@import 'CubeSim.Client.pi4fiapnr5.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iktwh93yxe] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--theme-page-bg);
    color: var(--theme-text);
}

main[b-iktwh93yxe] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-iktwh93yxe] {
    position: relative;
    flex: 0 0 auto;
    background: var(--theme-sidebar-bg);
    color: var(--theme-sidebar-text);
}

.sidebar-collapse-command[b-iktwh93yxe],
.sidebar-reveal-command[b-iktwh93yxe] {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--theme-sidebar-text) 24%, transparent);
    border-radius: 5px;
    background: color-mix(in srgb, var(--theme-sidebar-bg) 82%, black);
    color: var(--theme-sidebar-text);
    cursor: pointer;
}

.sidebar-collapse-command:hover[b-iktwh93yxe],
.sidebar-reveal-command:hover[b-iktwh93yxe] {
    background: color-mix(in srgb, var(--theme-sidebar-text) 16%, var(--theme-sidebar-bg));
}

.sidebar-collapse-command:focus-visible[b-iktwh93yxe],
.sidebar-reveal-command:focus-visible[b-iktwh93yxe] {
    outline: 2px solid var(--theme-accent);
    outline-offset: 2px;
}

.sidebar-collapse-command[b-iktwh93yxe]  svg,
.sidebar-reveal-command[b-iktwh93yxe]  svg {
    width: 20px;
    height: 20px;
}

.sidebar-collapse-command[b-iktwh93yxe] {
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 80px;
}

.sidebar-reveal-command[b-iktwh93yxe] {
    display: none;
    position: fixed;
    z-index: 50;
    top: 8px;
    left: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
}

.page.is-sidebar-collapsed .sidebar[b-iktwh93yxe] {
    display: none;
}

.page.is-sidebar-collapsed .sidebar-reveal-command[b-iktwh93yxe] {
    display: grid;
}

.page.is-sidebar-collapsed article[b-iktwh93yxe] {
    padding-top: 3.5rem;
}

@media (min-width: 641px) {
    .page[b-iktwh93yxe] {
        flex-direction: row;
    }

    .sidebar[b-iktwh93yxe] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
        transition: width 180ms ease;
    }

    .sidebar-collapse-command[b-iktwh93yxe] {
        right: 8px;
    }

    .page.is-sidebar-collapsed .sidebar[b-iktwh93yxe] {
        display: block;
        width: 0;
    }

    article[b-iktwh93yxe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .page.is-sidebar-collapsed article[b-iktwh93yxe] {
        padding-top: 0;
        padding-left: 4rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sidebar[b-iktwh93yxe] {
        transition: none;
    }
}

#blazor-error-ui[b-iktwh93yxe] {
    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-iktwh93yxe] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b2m3ycc07b] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--theme-sidebar-text);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-b2m3ycc07b] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-b2m3ycc07b] {
    min-height: 3.5rem;
    background-color: color-mix(in srgb, var(--theme-sidebar-bg) 72%, black);
}

.navbar-brand[b-b2m3ycc07b] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1.1rem;
}

.navbar-brand__icon[b-b2m3ycc07b] {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 6px;
    object-fit: cover;
}

.nav-language[b-b2m3ycc07b],
.nav-auth[b-b2m3ycc07b] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: var(--theme-sidebar-text);
    position: sticky;
    z-index: 2;
}

.nav-language[b-b2m3ycc07b] {
    bottom: 3.75rem;
    background: var(--theme-sidebar-bg);
}

.nav-auth[b-b2m3ycc07b] {
    bottom: 0;
    background: var(--theme-sidebar-bg);
}

