/* _content/Webseite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bvj39li94q] {
    min-height: 100vh;
    background:
        radial-gradient(circle at 15% 12%, rgba(242, 161, 31, 0.18), transparent 18rem),
        radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.06), transparent 22rem),
        linear-gradient(180deg, #0a0d12 0%, #090c10 48%, #06080c 100%);
}

main[b-bvj39li94q] {
    flex: 1;
}

.content-shell[b-bvj39li94q] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: 0 var(--dadox-pad-x) 2.5rem;
}

.site-footer[b-bvj39li94q] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: 0 var(--dadox-pad-x) 2.4rem;
}

.site-footer-shell[b-bvj39li94q] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-footer-copy[b-bvj39li94q] {
    margin: 0;
    color: rgba(226, 190, 82, 0.92);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.5;
}

.site-footer-nav[b-bvj39li94q] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.site-footer-nav[b-bvj39li94q]  .site-footer-link {
    color: #d6d0ca;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.5;
}

.site-footer-nav[b-bvj39li94q]  .site-footer-link:hover,
.site-footer-nav[b-bvj39li94q]  .site-footer-link.active {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .content-shell[b-bvj39li94q] {
        padding: 0 1.5rem 3rem;
    }
}

@media (max-width: 767.98px) {
    .site-footer[b-bvj39li94q] {
        padding: 0 var(--dadox-pad-x) 2rem;
    }

    .site-footer-shell[b-bvj39li94q] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .site-footer-nav[b-bvj39li94q] {
        flex-wrap: wrap;
        gap: 1rem 1.25rem;
    }
}

#blazor-error-ui[b-bvj39li94q] {
    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-bvj39li94q] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Webseite/Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-r7ck2dlhxs] {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0 0;
}

.nav-frame[b-r7ck2dlhxs] {
    width: min(100%, 72rem);
    margin: 0 auto;
    min-height: 4.2rem;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    column-gap: 1rem;
}

.corner-brand[b-r7ck2dlhxs] {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(214, 178, 74, 0.18);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.72), rgba(15, 16, 18, 0.9)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.22);
    text-decoration: none;
    line-height: 1;
}

.corner-brand[b-r7ck2dlhxs]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    z-index: 0;
}

.corner-brand-logo[b-r7ck2dlhxs] {
    position: relative;
    z-index: 1;
    display: block;
    height: 3.2rem;
    width: auto;
    filter:
        drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38))
        drop-shadow(0 0 10px rgba(242, 161, 31, 0.12));
}

.menu-toggle[b-r7ck2dlhxs] {
    display: none;
}

.nav-shell[b-r7ck2dlhxs] {
    display: flex;
    justify-content: center;
    padding-top: 0.2rem;
}

.menu-panel[b-r7ck2dlhxs] {
    position: relative;
    overflow: hidden;
    width: auto;
    min-width: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.28rem;
    border: 1px solid rgba(214, 178, 74, 0.18);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.72), rgba(15, 16, 18, 0.9)),
        rgba(16, 18, 22, 0.88);
    backdrop-filter: blur(22px);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.22);
}

.menu-panel[b-r7ck2dlhxs]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    z-index: 0;
}

.menu-panel[b-r7ck2dlhxs]  .menu-link {
    position: relative;
    z-index: 1;
    color: #9e9aa8;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.02rem;
    padding: 0.92rem 1.35rem;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid transparent;
    line-height: 1;
    flex: 0 0 auto;
    white-space: nowrap;
}

.menu-panel[b-r7ck2dlhxs]  .menu-link:hover,
.menu-panel[b-r7ck2dlhxs]  .menu-link.active {
    background: rgba(255, 255, 255, 0.025);
    border-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025),
        0 10px 22px rgba(0, 0, 0, 0.16);
}

.menu-auth[b-r7ck2dlhxs] {
    display: none;
}

.nav-right[b-r7ck2dlhxs] {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.2rem;
}

.account-shell[b-r7ck2dlhxs] {
    position: relative;
}

.account-chip[b-r7ck2dlhxs] {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(214, 178, 74, 0.18);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.72), rgba(15, 16, 18, 0.9)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.22);
    color: #f6efe4;
    cursor: pointer;
    white-space: nowrap;
}

.account-chip[b-r7ck2dlhxs]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    z-index: 0;
}

.account-avatar[b-r7ck2dlhxs] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.14), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 900;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
}

.account-name[b-r7ck2dlhxs] {
    position: relative;
    z-index: 1;
    font-weight: 800;
    font-size: 0.96rem;
}

.account-menu[b-r7ck2dlhxs] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.65rem);
    width: min(18rem, 86vw);
    border-radius: 1.1rem;
    border: 1px solid rgba(214, 178, 74, 0.18);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.84), rgba(15, 16, 18, 0.96)),
        rgba(16, 18, 22, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 24px 70px rgba(0, 0, 0, 0.5);
    padding: 0.45rem;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.12s ease, transform 0.12s ease;
}

.account-menu[b-r7ck2dlhxs]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    z-index: 0;
}

.account-menu-link[b-r7ck2dlhxs],
.account-menu-sep[b-r7ck2dlhxs] {
    position: relative;
    z-index: 1;
}

.account-menu-open[b-r7ck2dlhxs] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.account-menu-link[b-r7ck2dlhxs] {
    display: block;
    padding: 0.9rem 1rem;
    border-radius: 0.9rem;
    color: #f6efe4;
    font-weight: 800;
    text-decoration: none;
}

.account-menu-link:hover[b-r7ck2dlhxs] {
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    color: #ffffff;
}

.account-menu-sep[b-r7ck2dlhxs] {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0.4rem 0.25rem;
}

.account-menu-link-danger[b-r7ck2dlhxs] {
    color: #ffd0d0;
}

.account-backdrop[b-r7ck2dlhxs] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 999;
}

@media (max-width: 767.98px) {
    .site-nav[b-r7ck2dlhxs] {
        position: static;
        padding-top: 0.85rem;
    }

    .nav-frame[b-r7ck2dlhxs] {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand toggle"
            "menu menu";
        row-gap: 0.75rem;
        min-height: 0;
    }

    .corner-brand[b-r7ck2dlhxs] {
        grid-area: brand;
        justify-self: start;
    }

    .corner-brand-logo[b-r7ck2dlhxs] {
        height: 3.45rem;
    }

    .menu-toggle[b-r7ck2dlhxs] {
        grid-area: toggle;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3.15rem;
        height: 3.15rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background:
            linear-gradient(180deg, rgba(19, 22, 30, 0.96), rgba(12, 15, 21, 0.96)),
            rgba(12, 15, 21, 0.94);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.03),
            0 16px 34px rgba(0, 0, 0, 0.22);
        color: #f6efe4;
        font-size: 1.2rem;
        line-height: 1;
        cursor: pointer;
    }

    .nav-shell[b-r7ck2dlhxs] {
        grid-area: menu;
        justify-content: flex-end;
        padding-top: 0;
    }

    .nav-right[b-r7ck2dlhxs] {
        display: none;
    }

    .menu-panel[b-r7ck2dlhxs] {
        position: fixed;
        right: 1rem;
        top: 1rem;
        bottom: 1rem;
        width: min(22rem, calc(100vw - 2rem));
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0.25rem;
        padding: 0.75rem;
        border-radius: 1.25rem;
        overflow: auto;
        opacity: 0;
        transform: translateY(-8px);
        pointer-events: none;
        transition: opacity 0.15s ease, transform 0.15s ease;
    }

    .menu-panel-open[b-r7ck2dlhxs] {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .menu-panel[b-r7ck2dlhxs]  .menu-link {
        width: 100%;
        padding: 0.95rem 1.1rem;
        font-size: 1rem;
        border-radius: 0.95rem;
    }

    .menu-auth[b-r7ck2dlhxs] {
        display: flex;
        align-items: baseline;
        gap: 0.55rem;
        margin-bottom: 0.35rem;
        padding: 0.75rem 1rem 0.78rem;
        border-radius: 0.95rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(0, 0, 0, 0.18);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
        white-space: nowrap;
    }

    .menu-auth-label[b-r7ck2dlhxs] {
        color: rgba(241, 207, 113, 0.9);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .menu-auth-name[b-r7ck2dlhxs] {
        color: #f6efe4;
        font-size: 0.98rem;
        font-weight: 800;
    }

    .menu-backdrop[b-r7ck2dlhxs] {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(1px);
        display: block;
    }
}
/* _content/Webseite/Components/Pages/AdminBretter.razor.rz.scp.css */
.admin-actions[b-y8olipwrgf] {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.admin-toolbar-right[b-y8olipwrgf] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.row-selected td[b-y8olipwrgf] {
    background: rgba(242, 161, 31, 0.06);
}

.board-card h2[b-y8olipwrgf] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.2rem;
    font-weight: 900;
}

.board-head[b-y8olipwrgf] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.board-sub[b-y8olipwrgf] {
    margin: 0.25rem 0 0;
    color: #a7a1ad;
    font-size: 0.92rem;
}

.qr-grid[b-y8olipwrgf] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.qr-tile[b-y8olipwrgf] {
    padding: 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 9, 13, 0.55);
    display: grid;
    gap: 0.75rem;
}

.qr-label[b-y8olipwrgf] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
}

.qr-seat[b-y8olipwrgf] {
    color: #f6efe4;
    font-weight: 900;
}

