/* /Pages/EmailConfirmed.razor.rz.scp.css */
.email-confirmed-card[b-eoxfxwey6m] {
    max-width: 32rem;
    margin: 3rem auto;
    padding: 2rem;
    text-align: center;
}

.email-confirmed-title[b-eoxfxwey6m] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--topbar-bg, #1a1a2e);
}

.email-confirmed-message[b-eoxfxwey6m] {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1.5rem;
}

/* /Pages/ForgotPassword.razor.rz.scp.css */
.forgot-password-card[b-7qj4k0kxlj] {
    max-width: 28rem;
    margin: 3rem auto;
    padding: 2rem;
    text-align: center;
}

.forgot-password-title[b-7qj4k0kxlj] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--topbar-bg, #1a1a2e);
}

.forgot-password-message[b-7qj4k0kxlj] {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1.5rem;
}

.forgot-password-back[b-7qj4k0kxlj] {
    display: inline-block;
    margin-top: 0.5rem;
    color: #2f6fed;
    text-decoration: none;
}

.forgot-password-back:hover[b-7qj4k0kxlj] {
    text-decoration: underline;
}
/* /Pages/Onboarding.razor.rz.scp.css */
.puzzle-help-tooltip[b-9gh7aqoqde] {
    display: inline-flex;
    align-items: flex-end;
    position: relative;
    vertical-align: top;
}

.puzzle-help-tooltip .puzzle-help-btn[b-9gh7aqoqde] {
    font-size: 0.7rem;
    line-height: 1;
}

.puzzle-help-tooltip .puzzle-help-btn .bi-question-circle[b-9gh7aqoqde] {
    font-size: inherit;
}

.puzzle-help-tooltip[data-puzzle-tooltip][b-9gh7aqoqde]::after {
    content: attr(data-puzzle-tooltip);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.35rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    max-width: 280px;
    font-size: 0.8125rem;
    font-weight: normal;
    font-family: inherit;
    line-height: 1.35;
    white-space: normal;
    text-align: left;
    background: #212529;
    color: #fff;
    border-radius: 0.25rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 1000;
}

.puzzle-help-tooltip[data-puzzle-tooltip]:hover[b-9gh7aqoqde]::after {
    opacity: 1;
}
/* /Pages/PuzzleRoom.razor.rz.scp.css */
.puzzle-panel-info[b-2kuykuzymy] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.puzzle-mobile-category-col[b-2kuykuzymy] {
    width: 45%;
    flex-shrink: 0;
}

.puzzle-mobile-info-col[b-2kuykuzymy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.puzzle-non-rated-row[b-2kuykuzymy] {
    margin-bottom: 0;
}

.puzzle-status-row[b-2kuykuzymy] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.puzzle-status-text[b-2kuykuzymy] {
    font-size: 1rem;
    line-height: 1.2;
}

.puzzle-ratings-slot[b-2kuykuzymy] {
    min-height: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.puzzle-ratings-slot--mobile[b-2kuykuzymy] {
    min-height: 2.75rem;
}

.theme-selector-disabled[b-2kuykuzymy] {
    opacity: 0.5;
    cursor: not-allowed;
}

.theme-selector-disabled option:not([value="SimpleMates"])[b-2kuykuzymy] {
    color: #6c757d;
    font-style: italic;
}

.puzzle-help-tooltip[b-2kuykuzymy] {
    display: inline-flex;
    align-items: flex-end;
    position: relative;
    vertical-align: top;
}

.puzzle-help-tooltip .puzzle-help-btn[b-2kuykuzymy] {
    font-size: 0.7rem;
    line-height: 1;
}

.puzzle-help-tooltip .puzzle-help-btn .bi-question-circle[b-2kuykuzymy] {
    font-size: inherit;
}

.puzzle-help-tooltip[data-puzzle-tooltip][b-2kuykuzymy]::after {
    content: attr(data-puzzle-tooltip);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.35rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    max-width: 200px;
    font-size: 0.8125rem;
    font-weight: normal;
    font-family: inherit;
    line-height: 1.35;
    white-space: normal;
    text-align: left;
    background: #212529;
    color: #fff;
    border-radius: 0.25rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 1000;
}

.puzzle-help-tooltip[data-puzzle-tooltip]:hover[b-2kuykuzymy]::after {
    opacity: 1;
}

@media (max-width: 980px) {
    .puzzle-mobile-info-col .puzzle-help-tooltip[data-puzzle-tooltip][b-2kuykuzymy]::after {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 0.35rem;
    }
}
/* /Pages/ResetPassword.razor.rz.scp.css */
.reset-password-card[b-tkg5sg43ox] {
    max-width: 28rem;
    margin: 3rem auto;
    padding: 2rem;
    text-align: center;
}

.reset-password-title[b-tkg5sg43ox] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--topbar-bg, #1a1a2e);
}

.reset-password-message[b-tkg5sg43ox] {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1.5rem;
}

.reset-password-back[b-tkg5sg43ox] {
    display: inline-block;
    margin-top: 0.5rem;
    color: #2f6fed;
    text-decoration: none;
}

.reset-password-back:hover[b-tkg5sg43ox] {
    text-decoration: underline;
}
/* /Shared/CookieConsentBanner.razor.rz.scp.css */
.cookie-consent-banner[b-16afhoum9p] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem env(safe-area-inset-bottom, 1rem) 1.5rem;
    background: url('/Files/Woods/Wood-005.png'), #1a1a2e;
    color: rgba(246, 210, 157, 0.95);
    background-repeat: repeat;
    background-size: var(--wood-tile-size, 360px) var(--wood-tile-size, 360px);
    border-top: 1px solid rgba(246, 210, 157, 0.22);
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
}