.nav-auth__heading[b-b2m3ycc07b] {
    display: block;
    margin-bottom: 0.4rem;
    color: color-mix(in srgb, var(--theme-sidebar-text) 62%, transparent);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.nav-auth__profile[b-b2m3ycc07b],
.nav-auth__wca[b-b2m3ycc07b] {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
    padding: 0.45rem 0;
    color: var(--theme-sidebar-text);
    text-decoration: none;
}

.nav-auth__profile:hover[b-b2m3ycc07b],
.nav-auth__profile:focus-visible[b-b2m3ycc07b],
.nav-auth__wca:hover[b-b2m3ycc07b],
.nav-auth__wca:focus-visible[b-b2m3ycc07b] {
    color: var(--theme-sidebar-text);
}

.nav-auth__avatar[b-b2m3ycc07b],
.nav-auth__wca-badge[b-b2m3ycc07b] {
    position: relative;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid color-mix(in srgb, var(--theme-sidebar-text) 24%, transparent);
    border-radius: 4px;
    background: color-mix(in srgb, var(--theme-sidebar-text) 10%, transparent);
    font-size: 0.76rem;
    font-weight: 800;
}

.nav-auth__identity[b-b2m3ycc07b] {
    min-width: 0;
}

.nav-auth__identity strong[b-b2m3ycc07b],
.nav-auth__identity small[b-b2m3ycc07b] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-auth__identity strong[b-b2m3ycc07b] {
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.25;
}

.nav-auth__identity small[b-b2m3ycc07b] {
    margin-top: 0.12rem;
    color: color-mix(in srgb, var(--theme-sidebar-text) 62%, transparent);
    font-size: 0.69rem;
    line-height: 1.2;
}

.nav-auth__wca[b-b2m3ycc07b] {
    grid-template-columns: 32px minmax(0, 1fr) 16px;
    margin: 0.2rem 0 0.65rem;
    padding-top: 0.55rem;
    border-top: 1px solid color-mix(in srgb, var(--theme-sidebar-text) 14%, transparent);
}

.nav-auth__wca-badge[b-b2m3ycc07b] {
    border-color: #e14b4b;
    background: #d82434;
    color: #fff;
    font-size: 0.6rem;
}

.nav-auth__wca[b-b2m3ycc07b]  svg {
    width: 15px;
    height: 15px;
    color: color-mix(in srgb, var(--theme-sidebar-text) 70%, transparent);
}

.nav-auth__wca-badge[b-b2m3ycc07b]  svg {
    width: 18px;
    height: 18px;
    color: #fff;
}

.nav-auth__wca-badge img[b-b2m3ycc07b] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.nav-auth__signout[b-b2m3ycc07b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.nav-auth__signout[b-b2m3ycc07b]  svg {
    width: 15px;
    height: 15px;
}

.nav-language[b-b2m3ycc07b]  .lang-switcher {
    width: 100%;
}

.nav-language[b-b2m3ycc07b]  .lang-switcher__label {
    min-width: 0;
    color: color-mix(in srgb, var(--theme-sidebar-text) 84%, transparent);
}

.nav-language[b-b2m3ycc07b]  .lang-switcher__trigger {
    min-width: 0;
    color: var(--theme-sidebar-text);
}

.bi[b-b2m3ycc07b] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-b2m3ycc07b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-b2m3ycc07b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-b2m3ycc07b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-b2m3ycc07b] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b2m3ycc07b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b2m3ycc07b] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b2m3ycc07b]  .nav-link {
        color: color-mix(in srgb, var(--theme-sidebar-text) 84%, transparent);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-b2m3ycc07b]  a.active {
    background-color: color-mix(in srgb, var(--theme-sidebar-text) 30%, transparent);
    color: var(--theme-sidebar-text);
}

.nav-item[b-b2m3ycc07b]  .nav-link:hover {
    background-color: color-mix(in srgb, var(--theme-sidebar-text) 12%, transparent);
    color: var(--theme-sidebar-text);
}

.nav-item--private[b-b2m3ycc07b]  .nav-link {
    justify-content: space-between;
    gap: 0.5rem;
    color: color-mix(in srgb, var(--theme-sidebar-text) 52%, transparent);
}

.nav-item--feedback[b-b2m3ycc07b] {
    padding-bottom: 0.5rem;
}

.nav-item--feedback[b-b2m3ycc07b]  .feedback-notification {
    padding-right: 1rem;
    padding-left: 1rem;
}

.private-routes[b-b2m3ycc07b] {
    margin-bottom: 0.75rem;
    border-top: 1px solid color-mix(in srgb, var(--theme-sidebar-text) 14%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--theme-sidebar-text) 14%, transparent);
    color: color-mix(in srgb, var(--theme-sidebar-text) 58%, transparent);
}

.private-routes summary[b-b2m3ycc07b] {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.65rem;
    padding: 0.5rem 0.35rem;
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 750;
    list-style: none;
    text-transform: uppercase;
}

.private-routes summary[b-b2m3ycc07b]::-webkit-details-marker {
    display: none;
}

.private-routes summary:hover[b-b2m3ycc07b],
.private-routes summary:focus-visible[b-b2m3ycc07b] {
    color: color-mix(in srgb, var(--theme-sidebar-text) 82%, transparent);
}

