/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4mf7mhtyb9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4mf7mhtyb9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kcz57z9kzd],
.components-reconnect-repeated-attempt-visible[b-kcz57z9kzd],
.components-reconnect-failed-visible[b-kcz57z9kzd],
.components-pause-visible[b-kcz57z9kzd],
.components-resume-failed-visible[b-kcz57z9kzd],
.components-rejoining-animation[b-kcz57z9kzd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-kcz57z9kzd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-kcz57z9kzd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-kcz57z9kzd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-kcz57z9kzd],
#components-reconnect-modal.components-reconnect-retrying[b-kcz57z9kzd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-kcz57z9kzd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-kcz57z9kzd],
#components-reconnect-modal.components-reconnect-failed[b-kcz57z9kzd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-kcz57z9kzd] {
    display: block;
}


#components-reconnect-modal[b-kcz57z9kzd] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-kcz57z9kzd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-kcz57z9kzd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-kcz57z9kzd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-kcz57z9kzd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-kcz57z9kzd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-kcz57z9kzd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-kcz57z9kzd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-kcz57z9kzd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-kcz57z9kzd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-kcz57z9kzd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-kcz57z9kzd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-kcz57z9kzd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-kcz57z9kzd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-kcz57z9kzd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-kcz57z9kzd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-kcz57z9kzd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-kcz57z9kzd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-kcz57z9kzd {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Übersicht/P_Übersicht.razor.rz.scp.css */
/* ── Page Wrapper ───────────────────────────────────────── */
.page-wrapper[b-kfz73zy0do] {
    min-height: 100vh;
    background:
        radial-gradient(ellipse at 15% 10%, rgba(123, 31, 162, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 80%, rgba(194, 24, 91, 0.10) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 50%, rgba(74, 20, 140, 0.06) 0%, transparent 70%),
        linear-gradient(160deg, #f5eeff 0%, #fff0f8 45%, #eef0ff 100%);
}

/* ── Page Header ─────────────────────────────────────────── */
.page-header[b-kfz73zy0do] {
    text-align: center;
    padding: 3rem 1rem 2.5rem;
    background: linear-gradient(135deg, #2d1b69 0%, #7b1fa2 55%, #c2185b 100%);
    color: white;
    border-radius: 0 0 2rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 6px 24px rgba(123, 31, 162, 0.35);
}

.page-header h1[b-kfz73zy0do] {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    margin: 0 0 0.5rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.subtitle[b-kfz73zy0do] {
    font-size: clamp(0.85rem, 2vw, 1rem);
    opacity: 0.8;
    margin: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ── Dance Grid ──────────────────────────────────────────── */
.dance-grid[b-kfz73zy0do] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 0 1rem 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .dance-grid[b-kfz73zy0do] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 1.5rem 3rem;
    }
}

@media (min-width: 1024px) {
    .dance-grid[b-kfz73zy0do] {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        padding: 0 2.5rem 3rem;
    }
}

/* ── Dance Card ──────────────────────────────────────────── */
.dance-card[b-kfz73zy0do] {
    background: #ffffff;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(123, 31, 162, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dance-card:hover[b-kfz73zy0do] {
    transform: translateY(-5px);
    box-shadow: 0 14px 38px rgba(123, 31, 162, 0.18), 0 4px 12px rgba(0, 0, 0, 0.07);
}

/* ── Card Header ─────────────────────────────────────────── */
.card-header[b-kfz73zy0do] {
    background: linear-gradient(135deg, #4a148c 0%, #7b1fa2 60%, #e91e63 100%);
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.dance-name[b-kfz73zy0do] {
    font-size: clamp(0.95rem, 2.5vw, 1.2rem);
    font-weight: 700;
    color: white;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.35;
    flex: 1;
}

/* ── Level Badge ─────────────────────────────────────────── */
.level-badge[b-kfz73zy0do] {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.28rem 0.7rem;
    border-radius: 2rem;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
}

.level-beginner[b-kfz73zy0do],
.level-anfänger[b-kfz73zy0do] {
    background: rgba(67, 160, 71, 0.9);
    border-color: #66bb6a;
}

.level-intermediate[b-kfz73zy0do],
.level-mittel[b-kfz73zy0do] {
    background: rgba(251, 140, 0, 0.9);
    border-color: #ffa726;
}

.level-advanced[b-kfz73zy0do],
.level-fortgeschritten[b-kfz73zy0do] {
    background: rgba(229, 57, 53, 0.9);
    border-color: #ef5350;
}

/* ── Card Content ────────────────────────────────────────── */
.card-content[b-kfz73zy0do] {
    flex: 1;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.description[b-kfz73zy0do] {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* ── Meta Item ───────────────────────────────────────────── */
.meta-item[b-kfz73zy0do] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.meta-icon[b-kfz73zy0do] {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.meta-text[b-kfz73zy0do] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.meta-label[b-kfz73zy0do] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9c6fb5;
}

.meta-value[b-kfz73zy0do] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
}

/* ── Card Links ──────────────────────────────────────────── */
.card-links[b-kfz73zy0do] {
    padding: 0.5rem 1.25rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.link-btn[b-kfz73zy0do] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 1rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.link-btn:hover[b-kfz73zy0do] {
    opacity: 0.85;
    transform: scale(1.05);
}

.spotify-btn[b-kfz73zy0do] {
    background: #1db954;
    color: #fff;
}

.youtube-btn[b-kfz73zy0do] {
    background: #ff0000;
    color: #fff;
}

/* ── Empty State ─────────────────────────────────────────── */
.empty-state[b-kfz73zy0do] {
    text-align: center;
    padding: 5rem 1rem;
    color: #bbb;
}

.empty-icon[b-kfz73zy0do] {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.4;
}