.cookie-consent-text[b-16afhoum9p] {
    margin: 0;
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.4;
    max-width: 60ch;
}

.cookie-consent-btn[b-16afhoum9p] {
    flex-shrink: 0;
    padding: 0.5rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--wood-text-on-light, #3b1f0e);
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.cookie-consent-btn:hover[b-16afhoum9p] {
    background: white;
}

@media (max-width: 640px) {
    .cookie-consent-banner[b-16afhoum9p] {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .cookie-consent-text[b-16afhoum9p] {
        max-width: none;
    }
}
/* /Shared/InstallPromptBanner.razor.rz.scp.css */
.pwa-install-banner[b-9q8nh8f02z] {
    position: fixed;
    top: calc(3.5rem + env(safe-area-inset-top, 0px)); /* below the topbar + safe area */
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    background: url('/Files/Woods/Wood-005.png'), #1a1a2e;
    background-repeat: repeat;
    background-size: var(--wood-tile-size, 360px) var(--wood-tile-size, 360px);
    color: rgba(246, 210, 157, 0.95);
    border-bottom: 1px solid rgba(246, 210, 157, 0.22);
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.pwa-install-text[b-9q8nh8f02z] {
    margin: 0;
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.4;
}

.pwa-install-actions[b-9q8nh8f02z] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.pwa-install-btn[b-9q8nh8f02z] {
    padding: 0.5rem 1.1rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
}

.pwa-install-btn--primary[b-9q8nh8f02z] {
    color: #fff;
    background: #4a7c59;
}

.pwa-install-btn--primary:hover[b-9q8nh8f02z] {
    background: #3d6b4a;
}

.pwa-install-btn--secondary[b-9q8nh8f02z] {
    color: rgba(246, 210, 157, 0.85);
    background: rgba(255, 255, 255, 0.1);
}

.pwa-install-btn--secondary:hover[b-9q8nh8f02z] {
    background: rgba(255, 255, 255, 0.18);
}

@media (min-width: 769px) {
    .pwa-install-banner[b-9q8nh8f02z] {
        display: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9x3gyqjpy1] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: linear-gradient(rgba(255, 243, 226, 0.78), rgba(255, 243, 226, 0.78)), var(--wood-page, none);
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, var(--wood-tile-size, 360px) var(--wood-tile-size, 360px);
    color: var(--wood-text-on-light, #5a381f);
}

.topbar[b-9x3gyqjpy1] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-height: 3.5rem;
    padding: env(safe-area-inset-top, 0px) 1rem 0;
    background: var(--topbar-bg, #1a1a2e);
    color: var(--topbar-text, #f6d29d);
    background-repeat: repeat;
    background-size: var(--wood-tile-size, 360px) var(--wood-tile-size, 360px);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(246, 210, 157, 0.22);
}

.topbar-brand[b-9x3gyqjpy1] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--topbar-text, #f6d29d) !important;
    text-decoration: none;
}

.topbar-brand:hover[b-9x3gyqjpy1] {
    color: rgba(246, 210, 157, 0.9) !important;
}

.topbar-auth[b-9x3gyqjpy1] {
    margin-left: auto;
    position: relative;
}

.user-menu-backdrop[b-9x3gyqjpy1] {
    position: fixed;
    inset: 0;
    z-index: 150;
}

.topbar-auth[b-9x3gyqjpy1]  .user-menu-dropdown {
    position: relative;
    z-index: 200;
}

.topbar-auth[b-9x3gyqjpy1]  .auth-links a,
.topbar-auth[b-9x3gyqjpy1]  .user-profile {
    color: rgba(246, 210, 157, 0.9) !important;
    text-decoration: none;
}

.topbar-auth[b-9x3gyqjpy1]  .auth-links a:hover,
.topbar-auth[b-9x3gyqjpy1]  .user-profile:hover {
    color: var(--topbar-text, #f6d29d) !important;
}

.topbar-auth[b-9x3gyqjpy1]  .dropdown-item {
    color: var(--topbar-text, #f6d29d);
    background-color: transparent;
}

.topbar-auth[b-9x3gyqjpy1]  .dropdown-item:hover,
.topbar-auth[b-9x3gyqjpy1]  .dropdown-item:focus {
    color: var(--topbar-text, #f6d29d);
    background-color: rgba(246, 210, 157, 0.18);
}

.page a[b-9x3gyqjpy1] {
    color: var(--wood-text-on-light, #5a381f);
}

.page a:hover[b-9x3gyqjpy1] {
    color: var(--wood-text-on-light, #5a381f);
}

.page[b-9x3gyqjpy1]  h1,
.page[b-9x3gyqjpy1]  h2,
.page[b-9x3gyqjpy1]  h3,
.page[b-9x3gyqjpy1]  h4,
.page[b-9x3gyqjpy1]  h5,
.page[b-9x3gyqjpy1]  h6 {
    color: var(--wood-text-on-light, #5a381f) !important;
}

.page[b-9x3gyqjpy1]  .text-muted,
.page[b-9x3gyqjpy1]  .form-label,
.page[b-9x3gyqjpy1]  .form-check-label {
    color: var(--wood-text-on-light, #5a381f) !important;
}

main[b-9x3gyqjpy1] {
    flex: 1;
}

.content[b-9x3gyqjpy1] {
    padding-top: 1.25rem;
}

@media (min-width: 641px) {
    .topbar[b-9x3gyqjpy1], .content[b-9x3gyqjpy1] {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
/* /Shared/NavigatorPanel.razor.rz.scp.css */
.navigator-panel[b-dvpuy2amne] {
    display: flex;
    flex-direction: column;
}

.navigator-moves[b-dvpuy2amne] {
    flex: 0 0 auto;
    max-height: 150px;
    overflow: auto;
}

.navigator-moves--readonly[b-dvpuy2amne]  .ply {
    pointer-events: none;
    cursor: default;
}

.navigator-arrows[b-dvpuy2amne] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.5rem 0;
    border-top: 1px solid #dee2e6;
    transition: opacity 0.35s ease;
}

.navigator-arrows--visible[b-dvpuy2amne] {
    opacity: 1;
}

.navigator-arrows--hidden[b-dvpuy2amne] {
    opacity: 0;
    pointer-events: none;
}

.navigator-arrows-left[b-dvpuy2amne] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.navigator-arrows-right[b-dvpuy2amne] {
    display: flex;
    align-items: center;
}

@media (max-width: 980px) {
    .navigator-arrows[b-dvpuy2amne] {
        order: -1;
        border-top: none;
        border-bottom: 1px solid #dee2e6;
    }
}

.nav-btn[b-dvpuy2amne] {
    background: none;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0.3rem 0.6rem;
    font-size: 1rem;
    cursor: pointer;
    color: #495057;
    transition: background-color 0.15s ease, color 0.15s ease;
    line-height: 1;
}

.nav-btn:hover:not(:disabled)[b-dvpuy2amne] {
    background-color: #e9ecef;
    color: #212529;
}

.nav-btn:disabled[b-dvpuy2amne] {
    opacity: 0.4;
    cursor: default;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.topbar-nav[b-o7b46acusx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-links-desktop[b-o7b46acusx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-links-desktop[b-o7b46acusx]  .nav-link {
    color: rgba(246, 210, 157, 0.9);
    text-decoration: none;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-size: 0.95rem;
}

.nav-links-desktop[b-o7b46acusx]  .nav-link:hover {
    background-color: rgba(246, 210, 157, 0.18);
    color: var(--topbar-text, #f6d29d);
}

.nav-links-desktop[b-o7b46acusx]  .nav-link.active {
    background-color: rgba(246, 210, 157, 0.32);
    color: var(--topbar-text, #f6d29d);
}

.nav-dropdown[b-o7b46acusx] {
    display: none;
    position: relative;
}

.nav-dropdown-backdrop[b-o7b46acusx] {
    position: fixed;
    inset: 0;
    z-index: 150;
}

.nav-dropdown-toggle[b-o7b46acusx] {
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(246, 210, 157, 0.9);
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-size: 0.95rem;
    position: relative;
    z-index: 200;
}

.nav-dropdown-toggle:hover[b-o7b46acusx] {
    background-color: rgba(246, 210, 157, 0.18);
    color: var(--topbar-text, #f6d29d);
}

.nav-dropdown--open .nav-dropdown-toggle[b-o7b46acusx] {
    background-color: rgba(246, 210, 157, 0.32);
    color: var(--topbar-text, #f6d29d);
}

.nav-dropdown-menu[b-o7b46acusx] {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    min-width: 140px;
    background: var(--topbar-bg, #1a1a2e);
    border: 1px solid rgba(246, 210, 157, 0.22);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 0.25rem 0;
    z-index: 200;
}

.nav-dropdown-menu[b-o7b46acusx]  .nav-link {
    color: rgba(246, 210, 157, 0.9);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0;
    font-size: 0.95rem;
    display: block;
}

.nav-dropdown-menu[b-o7b46acusx]  .nav-link:hover {
    background-color: rgba(246, 210, 157, 0.18);
    color: var(--topbar-text, #f6d29d);
}

.nav-dropdown-menu[b-o7b46acusx]  .nav-link.active {
    background-color: rgba(246, 210, 157, 0.32);
    color: var(--topbar-text, #f6d29d);
}

@media (max-width: 640px) {
    .nav-links-desktop[b-o7b46acusx] {
        display: none;
    }

    .nav-dropdown[b-o7b46acusx] {
        display: block;
    }
}
/* /Shared/PrimaryButton.razor.rz.scp.css */
.primary-btn[b-uigzf6e6iz] {
    display: inline-block;
    padding: 14px 28px;
    font-weight: bold;
    color: #fff;
    background-color: #2f6fed;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
}

.primary-btn:hover:not(:disabled)[b-uigzf6e6iz] {
    background-color: #2563eb;
    color: #fff;
}

.primary-btn:disabled[b-uigzf6e6iz] {
    opacity: 0.7;
    cursor: not-allowed;
}

.primary-btn:focus-visible[b-uigzf6e6iz] {
    outline: 2px solid #2f6fed;
    outline-offset: 2px;
}
/* /Shared/RegisterModal.razor.rz.scp.css */
.register-help-tooltip[b-gadm325yej] {
    display: inline-flex;
    align-items: center;
    position: relative;
    vertical-align: middle;
}

.register-help-tooltip .register-help-btn[b-gadm325yej] {
    font-size: 0.7rem;
    line-height: 1;
}

.register-help-tooltip .register-help-btn .bi-question-circle[b-gadm325yej] {
    font-size: inherit;
}

.register-help-tooltip[data-register-tooltip][b-gadm325yej]::after {
    content: attr(data-register-tooltip);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.35rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    max-width: 220px;
    font-size: 0.8125rem;
    font-weight: normal;
    font-family: inherit;
    line-height: 1.35;
    white-space: normal;
    text-align: left;
    background: #212529;
    color: #fff;
    border-radius: 0.25rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 1050;
}

.register-help-tooltip[data-register-tooltip]:hover[b-gadm325yej]::after {
    opacity: 1;
}