.private-routes summary[b-b2m3ycc07b]  svg {
    width: 15px;
    height: 15px;
}

.private-routes summary[b-b2m3ycc07b]  svg:last-child {
    width: 13px;
    height: 13px;
    transition: transform 140ms ease;
}

.private-routes[open] summary[b-b2m3ycc07b]  svg:last-child {
    transform: rotate(180deg);
}

.private-routes__items[b-b2m3ycc07b] {
    padding: 0.15rem 0 0.4rem 1.15rem;
}

.private-routes__items .nav-item[b-b2m3ycc07b],
.private-routes__items .nav-item:first-of-type[b-b2m3ycc07b],
.private-routes__items .nav-item:last-of-type[b-b2m3ycc07b] {
    padding-top: 0;
    padding-bottom: 0.15rem;
}

.private-routes__items .nav-item[b-b2m3ycc07b]  .nav-link {
    height: 2.35rem;
    padding-right: 0.35rem;
    padding-left: 0.55rem;
    line-height: 1.15;
}

.private-route-label[b-b2m3ycc07b] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex: 0 0 auto;
    color: color-mix(in srgb, var(--theme-sidebar-text) 45%, transparent);
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.private-route-label[b-b2m3ycc07b]  svg {
    width: 12px;
    height: 12px;
}

.nav-scrollable[b-b2m3ycc07b] {
    display: none;
    flex-direction: column;
}

.navbar-toggler:checked ~ .nav-scrollable[b-b2m3ycc07b] {
    display: flex;
}

.nav-scrollable .nav[b-b2m3ycc07b] {
    flex: 1 0 auto;
}

.nav-language[b-b2m3ycc07b],
.nav-auth[b-b2m3ycc07b] {
    margin-top: auto;
}

