/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-shell[b-34f3ue0gqi] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(120% 120% at 20% 20%, #e8f1ff 0%, #f7fbff 38%, #ffffff 100%);
    color: #0f172a;
    font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.landing-nav[b-34f3ue0gqi] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 5vw;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.landing-nav .brand[b-34f3ue0gqi] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: 1.1rem;
    color: #0f172a;
    text-decoration: none;
}

.landing-nav .brand-logo[b-34f3ue0gqi] {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.nav-actions[b-34f3ue0gqi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ghost-link[b-34f3ue0gqi] {
    color: #0f172a;
    padding: 0.55rem 0.95rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 120ms ease, color 120ms ease;
}

.ghost-link:hover[b-34f3ue0gqi] {
    background: rgba(15, 23, 42, 0.06);
    color: #0b1225;
}

.landing-shell main[b-34f3ue0gqi] {
    flex: 1;
}

.landing-footer[b-34f3ue0gqi] {
    padding: 1.5rem 5vw 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    background: #0f172a;
    color: #e2e8f0;
}

.footer-brand[b-34f3ue0gqi] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.footer-brand .dot[b-34f3ue0gqi] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #22c55e);
}

.footer-links[b-34f3ue0gqi] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-links a[b-34f3ue0gqi] {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 600;
}

.footer-links a:hover[b-34f3ue0gqi] {
    color: #ffffff;
}

@media (max-width: 768px) {
    .landing-nav[b-34f3ue0gqi] {
        padding: 1rem 1.25rem;
    }

    .nav-actions .btn[b-34f3ue0gqi] {
        padding: 0.55rem 0.85rem;
    }

    .landing-nav .brand[b-34f3ue0gqi] {
        gap: 0.45rem;
    }

    .landing-nav .brand-logo[b-34f3ue0gqi] {
        width: 28px;
        height: 28px;
    }

    .landing-footer[b-34f3ue0gqi] {
        padding: 1.25rem 1.25rem 1.75rem;
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-61sfov2d37] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-61sfov2d37] {
    flex: 1;
}

.sidebar[b-61sfov2d37] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-61sfov2d37] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-61sfov2d37]  a, .top-row[b-61sfov2d37]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-61sfov2d37]  a:hover, .top-row[b-61sfov2d37]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-61sfov2d37]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-61sfov2d37] {
        justify-content: space-between;
    }

    .top-row[b-61sfov2d37]  a, .top-row[b-61sfov2d37]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-61sfov2d37] {
        flex-direction: row;
    }

    .sidebar[b-61sfov2d37] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-61sfov2d37] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-61sfov2d37]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-61sfov2d37], article[b-61sfov2d37] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-61sfov2d37] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-61sfov2d37] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rwlpsplaqr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    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-rwlpsplaqr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-rwlpsplaqr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rwlpsplaqr] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
}