.qr-role[b-y8olipwrgf] {
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.qr-image[b-y8olipwrgf] {
    width: 100%;
    height: auto;
    display: block;
    background: #ffffff;
    border-radius: 0.85rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
}

.qr-actions[b-y8olipwrgf] {
    display: grid;
    gap: 0.55rem;
}

.qr-actions .admin-button[b-y8olipwrgf] {
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .qr-grid[b-y8olipwrgf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .admin-actions[b-y8olipwrgf] {
        flex-direction: column;
        align-items: stretch;
    }

    .qr-grid[b-y8olipwrgf] {
        grid-template-columns: 1fr;
    }
}
/* _content/Webseite/Components/Pages/AdminHome.razor.rz.scp.css */
.adminhome-page[b-vu68wrl7cu] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.adminhome-hero[b-vu68wrl7cu] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.adminhome-eyebrow[b-vu68wrl7cu] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.adminhome-hero h1[b-vu68wrl7cu] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.adminhome-title[b-vu68wrl7cu] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.adminhome-title[b-vu68wrl7cu]::after {
    content: "Admin";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-vu68wrl7cu 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.adminhome-lead[b-vu68wrl7cu] {
    margin: 1.1rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
}

.adminhome-card[b-vu68wrl7cu] {
    width: min(100%, 42rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.adminhome-shell[b-vu68wrl7cu] {
    width: min(100%, var(--dadox-max-width));
    margin: 2.2rem auto 0;
    display: grid;
    grid-template-columns: 16.5rem minmax(0, 1fr);
    gap: 1.1rem;
    align-items: start;
}

.adminhome-nav[b-vu68wrl7cu] {
    padding: 1.1rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
    display: grid;
    gap: 0.7rem;
}

.adminhome-nav-item[b-vu68wrl7cu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.78rem 1rem;
    border: 1px solid rgba(230, 193, 88, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 232, 180, 0.04),
        0 0 0 1px rgba(205, 164, 54, 0.06),
        0 0 30px rgba(225, 192, 93, 0.14);
    color: #f4dd8a;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.adminhome-dashboard[b-vu68wrl7cu] {
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.adminhome-dashboard-head[b-vu68wrl7cu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.adminhome-dashboard-head h2[b-vu68wrl7cu] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.2rem;
    font-weight: 900;
}

.adminhome-refresh[b-vu68wrl7cu] {
    padding: 0.65rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.12), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 900;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
}

.adminhome-refresh:disabled[b-vu68wrl7cu] {
    opacity: 0.7;
    cursor: wait;
}

.adminhome-status[b-vu68wrl7cu] {
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #d7d0c5;
}

.adminhome-status-error[b-vu68wrl7cu] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

.mono[b-vu68wrl7cu] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.adminhome-metrics[b-vu68wrl7cu] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.adminhome-metric[b-vu68wrl7cu] {
    padding: 1.05rem;
    border-radius: 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.adminhome-metric-title[b-vu68wrl7cu] {
    color: #f6efe4;
    font-weight: 900;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.adminhome-metric-table[b-vu68wrl7cu] {
    width: 100%;
    border-collapse: collapse;
}

.adminhome-metric-table th[b-vu68wrl7cu],
.adminhome-metric-table td[b-vu68wrl7cu] {
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #bbb3a8;
    font-size: 0.95rem;
    text-align: left;
}

.adminhome-metric-table th[b-vu68wrl7cu] {
    color: #f6efe4;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.adminhome-metric-table td[b-vu68wrl7cu] {
    text-align: right;
    font-weight: 900;
    color: #f4dd8a;
}

.adminhome-metric-placeholder p[b-vu68wrl7cu] {
    margin: 0;
    color: #bbb3a8;
    font-size: 0.95rem;
    line-height: 1.6;
}

@keyframes dadox-shimmer-b-vu68wrl7cu {
    0% { background-position: 120% 50%; }
    45% { background-position: 55% 50%; }
    55% { background-position: 45% 50%; }
    100% { background-position: -20% 50%; }
}

@media (max-width: 767.98px) {
    .adminhome-page[b-vu68wrl7cu] { padding: 2rem 1rem 3rem; }
    .adminhome-shell[b-vu68wrl7cu] {
        grid-template-columns: 1fr;
    }
    .adminhome-dashboard[b-vu68wrl7cu] { padding: 1.1rem; }
    .adminhome-nav[b-vu68wrl7cu] { padding: 1.05rem; }
    .adminhome-metrics[b-vu68wrl7cu] { grid-template-columns: 1fr; }
}
/* _content/Webseite/Components/Pages/AdminKonten.razor.rz.scp.css */
.admin-page[b-jxzzo8bwd5] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.admin-hero[b-jxzzo8bwd5] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.admin-eyebrow[b-jxzzo8bwd5] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.admin-hero h1[b-jxzzo8bwd5] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.admin-title[b-jxzzo8bwd5] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.admin-title[b-jxzzo8bwd5]::after {
    content: "Admin";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-jxzzo8bwd5 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.admin-lead[b-jxzzo8bwd5] {
    margin: 1.1rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
}

.admin-card[b-jxzzo8bwd5] {
    width: min(100%, var(--dadox-max-width));
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.admin-toolbar[b-jxzzo8bwd5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-toolbar-left h2[b-jxzzo8bwd5] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.2rem;
    font-weight: 800;
}

.admin-toolbar-left p[b-jxzzo8bwd5] {
    margin: 0.25rem 0 0;
    color: #a7a1ad;
    font-size: 0.92rem;
}

.admin-button[b-jxzzo8bwd5] {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
}

.admin-button:disabled[b-jxzzo8bwd5] {
    opacity: 0.7;
    cursor: wait;
}

.admin-button-danger[b-jxzzo8bwd5] {
    border-color: rgba(255, 119, 119, 0.22);
    color: #ffd8d8;
    background:
        linear-gradient(180deg, rgba(64, 18, 18, 0.9), rgba(34, 12, 12, 0.9)),
        rgba(34, 12, 12, 0.9);
}

.admin-status[b-jxzzo8bwd5] {
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #d7d0c5;
}

.admin-status-error[b-jxzzo8bwd5] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

.admin-table-wrap[b-jxzzo8bwd5] {
    overflow-x: auto;
}

.admin-table[b-jxzzo8bwd5] {
    width: 100%;
    border-collapse: collapse;
    min-width: 960px;
}

.admin-table th[b-jxzzo8bwd5],
.admin-table td[b-jxzzo8bwd5] {
    text-align: left;
    padding: 0.75rem 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #bbb3a8;
    font-size: 0.93rem;
    vertical-align: middle;
}

.admin-table th[b-jxzzo8bwd5] {
    color: #f6efe4;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.mono[b-jxzzo8bwd5] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.pill[b-jxzzo8bwd5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.pill-ok[b-jxzzo8bwd5] {
    border-color: rgba(105, 182, 121, 0.22);
    color: #daf1df;
    background: rgba(30, 60, 36, 0.32);
}

.pill-warn[b-jxzzo8bwd5] {
    border-color: rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
    background: rgba(26, 23, 13, 0.46);
}

.toggle[b-jxzzo8bwd5] {
    display: inline-flex;
    align-items: center;
}

.toggle input[b-jxzzo8bwd5] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.toggle-ui[b-jxzzo8bwd5] {
    width: 44px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.toggle-ui[b-jxzzo8bwd5]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #f6efe4;
    transform: translateY(-50%);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.toggle input:checked + .toggle-ui[b-jxzzo8bwd5] {
    background: rgba(105, 182, 121, 0.26);
    border-color: rgba(105, 182, 121, 0.22);
}

.toggle input:checked + .toggle-ui[b-jxzzo8bwd5]::after {
    transform: translateY(-50%) translateX(18px);
}

@keyframes dadox-shimmer-b-jxzzo8bwd5 {
    0% { background-position: 120% 50%; }
    45% { background-position: 55% 50%; }
    55% { background-position: 45% 50%; }
    100% { background-position: -20% 50%; }
}

@media (max-width: 767.98px) {
    .admin-page[b-jxzzo8bwd5] { padding: 2rem 1rem 3rem; }
    .admin-card[b-jxzzo8bwd5] { padding: 1.1rem; }
    .admin-toolbar[b-jxzzo8bwd5] { flex-direction: column; align-items: stretch; }
}
.confirm-backdrop[b-jxzzo8bwd5] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.66);
    backdrop-filter: blur(10px);
}

.confirm-dialog[b-jxzzo8bwd5] {
    width: min(100%, 34rem);
    padding: 1.35rem 1.3rem 1.2rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(214, 178, 74, 0.18);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.78), rgba(15, 16, 18, 0.92)),
        rgba(16, 18, 22, 0.9);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 22px 65px rgba(0, 0, 0, 0.5);
}

.confirm-dialog h3[b-jxzzo8bwd5] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.confirm-dialog p[b-jxzzo8bwd5] {
    margin: 0.85rem 0 0;
    color: #bbb3a8;
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.6;
}

.confirm-meta[b-jxzzo8bwd5] {
    margin-top: 0.95rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #d7d0c5;
    font-size: 0.92rem;
}

.confirm-actions[b-jxzzo8bwd5] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1.2rem;
}

@media (max-width: 479.98px) {
    .confirm-dialog[b-jxzzo8bwd5] {
        padding: 1.15rem 1.05rem 1rem;
    }

    .confirm-actions[b-jxzzo8bwd5] {
        flex-direction: column;
        align-items: stretch;
    }
}

/* _content/Webseite/Components/Pages/AdminShop.razor.rz.scp.css */
.adminhome-page[b-px6r0kjmf8] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.adminhome-hero[b-px6r0kjmf8] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.adminhome-eyebrow[b-px6r0kjmf8] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.adminhome-hero h1[b-px6r0kjmf8] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.adminhome-title[b-px6r0kjmf8] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.adminhome-title[b-px6r0kjmf8]::after {
    content: "Admin";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-px6r0kjmf8 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.adminhome-lead[b-px6r0kjmf8] {
    margin: 1.1rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
}

.adminhome-card[b-px6r0kjmf8] {
    width: min(100%, 42rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.adminhome-actions[b-px6r0kjmf8] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.adminhome-action[b-px6r0kjmf8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.98rem 1.45rem;
    border: 1px solid rgba(230, 193, 88, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 232, 180, 0.04),
        0 0 0 1px rgba(205, 164, 54, 0.06),
        0 0 30px rgba(225, 192, 93, 0.14);
    color: #f4dd8a;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.adminhome-status[b-px6r0kjmf8] {
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #d7d0c5;
}

.adminhome-status-error[b-px6r0kjmf8] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

@keyframes dadox-shimmer-b-px6r0kjmf8 {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

/* _content/Webseite/Components/Pages/AdminShopArtikel.razor.rz.scp.css */
.admin-page[b-9muxh79qnb] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.admin-hero[b-9muxh79qnb] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.admin-eyebrow[b-9muxh79qnb] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.admin-hero h1[b-9muxh79qnb] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.admin-title[b-9muxh79qnb] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.admin-title[b-9muxh79qnb]::after {
    content: "Admin";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-9muxh79qnb 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.admin-lead[b-9muxh79qnb] {
    margin: 1.1rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
}

.admin-card[b-9muxh79qnb] {
    width: min(100%, var(--dadox-max-width));
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.admin-toolbar[b-9muxh79qnb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-toolbar-right[b-9muxh79qnb] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-toolbar-left h2[b-9muxh79qnb] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.2rem;
    font-weight: 800;
}

.admin-toolbar-left p[b-9muxh79qnb] {
    margin: 0.25rem 0 0;
    color: #a7a1ad;
    font-size: 0.92rem;
}

.admin-button[b-9muxh79qnb] {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.admin-button:disabled[b-9muxh79qnb] {
    opacity: 0.7;
    cursor: wait;
}

.admin-status[b-9muxh79qnb] {
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #d7d0c5;
}

.admin-status-error[b-9muxh79qnb] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

.admin-table-wrap[b-9muxh79qnb] {
    overflow-x: auto;
}

.admin-shop-table[b-9muxh79qnb] {
    min-width: 980px;
}

.admin-table[b-9muxh79qnb] {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th[b-9muxh79qnb],
.admin-table td[b-9muxh79qnb] {
    text-align: left;
    padding: 0.75rem 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #bbb3a8;
    font-size: 0.93rem;
    vertical-align: middle;
    white-space: nowrap;
}

.admin-table th[b-9muxh79qnb] {
    color: #f6efe4;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mono[b-9muxh79qnb] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.pill[b-9muxh79qnb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.pill-ok[b-9muxh79qnb] {
    border-color: rgba(105, 182, 121, 0.22);
    color: #daf1df;
    background: rgba(30, 60, 36, 0.32);
}

.pill-warn[b-9muxh79qnb] {
    border-color: rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
    background: rgba(26, 23, 13, 0.46);
}

.admin-actions[b-9muxh79qnb] {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

@keyframes dadox-shimmer-b-9muxh79qnb {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

/* _content/Webseite/Components/Pages/AdminShopArtikelEdit.razor.rz.scp.css */
.admin-page[b-xmqyye9uwn] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.admin-hero[b-xmqyye9uwn] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.admin-eyebrow[b-xmqyye9uwn] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.admin-hero h1[b-xmqyye9uwn] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.admin-title[b-xmqyye9uwn] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.admin-title[b-xmqyye9uwn]::after {
    content: "Admin";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-xmqyye9uwn 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.admin-lead[b-xmqyye9uwn] {
    margin: 1.1rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
}

.admin-card[b-xmqyye9uwn] {
    width: min(100%, var(--dadox-max-width));
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.admin-toolbar[b-xmqyye9uwn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-toolbar-right[b-xmqyye9uwn] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-toolbar-left h2[b-xmqyye9uwn] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.2rem;
    font-weight: 800;
}

.admin-toolbar-left p[b-xmqyye9uwn] {
    margin: 0.25rem 0 0;
    color: #a7a1ad;
    font-size: 0.92rem;
}

.admin-button[b-xmqyye9uwn] {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.admin-button:disabled[b-xmqyye9uwn] {
    opacity: 0.7;
    cursor: wait;
}

.admin-button-danger[b-xmqyye9uwn] {
    border-color: rgba(255, 119, 119, 0.22);
    color: #ffd8d8;
    background:
        linear-gradient(180deg, rgba(64, 18, 18, 0.9), rgba(34, 12, 12, 0.9)),
        rgba(34, 12, 12, 0.9);
}

.admin-status[b-xmqyye9uwn] {
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #d7d0c5;
}

.admin-status-error[b-xmqyye9uwn] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

.mono[b-xmqyye9uwn] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.edit-grid[b-xmqyye9uwn] {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 1rem;
}

.edit-block[b-xmqyye9uwn] {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 9, 13, 0.45);
    display: grid;
    gap: 0.85rem;
}

.field[b-xmqyye9uwn] {
    display: grid;
    gap: 0.35rem;
}

.field-inline[b-xmqyye9uwn] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.25rem;
}

.field label[b-xmqyye9uwn] {
    color: #f6efe4;
    font-size: 0.92rem;
    font-weight: 850;
}

.field-read[b-xmqyye9uwn] {
    padding: 0.85rem 0.95rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
    color: #f6efe4;
}

.input[b-xmqyye9uwn] {
    width: 100%;
    min-height: 3.05rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.9rem;
    background: rgba(7, 9, 13, 0.72);
    color: #f5f1e8;
    font-size: 1rem;
    outline: none;
}

.input-textarea[b-xmqyye9uwn] {
    min-height: 4.5rem;
    resize: vertical;
}

.input-textarea-large[b-xmqyye9uwn] {
    min-height: 10rem;
}

.toggle[b-xmqyye9uwn] {
    display: inline-flex;
    align-items: center;
}

.toggle input[b-xmqyye9uwn] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.toggle-ui[b-xmqyye9uwn] {
    width: 44px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.toggle-ui[b-xmqyye9uwn]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #f6efe4;
    transform: translateY(-50%);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.toggle input:checked + .toggle-ui[b-xmqyye9uwn] {
    background: rgba(105, 182, 121, 0.26);
    border-color: rgba(105, 182, 121, 0.22);
}

.toggle input:checked + .toggle-ui[b-xmqyye9uwn]::after {
    transform: translateY(-50%) translateX(18px);
}

.images-block[b-xmqyye9uwn] {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.images-block h3[b-xmqyye9uwn] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.15rem;
    font-weight: 900;
}

.images-hint[b-xmqyye9uwn] {
    margin: 0.35rem 0 0.95rem;
    color: #a7a1ad;
    font-size: 0.92rem;
}

.images-grid[b-xmqyye9uwn] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
}

.image-tile[b-xmqyye9uwn] {
    padding: 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 9, 13, 0.55);
    display: grid;
    gap: 0.75rem;
}

.image-head[b-xmqyye9uwn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: #f6efe4;
}

.image-empty[b-xmqyye9uwn] {
    color: #a7a1ad;
    font-size: 0.92rem;
    padding: 0.65rem 0.1rem;
}

.image-preview[b-xmqyye9uwn] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.15);
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.image-path[b-xmqyye9uwn] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.62);
    word-break: break-all;
}

@media (max-width: 991.98px) {
    .edit-grid[b-xmqyye9uwn] {
        grid-template-columns: 1fr;
    }

    .images-grid[b-xmqyye9uwn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@keyframes dadox-shimmer-b-xmqyye9uwn {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

/* _content/Webseite/Components/Pages/AdminSpiele.razor.rz.scp.css */
.admin-toolbar-right[b-le1tw3ywkk] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.confirm-backdrop[b-le1tw3ywkk] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.66);
    backdrop-filter: blur(10px);
}

.confirm-dialog[b-le1tw3ywkk] {
    width: min(100%, 34rem);
    padding: 1.35rem 1.3rem 1.2rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(214, 178, 74, 0.18);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.78), rgba(15, 16, 18, 0.92)),
        rgba(16, 18, 22, 0.9);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 22px 65px rgba(0, 0, 0, 0.5);
}

.confirm-dialog h3[b-le1tw3ywkk] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.confirm-dialog p[b-le1tw3ywkk] {
    margin: 0.85rem 0 0;
    color: #bbb3a8;
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.6;
}

.confirm-meta[b-le1tw3ywkk] {
    margin-top: 0.95rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #d7d0c5;
    font-size: 0.92rem;
}

.confirm-actions[b-le1tw3ywkk] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1.2rem;
}

@media (max-width: 479.98px) {
    .confirm-dialog[b-le1tw3ywkk] {
        padding: 1.15rem 1.05rem 1rem;
    }

    .confirm-actions[b-le1tw3ywkk] {
        flex-direction: column;
        align-items: stretch;
    }
}

/* _content/Webseite/Components/Pages/Agb.razor.rz.scp.css */
.terms-page[b-edyq1rdthj] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.terms-hero[b-edyq1rdthj] {
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
}

.terms-eyebrow[b-edyq1rdthj] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.terms-hero h1[b-edyq1rdthj] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.terms-title[b-edyq1rdthj] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.terms-title[b-edyq1rdthj]::after {
    content: "AGB";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-edyq1rdthj 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.terms-lead[b-edyq1rdthj] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.terms-note[b-edyq1rdthj] {
    width: min(100%, 58rem);
    margin: 2.2rem auto 0;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.terms-note p[b-edyq1rdthj] {
    margin: 0;
    color: #d6d0ca;
    font-size: 0.98rem;
    line-height: 1.65;
}

.terms-grid[b-edyq1rdthj] {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.terms-card[b-edyq1rdthj] {
    padding: 1.35rem 1.2rem 1.25rem;
    border-radius: 1.05rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.terms-card h2[b-edyq1rdthj] {
    margin: 0 0 0.95rem;
    color: #f6efe4;
    font-size: 1.15rem;
    font-weight: 800;
}

.terms-card p[b-edyq1rdthj],
.terms-card li[b-edyq1rdthj] {
    color: #bbb3a8;
    font-size: 0.96rem;
    line-height: 1.7;
}

.terms-card p[b-edyq1rdthj] {
    margin: 0;
}

.terms-card p + p[b-edyq1rdthj],
.terms-card ul[b-edyq1rdthj] {
    margin-top: 0.85rem;
}

.terms-card ul[b-edyq1rdthj] {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.terms-card li + li[b-edyq1rdthj] {
    margin-top: 0.35rem;
}

.terms-card strong[b-edyq1rdthj] {
    color: #f6efe4;
}

.terms-card-wide[b-edyq1rdthj] {
    grid-column: 1 / -1;
}

@keyframes dadox-shimmer-b-edyq1rdthj {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .terms-page[b-edyq1rdthj] {
        padding: 2rem 1rem 3rem;
    }

    .terms-grid[b-edyq1rdthj] {
        grid-template-columns: 1fr;
    }

    .terms-card[b-edyq1rdthj],
    .terms-note[b-edyq1rdthj] {
        padding: 1.15rem 1rem 1.05rem;
    }

    .terms-card p[b-edyq1rdthj],
    .terms-card li[b-edyq1rdthj],
    .terms-note p[b-edyq1rdthj] {
        font-size: 0.92rem;
    }
}
/* _content/Webseite/Components/Pages/Anmelden.razor.rz.scp.css */
.account-page[b-ki8nejy7y1] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.account-hero[b-ki8nejy7y1] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.account-eyebrow[b-ki8nejy7y1] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.account-hero h1[b-ki8nejy7y1] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.account-title[b-ki8nejy7y1] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.account-title[b-ki8nejy7y1]::after {
    content: "Registrieren";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-ki8nejy7y1 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.account-lead[b-ki8nejy7y1] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.account-card[b-ki8nejy7y1] {
    width: min(100%, 42rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.form-grid[b-ki8nejy7y1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.field-group[b-ki8nejy7y1] {
    display: grid;
    gap: 0.45rem;
}

.field-group-wide[b-ki8nejy7y1] {
    grid-column: 1 / -1;
}

.field-group label[b-ki8nejy7y1] {
    color: #f6efe4;
    font-size: 0.95rem;
    font-weight: 700;
}

.form-input[b-ki8nejy7y1] {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.95rem;
    background: rgba(7, 9, 13, 0.72);
    color: #f5f1e8;
    font-size: 0.98rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-input:focus[b-ki8nejy7y1] {
    border-color: rgba(242, 161, 31, 0.48);
    box-shadow: 0 0 0 0.2rem rgba(242, 161, 31, 0.12);
    background: rgba(10, 12, 18, 0.9);
}

.status-panel[b-ki8nejy7y1] {
    margin-top: 1.2rem;
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-panel p[b-ki8nejy7y1],
.status-panel h2[b-ki8nejy7y1] {
    margin: 0;
}

.status-panel p + p[b-ki8nejy7y1],
.status-panel h2 + p[b-ki8nejy7y1] {
    margin-top: 0.55rem;
}

.status-panel-success[b-ki8nejy7y1] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
    color: #daf1df;
}

.status-panel-error[b-ki8nejy7y1] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

.card-footer[b-ki8nejy7y1] {
    margin-top: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.card-hint[b-ki8nejy7y1] {
    margin: 0;
    color: #a7a1ad;
    font-size: 0.93rem;
    line-height: 1.65;
}

.submit-button[b-ki8nejy7y1] {
    flex: 0 0 auto;
    min-width: 12.5rem;
    padding: 0.98rem 1.45rem;
    border: 1px solid rgba(230, 193, 88, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 232, 180, 0.04),
        0 0 0 1px rgba(205, 164, 54, 0.06),
        0 0 30px rgba(225, 192, 93, 0.14);
    color: #f4dd8a;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.submit-button:disabled[b-ki8nejy7y1] {
    opacity: 0.7;
    cursor: wait;
}

@keyframes dadox-shimmer-b-ki8nejy7y1 {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .account-page[b-ki8nejy7y1] {
        padding: 2rem 1rem 3rem;
    }

    .account-card[b-ki8nejy7y1] {
        padding: 1.1rem;
    }

    .form-grid[b-ki8nejy7y1] {
        grid-template-columns: 1fr;
    }

    .card-footer[b-ki8nejy7y1] {
        flex-direction: column;
        align-items: stretch;
    }

    .submit-button[b-ki8nejy7y1] {
        width: 100%;
        min-width: 0;
    }
}
/* _content/Webseite/Components/Pages/Datenschutz.razor.rz.scp.css */
.privacy-page[b-zf8t7dcfc9] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.privacy-hero[b-zf8t7dcfc9] {
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
}

.privacy-eyebrow[b-zf8t7dcfc9] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.privacy-hero h1[b-zf8t7dcfc9] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.privacy-title[b-zf8t7dcfc9] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.privacy-title[b-zf8t7dcfc9]::after {
    content: "Datenschutz";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-zf8t7dcfc9 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.privacy-lead[b-zf8t7dcfc9] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.privacy-note[b-zf8t7dcfc9] {
    width: min(100%, 58rem);
    margin: 2.2rem auto 0;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.privacy-note p[b-zf8t7dcfc9] {
    margin: 0;
    color: #d6d0ca;
    font-size: 0.98rem;
    line-height: 1.65;
}

.privacy-grid[b-zf8t7dcfc9] {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.privacy-card[b-zf8t7dcfc9] {
    padding: 1.35rem 1.2rem 1.25rem;
    border-radius: 1.05rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.privacy-card h2[b-zf8t7dcfc9] {
    margin: 0 0 0.95rem;
    color: #f6efe4;
    font-size: 1.15rem;
    font-weight: 800;
}

.privacy-card p[b-zf8t7dcfc9],
.privacy-card li[b-zf8t7dcfc9] {
    color: #bbb3a8;
    font-size: 0.96rem;
    line-height: 1.7;
}

.privacy-card p[b-zf8t7dcfc9] {
    margin: 0;
}

.privacy-card p + p[b-zf8t7dcfc9],
.privacy-card ul[b-zf8t7dcfc9] {
    margin-top: 0.85rem;
}

.privacy-card ul[b-zf8t7dcfc9] {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.privacy-card li + li[b-zf8t7dcfc9] {
    margin-top: 0.35rem;
}

.privacy-card strong[b-zf8t7dcfc9] {
    color: #f6efe4;
}

.privacy-card-wide[b-zf8t7dcfc9] {
    grid-column: 1 / -1;
}

@keyframes dadox-shimmer-b-zf8t7dcfc9 {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .privacy-page[b-zf8t7dcfc9] {
        padding: 2rem 1rem 3rem;
    }

    .privacy-grid[b-zf8t7dcfc9] {
        grid-template-columns: 1fr;
    }

    .privacy-card[b-zf8t7dcfc9],
    .privacy-note[b-zf8t7dcfc9] {
        padding: 1.15rem 1rem 1.05rem;
    }

    .privacy-card p[b-zf8t7dcfc9],
    .privacy-card li[b-zf8t7dcfc9],
    .privacy-note p[b-zf8t7dcfc9] {
        font-size: 0.92rem;
    }
}
/* _content/Webseite/Components/Pages/FreundeEinladen.razor.rz.scp.css */
.invite-page[b-o4fdduh2rt] {
    width: min(100%, 72rem);
    margin: 0 auto;
    padding: 2.4rem 1rem 4rem;
}

.invite-hero[b-o4fdduh2rt] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.invite-eyebrow[b-o4fdduh2rt] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.invite-hero h1[b-o4fdduh2rt] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.invite-title[b-o4fdduh2rt] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.invite-title[b-o4fdduh2rt]::after {
    content: "Freunde einladen";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-o4fdduh2rt 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.invite-lead[b-o4fdduh2rt] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.invite-card[b-o4fdduh2rt] {
    width: min(100%, 42rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.form-grid[b-o4fdduh2rt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.field-group[b-o4fdduh2rt] {
    display: grid;
    gap: 0.45rem;
}

.field-group-wide[b-o4fdduh2rt] {
    grid-column: 1 / -1;
}

.field-group label[b-o4fdduh2rt] {
    color: #f6efe4;
    font-size: 0.95rem;
    font-weight: 700;
}

.form-input[b-o4fdduh2rt] {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.95rem;
    background: rgba(7, 9, 13, 0.72);
    color: #f5f1e8;
    font-size: 0.98rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-input:focus[b-o4fdduh2rt] {
    border-color: rgba(242, 161, 31, 0.48);
    box-shadow: 0 0 0 0.2rem rgba(242, 161, 31, 0.12);
    background: rgba(10, 12, 18, 0.9);
}

.status-panel[b-o4fdduh2rt] {
    margin-top: 1.2rem;
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-panel p[b-o4fdduh2rt],
.status-panel h2[b-o4fdduh2rt] {
    margin: 0;
}

.status-panel p + p[b-o4fdduh2rt],
.status-panel h2 + p[b-o4fdduh2rt] {
    margin-top: 0.55rem;
}

.status-panel-success[b-o4fdduh2rt] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
    color: #daf1df;
}

.status-panel-error[b-o4fdduh2rt] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

.card-footer[b-o4fdduh2rt],
.invite-actions[b-o4fdduh2rt] {
    margin-top: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.card-hint[b-o4fdduh2rt] {
    margin: 0;
    color: #a7a1ad;
    font-size: 0.93rem;
    line-height: 1.65;
}

.submit-button[b-o4fdduh2rt],
.invite-action-link[b-o4fdduh2rt],
.secondary-action[b-o4fdduh2rt] {
    flex: 0 0 auto;
    min-width: 12.5rem;
    padding: 0.98rem 1.45rem;
    border: 1px solid rgba(230, 193, 88, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 232, 180, 0.04),
        0 0 0 1px rgba(205, 164, 54, 0.06),
        0 0 30px rgba(225, 192, 93, 0.14);
    color: #f4dd8a;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.secondary-action[b-o4fdduh2rt] {
    min-width: 9.5rem;
    opacity: 0.88;
}

.submit-button:disabled[b-o4fdduh2rt] {
    opacity: 0.7;
    cursor: wait;
}

@keyframes dadox-shimmer-b-o4fdduh2rt {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .invite-page[b-o4fdduh2rt] {
        padding: 2rem 1rem 3rem;
    }

    .invite-card[b-o4fdduh2rt] {
        padding: 1.1rem;
    }

    .form-grid[b-o4fdduh2rt] {
        grid-template-columns: 1fr;
    }

    .card-footer[b-o4fdduh2rt],
    .invite-actions[b-o4fdduh2rt] {
        flex-direction: column;
        align-items: stretch;
    }

    .submit-button[b-o4fdduh2rt],
    .invite-action-link[b-o4fdduh2rt],
    .secondary-action[b-o4fdduh2rt] {
        width: 100%;
        min-width: 0;
    }
}
/* _content/Webseite/Components/Pages/Home.razor.rz.scp.css */
.hero[b-pwhc20mkc6] {
    min-height: calc(100vh - 5.5rem);
    display: grid;
    place-items: center;
    padding: 2rem 0 4rem;
}

.hero-content[b-pwhc20mkc6] {
    width: 100%;
    text-align: center;
    padding: 0 1rem;
}

.hero h1[b-pwhc20mkc6] {
    margin: 0;
    max-width: none;
    margin-inline: auto;
    font-size: clamp(1.15rem, 3.5vw, 2.9rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.92;
    overflow-wrap: normal;
    word-break: keep-all;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.hero-word[b-pwhc20mkc6],
.hero-rest[b-pwhc20mkc6] {
    display: block;
}

.hero-word[b-pwhc20mkc6] {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    color: #f6efe4;
    white-space: nowrap;
}

.hero-word[b-pwhc20mkc6]::after {
    content: "Willkommen";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-pwhc20mkc6 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.hero-rest[b-pwhc20mkc6] {
    color: var(--dadox-text);
    margin-top: 0.04em;
}

.hero-intro[b-pwhc20mkc6] {
    width: min(100%, 54rem);
    margin: 1.5rem auto 0;
    color: #b8b0a4;
    font-size: clamp(0.975rem, 1.5vw, 1.225rem);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
    text-wrap: balance;
}

.stats-grid[b-pwhc20mkc6] {
    margin: 3.2rem auto 0;
    width: min(100%, 60rem);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.stat-card[b-pwhc20mkc6] {
    min-height: 9.5rem;
    padding: 1.1rem 0.95rem 1rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(214, 178, 74, 0.18);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.72), rgba(15, 16, 18, 0.9)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.22);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.6rem;
}

.stat-icon[b-pwhc20mkc6] {
    color: rgba(241, 207, 113, 0.92);
    width: 2.325rem;
    height: 2.325rem;
    text-shadow: 0 0 1.2rem rgba(211, 173, 68, 0.22);
}

.stat-icon svg[b-pwhc20mkc6] {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stat-value[b-pwhc20mkc6] {
    color: #f7f1e7;
    font-size: clamp(0.975rem, 1.5vw, 1.225rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.stat-label[b-pwhc20mkc6] {
    max-width: 11ch;
    color: #a9a2a0;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-wrap: balance;
}

.hero-outro[b-pwhc20mkc6] {
    width: min(100%, 64rem);
    margin: 3rem auto 0;
    color: #b8b0a4;
    font-size: clamp(0.975rem, 1.5vw, 1.225rem);
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0;
    text-wrap: balance;
}

@keyframes dadox-shimmer-b-pwhc20mkc6 {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .hero[b-pwhc20mkc6] {
        padding-bottom: 3rem;
    }

    .hero h1[b-pwhc20mkc6] {
        font-size: 1.375rem;
        line-height: 0.96;
    }

    .hero-word[b-pwhc20mkc6] {
        max-width: 100%;
        white-space: normal;
    }

    .stats-grid[b-pwhc20mkc6] {
        margin-top: 2.4rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .hero-intro[b-pwhc20mkc6] {
        margin-top: 1.15rem;
        font-size: 0.85rem;
        line-height: 1.55;
    }

    .hero-outro[b-pwhc20mkc6] {
        margin-top: 2.4rem;
        font-size: 0.85rem;
        line-height: 1.65;
    }

    .stat-card[b-pwhc20mkc6] {
        min-height: 8.5rem;
        padding: 1rem 0.85rem 0.9rem;
        border-radius: 1rem;
    }

    .stat-value[b-pwhc20mkc6] {
        font-size: 0.85rem;
    }

    .stat-label[b-pwhc20mkc6] {
        font-size: 0.74rem;
        max-width: 10ch;
    }
}

@media (min-width: 768px) {
    .hero[b-pwhc20mkc6] {
        min-height: calc(100vh - 7.2rem);
        padding-top: 1.4rem;
    }

    .hero h1[b-pwhc20mkc6] {
        font-size: clamp(1.75rem, 4vw, 3.625rem);
    }
}

@media (max-width: 479.98px) {
    .stats-grid[b-pwhc20mkc6] {
        grid-template-columns: 1fr;
    }
}
/* _content/Webseite/Components/Pages/Impressum.razor.rz.scp.css */
.imprint-page[b-22ho8l8csh] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.imprint-hero[b-22ho8l8csh] {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}

.imprint-eyebrow[b-22ho8l8csh] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.imprint-hero h1[b-22ho8l8csh] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.imprint-title[b-22ho8l8csh] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.imprint-title[b-22ho8l8csh]::after {
    content: "Impressum";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-22ho8l8csh 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.imprint-lead[b-22ho8l8csh] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.imprint-note[b-22ho8l8csh] {
    width: min(100%, 56rem);
    margin: 2.2rem auto 0;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.imprint-note p[b-22ho8l8csh] {
    margin: 0;
    color: #d6d0ca;
    font-size: 0.98rem;
    line-height: 1.65;
}

.imprint-note strong[b-22ho8l8csh] {
    color: #f6efe4;
}

.imprint-grid[b-22ho8l8csh] {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.imprint-card[b-22ho8l8csh] {
    padding: 1.35rem 1.2rem 1.25rem;
    border-radius: 1.05rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.imprint-card h2[b-22ho8l8csh] {
    margin: 0 0 0.95rem;
    color: #f6efe4;
    font-size: 1.15rem;
    font-weight: 800;
}

.imprint-card p[b-22ho8l8csh] {
    margin: 0;
    color: #bbb3a8;
    font-size: 0.96rem;
    line-height: 1.65;
}

.imprint-card p + p[b-22ho8l8csh] {
    margin-top: 0.8rem;
}

.imprint-card a[b-22ho8l8csh] {
    color: #f6efe4;
}

.imprint-card-wide[b-22ho8l8csh] {
    grid-column: 1 / -1;
}

.imprint-list[b-22ho8l8csh] {
    margin: 0;
    display: grid;
    gap: 0.9rem;
}

.imprint-list div[b-22ho8l8csh] {
    display: grid;
    gap: 0.2rem;
}

.imprint-list dt[b-22ho8l8csh] {
    color: #a9a2a0;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-transform: uppercase;
}

.imprint-list dd[b-22ho8l8csh] {
    margin: 0;
    color: #f6efe4;
    font-size: 0.98rem;
    line-height: 1.65;
}

@keyframes dadox-shimmer-b-22ho8l8csh {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .imprint-page[b-22ho8l8csh] {
        padding: 2rem 1rem 3rem;
    }

    .imprint-grid[b-22ho8l8csh] {
        grid-template-columns: 1fr;
    }

    .imprint-card[b-22ho8l8csh],
    .imprint-note[b-22ho8l8csh] {
        padding: 1.15rem 1rem 1.05rem;
    }

    .imprint-card p[b-22ho8l8csh],
    .imprint-list dd[b-22ho8l8csh],
    .imprint-note p[b-22ho8l8csh] {
        font-size: 0.92rem;
    }
}
/* _content/Webseite/Components/Pages/Kaeufe.razor.rz.scp.css */
.purchases-page[b-kqglcwj39y] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.purchases-hero[b-kqglcwj39y] {
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
}

.purchases-eyebrow[b-kqglcwj39y] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.purchases-hero h1[b-kqglcwj39y] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.purchases-title[b-kqglcwj39y] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.purchases-title[b-kqglcwj39y]::after {
    content: "Meine Käufe";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-kqglcwj39y 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.purchases-lead[b-kqglcwj39y] {
    margin: 1.1rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.purchases-card[b-kqglcwj39y] {
    width: min(100%, var(--dadox-max-width));
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.purchases-empty h2[b-kqglcwj39y] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.2rem;
    font-weight: 900;
}

.purchases-empty p[b-kqglcwj39y] {
    margin: 0.55rem 0 0;
    color: #bbb3a8;
    font-size: 0.98rem;
    line-height: 1.7;
    font-weight: 650;
}

.purchases-actions[b-kqglcwj39y] {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.purchases-action-link[b-kqglcwj39y] {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 900;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.purchases-action-secondary[b-kqglcwj39y] {
    opacity: 0.9;
}

@keyframes dadox-shimmer-b-kqglcwj39y {
    0% { background-position: 120% 50%; }
    45% { background-position: 55% 50%; }
    55% { background-position: 45% 50%; }
    100% { background-position: -20% 50%; }
}

@media (max-width: 767.98px) {
    .purchases-page[b-kqglcwj39y] { padding: 2rem 1rem 3rem; }
    .purchases-card[b-kqglcwj39y] { padding: 1.1rem; }
}

/* _content/Webseite/Components/Pages/Konto.razor.rz.scp.css */
.konto-page[b-gldvk0yp50] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.konto-hero[b-gldvk0yp50] {
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
}

.konto-eyebrow[b-gldvk0yp50] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.konto-hero h1[b-gldvk0yp50] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.konto-title[b-gldvk0yp50] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.konto-title[b-gldvk0yp50]::after {
    content: "Benutzerbereich";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-gldvk0yp50 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.konto-lead[b-gldvk0yp50] {
    margin: 1.1rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.konto-card[b-gldvk0yp50] {
    width: min(100%, var(--dadox-max-width));
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.konto-header h2[b-gldvk0yp50] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.2rem;
    font-weight: 900;
}

.konto-header[b-gldvk0yp50] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.konto-header-left[b-gldvk0yp50] {
    display: grid;
    gap: 0.35rem;
}

.konto-sub[b-gldvk0yp50] {
    margin: 0.35rem 0 0;
    color: #a7a1ad;
    font-size: 0.95rem;
    font-weight: 650;
}

.konto-points[b-gldvk0yp50] {
    flex: 0 0 auto;
    padding: 0.6rem 0.85rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(230, 193, 88, 0.22);
    background: rgba(26, 23, 13, 0.3);
    display: grid;
    justify-items: end;
    gap: 0.15rem;
    min-width: 7.5rem;
}

.konto-points-label[b-gldvk0yp50] {
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.konto-points-value[b-gldvk0yp50] {
    color: #f6efe4;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
}

.konto-grid[b-gldvk0yp50] {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.konto-tile[b-gldvk0yp50] {
    padding: 1.15rem 1.05rem 1.05rem;
    border-radius: 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 231, 185, 0.03);
    display: grid;
    gap: 0.7rem;
    align-content: start;
}

.konto-tile h3[b-gldvk0yp50] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.02rem;
    font-weight: 900;
}

.konto-tile p[b-gldvk0yp50] {
    margin: 0;
    color: #bbb3a8;
    font-size: 0.95rem;
    line-height: 1.6;
}

.konto-tile-actions[b-gldvk0yp50] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
}

.konto-tile-actions .konto-action[b-gldvk0yp50] {
    min-width: 0;
}

.konto-actions[b-gldvk0yp50] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.konto-action[b-gldvk0yp50] {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 900;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
}

.konto-action:disabled[b-gldvk0yp50] {
    opacity: 0.7;
    cursor: not-allowed;
}

.konto-action-link[b-gldvk0yp50] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.konto-status[b-gldvk0yp50] {
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #d7d0c5;
}

.konto-status-error[b-gldvk0yp50] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

@keyframes dadox-shimmer-b-gldvk0yp50 {
    0% { background-position: 120% 50%; }
    45% { background-position: 55% 50%; }
    55% { background-position: 45% 50%; }
    100% { background-position: -20% 50%; }
}

@media (max-width: 767.98px) {
    .konto-page[b-gldvk0yp50] { padding: 2rem 1rem 3rem; }
    .konto-card[b-gldvk0yp50] { padding: 1.1rem; }
    .konto-grid[b-gldvk0yp50] { grid-template-columns: 1fr; }
    .konto-header[b-gldvk0yp50] { flex-direction: column; align-items: stretch; }
    .konto-points[b-gldvk0yp50] { justify-items: start; }
}
/* _content/Webseite/Components/Pages/KontoVerifizieren.razor.rz.scp.css */
.verify-page[b-0lythxbtp0] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.verify-hero[b-0lythxbtp0] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.verify-eyebrow[b-0lythxbtp0] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.verify-hero h1[b-0lythxbtp0] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.verify-title[b-0lythxbtp0] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.verify-title[b-0lythxbtp0]::after {
    content: "Konto verifizieren";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-0lythxbtp0 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.verify-card[b-0lythxbtp0] {
    width: min(100%, 40rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.verify-state[b-0lythxbtp0] {
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f5f1e8;
}

.verify-state h2[b-0lythxbtp0],
.verify-state p[b-0lythxbtp0] {
    margin: 0;
}

.verify-state p[b-0lythxbtp0] {
    margin-top: 0.7rem;
    color: #d7d0c5;
    line-height: 1.7;
}

.verify-state-success[b-0lythxbtp0] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
}

.verify-state-error[b-0lythxbtp0] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
}

.verify-actions[b-0lythxbtp0] {
    margin-top: 1.1rem;
}

.verify-action-link[b-0lythxbtp0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    padding: 0.92rem 1.3rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
    text-decoration: none;
    font-weight: 800;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    cursor: pointer;
    font-size: 0.96rem;
}

.verify-action-link:disabled[b-0lythxbtp0] {
    opacity: 0.72;
    cursor: wait;
}

@keyframes dadox-shimmer-b-0lythxbtp0 {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .verify-page[b-0lythxbtp0] {
        padding: 2rem 1rem 3rem;
    }

    .verify-card[b-0lythxbtp0] {
        padding: 1.1rem;
    }

    .verify-action-link[b-0lythxbtp0] {
        width: 100%;
        min-width: 0;
    }
}
/* _content/Webseite/Components/Pages/Login.razor.rz.scp.css */
.login-page[b-stx4qr1oks] {
    width: min(100%, 72rem);
    margin: 0 auto;
    padding: 2.4rem 1rem 4rem;
}

.login-hero[b-stx4qr1oks] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.login-eyebrow[b-stx4qr1oks] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.login-hero h1[b-stx4qr1oks] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.login-title[b-stx4qr1oks] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.login-title[b-stx4qr1oks]::after {
    content: "Login";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-stx4qr1oks 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.login-lead[b-stx4qr1oks] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.login-card[b-stx4qr1oks] {
    width: min(100%, 42rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.form-grid[b-stx4qr1oks] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.field-group[b-stx4qr1oks] {
    display: grid;
    gap: 0.45rem;
}

.field-group-wide[b-stx4qr1oks] {
    grid-column: 1 / -1;
}

.field-group label[b-stx4qr1oks] {
    color: #f6efe4;
    font-size: 0.95rem;
    font-weight: 700;
}

.form-input[b-stx4qr1oks] {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.95rem;
    background: rgba(7, 9, 13, 0.72);
    color: #f5f1e8;
    font-size: 0.98rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-input:focus[b-stx4qr1oks] {
    border-color: rgba(242, 161, 31, 0.48);
    box-shadow: 0 0 0 0.2rem rgba(242, 161, 31, 0.12);
    background: rgba(10, 12, 18, 0.9);
}

.status-panel[b-stx4qr1oks] {
    margin-top: 1.2rem;
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-panel p[b-stx4qr1oks],
.status-panel h2[b-stx4qr1oks] {
    margin: 0;
}

.status-panel p + p[b-stx4qr1oks],
.status-panel h2 + p[b-stx4qr1oks] {
    margin-top: 0.55rem;
}

.status-panel-success[b-stx4qr1oks] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
    color: #daf1df;
}

.status-panel-error[b-stx4qr1oks] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

.card-footer[b-stx4qr1oks],
.login-actions[b-stx4qr1oks] {
    margin-top: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.card-hint[b-stx4qr1oks] {
    margin: 0;
    color: #a7a1ad;
    font-size: 0.93rem;
    line-height: 1.65;
}

.submit-button[b-stx4qr1oks],
.primary-action[b-stx4qr1oks] {
    flex: 0 0 auto;
    min-width: 12.5rem;
    padding: 0.98rem 1.45rem;
    border: 1px solid rgba(230, 193, 88, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 232, 180, 0.04),
        0 0 0 1px rgba(205, 164, 54, 0.06),
        0 0 30px rgba(225, 192, 93, 0.14);
    color: #f4dd8a;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-align: center;
}

.submit-button:disabled[b-stx4qr1oks] {
    opacity: 0.7;
    cursor: wait;
}

.forgot-shell[b-stx4qr1oks] {
    margin-top: 1.2rem;
    display: grid;
    gap: 0.9rem;
}

.forgot-toggle[b-stx4qr1oks] {
    width: 100%;
    padding: 0.95rem 1.25rem;
    border: 1px solid rgba(230, 193, 88, 0.18);
    border-radius: 999px;
    background: rgba(7, 9, 13, 0.42);
    color: #e6dbc4;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.03),
        0 12px 26px rgba(0, 0, 0, 0.18);
}

.forgot-toggle:hover[b-stx4qr1oks] {
    border-color: rgba(242, 161, 31, 0.3);
}

.forgot-chevron[b-stx4qr1oks] {
    opacity: 0.8;
    font-size: 0.85rem;
}

.forgot-panel[b-stx4qr1oks] {
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 9, 13, 0.35);
}

.forgot-hint[b-stx4qr1oks] {
    margin: 0;
    color: #b8b0a4;
    font-size: 0.92rem;
    line-height: 1.55;
    text-wrap: balance;
}

.forgot-row[b-stx4qr1oks] {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: end;
}

.forgot-input[b-stx4qr1oks] {
    min-height: 3.1rem;
}

.forgot-button[b-stx4qr1oks] {
    min-width: 10.5rem;
    padding: 0.92rem 1.2rem;
    border: 1px solid rgba(230, 193, 88, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.12), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 232, 180, 0.04),
        0 0 0 1px rgba(205, 164, 54, 0.05),
        0 0 28px rgba(225, 192, 93, 0.12);
    color: #f4dd8a;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-align: center;
}

.forgot-button:disabled[b-stx4qr1oks] {
    opacity: 0.7;
    cursor: wait;
}

@keyframes dadox-shimmer-b-stx4qr1oks {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .login-page[b-stx4qr1oks] {
        padding: 2rem 1rem 3rem;
    }

    .login-card[b-stx4qr1oks] {
        padding: 1.1rem;
    }

    .form-grid[b-stx4qr1oks] {
        grid-template-columns: 1fr;
    }

    .card-footer[b-stx4qr1oks],
    .login-actions[b-stx4qr1oks] {
        flex-direction: column;
        align-items: stretch;
    }

    .submit-button[b-stx4qr1oks],
    .primary-action[b-stx4qr1oks] {
        width: 100%;
        min-width: 0;
    }

    .forgot-row[b-stx4qr1oks] {
        grid-template-columns: 1fr;
    }

    .forgot-button[b-stx4qr1oks] {
        width: 100%;
        min-width: 0;
    }
}
/* _content/Webseite/Components/Pages/Logout.razor.rz.scp.css */
.logout-page[b-ly0afssa7g] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.logout-hero[b-ly0afssa7g] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.logout-eyebrow[b-ly0afssa7g] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.logout-hero h1[b-ly0afssa7g] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.logout-title[b-ly0afssa7g] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.logout-title[b-ly0afssa7g]::after {
    content: "Logout";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-ly0afssa7g 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.logout-lead[b-ly0afssa7g] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

@keyframes dadox-shimmer-b-ly0afssa7g {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .logout-page[b-ly0afssa7g] {
        padding: 2rem 1rem 3rem;
    }
}
/* _content/Webseite/Components/Pages/LogoutErfolgreich.razor.rz.scp.css */
.logout-page[b-0kukx85hba] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.logout-hero[b-0kukx85hba] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.logout-eyebrow[b-0kukx85hba] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.logout-hero h1[b-0kukx85hba] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.logout-title[b-0kukx85hba] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.logout-title[b-0kukx85hba]::after {
    content: "Logout erfolgreich";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-0kukx85hba 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.logout-lead[b-0kukx85hba] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.logout-card[b-0kukx85hba] {
    width: min(100%, 42rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.logout-state[b-0kukx85hba] {
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f5f1e8;
}

.logout-state h2[b-0kukx85hba],
.logout-state p[b-0kukx85hba] {
    margin: 0;
}

.logout-state p[b-0kukx85hba] {
    margin-top: 0.7rem;
    color: #d7d0c5;
    line-height: 1.7;
}

.logout-state-success[b-0kukx85hba] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
}

.logout-actions[b-0kukx85hba] {
    margin-top: 1.2rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.logout-action[b-0kukx85hba] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    padding: 0.92rem 1.3rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
    text-decoration: none;
    font-weight: 800;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
}

.logout-action-secondary[b-0kukx85hba] {
    border-color: rgba(255, 255, 255, 0.12);
    color: #f6efe4;
    background:
        linear-gradient(180deg, rgba(19, 22, 30, 0.92), rgba(12, 15, 21, 0.92)),
        rgba(12, 15, 21, 0.9);
}

@keyframes dadox-shimmer-b-0kukx85hba {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .logout-page[b-0kukx85hba] {
        padding: 2rem 1rem 3rem;
    }

    .logout-card[b-0kukx85hba] {
        padding: 1.1rem;
    }

    .logout-action[b-0kukx85hba] {
        width: 100%;
        min-width: 0;
    }
}
/* _content/Webseite/Components/Pages/NeuesSpiel.razor.rz.scp.css */
.game-page[b-xya84uw9u7] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.game-hero[b-xya84uw9u7] {
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
}

.game-eyebrow[b-xya84uw9u7] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.game-hero h1[b-xya84uw9u7] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.game-title[b-xya84uw9u7] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.game-title[b-xya84uw9u7]::after {
    content: "Neues Spiel";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-xya84uw9u7 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.game-lead[b-xya84uw9u7] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.game-card[b-xya84uw9u7] {
    width: min(100%, 60rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.lobby-grid[b-xya84uw9u7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.lobby-panel[b-xya84uw9u7] {
    padding: 1.1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 9, 13, 0.55);
}

.room-badge[b-xya84uw9u7] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.6rem;
    padding: 0.55rem 0.95rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(19, 22, 30, 0.9), rgba(12, 15, 21, 0.9)),
        rgba(12, 15, 21, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 16px 34px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
}

.room-badge-label[b-xya84uw9u7] {
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.room-badge-code[b-xya84uw9u7] {
    color: #f6efe4;
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.panel-title[b-xya84uw9u7] {
    margin: 1rem 0 0.85rem;
    color: #f6efe4;
    font-size: 1.12rem;
    font-weight: 800;
}

.qr-image[b-xya84uw9u7] {
    width: 100%;
    max-width: 16rem;
    height: auto;
    display: block;
    padding: 0.75rem;
    background: #ffffff;
    border-radius: 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.join-link[b-xya84uw9u7] {
    margin-top: 0.95rem;
    padding: 0.8rem 0.85rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.22);
}

.join-link-label[b-xya84uw9u7] {
    color: #a7a1ad;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.join-link-url[b-xya84uw9u7] {
    display: block;
    margin-top: 0.4rem;
    color: #f4dd8a;
    word-break: break-all;
    text-decoration: none;
    font-weight: 750;
}

.join-link-url:hover[b-xya84uw9u7] {
    color: #ffebaa;
    text-decoration: underline;
}

.player-list[b-xya84uw9u7] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.player-item[b-xya84uw9u7] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
}

.player-index[b-xya84uw9u7] {
    color: rgba(241, 207, 113, 0.9);
    font-weight: 900;
    min-width: 2.2rem;
}

.player-name[b-xya84uw9u7] {
    color: #f6efe4;
    font-weight: 800;
    flex: 1 1 auto;
}

.player-tag[b-xya84uw9u7] {
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.lobby-actions[b-xya84uw9u7] {
    margin-top: 1.1rem;
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    text-align: center;
}

.primary-button[b-xya84uw9u7] {
    width: min(100%, 18rem);
    padding: 0.98rem 1.45rem;
    border: 1px solid rgba(230, 193, 88, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 232, 180, 0.04),
        0 0 0 1px rgba(205, 164, 54, 0.06),
        0 0 30px rgba(225, 192, 93, 0.14);
    color: #f4dd8a;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.primary-button:disabled[b-xya84uw9u7] {
    opacity: 0.7;
    cursor: wait;
}

.hint-text[b-xya84uw9u7] {
    margin: 0;
    color: #a7a1ad;
    font-size: 0.93rem;
    line-height: 1.65;
    text-wrap: balance;
}

.status-panel[b-xya84uw9u7] {
    margin-top: 1.2rem;
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-panel p[b-xya84uw9u7] {
    margin: 0;
}

.status-panel-error[b-xya84uw9u7] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

@keyframes dadox-shimmer-b-xya84uw9u7 {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .game-page[b-xya84uw9u7] {
        padding: 2rem 1rem 3rem;
    }

    .game-card[b-xya84uw9u7] {
        padding: 1.1rem;
    }

    .lobby-grid[b-xya84uw9u7] {
        grid-template-columns: 1fr;
    }

    .lobby-actions[b-xya84uw9u7] {
        justify-items: stretch;
        text-align: left;
    }

    .primary-button[b-xya84uw9u7] {
        width: 100%;
    }
}
/* _content/Webseite/Components/Pages/PasswortAendern.razor.rz.scp.css */
.reset-page[b-7i2dpr8pec] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.reset-hero[b-7i2dpr8pec] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.reset-eyebrow[b-7i2dpr8pec] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.reset-hero h1[b-7i2dpr8pec] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.reset-title[b-7i2dpr8pec] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.reset-title[b-7i2dpr8pec]::after {
    content: "Passwort aendern";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-7i2dpr8pec 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.reset-lead[b-7i2dpr8pec] {
    margin: 1.15rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.reset-card[b-7i2dpr8pec] {
    width: min(100%, 42rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.reset-state[b-7i2dpr8pec] {
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f5f1e8;
}

.reset-state h2[b-7i2dpr8pec],
.reset-state p[b-7i2dpr8pec] {
    margin: 0;
}

.reset-state p[b-7i2dpr8pec] {
    margin-top: 0.7rem;
    color: #d7d0c5;
    line-height: 1.7;
}

.reset-state-success[b-7i2dpr8pec] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
}

.reset-state-error[b-7i2dpr8pec] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
}

.form-grid[b-7i2dpr8pec] {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.field-group[b-7i2dpr8pec] {
    display: grid;
    gap: 0.45rem;
}

.field-group label[b-7i2dpr8pec] {
    color: #f6efe4;
    font-size: 0.95rem;
    font-weight: 700;
}

.form-input[b-7i2dpr8pec] {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.95rem;
    background: rgba(7, 9, 13, 0.72);
    color: #f5f1e8;
    font-size: 0.98rem;
    outline: none;
}

.status-panel[b-7i2dpr8pec] {
    margin-top: 1rem;
    padding: 0.95rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-panel h3[b-7i2dpr8pec],
.status-panel p[b-7i2dpr8pec] {
    margin: 0;
}

.status-panel p[b-7i2dpr8pec] {
    margin-top: 0.55rem;
}

.status-panel-success[b-7i2dpr8pec] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
    color: #daf1df;
}

.status-panel-error[b-7i2dpr8pec] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

.reset-actions[b-7i2dpr8pec] {
    margin-top: 1.1rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.reset-action-link[b-7i2dpr8pec] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    padding: 0.92rem 1.3rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
    text-decoration: none;
    font-weight: 800;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    cursor: pointer;
}

.reset-action-link:disabled[b-7i2dpr8pec] {
    opacity: 0.72;
    cursor: wait;
}

.reset-action-secondary[b-7i2dpr8pec] {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #d6d0ca;
}

.reset-action-secondary:hover[b-7i2dpr8pec] {
    border-color: rgba(242, 161, 31, 0.22);
    color: #f6efe4;
}

@keyframes dadox-shimmer-b-7i2dpr8pec {
    0% { background-position: 120% 50%; }
    45% { background-position: 55% 50%; }
    55% { background-position: 45% 50%; }
    100% { background-position: -20% 50%; }
}

@media (max-width: 767.98px) {
    .reset-page[b-7i2dpr8pec] { padding: 2rem 1rem 3rem; }
    .reset-card[b-7i2dpr8pec] { padding: 1.1rem; }
    .reset-action-link[b-7i2dpr8pec] { width: 100%; min-width: 0; }
}
/* _content/Webseite/Components/Pages/PasswortNeuSetzen.razor.rz.scp.css */
.reset-page[b-lnt9tzwzaz] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.reset-hero[b-lnt9tzwzaz] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.reset-eyebrow[b-lnt9tzwzaz] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.reset-hero h1[b-lnt9tzwzaz] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.reset-title[b-lnt9tzwzaz] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.reset-title[b-lnt9tzwzaz]::after {
    content: "Passwort neu setzen";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-lnt9tzwzaz 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.reset-card[b-lnt9tzwzaz] {
    width: min(100%, 42rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.reset-state[b-lnt9tzwzaz] {
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f5f1e8;
}

.reset-state h2[b-lnt9tzwzaz],
.reset-state p[b-lnt9tzwzaz] {
    margin: 0;
}

.reset-state p[b-lnt9tzwzaz] {
    margin-top: 0.7rem;
    color: #d7d0c5;
    line-height: 1.7;
}

.reset-state-success[b-lnt9tzwzaz] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
}

.reset-state-error[b-lnt9tzwzaz] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
}

.form-grid[b-lnt9tzwzaz] {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.field-group[b-lnt9tzwzaz] {
    display: grid;
    gap: 0.45rem;
}

.field-group label[b-lnt9tzwzaz] {
    color: #f6efe4;
    font-size: 0.95rem;
    font-weight: 700;
}

.form-input[b-lnt9tzwzaz] {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.95rem;
    background: rgba(7, 9, 13, 0.72);
    color: #f5f1e8;
    font-size: 0.98rem;
    outline: none;
}

.reset-actions[b-lnt9tzwzaz] {
    margin-top: 1.1rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.reset-action-link[b-lnt9tzwzaz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    padding: 0.92rem 1.3rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
    text-decoration: none;
    font-weight: 800;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    cursor: pointer;
}

.reset-action-link:disabled[b-lnt9tzwzaz] {
    opacity: 0.72;
    cursor: wait;
}

.reset-action-secondary[b-lnt9tzwzaz] {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #d6d0ca;
}

.reset-action-secondary:hover[b-lnt9tzwzaz] {
    border-color: rgba(242, 161, 31, 0.22);
    color: #f6efe4;
}

@keyframes dadox-shimmer-b-lnt9tzwzaz {
    0% { background-position: 120% 50%; }
    45% { background-position: 55% 50%; }
    55% { background-position: 45% 50%; }
    100% { background-position: -20% 50%; }
}

@media (max-width: 767.98px) {
    .reset-page[b-lnt9tzwzaz] { padding: 2rem 1rem 3rem; }
    .reset-card[b-lnt9tzwzaz] { padding: 1.1rem; }
    .reset-action-link[b-lnt9tzwzaz] { width: 100%; min-width: 0; }
}
/* _content/Webseite/Components/Pages/Shop.razor.rz.scp.css */
.shop-page[b-l73tlkdzzd] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.shop-hero[b-l73tlkdzzd] {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
}

.shop-eyebrow[b-l73tlkdzzd] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.shop-hero h1[b-l73tlkdzzd] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.shop-title[b-l73tlkdzzd] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.shop-title[b-l73tlkdzzd]::after {
    content: "Shop";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-l73tlkdzzd 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.shop-lead[b-l73tlkdzzd] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.mono[b-l73tlkdzzd] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.shop-card[b-l73tlkdzzd] {
    width: min(100%, var(--dadox-max-width));
    margin: 2rem auto 0;
    padding: 1.15rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.shop-toolbar[b-l73tlkdzzd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.shop-toolbar-left[b-l73tlkdzzd] {
    color: #d7d0c5;
    font-weight: 750;
}

.shop-toolbar-left strong[b-l73tlkdzzd] {
    color: #f6efe4;
}

.shop-status[b-l73tlkdzzd] {
    color: #d7d0c5;
}

.shop-grid[b-l73tlkdzzd] {
    width: min(100%, var(--dadox-max-width));
    margin: 1.2rem auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.shop-item[b-l73tlkdzzd] {
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 9, 13, 0.45);
    overflow: hidden;
    display: grid;
}

.shop-item-media[b-l73tlkdzzd] {
    display: block;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.16);
}

.shop-item-media img[b-l73tlkdzzd] {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
}

.image-placeholder[b-l73tlkdzzd] {
    height: 220px;
    display: grid;
    place-items: center;
    gap: 0.4rem;
    color: #a7a1ad;
    font-weight: 750;
}

.placeholder-icon[b-l73tlkdzzd] {
    font-size: 1.8rem;
}

.shop-item-body[b-l73tlkdzzd] {
    padding: 1.05rem 1.05rem 1.15rem;
    display: grid;
    gap: 0.7rem;
}

.shop-item-top[b-l73tlkdzzd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.badges[b-l73tlkdzzd] {
    display: inline-flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.badge[b-l73tlkdzzd] {
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #f6efe4;
    font-size: 0.8rem;
    font-weight: 850;
}

.badge-warn[b-l73tlkdzzd] {
    border-color: rgba(255, 190, 107, 0.22);
    background: rgba(242, 161, 31, 0.08);
    color: rgba(255, 220, 150, 0.98);
}

.sku[b-l73tlkdzzd] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.86rem;
}

.shop-item-name[b-l73tlkdzzd] {
    margin: 0;
    color: #f6efe4;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.2;
}

.shop-item-kurz[b-l73tlkdzzd] {
    margin: 0;
    color: #b8b0a4;
    font-weight: 650;
    line-height: 1.55;
}

.shop-item-footer[b-l73tlkdzzd] {
    margin-top: 0.15rem;
    display: grid;
    gap: 0.7rem;
}

.price[b-l73tlkdzzd] {
    font-size: 1.15rem;
    font-weight: 950;
    color: #f4dd8a;
}

.actions[b-l73tlkdzzd] {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.shop-button[b-l73tlkdzzd] {
    padding: 0.72rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 900;
    font-size: 0.92rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    cursor: pointer;
}

.shop-button:disabled[b-l73tlkdzzd] {
    opacity: 0.6;
    cursor: not-allowed;
}

.shop-button-ghost[b-l73tlkdzzd] {
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.04);
}

@keyframes dadox-shimmer-b-l73tlkdzzd {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .shop-page[b-l73tlkdzzd] {
        padding: 2rem 1rem 3rem;
    }

    .shop-lead[b-l73tlkdzzd] {
        font-size: 0.95rem;
    }

    .shop-grid[b-l73tlkdzzd] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .shop-grid[b-l73tlkdzzd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* _content/Webseite/Components/Pages/ShopArtikelDetails.razor.rz.scp.css */
.shop-page[b-elwyb36f92] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.shop-hero[b-elwyb36f92] {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
}

.shop-eyebrow[b-elwyb36f92] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.shop-hero h1[b-elwyb36f92] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.shop-title[b-elwyb36f92] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.shop-title[b-elwyb36f92]::after {
    content: "Shop";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-elwyb36f92 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.shop-lead[b-elwyb36f92] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.mono[b-elwyb36f92] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.shop-card[b-elwyb36f92] {
    margin: 2rem auto 0;
    padding: 1.25rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.62), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.18);
}

.shop-status[b-elwyb36f92] {
    width: min(100%, 56rem);
    color: #d7d0c5;
}

.shop-detail[b-elwyb36f92] {
    width: min(100%, 70rem);
    margin: 2.2rem auto 0;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.2rem;
    align-items: start;
}

.detail-media[b-elwyb36f92],
.detail-info[b-elwyb36f92] {
    padding: 1.15rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 9, 13, 0.45);
}

.image-placeholder[b-elwyb36f92] {
    height: 340px;
    display: grid;
    place-items: center;
    gap: 0.4rem;
    border-radius: 1rem;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.16);
    color: #a7a1ad;
    font-weight: 700;
}

.placeholder-icon[b-elwyb36f92] {
    font-size: 2rem;
}

.image-main img[b-elwyb36f92] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.16);
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.image-thumbs[b-elwyb36f92] {
    margin-top: 0.85rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
    gap: 0.55rem;
}

.thumb[b-elwyb36f92] {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.9rem;
    background: rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.thumb img[b-elwyb36f92] {
    width: 100%;
    height: 64px;
    display: block;
    object-fit: cover;
}

.thumb-active[b-elwyb36f92] {
    border-color: rgba(242, 161, 31, 0.55);
    box-shadow: 0 0 0 1px rgba(242, 161, 31, 0.22);
}

.detail-top[b-elwyb36f92] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.detail-sku[b-elwyb36f92] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.86rem;
}

.badges[b-elwyb36f92] {
    display: inline-flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.badge[b-elwyb36f92] {
    padding: 0.32rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #f6efe4;
    font-size: 0.82rem;
    font-weight: 800;
}

.badge-warn[b-elwyb36f92] {
    border-color: rgba(255, 190, 107, 0.22);
    background: rgba(242, 161, 31, 0.08);
    color: rgba(255, 220, 150, 0.98);
}

.detail-name[b-elwyb36f92] {
    margin: 0.9rem 0 0;
    color: #f6efe4;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1.15;
}

.detail-kurz[b-elwyb36f92] {
    margin: 0.85rem 0 0;
    color: #b8b0a4;
    font-size: 1.02rem;
    font-weight: 650;
    line-height: 1.65;
}

.detail-price[b-elwyb36f92] {
    margin-top: 1.05rem;
    display: grid;
    gap: 0.25rem;
}

.price[b-elwyb36f92] {
    font-size: 1.55rem;
    font-weight: 950;
    color: #f4dd8a;
    letter-spacing: 0.02em;
}

.price-hint[b-elwyb36f92] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    font-weight: 700;
}

.detail-desc[b-elwyb36f92] {
    margin-top: 1.05rem;
    color: #d7d0c5;
    line-height: 1.7;
    white-space: pre-wrap;
}

.detail-actions[b-elwyb36f92] {
    margin-top: 1.25rem;
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.shop-button[b-elwyb36f92] {
    padding: 0.8rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 900;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.shop-button:disabled[b-elwyb36f92] {
    opacity: 0.6;
    cursor: not-allowed;
}

.shop-button-ghost[b-elwyb36f92] {
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.04);
}

.shop-inline-status[b-elwyb36f92] {
    margin-top: 0.85rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #d7d0c5;
    font-weight: 650;
}

@media (max-width: 991.98px) {
    .shop-detail[b-elwyb36f92] {
        grid-template-columns: 1fr;
    }

    .image-placeholder[b-elwyb36f92] {
        height: 260px;
    }
}

@keyframes dadox-shimmer-b-elwyb36f92 {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

/* _content/Webseite/Components/Pages/ShopCheckout.razor.rz.scp.css */
.checkout-page[b-g6t5rn3c9e] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.checkout-hero[b-g6t5rn3c9e] {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.checkout-eyebrow[b-g6t5rn3c9e] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.checkout-hero h1[b-g6t5rn3c9e] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.checkout-title[b-g6t5rn3c9e] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.checkout-title[b-g6t5rn3c9e]::after {
    content: "Checkout";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-g6t5rn3c9e 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.checkout-lead[b-g6t5rn3c9e] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.checkout-card[b-g6t5rn3c9e] {
    width: min(100%, 60rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
    color: #d7d0c5;
}

.checkout-card h2[b-g6t5rn3c9e] {
    margin: 0 0 0.75rem;
    color: #f6efe4;
    font-weight: 900;
}

.checkout-card ol[b-g6t5rn3c9e] {
    margin: 0 0 1.15rem;
    padding-left: 1.25rem;
    line-height: 1.8;
}

.checkout-button[b-g6t5rn3c9e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 900;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    text-decoration: none;
}

@keyframes dadox-shimmer-b-g6t5rn3c9e {
    0% { background-position: 120% 50%; }
    45% { background-position: 55% 50%; }
    55% { background-position: 45% 50%; }
    100% { background-position: -20% 50%; }
}

/* _content/Webseite/Components/Pages/ShopWarenkorb.razor.rz.scp.css */
.cart-page[b-e9i5k8v0ic] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.cart-hero[b-e9i5k8v0ic] {
    max-width: 44rem;
    margin: 0 auto;
    text-align: center;
}

.cart-eyebrow[b-e9i5k8v0ic] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cart-hero h1[b-e9i5k8v0ic] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.cart-title[b-e9i5k8v0ic] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.cart-title[b-e9i5k8v0ic]::after {
    content: "Warenkorb";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-e9i5k8v0ic 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cart-lead[b-e9i5k8v0ic] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.mono[b-e9i5k8v0ic] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.cart-card[b-e9i5k8v0ic] {
    width: min(100%, 70rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.cart-status[b-e9i5k8v0ic] {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #d7d0c5;
}

.cart-empty[b-e9i5k8v0ic] {
    color: #d7d0c5;
    font-weight: 650;
}

.cart-actions[b-e9i5k8v0ic] {
    margin-top: 1.05rem;
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.cart-button[b-e9i5k8v0ic] {
    padding: 0.75rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    color: #f4dd8a;
    font-weight: 900;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    cursor: pointer;
}

.cart-button-ghost[b-e9i5k8v0ic] {
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.04);
}

.cart-table-wrap[b-e9i5k8v0ic] {
    overflow-x: auto;
    margin-top: 0.75rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-table[b-e9i5k8v0ic] {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
}

.cart-table th[b-e9i5k8v0ic],
.cart-table td[b-e9i5k8v0ic] {
    padding: 0.85rem 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    text-align: left;
    vertical-align: top;
}

.cart-table thead th[b-e9i5k8v0ic] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.22);
}

.cart-article-name[b-e9i5k8v0ic] {
    color: #f6efe4;
    font-weight: 900;
}

.cart-article-sku[b-e9i5k8v0ic] {
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

.qty[b-e9i5k8v0ic] {
    width: 4.5rem;
    padding: 0.5rem 0.65rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(7, 9, 13, 0.72);
    color: #f5f1e8;
    outline: none;
}

.cart-actions-cell[b-e9i5k8v0ic] {
    white-space: nowrap;
}

.cart-summary[b-e9i5k8v0ic] {
    margin-top: 1.15rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-summary-row[b-e9i5k8v0ic] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #d7d0c5;
    font-weight: 800;
}

.cart-total[b-e9i5k8v0ic] {
    color: #f4dd8a;
    font-weight: 950;
}

@keyframes dadox-shimmer-b-e9i5k8v0ic {
    0% { background-position: 120% 50%; }
    45% { background-position: 55% 50%; }
    55% { background-position: 45% 50%; }
    100% { background-position: -20% 50%; }
}

/* _content/Webseite/Components/Pages/SpielBeitreten.razor.rz.scp.css */
.join-page[b-2d8yen23xx] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.join-hero[b-2d8yen23xx] {
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
}

.join-eyebrow[b-2d8yen23xx] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.join-hero h1[b-2d8yen23xx] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.join-title[b-2d8yen23xx] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.join-title[b-2d8yen23xx]::after {
    content: "Spiel beitreten";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-2d8yen23xx 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.join-lead[b-2d8yen23xx] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.join-card[b-2d8yen23xx] {
    width: min(100%, 50rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.room-badge[b-2d8yen23xx] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.6rem;
    padding: 0.55rem 0.95rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(19, 22, 30, 0.9), rgba(12, 15, 21, 0.9)),
        rgba(12, 15, 21, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 16px 34px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
}

.room-badge-label[b-2d8yen23xx] {
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.room-badge-code[b-2d8yen23xx] {
    color: #f6efe4;
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.panel-title[b-2d8yen23xx] {
    margin: 1.2rem 0 0.85rem;
    color: #f6efe4;
    font-size: 1.12rem;
    font-weight: 800;
}

.player-list[b-2d8yen23xx] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.player-item[b-2d8yen23xx] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
}

.player-index[b-2d8yen23xx] {
    color: rgba(241, 207, 113, 0.9);
    font-weight: 900;
    min-width: 2.2rem;
}

.player-name[b-2d8yen23xx] {
    color: #f6efe4;
    font-weight: 800;
    flex: 1 1 auto;
}

.player-tag[b-2d8yen23xx] {
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.player-tag-me[b-2d8yen23xx] {
    border-color: rgba(255, 255, 255, 0.12);
    color: #f6efe4;
}

.status-panel[b-2d8yen23xx] {
    margin-top: 1.2rem;
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-panel h2[b-2d8yen23xx],
.status-panel p[b-2d8yen23xx] {
    margin: 0;
}

.status-panel h2[b-2d8yen23xx] {
    font-size: 1.1rem;
    font-weight: 900;
}

.status-panel p + p[b-2d8yen23xx],
.status-panel h2 + p[b-2d8yen23xx] {
    margin-top: 0.55rem;
}

.status-panel-success[b-2d8yen23xx] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
    color: #daf1df;
}

.status-panel-error[b-2d8yen23xx] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

.join-link[b-2d8yen23xx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
    text-decoration: none;
    font-weight: 850;
    letter-spacing: 0.03em;
}

.join-link:hover[b-2d8yen23xx] {
    color: #ffebaa;
    text-decoration: none;
}

@keyframes dadox-shimmer-b-2d8yen23xx {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .join-page[b-2d8yen23xx] {
        padding: 2rem 1rem 3rem;
    }

    .join-card[b-2d8yen23xx] {
        padding: 1.1rem;
    }
}
/* _content/Webseite/Components/Pages/SpielBrett.razor.rz.scp.css */
.boardjoin-page[b-z8wig7a8yu] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.boardjoin-hero[b-z8wig7a8yu] {
    max-width: 52rem;
    margin: 0 auto;
    text-align: center;
}

.boardjoin-eyebrow[b-z8wig7a8yu] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.boardjoin-hero h1[b-z8wig7a8yu] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.boardjoin-title[b-z8wig7a8yu] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.boardjoin-title[b-z8wig7a8yu]::after {
    content: "Spielbrett";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-z8wig7a8yu 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.boardjoin-lead[b-z8wig7a8yu] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 650;
    line-height: 1.7;
    text-wrap: balance;
}

.boardjoin-card[b-z8wig7a8yu] {
    width: min(100%, 58rem);
    margin: 2.2rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.room-badges[b-z8wig7a8yu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
}

.room-badge[b-z8wig7a8yu] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.6rem;
    padding: 0.55rem 0.95rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(19, 22, 30, 0.9), rgba(12, 15, 21, 0.9)),
        rgba(12, 15, 21, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 16px 34px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
}

.room-badge-label[b-z8wig7a8yu] {
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.room-badge-code[b-z8wig7a8yu] {
    color: #f6efe4;
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.panel-title[b-z8wig7a8yu] {
    margin: 1.2rem 0 0.85rem;
    color: #f6efe4;
    font-size: 1.12rem;
    font-weight: 900;
    text-align: center;
}

.player-list[b-z8wig7a8yu] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.player-item[b-z8wig7a8yu] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
    color: #f6efe4;
}

.player-item-me[b-z8wig7a8yu] {
    box-shadow: inset 3px 0 0 rgba(241, 207, 113, 0.7);
}

.player-item-host[b-z8wig7a8yu] {
    border-color: rgba(230, 193, 88, 0.18);
}

.player-index[b-z8wig7a8yu] {
    color: rgba(241, 207, 113, 0.9);
    font-weight: 900;
    min-width: 2.2rem;
}

.player-name[b-z8wig7a8yu] {
    font-weight: 850;
    flex: 1 1 auto;
}

.player-tag[b-z8wig7a8yu] {
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.player-tag-me[b-z8wig7a8yu] {
    border-color: rgba(255, 255, 255, 0.12);
    color: #f6efe4;
}

.lobby-actions[b-z8wig7a8yu] {
    margin-top: 1.1rem;
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    text-align: center;
}

.primary-button[b-z8wig7a8yu],
.primary-link[b-z8wig7a8yu] {
    width: min(100%, 18rem);
    padding: 0.98rem 1.45rem;
    border: 1px solid rgba(230, 193, 88, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 232, 180, 0.04),
        0 0 0 1px rgba(205, 164, 54, 0.06),
        0 0 30px rgba(225, 192, 93, 0.14);
    color: #f4dd8a;
    font-size: 0.95rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.primary-button:disabled[b-z8wig7a8yu] {
    opacity: 0.7;
    cursor: wait;
}

.hint-text[b-z8wig7a8yu] {
    margin: 0;
    color: #a7a1ad;
    font-size: 0.93rem;
    line-height: 1.65;
    text-wrap: balance;
}

.status-panel[b-z8wig7a8yu] {
    margin-top: 1.2rem;
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-panel h2[b-z8wig7a8yu],
.status-panel p[b-z8wig7a8yu] {
    margin: 0;
}

.status-panel h2[b-z8wig7a8yu] {
    font-size: 1.1rem;
    font-weight: 900;
}

.status-panel p + p[b-z8wig7a8yu],
.status-panel h2 + p[b-z8wig7a8yu] {
    margin-top: 0.55rem;
}

.status-panel-success[b-z8wig7a8yu] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
    color: #daf1df;
}

.status-panel-error[b-z8wig7a8yu] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

@keyframes dadox-shimmer-b-z8wig7a8yu {
    0% { background-position: 120% 50%; }
    45% { background-position: 55% 50%; }
    55% { background-position: 45% 50%; }
    100% { background-position: -20% 50%; }
}

@media (max-width: 767.98px) {
    .boardjoin-page[b-z8wig7a8yu] {
        padding: 2rem 1rem 3rem;
    }

    .boardjoin-card[b-z8wig7a8yu] {
        padding: 1.1rem;
    }

    .primary-button[b-z8wig7a8yu],
    .primary-link[b-z8wig7a8yu] {
        width: 100%;
    }
}
/* _content/Webseite/Components/Pages/SpielRaum.razor.rz.scp.css */
.room-page[b-plf4i98dal] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.room-hero[b-plf4i98dal] {
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
}

.room-eyebrow[b-plf4i98dal] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.room-hero h1[b-plf4i98dal] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.room-title[b-plf4i98dal] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.room-title[b-plf4i98dal]::after {
    content: "Spiel";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-plf4i98dal 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.room-lead[b-plf4i98dal] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 650;
    line-height: 1.7;
    text-wrap: balance;
}

.room-shell[b-plf4i98dal] {
    margin-top: 2.2rem;
}

.room-grid[b-plf4i98dal] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 1rem;
}

.room-card[b-plf4i98dal] {
    padding: 1.35rem;
    border: 1px solid rgba(214, 178, 74, 0.16);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.room-card-head[b-plf4i98dal] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.room-badge[b-plf4i98dal],
.turn-badge[b-plf4i98dal],
.winner-badge[b-plf4i98dal] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.6rem;
    padding: 0.55rem 0.95rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(19, 22, 30, 0.9), rgba(12, 15, 21, 0.9)),
        rgba(12, 15, 21, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 16px 34px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
}

.room-badge-label[b-plf4i98dal],
.turn-label[b-plf4i98dal],
.winner-label[b-plf4i98dal] {
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.room-badge-code[b-plf4i98dal] {
    color: #f6efe4;
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.turn-name[b-plf4i98dal],
.winner-name[b-plf4i98dal] {
    color: #f6efe4;
    font-size: 0.98rem;
    font-weight: 900;
}

.score-table-wrap[b-plf4i98dal] {
    margin-top: 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 9, 13, 0.5);
    overflow: auto;
    max-height: 28rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.score-table[b-plf4i98dal] {
    width: 100%;
    border-collapse: collapse;
    min-width: 34rem;
}

.score-table th[b-plf4i98dal],
.score-table td[b-plf4i98dal] {
    padding: 0.85rem 0.9rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #f6efe4;
}

.score-table th[b-plf4i98dal] {
    color: #a7a1ad;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.12);
    position: sticky;
    top: 0;
}

.row-current td[b-plf4i98dal] {
    background: rgba(242, 161, 31, 0.08);
}

.row-me td[b-plf4i98dal] {
    box-shadow: inset 3px 0 0 rgba(241, 207, 113, 0.7);
}

.pill[b-plf4i98dal] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.32rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.pill-current[b-plf4i98dal] {
    border-color: rgba(230, 193, 88, 0.24);
    color: #f4dd8a;
}

.pill-me[b-plf4i98dal] {
    border-color: rgba(255, 255, 255, 0.14);
    color: #f6efe4;
}

.pill-win[b-plf4i98dal] {
    border-color: rgba(105, 182, 121, 0.22);
    color: #daf1df;
}

.field-group[b-plf4i98dal] {
    display: grid;
    gap: 0.45rem;
}

.field-group label[b-plf4i98dal] {
    color: #f6efe4;
    font-size: 0.95rem;
    font-weight: 800;
}

.form-input[b-plf4i98dal] {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.95rem;
    background: rgba(7, 9, 13, 0.72);
    color: #f5f1e8;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-input:focus[b-plf4i98dal] {
    border-color: rgba(242, 161, 31, 0.48);
    box-shadow: 0 0 0 0.2rem rgba(242, 161, 31, 0.12);
    background: rgba(10, 12, 18, 0.9);
}

.field-hint[b-plf4i98dal] {
    color: #a7a1ad;
    font-size: 0.9rem;
    line-height: 1.55;
}

.primary-button[b-plf4i98dal] {
    width: 100%;
    margin-top: 1rem;
    padding: 0.98rem 1.45rem;
    border: 1px solid rgba(230, 193, 88, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 228, 140, 0.15), transparent 35%),
        linear-gradient(180deg, rgba(26, 23, 13, 0.98), rgba(12, 13, 11, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 232, 180, 0.04),
        0 0 0 1px rgba(205, 164, 54, 0.06),
        0 0 30px rgba(225, 192, 93, 0.14);
    color: #f4dd8a;
    font-size: 0.95rem;
    font-weight: 850;
    letter-spacing: 0.04em;
}

.primary-button:disabled[b-plf4i98dal] {
    opacity: 0.7;
    cursor: wait;
}

.turn-actions[b-plf4i98dal] {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.turn-button[b-plf4i98dal] {
    width: 100%;
    padding: 0.98rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f6efe4;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(0, 0, 0, 0.12),
        0 0 26px rgba(0, 0, 0, 0.22);
}

.turn-button:disabled[b-plf4i98dal] {
    opacity: 0.7;
    cursor: wait;
}

.turn-plus[b-plf4i98dal] {
    border-color: rgba(105, 182, 121, 0.32);
    background:
        radial-gradient(circle at 15% 50%, rgba(148, 245, 176, 0.16), transparent 40%),
        linear-gradient(180deg, rgba(18, 55, 30, 0.88), rgba(10, 26, 16, 0.92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(105, 182, 121, 0.12),
        0 0 30px rgba(105, 182, 121, 0.12);
}

.turn-plus:hover[b-plf4i98dal] {
    border-color: rgba(105, 182, 121, 0.46);
}

.turn-minus[b-plf4i98dal] {
    border-color: rgba(255, 119, 119, 0.34);
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 160, 160, 0.16), transparent 40%),
        linear-gradient(180deg, rgba(70, 22, 22, 0.88), rgba(34, 12, 12, 0.92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(255, 119, 119, 0.12),
        0 0 30px rgba(255, 119, 119, 0.12);
}

.turn-minus:hover[b-plf4i98dal] {
    border-color: rgba(255, 119, 119, 0.48);
}

.secondary-button[b-plf4i98dal] {
    width: 100%;
    margin-top: 1.05rem;
    padding: 0.86rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(7, 9, 13, 0.55);
    color: #f6efe4;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.secondary-button:hover[b-plf4i98dal] {
    border-color: rgba(255, 255, 255, 0.18);
}

.history-block[b-plf4i98dal] {
    margin-top: 1.2rem;
}

.history-loading[b-plf4i98dal] {
    margin: 0.85rem 0 0;
    color: #a7a1ad;
    font-size: 0.95rem;
}

.history-list[b-plf4i98dal] {
    margin: 0.85rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.55rem;
}

.history-item[b-plf4i98dal] {
    display: grid;
    grid-template-columns: 4.5rem 1fr 4.5rem 5.5rem;
    gap: 0.65rem;
    align-items: baseline;
    padding: 0.75rem 0.85rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
    color: #f6efe4;
}

.history-nr[b-plf4i98dal] {
    color: rgba(241, 207, 113, 0.9);
    font-weight: 900;
}

.history-name[b-plf4i98dal] {
    font-weight: 850;
}

.history-delta[b-plf4i98dal] {
    color: #f4dd8a;
    font-weight: 900;
    text-align: right;
}

.history-score[b-plf4i98dal] {
    text-align: right;
    font-weight: 900;
}

.status-panel[b-plf4i98dal] {
    margin-top: 1.2rem;
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-panel h2[b-plf4i98dal],
.status-panel p[b-plf4i98dal] {
    margin: 0;
}

.status-panel h2[b-plf4i98dal] {
    font-size: 1.1rem;
    font-weight: 900;
}

.status-panel p + p[b-plf4i98dal],
.status-panel h2 + p[b-plf4i98dal] {
    margin-top: 0.55rem;
}

.status-panel-success[b-plf4i98dal] {
    border-color: rgba(105, 182, 121, 0.22);
    background: rgba(30, 60, 36, 0.32);
    color: #daf1df;
}

.status-panel-error[b-plf4i98dal] {
    border-color: rgba(255, 119, 119, 0.22);
    background: rgba(80, 24, 24, 0.28);
    color: #ffd8d8;
}

@keyframes dadox-shimmer-b-plf4i98dal {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 991.98px) {
    .room-grid[b-plf4i98dal] {
        grid-template-columns: 1fr;
    }

    .score-table[b-plf4i98dal] {
        min-width: 0;
        table-layout: fixed;
    }
}

@media (max-width: 767.98px) {
    .room-page[b-plf4i98dal] {
        padding: 2rem 1rem 3rem;
    }

    .room-page-running[b-plf4i98dal] {
        padding-top: 1.2rem;
    }

    .room-page-running .room-shell[b-plf4i98dal] {
        margin-top: 1.2rem;
    }

    .room-card[b-plf4i98dal] {
        padding: 1.1rem;
    }

    .score-table-wrap[b-plf4i98dal] {
        max-height: 22rem;
    }

    .score-table[b-plf4i98dal] {
        min-width: 0;
        table-layout: fixed;
    }

    .score-table th[b-plf4i98dal],
    .score-table td[b-plf4i98dal] {
        padding: 0.65rem 0.6rem;
        font-size: 0.9rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .score-table th[b-plf4i98dal] {
        font-size: 0.72rem;
    }

    .score-table th:nth-child(1)[b-plf4i98dal],
    .score-table td:nth-child(1)[b-plf4i98dal] {
        width: 3.25rem;
    }

    .score-table th:nth-child(3)[b-plf4i98dal],
    .score-table td:nth-child(3)[b-plf4i98dal] {
        width: 4.75rem;
    }

    .score-table th:nth-child(4)[b-plf4i98dal],
    .score-table td:nth-child(4)[b-plf4i98dal] {
        width: 4.25rem;
        text-align: right;
    }

    .history-item[b-plf4i98dal] {
        grid-template-columns: 3.2rem 1fr 4.2rem 4.2rem;
        gap: 0.5rem;
        padding: 0.65rem 0.75rem;
        align-items: center;
    }

    .history-nr[b-plf4i98dal],
    .history-name[b-plf4i98dal],
    .history-delta[b-plf4i98dal],
    .history-score[b-plf4i98dal] {
        white-space: nowrap;
    }

    .history-name[b-plf4i98dal] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .history-delta[b-plf4i98dal],
    .history-score[b-plf4i98dal] {
        text-align: right;
    }
}
/* _content/Webseite/Components/Pages/Spielregeln.razor.rz.scp.css */
.rules-page[b-cdq3ri1ss9] {
    width: min(100%, var(--dadox-max-width));
    margin: 0 auto;
    padding: var(--dadox-page-pad-top) var(--dadox-pad-x) var(--dadox-page-pad-bottom);
}

.rules-hero[b-cdq3ri1ss9] {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}

.rules-eyebrow[b-cdq3ri1ss9] {
    margin: 0 0 0.75rem;
    color: rgba(241, 207, 113, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rules-hero h1[b-cdq3ri1ss9] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.rules-title[b-cdq3ri1ss9] {
    position: relative;
    display: inline-block;
    color: #f6efe4;
}

.rules-title[b-cdq3ri1ss9]::after {
    content: "Spielregeln";
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        90deg,
        rgba(255, 240, 215, 0) 0%,
        rgba(255, 211, 132, 0.2) 16%,
        rgba(255, 205, 109, 0.95) 46%,
        rgba(255, 247, 230, 1) 50%,
        rgba(255, 205, 109, 0.95) 54%,
        rgba(255, 211, 132, 0.2) 84%,
        rgba(255, 240, 215, 0) 100%
    );
    background-size: 240% 100%;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dadox-shimmer-b-cdq3ri1ss9 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.rules-lead[b-cdq3ri1ss9] {
    margin: 1.4rem auto 0;
    color: #b8b0a4;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
}

.rules-summary[b-cdq3ri1ss9] {
    margin: 2.8rem auto 0;
    width: min(100%, 58rem);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.summary-card[b-cdq3ri1ss9],
.rules-panel[b-cdq3ri1ss9] {
    border: 1px solid rgba(214, 178, 74, 0.16);
    background:
        linear-gradient(180deg, rgba(25, 22, 16, 0.66), rgba(15, 16, 18, 0.88)),
        rgba(16, 18, 22, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 231, 185, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.2);
}

.summary-card[b-cdq3ri1ss9] {
    min-height: 7.75rem;
    padding: 1rem 0.85rem;
    border-radius: 1.05rem;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.55rem;
}

.summary-icon[b-cdq3ri1ss9] {
    width: 1.75rem;
    height: 1.75rem;
    color: rgba(241, 207, 113, 0.92);
    text-shadow: 0 0 1.2rem rgba(211, 173, 68, 0.22);
}

.summary-icon svg[b-cdq3ri1ss9] {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.summary-value[b-cdq3ri1ss9] {
    color: #f7f1e7;
    font-size: clamp(0.975rem, 1.5vw, 1.225rem);
    font-weight: 800;
    line-height: 1;
}

.summary-label[b-cdq3ri1ss9] {
    color: #a9a2a0;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: center;
}

.rules-sections[b-cdq3ri1ss9] {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.rules-panel[b-cdq3ri1ss9] {
    padding: 1.35rem 1.2rem 1.25rem;
    border-radius: 1.05rem;
}

.rules-panel h2[b-cdq3ri1ss9] {
    margin: 0 0 0.9rem;
    color: #f6efe4;
    font-size: 1.15rem;
    font-weight: 800;
}

.rules-panel p[b-cdq3ri1ss9],
.rules-panel li[b-cdq3ri1ss9],
.rules-panel td[b-cdq3ri1ss9],
.rules-panel th[b-cdq3ri1ss9] {
    color: #bbb3a8;
    font-size: 0.96rem;
    line-height: 1.65;
}

.rules-panel p[b-cdq3ri1ss9] {
    margin: 0;
}

.rules-panel p + p[b-cdq3ri1ss9],
.rules-panel ul + p[b-cdq3ri1ss9] {
    margin-top: 0.85rem;
}

.rules-panel ul[b-cdq3ri1ss9] {
    margin: 0.75rem 0 0.2rem 1.2rem;
    padding: 0;
}

.rules-panel li + li[b-cdq3ri1ss9] {
    margin-top: 0.35rem;
}

.rules-panel strong[b-cdq3ri1ss9] {
    color: #f6efe4;
    font-weight: 800;
}

.rules-panel-wide[b-cdq3ri1ss9],
.rules-panel-table[b-cdq3ri1ss9] {
    grid-column: 1 / -1;
}

.rules-tip[b-cdq3ri1ss9] {
    color: #e6d08b;
}

.score-table-wrap[b-cdq3ri1ss9] {
    margin-top: 1rem;
    overflow-x: auto;
}

.score-table[b-cdq3ri1ss9] {
    width: 100%;
    border-collapse: collapse;
    min-width: 36rem;
}

.score-table th[b-cdq3ri1ss9],
.score-table td[b-cdq3ri1ss9] {
    padding: 0.9rem 0.85rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.score-table thead th[b-cdq3ri1ss9] {
    color: #f6efe4;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.score-table tbody tr:last-child td[b-cdq3ri1ss9] {
    border-bottom: 0;
}

@keyframes dadox-shimmer-b-cdq3ri1ss9 {
    0% {
        background-position: 120% 50%;
    }

    45% {
        background-position: 55% 50%;
    }

    55% {
        background-position: 45% 50%;
    }

    100% {
        background-position: -20% 50%;
    }
}

@media (max-width: 767.98px) {
    .rules-page[b-cdq3ri1ss9] {
        padding: 2rem 1rem 3rem;
    }

    .rules-summary[b-cdq3ri1ss9],
    .rules-sections[b-cdq3ri1ss9] {
        grid-template-columns: 1fr;
    }

    .summary-card[b-cdq3ri1ss9] {
        min-height: 6.8rem;
    }

    .rules-panel[b-cdq3ri1ss9] {
        padding: 1.15rem 1rem 1.05rem;
    }

    .rules-panel p[b-cdq3ri1ss9],
    .rules-panel li[b-cdq3ri1ss9],
    .rules-panel td[b-cdq3ri1ss9],
    .rules-panel th[b-cdq3ri1ss9] {
        font-size: 0.9rem;
    }
}