.nav-language + .nav-auth[b-b2m3ycc07b] {
    margin-top: 0;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b2m3ycc07b] {
        display: none;
    }

    .nav-scrollable[b-b2m3ycc07b] {
        /* Never collapse the sidebar for wide screens */
        display: flex;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PuzzleSubLinks.razor.rz.scp.css */
.nav-subitems[b-l4lum8pan5] {
    display: grid;
    gap: 0.2rem;
    padding: 0.1rem 0 0.35rem 0.85rem;
}

.nav-sub-link[b-l4lum8pan5] {
    display: block;
    padding: 0.35rem 0.5rem;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
}

.nav-sub-link:hover[b-l4lum8pan5] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
/* /Components/Pages/Account.razor.rz.scp.css */
.account-page[b-vdgev9kocx] {
    width: min(100%, 68rem);
    color: var(--theme-text);
}

.account-section[b-vdgev9kocx] {
    width: min(100%, 44rem);
    min-height: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 0;
    border-top: 1px solid var(--theme-border);
}

.account-section:nth-of-type(2)[b-vdgev9kocx] {
    border-bottom: 1px solid var(--theme-border);
}

.account-section h2[b-vdgev9kocx],
.appearance-section h2[b-vdgev9kocx],
.appearance-section h3[b-vdgev9kocx],
.theme-live-preview h4[b-vdgev9kocx] {
    margin: 0.1rem 0 0;
}

.account-section h2[b-vdgev9kocx],
.appearance-section h2[b-vdgev9kocx] {
    font-size: 1.15rem;
}

.appearance-section h3[b-vdgev9kocx] {
    margin-top: 1.4rem;
    font-size: 0.92rem;
}

.account-kicker[b-vdgev9kocx] {
    color: var(--theme-muted);
    font-size: 0.72rem;
    font-weight: 750;
    text-transform: uppercase;
}

.account-detail[b-vdgev9kocx],
.account-note[b-vdgev9kocx] {
    margin: 0.35rem 0 0;
    color: var(--theme-muted);
}

.account-note[b-vdgev9kocx] {
    max-width: 30rem;
    font-size: 0.9rem;
}

.account-status[b-vdgev9kocx],
.theme-active-label[b-vdgev9kocx] {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: 0 0.6rem;
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 700;
}

.account-status--connected[b-vdgev9kocx] {
    background: #e3f3e9;
    color: #17633a;
}

.account-actions[b-vdgev9kocx],
.theme-choice-actions[b-vdgev9kocx],
.theme-editor-title[b-vdgev9kocx],
.appearance-heading[b-vdgev9kocx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.account-actions[b-vdgev9kocx] {
    justify-content: flex-end;
}

.public-profile-form[b-vdgev9kocx] {
    width: min(100%, 22rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem;
}

.public-profile-form .form-control[b-vdgev9kocx] {
    min-width: 0;
}

.wca-profile[b-vdgev9kocx] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 640px) {
    .account-section[b-vdgev9kocx] {
        align-items: stretch;
        flex-direction: column;
    }

    .public-profile-form[b-vdgev9kocx] {
        width: 100%;
    }
}

.wca-avatar[b-vdgev9kocx] {
    width: 64px;
    height: 64px;
    border: 1px solid var(--theme-border);
    border-radius: 5px;
    object-fit: cover;
}

.wca-id[b-vdgev9kocx] {
    display: inline-block;
    margin-top: 0.25rem;
    font-weight: 700;
}

.appearance-section[b-vdgev9kocx] {
    margin-top: 2.5rem;
    padding: 1.5rem 0 3rem;
    border-top: 2px solid var(--theme-border);
}

.theme-count[b-vdgev9kocx] {
    color: var(--theme-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.theme-list[b-vdgev9kocx] {
    margin-top: 0.6rem;
    border-top: 1px solid var(--theme-border);
}

.theme-choice[b-vdgev9kocx] {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    min-height: 70px;
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--theme-border);
}

.theme-choice.is-active[b-vdgev9kocx] {
    box-shadow: inset 3px 0 var(--theme-accent);
    padding-left: 0.65rem;
}

.theme-choice-preview[b-vdgev9kocx] {
    display: grid;
    grid-template-columns: 1.2fr repeat(4, 1fr);
    width: 96px;
    height: 38px;
    overflow: hidden;
    border: 1px solid var(--theme-border);
    border-radius: 5px;
    background: var(--theme-page-bg);
}

.theme-choice-preview span:nth-child(1)[b-vdgev9kocx] { background: var(--theme-sidebar-bg); }
.theme-choice-preview span:nth-child(2)[b-vdgev9kocx] { background: var(--theme-page-bg); }
.theme-choice-preview span:nth-child(3)[b-vdgev9kocx] { background: var(--theme-surface-bg); }
.theme-choice-preview span:nth-child(4)[b-vdgev9kocx] { background: var(--theme-text); }
.theme-choice-preview span:nth-child(5)[b-vdgev9kocx] { background: var(--theme-accent); }

.theme-choice-copy[b-vdgev9kocx] {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.theme-choice-copy span[b-vdgev9kocx] {
    color: var(--theme-muted);
    font-size: 0.82rem;
}

.theme-active-label[b-vdgev9kocx] {
    background: color-mix(in srgb, var(--theme-accent) 16%, var(--theme-surface-bg));
    color: var(--theme-accent);
}

.theme-choice-actions form[b-vdgev9kocx] {
    margin: 0;
}

.theme-editor[b-vdgev9kocx] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 2rem;
    align-items: start;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--theme-border);
}

.theme-editor-fields form[b-vdgev9kocx],
.theme-name-field[b-vdgev9kocx],
.theme-color-field[b-vdgev9kocx] {
    display: grid;
}

.theme-editor-fields form[b-vdgev9kocx] {
    gap: 1rem;
    margin-top: 1rem;
}

.theme-name-field[b-vdgev9kocx],
.theme-color-field[b-vdgev9kocx] {
    gap: 0.35rem;
    color: var(--theme-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.theme-color-grid[b-vdgev9kocx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
}

.theme-color-control[b-vdgev9kocx] {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 40px;
    border: 1px solid var(--theme-border);
    border-radius: 5px;
    overflow: hidden;
    background: var(--theme-surface-bg);
}

.theme-color-control input[type="color"][b-vdgev9kocx] {
    width: 42px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.theme-color-control input[type="text"][b-vdgev9kocx] {
    min-width: 0;
    border: 0 !important;
    padding: 0 0.65rem;
    font-family: Consolas, "Courier New", monospace;
    text-transform: uppercase;
}

.theme-editor-fields .btn-primary[b-vdgev9kocx] {
    justify-self: start;
}

.theme-live-preview[b-vdgev9kocx] {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    min-height: 300px;
    overflow: hidden;
    border: 1px solid var(--theme-border);
    border-radius: 6px;
    background: var(--theme-page-bg);
    color: var(--theme-text);
}

.theme-live-preview aside[b-vdgev9kocx] {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    padding: 1rem 0.7rem;
    background: var(--theme-sidebar-bg);
    color: var(--theme-sidebar-text);
}

.theme-live-preview aside strong[b-vdgev9kocx] {
    margin-bottom: 0.65rem;
}

.theme-live-preview aside span[b-vdgev9kocx] {
    padding: 0.35rem;
    font-size: 0.72rem;
}

.theme-live-preview aside .is-selected[b-vdgev9kocx] {
    background: color-mix(in srgb, var(--theme-sidebar-text) 20%, transparent);
}

.theme-live-preview main[b-vdgev9kocx] {
    padding: 1rem;
    background: var(--theme-page-bg) !important;
    color: var(--theme-text) !important;
}

.theme-live-preview small[b-vdgev9kocx],
.theme-live-preview p[b-vdgev9kocx],
.preview-surface span[b-vdgev9kocx] {
    color: var(--theme-muted);
}

.theme-live-preview p[b-vdgev9kocx] {
    margin: 0.5rem 0 1rem;
    font-size: 0.78rem;
}

.preview-surface[b-vdgev9kocx] {
    display: grid;
    gap: 0.3rem;
    margin-bottom: 1rem;
    padding: 0.8rem;
    border: 1px solid var(--theme-border);
    background: var(--theme-surface-bg);
}

.preview-surface .preview-personal-record[b-vdgev9kocx] {
    justify-self: start;
    color: var(--theme-record-highlight);
    font-weight: 800;
}

.theme-live-preview button[b-vdgev9kocx] {
    min-height: 36px;
    padding: 0 0.8rem;
    border: 1px solid var(--theme-accent);
    border-radius: 5px;
    background: var(--theme-accent);
    color: var(--theme-accent-text);
}

@media (max-width: 800px) {
    .theme-editor[b-vdgev9kocx] {
        grid-template-columns: 1fr;
    }

    .theme-live-preview[b-vdgev9kocx] {
        order: -1;
    }
}

@media (max-width: 640px) {
    .account-section[b-vdgev9kocx],
    .appearance-heading[b-vdgev9kocx] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .account-actions[b-vdgev9kocx] {
        width: 100%;
        justify-content: space-between;
    }

    .theme-choice[b-vdgev9kocx] {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .theme-choice-preview[b-vdgev9kocx] {
        width: 74px;
    }

    .theme-choice > form[b-vdgev9kocx],
    .theme-choice-actions[b-vdgev9kocx] {
        grid-column: 2;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .theme-color-grid[b-vdgev9kocx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin-page[b-1fgi6j15qm] {
    width: min(100%, 72rem);
    color: var(--theme-text);
}

.admin-intro[b-1fgi6j15qm] {
    max-width: 38rem;
    margin: 0.75rem 0 2.5rem;
}

.admin-intro p[b-1fgi6j15qm] {
    margin-bottom: 0.35rem;
    color: var(--theme-muted);
}

.backup-section[b-1fgi6j15qm] {
    border-top: 1px solid var(--theme-border);
}

.overview-section[b-1fgi6j15qm],
.competitions-section[b-1fgi6j15qm] {
    margin-bottom: 2rem;
    border-top: 1px solid var(--theme-border);
}

.account-statistics[b-1fgi6j15qm] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid var(--theme-border);
}

.account-statistics > div[b-1fgi6j15qm] {
    padding: 1rem 1rem 1rem 0;
    border-bottom: 1px solid var(--theme-border);
}

.account-statistics dt[b-1fgi6j15qm] {
    color: var(--theme-muted);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.account-statistics dd[b-1fgi6j15qm] {
    margin: 0.25rem 0 0;
    font-size: 1.8rem;
    font-weight: 750;
}

.section-count[b-1fgi6j15qm] {
    color: var(--theme-muted);
    font-size: 1.4rem;
}

.competition-admin-list[b-1fgi6j15qm] {
    border-top: 1px solid var(--theme-border);
}

.competition-admin-list a[b-1fgi6j15qm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--theme-border);
    color: var(--theme-text);
    text-decoration: none;
}

.competition-admin-list span[b-1fgi6j15qm],
.competition-admin-list strong[b-1fgi6j15qm],
.competition-admin-list small[b-1fgi6j15qm] {
    display: block;
}

.competition-admin-list small[b-1fgi6j15qm] {
    margin-top: 0.15rem;
    color: var(--theme-muted);
}

.competition-admin-list[b-1fgi6j15qm]  svg {
    width: 18px;
    height: 18px;
    color: var(--theme-muted);
}

.backup-heading[b-1fgi6j15qm] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.35rem 0 1.1rem;
}

.backup-heading h2[b-1fgi6j15qm],
.backup-history-heading h3[b-1fgi6j15qm] {
    margin: 0.15rem 0 0;
}

.backup-heading h2[b-1fgi6j15qm] {
    font-size: 1.3rem;
}

.backup-heading p[b-1fgi6j15qm],
.backup-history-heading p[b-1fgi6j15qm],
.backup-empty[b-1fgi6j15qm] {
    margin: 0.35rem 0 0;
    color: var(--theme-muted);
}

.admin-kicker[b-1fgi6j15qm] {
    color: var(--theme-muted);
    font-size: 0.72rem;
    font-weight: 750;
    text-transform: uppercase;
}

.backup-run[b-1fgi6j15qm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.backup-run[b-1fgi6j15qm]  svg {
    width: 17px;
    height: 17px;
}

.backup-status[b-1fgi6j15qm] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid var(--theme-border);
}

.backup-status > div[b-1fgi6j15qm] {
    min-width: 0;
    padding: 0.85rem 1rem 0.85rem 0;
    border-bottom: 1px solid var(--theme-border);
}

.backup-status__wide[b-1fgi6j15qm] {
    grid-column: span 2;
}

.backup-status dt[b-1fgi6j15qm] {
    margin-bottom: 0.2rem;
    color: var(--theme-muted);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.backup-status dd[b-1fgi6j15qm] {
    margin: 0;
    overflow: hidden;
    color: var(--theme-text);
    font-size: 0.88rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.backup-status dd.is-failure[b-1fgi6j15qm],
.backup-result.is-failure[b-1fgi6j15qm],
.backup-error[b-1fgi6j15qm] {
    color: #d63c3c;
}

.backup-error[b-1fgi6j15qm] {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--theme-border);
    font-weight: 650;
}

.backup-history-heading[b-1fgi6j15qm] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
}

.backup-history-heading h3[b-1fgi6j15qm] {
    font-size: 1rem;
}

.backup-history-heading p[b-1fgi6j15qm] {
    font-size: 0.82rem;
}

.backup-history-wrap[b-1fgi6j15qm] {
    margin-top: 0.65rem;
    overflow-x: auto;
    border-top: 1px solid var(--theme-border);
}

.backup-history[b-1fgi6j15qm] {
    width: 100%;
    min-width: 48rem;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.backup-history th[b-1fgi6j15qm],
.backup-history td[b-1fgi6j15qm] {
    padding: 0.7rem 0.75rem 0.7rem 0;
    border-bottom: 1px solid var(--theme-border);
    text-align: left;
    vertical-align: middle;
}

.backup-history th[b-1fgi6j15qm] {
    color: var(--theme-muted);
    font-size: 0.7rem;
    text-transform: uppercase;
}

.backup-result[b-1fgi6j15qm] {
    font-weight: 750;
}

.backup-result.is-success[b-1fgi6j15qm] {
    color: #24865a;
}

.backup-path[b-1fgi6j15qm] {
    max-width: 22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .backup-heading[b-1fgi6j15qm],
    .backup-history-heading[b-1fgi6j15qm] {
        align-items: stretch;
        flex-direction: column;
    }

    .backup-run[b-1fgi6j15qm] {
        width: 100%;
    }

    .backup-status[b-1fgi6j15qm] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .account-statistics[b-1fgi6j15qm] {
        grid-template-columns: 1fr;
    }

    .backup-status[b-1fgi6j15qm] {
        grid-template-columns: 1fr;
    }

    .backup-status__wide[b-1fgi6j15qm] {
        grid-column: span 1;
    }
}
/* /Components/Pages/AdminFeedback.razor.rz.scp.css */
.feedback-admin-page[b-qdwhibipoe] {
    width: min(100%, 82rem);
    color: var(--theme-text);
}

.feedback-admin-header[b-qdwhibipoe] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding: 0.75rem 0 1.3rem;
    border-bottom: 1px solid var(--theme-border);
}

.feedback-admin-header > div > span[b-qdwhibipoe] {
    color: var(--theme-accent);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.feedback-admin-header h1[b-qdwhibipoe] {
    margin: 0.25rem 0 0;
}

.feedback-admin-header p[b-qdwhibipoe] {
    margin: 0.35rem 0 0;
    color: var(--theme-muted);
}

.feedback-admin-summary[b-qdwhibipoe] {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    white-space: nowrap;
}

.feedback-admin-summary strong[b-qdwhibipoe] {
    color: #d82434;
    font-size: 1.75rem;
}

.feedback-admin-summary span[b-qdwhibipoe],
.feedback-section-heading span[b-qdwhibipoe] {
    color: var(--theme-muted);
    font-size: 0.78rem;
}

.feedback-admin-layout[b-qdwhibipoe] {
    display: grid;
    grid-template-columns: minmax(22rem, 0.82fr) minmax(24rem, 1.18fr);
    min-height: 34rem;
}

.feedback-inbox[b-qdwhibipoe] {
    min-width: 0;
    padding: 1.2rem 1.25rem 2rem 0;
    border-right: 1px solid var(--theme-border);
}

.feedback-detail[b-qdwhibipoe] {
    min-width: 0;
    padding: 1.2rem 0 2rem 1.5rem;
}

.feedback-section-heading[b-qdwhibipoe],
.feedback-detail-heading[b-qdwhibipoe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.feedback-section-heading h2[b-qdwhibipoe],
.feedback-detail-heading h2[b-qdwhibipoe] {
    margin: 0;
    font-size: 1.15rem;
}

.feedback-list[b-qdwhibipoe] {
    margin-top: 0.75rem;
    border-top: 1px solid var(--theme-border);
}

.feedback-list-item[b-qdwhibipoe] {
    margin: 0;
    border-bottom: 1px solid var(--theme-border);
}

.feedback-list-item button[b-qdwhibipoe] {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.8rem 0.55rem;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--theme-text);
    text-align: left;
}

.feedback-list-item button:hover[b-qdwhibipoe],
.feedback-list-item button:focus-visible[b-qdwhibipoe],
.feedback-list-item.is-selected button[b-qdwhibipoe] {
    background: var(--theme-alt-bg);
}

.feedback-list-state[b-qdwhibipoe] {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: transparent;
}

.feedback-list-item.is-unread .feedback-list-state[b-qdwhibipoe] {
    background: #d82434;
}

.feedback-list-content[b-qdwhibipoe],
.feedback-list-meta[b-qdwhibipoe],
.feedback-list-subject[b-qdwhibipoe] {
    min-width: 0;
}

.feedback-list-meta[b-qdwhibipoe] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
}

.feedback-list-meta strong[b-qdwhibipoe] {
    overflow: hidden;
    font-size: 0.84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feedback-list-item.is-unread .feedback-list-meta strong[b-qdwhibipoe] {
    font-weight: 800;
}

.feedback-list-meta time[b-qdwhibipoe] {
    flex: 0 0 auto;
    color: var(--theme-muted);
    font-size: 0.7rem;
}

.feedback-list-subject[b-qdwhibipoe] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.28rem;
    overflow: hidden;
    color: var(--theme-muted);
    font-size: 0.75rem;
    white-space: nowrap;
}

.feedback-list-subject > span:last-child[b-qdwhibipoe] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.feedback-category[b-qdwhibipoe] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    color: var(--theme-accent);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.feedback-list-item button[b-qdwhibipoe] >  svg {
    width: 17px;
    height: 17px;
    color: var(--theme-muted);
}

.feedback-detail-heading > div > .feedback-category[b-qdwhibipoe] {
    margin-bottom: 0.25rem;
}

.feedback-detail-heading form button[b-qdwhibipoe] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid var(--theme-border);
    border-radius: 4px;
    background: transparent;
    color: var(--theme-text);
    font-size: 0.76rem;
    font-weight: 700;
}

.feedback-detail-heading form button[b-qdwhibipoe]  svg {
    width: 15px;
    height: 15px;
}

.feedback-detail-meta[b-qdwhibipoe] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1.1rem 0 0;
    border-top: 1px solid var(--theme-border);
}

.feedback-detail-meta > div[b-qdwhibipoe] {
    min-width: 0;
    padding: 0.75rem 0.75rem 0.75rem 0;
    border-bottom: 1px solid var(--theme-border);
}

.feedback-detail-meta dt[b-qdwhibipoe] {
    color: var(--theme-muted);
    font-size: 0.67rem;
    font-weight: 750;
    text-transform: uppercase;
}

.feedback-detail-meta dd[b-qdwhibipoe] {
    margin: 0.2rem 0 0;
    overflow-wrap: anywhere;
    font-size: 0.78rem;
}

.feedback-detail-meta a[b-qdwhibipoe] {
    color: var(--theme-accent);
}

.feedback-message[b-qdwhibipoe] {
    margin-top: 1.25rem;
    padding: 1rem;
    border-left: 3px solid var(--theme-accent);
    background: var(--theme-surface-bg);
    font-size: 0.92rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.feedback-detail-empty[b-qdwhibipoe] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0.65rem;
    min-height: 24rem;
    color: var(--theme-muted);
    text-align: center;
}

.feedback-detail-empty[b-qdwhibipoe]  svg {
    width: 32px;
    height: 32px;
}

.feedback-detail-empty h2[b-qdwhibipoe] {
    margin: 0;
    color: var(--theme-text);
    font-size: 1.1rem;
}

.feedback-detail-empty p[b-qdwhibipoe] {
    max-width: 24rem;
    margin: 0;
}

.feedback-pagination[b-qdwhibipoe] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
}

.feedback-page-numbers[b-qdwhibipoe] {
    display: flex;
    gap: 0.25rem;
}

.feedback-pagination a[b-qdwhibipoe],
.feedback-page-jump button[b-qdwhibipoe] {
    display: grid;
    place-items: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.4rem;
    border: 1px solid var(--theme-border);
    border-radius: 4px;
    color: var(--theme-text);
    text-decoration: none;
}

.feedback-pagination a.is-current[b-qdwhibipoe] {
    border-color: var(--theme-accent);
    background: var(--theme-accent);
    color: var(--theme-accent-text);
}

.feedback-pagination a.is-disabled[b-qdwhibipoe] {
    pointer-events: none;
    opacity: 0.35;
}

.feedback-pagination a[b-qdwhibipoe]  svg {
    width: 15px;
    height: 15px;
}

.feedback-page-jump[b-qdwhibipoe] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: auto;
}

.feedback-page-jump label[b-qdwhibipoe] {
    color: var(--theme-muted);
    font-size: 0.7rem;
}

.feedback-page-jump input[b-qdwhibipoe] {
    width: 3.5rem;
    height: 2rem;
    padding: 0 0.35rem;
    border: 1px solid var(--theme-border);
    border-radius: 4px;
    background: var(--theme-surface-bg);
    color: var(--theme-text);
}

.feedback-page-jump button[b-qdwhibipoe] {
    background: transparent;
}

.feedback-empty[b-qdwhibipoe],
.feedback-admin-error[b-qdwhibipoe] {
    margin: 1rem 0;
    color: var(--theme-muted);
}

.feedback-admin-error[b-qdwhibipoe] {
    color: #d63c3c;
}

@media (max-width: 960px) {
    .feedback-admin-layout[b-qdwhibipoe] {
        grid-template-columns: 1fr;
    }

    .feedback-inbox[b-qdwhibipoe] {
        padding-right: 0;
        border-right: 0;
    }

    .feedback-detail[b-qdwhibipoe] {
        padding-left: 0;
        border-top: 1px solid var(--theme-border);
    }
}

@media (max-width: 560px) {
    .feedback-admin-header[b-qdwhibipoe] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .feedback-detail-meta[b-qdwhibipoe] {
        grid-template-columns: 1fr;
    }

    .feedback-pagination[b-qdwhibipoe] {
        flex-wrap: wrap;
    }

    .feedback-page-jump[b-qdwhibipoe] {
        width: 100%;
        margin: 0.35rem 0 0;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-panel[b-gwti9ai80x] {
    width: min(100%, 28rem);
    padding: 1.25rem;
    border: 1px solid #d5dce3;
    border-radius: 7px;
    background: #fff;
}

.google-login[b-gwti9ai80x] {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 1px solid #aeb8c2;
    border-radius: 5px;
    background: #fff;
    color: #202124;
    font-weight: 700;
    text-decoration: none;
}

.google-login:hover[b-gwti9ai80x],
.google-login:focus-visible[b-gwti9ai80x] {
    background: #f5f7f9;
    color: #202124;
}

.google-login__logo[b-gwti9ai80x] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    object-fit: contain;
}

.login-divider[b-gwti9ai80x] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem 0;
    color: #697681;
    font-size: 0.72rem;
    font-weight: 750;
    text-transform: uppercase;
}

.login-divider[b-gwti9ai80x]::before,
.login-divider[b-gwti9ai80x]::after {
    height: 1px;
    background: #dbe1e6;
    content: "";
}