.navbar-brand-logo[b-rwlpsplaqr] {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.bi[b-rwlpsplaqr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-rwlpsplaqr] {
    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[b-rwlpsplaqr] {
    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[b-rwlpsplaqr] {
    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");
}

.bi-person-fill[b-rwlpsplaqr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-speedometer2[b-rwlpsplaqr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3.793l2.854 2.853a.5.5 0 0 1-.708.708l-3-3A.5.5 0 0 1 7.5 8.5v-4A.5.5 0 0 1 8 4z'/%3E%3Cpath d='M6.664 15.889A8 8 0 1 1 9.336.11a.5.5 0 1 1-.167.986A7 7 0 1 0 14.74 9a.5.5 0 0 1 .993.117 8 8 0 0 1-9.07 6.772z'/%3E%3C/svg%3E");
}

.bi-door-open-fill[b-rwlpsplaqr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-door-open-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h9A1.5 1.5 0 0 1 13 2.5V15h1a1 1 0 0 1 0 2H2a1 1 0 1 1 0-2h1V2.5zm2 .5v12h8V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 3 3zm5 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/%3E%3C/svg%3E");
}

.top-action-icon[b-rwlpsplaqr] {
    margin-right: 0.35rem;
    width: 1rem;
    height: 1rem;
    top: 0;
}

.nav-item[b-rwlpsplaqr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rwlpsplaqr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rwlpsplaqr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rwlpsplaqr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rwlpsplaqr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rwlpsplaqr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-rwlpsplaqr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rwlpsplaqr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rwlpsplaqr] {
        display: none;
    }

    .nav-scrollable[b-rwlpsplaqr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 640px) {
    .navbar-brand-logo[b-rwlpsplaqr] {
        width: 26px;
        height: 26px;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dash-hero[b-oztfpcpo2z] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 0;
}

.hero-actions[b-oztfpcpo2z] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.eyebrow[b-oztfpcpo2z] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: #2563eb;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.lede[b-oztfpcpo2z] {
    color: #475569;
    max-width: 48ch;
}

.stat-grid[b-oztfpcpo2z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.stat-card[b-oztfpcpo2z] {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 14px;
    padding: 1.1rem 1.25rem;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.25);
}

.stat-card .label[b-oztfpcpo2z] {
    font-size: 0.9rem;
    color: #cbd5e1;
    margin-bottom: 0.2rem;
}

.stat-card .value[b-oztfpcpo2z] {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.muted[b-oztfpcpo2z] {
    color: #94a3b8;
}

.panels[b-oztfpcpo2z] {
    display: grid;
    grid-template-columns: 2fr 1.1fr;
    gap: 1rem;
}

.panel[b-oztfpcpo2z] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.panel-head[b-oztfpcpo2z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.panel h3[b-oztfpcpo2z] {
    margin: 0;
    font-size: 1.2rem;
}

.timeline[b-oztfpcpo2z] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.timeline .dot[b-oztfpcpo2z] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 0.65rem;
    margin-top: 6px;
    flex-shrink: 0;
}

.timeline .dot.success[b-oztfpcpo2z] { background: #22c55e; }
.timeline .dot.warning[b-oztfpcpo2z] { background: #f59e0b; }
.timeline .dot.neutral[b-oztfpcpo2z] { background: #0ea5e9; }

.timeline li[b-oztfpcpo2z] {
    display: flex;
}

.timeline .title[b-oztfpcpo2z] {
    margin: 0;
    font-weight: 700;
}

@media (max-width: 960px) {
    .dash-hero[b-oztfpcpo2z] {
        flex-direction: column;
    }

    .panels[b-oztfpcpo2z] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
:global(body)[b-3ygjy8rx1v] {
    background: #ffffff;
}

.hero[b-3ygjy8rx1v] {
    padding: 4rem 5vw 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    align-items: center;
    gap: 2.5rem;
}

.hero-copy h1[b-3ygjy8rx1v] {
    font-size: clamp(2.4rem, 3vw + 1rem, 3.5rem);
    line-height: 1.1;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

.lede[b-3ygjy8rx1v] {
    font-size: 1.1rem;
    color: #334155;
    max-width: 44rem;
}

.eyebrow[b-3ygjy8rx1v] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: #2563eb;
    font-size: 0.78rem;
    margin-bottom: 0.5rem;
}

.cta-row[b-3ygjy8rx1v] {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin: 1.25rem 0 0.75rem;
}

.trust[b-3ygjy8rx1v] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
}

.pill[b-3ygjy8rx1v] {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #0f172a;
    font-weight: 700;
    font-size: 0.85rem;
}

.hero-card[b-3ygjy8rx1v] {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 20px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 70px rgba(15, 23, 42, 0.25);
}

.hero-card[b-3ygjy8rx1v]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(160% 120% at 0% 0%, rgba(59, 130, 246, 0.25), transparent 50%),
                radial-gradient(160% 120% at 100% 20%, rgba(34, 197, 94, 0.25), transparent 50%);
    pointer-events: none;
}

.card-label[b-3ygjy8rx1v] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
}

.balance[b-3ygjy8rx1v] {
    margin: 1rem 0 1.25rem;
}

.balance .amount[b-3ygjy8rx1v] {
    display: block;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.caption[b-3ygjy8rx1v] {
    color: #cbd5e1;
    font-size: 0.95rem;
}

.stat-grid[b-3ygjy8rx1v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat[b-3ygjy8rx1v] {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.2rem;
}

.badge-row[b-3ygjy8rx1v] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.section[b-3ygjy8rx1v] {
    padding: 3.5rem 5vw 1rem;
}

.section-heading h2[b-3ygjy8rx1v] {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.steps[b-3ygjy8rx1v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.step[b-3ygjy8rx1v] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.35rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.step .number[b-3ygjy8rx1v] {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #22c55e);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.feature-grid[b-3ygjy8rx1v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.feature[b-3ygjy8rx1v] {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 16px;
    padding: 1.35rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.cta-panel[b-3ygjy8rx1v] {
    margin: 3rem 5vw 4rem;
    padding: 2rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #2563eb, #22c55e);
    color: #0b1225;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    box-shadow: 0 16px 48px rgba(37, 99, 235, 0.25);
}

.cta-buttons[b-3ygjy8rx1v] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hero[b-3ygjy8rx1v] {
        padding: 3rem 1.25rem 1rem;
    }

    .section[b-3ygjy8rx1v] {
        padding: 2.5rem 1.25rem 1rem;
    }

    .cta-panel[b-3ygjy8rx1v] {
        margin: 2rem 1.25rem 3rem;
        padding: 1.5rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.auth-shell[b-9gmdladpin] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2.5rem 1.25rem;
    background: radial-gradient(120% 120% at 20% 10%, #e8f1ff 0%, #f7fbff 45%, #ffffff 100%);
    font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.auth-card[b-9gmdladpin] {
    max-width: 520px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.auth-card h1[b-9gmdladpin] {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
}

.auth-card .lede[b-9gmdladpin] {
    color: #334155;
    margin-bottom: 1.25rem;
}

.eyebrow[b-9gmdladpin] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: #2563eb;
    font-size: 0.78rem;
    margin-bottom: 0.5rem;
}

.subtle[b-9gmdladpin] {
    color: #475569;
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-shell[b-r6xnk5cu31] {
    padding: 2rem 0 2.5rem;
}

.profile-card[b-r6xnk5cu31] {
    max-width: 560px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.eyebrow[b-r6xnk5cu31] {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
    color: #475569;
}

h1[b-r6xnk5cu31] {
    margin: 0.4rem 0 0.5rem;
    font-size: 1.7rem;
}

.lede[b-r6xnk5cu31] {
    color: #475569;
    margin-bottom: 1.25rem;
}

.muted[b-r6xnk5cu31] {
    color: #64748b;
}

.section-divider[b-r6xnk5cu31] {
    margin: 1.25rem 0;
}

.section-title[b-r6xnk5cu31] {
    margin: 0 0 1rem;
    font-weight: 600;
    color: #1e293b;
}
/* /Components/Pages/Register.razor.rz.scp.css */
.auth-shell[b-mytys65zek] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2.5rem 1.25rem;
    background: radial-gradient(120% 120% at 20% 10%, #e8f1ff 0%, #f7fbff 45%, #ffffff 100%);
    font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.auth-card[b-mytys65zek] {
    max-width: 620px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.auth-card h1[b-mytys65zek] {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
}

.auth-card .lede[b-mytys65zek] {
    color: #334155;
    margin-bottom: 1.25rem;
}

.eyebrow[b-mytys65zek] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: #2563eb;
    font-size: 0.78rem;
    margin-bottom: 0.5rem;
}

.subtle[b-mytys65zek] {
    color: #475569;
}
