/* /UI/Layout/MainLayout.razor.rz.scp.css */
.page[b-ln3ehmchkv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ln3ehmchkv] {
    flex: 1;
}

.sidebar[b-ln3ehmchkv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ln3ehmchkv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ln3ehmchkv]  a, .top-row[b-ln3ehmchkv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ln3ehmchkv]  a:hover, .top-row[b-ln3ehmchkv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ln3ehmchkv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ln3ehmchkv] {
        justify-content: space-between;
    }

    .top-row[b-ln3ehmchkv]  a, .top-row[b-ln3ehmchkv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ln3ehmchkv] {
        flex-direction: row;
    }

    .sidebar[b-ln3ehmchkv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ln3ehmchkv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ln3ehmchkv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ln3ehmchkv], article[b-ln3ehmchkv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ln3ehmchkv] {
    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-ln3ehmchkv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /UI/Shared/NotFound.razor.rz.scp.css */
.error-hero[b-d5ndnwyzhh] {
    padding: 3rem 0 2rem;
    min-height: 40vh;
    display: flex;
    align-items: center;
}

.hero-glass[b-d5ndnwyzhh] {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(23, 69, 163, 0.15);
    border-radius: 12px;
    padding: 2.5rem 2rem;
}

.error-content[b-d5ndnwyzhh] {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.error-code[b-d5ndnwyzhh] {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1rem;
    background: linear-gradient( 135deg, #1745a3 0%, #6366f1 40%, #8b5cf6 70%, #1745a3 100% );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em;
    animation: shimmer-b-d5ndnwyzhh 6s linear infinite;
}

.error-title[b-d5ndnwyzhh] {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.error-description[b-d5ndnwyzhh] {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.error-actions[b-d5ndnwyzhh] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.btn-primary[b-d5ndnwyzhh] {
    padding: 0.5rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(23, 69, 163, 0.25);
}

@keyframes shimmer-b-d5ndnwyzhh {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

.error-suggestions[b-d5ndnwyzhh] {
    padding: 1rem 0 3rem;
}

.section-header[b-d5ndnwyzhh] {
    margin-bottom: 1rem;
}

.section-number[b-d5ndnwyzhh] {
    font-size: 0.75rem;
}

.section-title[b-d5ndnwyzhh] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a2e;
}

.suggestions-grid[b-d5ndnwyzhh] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 0;
}

.glass-card.suggestion-card[b-d5ndnwyzhh] {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(23, 69, 163, 0.15);
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: none;
    transition: background 0.15s ease;
}

    .glass-card.suggestion-card:hover[b-d5ndnwyzhh] {
        transform: none;
        background: rgba(23, 69, 163, 0.04);
        box-shadow: none;
    }

.suggestion-title[b-d5ndnwyzhh] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.suggestion-desc[b-d5ndnwyzhh] {
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 0.875rem;
}

.suggestion-link[b-d5ndnwyzhh] {
    display: inline-block;
    color: #1745a3;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8125rem;
    transition: transform 0.15s ease;
}

    .suggestion-link:hover[b-d5ndnwyzhh] {
        transform: translateX(3px);
    }

@media (max-width: 1024px) {
    .error-code[b-d5ndnwyzhh] {
        font-size: 3rem;
    }

    .error-title[b-d5ndnwyzhh] {
        font-size: 1.25rem;
    }

    .suggestions-grid[b-d5ndnwyzhh] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .error-hero[b-d5ndnwyzhh] {
        min-height: 30vh;
        padding: 2rem 0 1.5rem;
    }

    .hero-glass[b-d5ndnwyzhh] {
        padding: 2rem 1.25rem;
    }

    .error-code[b-d5ndnwyzhh] {
        font-size: 2.5rem;
    }

    .error-title[b-d5ndnwyzhh] {
        font-size: 1.125rem;
    }

    .error-description[b-d5ndnwyzhh] {
        font-size: 0.875rem;
    }
}
/* /UI/Shared/SessionEnded.razor.rz.scp.css */
.session-ended[b-bevhq248pp] {
    padding: 3rem 0 5rem;
}

.session-ended-content[b-bevhq248pp] {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}

.session-ended-title[b-bevhq248pp] {
    font-size: 2rem;
    font-weight: 300;
    color: #1a1a2e;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
}

.session-ended-text[b-bevhq248pp] {
    font-size: 0.9375rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.session-ended-actions[b-bevhq248pp] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 640px) {
    .session-ended[b-bevhq248pp] {
        padding: 2rem 0 3.5rem;
    }

    .session-ended-title[b-bevhq248pp] {
        font-size: 1.5rem;
    }
}
/* /UI/Shared/VerificationWindow.razor.rz.scp.css */
.verification-window[b-jq2bll8ze9] {
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(30px) saturate(150%);
    -webkit-backdrop-filter: blur(30px) saturate(150%);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 32px rgba(23, 69, 163, 0.12), 0 2px 8px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 480px;
    margin: 0 auto;
}

.verification-header[b-jq2bll8ze9] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.verification-title[b-jq2bll8ze9] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
}

.verification-subtitle[b-jq2bll8ze9] {
    font-size: 0.9375rem;
    color: #4b5563;
    line-height: 1.5;
    margin: 0;
}

.verification-highlight[b-jq2bll8ze9] {
    color: #1745a3;
    font-size: 1.25rem;
    font-weight: 700;
}

.verification-content[b-jq2bll8ze9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.verification-numbers[b-jq2bll8ze9] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
    width: 100%;
    max-width: 320px;
}

.verification-number[b-jq2bll8ze9] {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(23, 69, 163, 0.1);
    border-radius: 14px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #4b5563;
    font-variant-numeric: tabular-nums;
    transition: all 0.2s ease;
}

    .verification-number.is-correct[b-jq2bll8ze9] {
        background: linear-gradient(135deg, #1745a3 0%, #6366f1 100%);
        color: #ffffff;
        border-color: transparent;
        box-shadow: 0 4px 16px rgba(23, 69, 163, 0.3);
        transform: scale(1.05);
    }

.verification-timer[b-jq2bll8ze9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.75rem 2rem;
    background: rgba(23, 69, 163, 0.04);
    border: 1px solid rgba(23, 69, 163, 0.08);
    border-radius: 16px;
    width: 100%;
    max-width: 240px;
}

.timer-label[b-jq2bll8ze9] {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.timer-value[b-jq2bll8ze9] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1745a3;
    font-variant-numeric: tabular-nums;
    transition: color 0.3s ease;
}

.timer-warning[b-jq2bll8ze9] {
    color: #dc2626;
    animation: pulse-b-jq2bll8ze9 1s ease-in-out infinite;
}

@keyframes pulse-b-jq2bll8ze9 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

.verification-failed[b-jq2bll8ze9] {
    padding: 1rem 0;
    text-align: center;
}

.status-icon[b-jq2bll8ze9] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

    .status-icon.error[b-jq2bll8ze9] {
        background-color: #fee2e2;
        color: #dc2626;
    }

.verification-hint[b-jq2bll8ze9] {
    font-size: 0.9375rem;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.verification-loading[b-jq2bll8ze9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem 0;
    color: #6b7280;
}

.spinner[b-jq2bll8ze9] {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(23, 69, 163, 0.1);
    border-top-color: #1745a3;
    border-radius: 50%;
    animation: spin-b-jq2bll8ze9 0.8s linear infinite;
}

@keyframes spin-b-jq2bll8ze9 {
    to {
        transform: rotate(360deg);
    }
}

.btn[b-jq2bll8ze9] {
    width: 100%;
    max-width: 240px;
    padding: 0.875rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    font-family: inherit;
    background: linear-gradient(135deg, #1745a3 0%, #6366f1 100%);
    color: #ffffff;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(23, 69, 163, 0.2);
}

    .btn:hover[b-jq2bll8ze9] {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(23, 69, 163, 0.3);
    }

.btn-secondary[b-jq2bll8ze9] {
    background: rgba(255, 255, 255, 0.6);
    color: #1a1a2e;
    border: 1px solid rgba(23, 69, 163, 0.12);
    box-shadow: none;
}

    .btn-secondary:hover[b-jq2bll8ze9] {
        background: rgba(255, 255, 255, 0.9);
        border-color: rgba(23, 69, 163, 0.25);
        transform: translateY(-1px);
    }

@media (max-width: 480px) {
    .verification-window[b-jq2bll8ze9] {
        padding: 2rem 1.5rem;
    }

    .verification-numbers[b-jq2bll8ze9] {
        grid-template-columns: repeat(5, 1fr);
    }

    .verification-title[b-jq2bll8ze9] {
        font-size: 1.25rem;
    }
}
