/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wphrdh1ydr] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-wphrdh1ydr] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar[b-wphrdh1ydr] {
    background-color: ;
}

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-wphrdh1ydr] {
    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-wphrdh1ydr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c5dbpp6u13] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    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-c5dbpp6u13] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

.navbar-brand[b-c5dbpp6u13] {
    font-size: 1.1rem;
}

.bi[b-c5dbpp6u13] {
    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-c5dbpp6u13] {
    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-c5dbpp6u13] {
    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-c5dbpp6u13] {
    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-user-profile-nav-menu[b-c5dbpp6u13] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm.256 7a4.474 4.474 0 0 1-.896-1.289.5.5 0 1 0-.448.894 5.422 5.422 0 0 0 1.007 1.42.5.5 0 1 0 .764-.646A4.492 4.492 0 0 1 8.256 14Z'/%3E%3Cpath d='M16 12.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'/%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14Zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-c5dbpp6u13]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5tbhtprmgb],
.components-reconnect-repeated-attempt-visible[b-5tbhtprmgb],
.components-reconnect-failed-visible[b-5tbhtprmgb],
.components-pause-visible[b-5tbhtprmgb],
.components-resume-failed-visible[b-5tbhtprmgb],
.components-rejoining-animation[b-5tbhtprmgb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5tbhtprmgb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5tbhtprmgb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5tbhtprmgb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5tbhtprmgb],
#components-reconnect-modal.components-reconnect-retrying[b-5tbhtprmgb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5tbhtprmgb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5tbhtprmgb],
#components-reconnect-modal.components-reconnect-failed[b-5tbhtprmgb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5tbhtprmgb] {
    display: block;
}


#components-reconnect-modal[b-5tbhtprmgb] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-5tbhtprmgb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5tbhtprmgb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5tbhtprmgb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5tbhtprmgb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5tbhtprmgb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5tbhtprmgb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5tbhtprmgb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5tbhtprmgb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5tbhtprmgb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5tbhtprmgb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5tbhtprmgb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5tbhtprmgb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5tbhtprmgb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5tbhtprmgb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5tbhtprmgb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5tbhtprmgb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5tbhtprmgb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5tbhtprmgb {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Authentication/Authentication.razor.rz.scp.css */
@media (max-width: 575.98px) {
    .signin-box[b-ikq53gsz1u] {
        border: 0;
        border-radius: 10px;
    }
}
@media (min-width: 575.98px) {
    .signin-box[b-ikq53gsz1u] {
        border-radius: 10px;
        box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.2);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
:root[b-21a7tbraiv] {
    --bg: #070a14;
    --bg-2: #0b1022;
    --surface: #0f1530;
    --surface-2: #141b3b;
    --border: rgba(120,140,200,.14);
    --border-strong: rgba(120,160,240,.28);
    --text: #eaf0ff;
    --muted: #9aa6c7;
    --dim: #6b769a;
    --cyan: #22d3ee;
    --blue: #3b82f6;
    --indigo: #6366f1;
    --violet: #8b5cf6;
    --grad: linear-gradient(135deg,#22d3ee 0%,#3b82f6 45%,#8b5cf6 100%);
    --glow: 0 0 40px rgba(59,130,246,.35);
    --radius: 14px;
    --shadow-card: 0 10px 30px -12px rgba(0,0,0,.6),0 0 0 1px var(--border) inset;
}

*[b-21a7tbraiv] {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html[b-21a7tbraiv] {
    scroll-behavior: smooth
}

body[b-21a7tbraiv] {
    font-family: -apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Roboto,sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-image: radial-gradient(1200px 600px at 80% -10%,rgba(99,102,241,.18),transparent 60%), radial-gradient(900px 500px at 0% 10%,rgba(34,211,238,.12),transparent 60%), radial-gradient(800px 600px at 50% 100%,rgba(139,92,246,.10),transparent 60%);
}

a[b-21a7tbraiv] {
    color: inherit;
    text-decoration: none
}

img[b-21a7tbraiv] {
    max-width: 100%;
    display: block
}

.container[b-21a7tbraiv] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

/* ---------- NAV ---------- */
.nav[b-21a7tbraiv] {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(140%) blur(14px);
    background: rgba(7,10,20,.6);
    border-bottom: 1px solid var(--border);
}

.nav-inner[b-21a7tbraiv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0
}

.logo[b-21a7tbraiv] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.01em
}

.logo-mark[b-21a7tbraiv] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--grad);
    box-shadow: var(--glow);
    position: relative;
}

    .logo-mark[b-21a7tbraiv]::after {
        content: "";
        position: absolute;
        inset: 6px;
        border-radius: 4px;
        background: rgba(7,10,20,.55);
    }

.nav-links[b-21a7tbraiv] {
    display: flex;
    gap: 30px
}

    .nav-links a[b-21a7tbraiv] {
        color: var(--muted);
        font-size: 14px;
        transition: color .2s
    }

        .nav-links a:hover[b-21a7tbraiv] {
            color: var(--text)
        }

.nav-cta[b-21a7tbraiv] {
    display: flex;
    gap: 10px;
    align-items: center
}

.btn[b-21a7tbraiv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s ease;
    white-space: nowrap;
}

.btn-primary[b-21a7tbraiv] {
    background: var(--grad);
    color: #06091a;
    box-shadow: 0 8px 24px -8px rgba(59,130,246,.6),inset 0 1px 0 rgba(255,255,255,.25);
}

    .btn-primary:hover[b-21a7tbraiv] {
        transform: translateY(-1px);
        box-shadow: 0 12px 30px -8px rgba(59,130,246,.8)
    }

.btn-ghost[b-21a7tbraiv] {
    background: rgba(255,255,255,.04);
    color: var(--text);
    border: 1px solid var(--border-strong);
}

    .btn-ghost:hover[b-21a7tbraiv] {
        background: rgba(255,255,255,.08);
        border-color: rgba(120,160,240,.5)
    }

.btn-lg[b-21a7tbraiv] {
    padding: 14px 24px;
    font-size: 15px;
    border-radius: 12px
}

.mobile-only[b-21a7tbraiv] {
    display: none
}

/* ---------- HERO ---------- */
.hero[b-21a7tbraiv] {
    padding: 80px 0 60px;
    position: relative
}

.hero-grid[b-21a7tbraiv] {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center
}

.eyebrow[b-21a7tbraiv] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(34,211,238,.08);
    border: 1px solid rgba(34,211,238,.25);
    color: #a5f3fc;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 24px;
}

    .eyebrow .dot[b-21a7tbraiv] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--cyan);
        box-shadow: 0 0 8px var(--cyan)
    }

.h1[b-21a7tbraiv] {
    font-size: clamp(36px,5vw,60px);
    line-height: 1.05;
    letter-spacing: -.025em;
    font-weight: 700;
    margin-bottom: 20px;
}

.grad-text[b-21a7tbraiv] {
    background: linear-gradient(120deg,#fff 20%,#a5f3fc 50%,#c4b5fd 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lede[b-21a7tbraiv] {
    font-size: 18px;
    color: var(--muted);
    max-width: 560px;
    margin-bottom: 32px
}

    .lede strong[b-21a7tbraiv] {
        color: var(--text);
        font-weight: 600
    }

.hero-ctas[b-21a7tbraiv] {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap
}

.hero-meta[b-21a7tbraiv] {
    display: flex;
    gap: 24px;
    color: var(--dim);
    font-size: 13px;
    flex-wrap: wrap
}

    .hero-meta span[b-21a7tbraiv]::before {
        content: "✓ ";
        color: var(--cyan)
    }

/* Hero visual */
.hero-visual[b-21a7tbraiv] {
    position: relative;
    border-radius: 18px;
    padding: 18px;
    background: linear-gradient(180deg,rgba(20,27,59,.7),rgba(15,21,48,.4));
    border: 1px solid var(--border-strong);
    box-shadow: 0 30px 60px -20px rgba(0,0,0,.7),0 0 80px -20px rgba(99,102,241,.3);
    backdrop-filter: blur(20px);
}

    .hero-visual[b-21a7tbraiv]::before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: 18px;
        padding: 1px;
        background: linear-gradient(135deg,rgba(34,211,238,.4),transparent 40%,rgba(139,92,246,.4));
        -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

.prompt-bar[b-21a7tbraiv] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(7,10,20,.7);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 14px;
    font-family: ui-monospace,SFMono-Regular,Menlo,monospace;
    font-size: 13px;
}

    .prompt-bar .icon[b-21a7tbraiv] {
        color: var(--cyan)
    }

    .prompt-bar .caret[b-21a7tbraiv] {
        width: 7px;
        height: 14px;
        background: var(--cyan);
        animation: none;
        margin-left: auto;
        opacity: .8
    }

.prompt-text[b-21a7tbraiv] {
    color: var(--muted)
}

    .prompt-text b[b-21a7tbraiv] {
        color: var(--text);
        font-weight: 500
    }

.dash[b-21a7tbraiv] {
    border-radius: 12px;
    background: linear-gradient(180deg,#0a0f24,#070b1a);
    border: 1px solid var(--border);
    padding: 16px;
}

.dash-head[b-21a7tbraiv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px
}

.dash-title[b-21a7tbraiv] {
    font-size: 12px;
    color: var(--dim);
    letter-spacing: .08em;
    text-transform: uppercase
}

.dash-dots[b-21a7tbraiv] {
    display: flex;
    gap: 5px
}

    .dash-dots i[b-21a7tbraiv] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #2a3358;
        display: block
    }

        .dash-dots i:first-child[b-21a7tbraiv] {
            background: #ef4444aa
        }

        .dash-dots i:nth-child(2)[b-21a7tbraiv] {
            background: #f59e0baa
        }

        .dash-dots i:nth-child(3)[b-21a7tbraiv] {
            background: #22d3eeaa
        }

.stats[b-21a7tbraiv] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin-bottom: 14px
}

.stat[b-21a7tbraiv] {
    background: rgba(255,255,255,.02);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px
}

    .stat .l[b-21a7tbraiv] {
        font-size: 10px;
        color: var(--dim);
        text-transform: uppercase;
        letter-spacing: .06em
    }

    .stat .v[b-21a7tbraiv] {
        font-size: 18px;
        font-weight: 700;
        margin-top: 4px
    }

        .stat .v.cy[b-21a7tbraiv] {
            background: var(--grad);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent
        }

.chart[b-21a7tbraiv] {
    height: 120px;
    border-radius: 8px;
    background: linear-gradient(180deg,rgba(34,211,238,.18),transparent 70%), repeating-linear-gradient(90deg,rgba(120,140,200,.06) 0 1px,transparent 1px 40px), repeating-linear-gradient(0deg,rgba(120,140,200,.06) 0 1px,transparent 1px 30px);
    position: relative;
    border: 1px solid var(--border);
    overflow: hidden;
}

    .chart svg[b-21a7tbraiv] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%
    }

.floating-card[b-21a7tbraiv] {
    position: absolute;
    right: -20px;
    bottom: -24px;
    background: rgba(15,21,48,.9);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-strong);
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,.6);
}

.badge-2x[b-21a7tbraiv] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--grad);
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 13px;
    color: #06091a;
}

.floating-card .t[b-21a7tbraiv] {
    font-size: 12px;
    color: var(--dim)
}

.floating-card .b[b-21a7tbraiv] {
    font-size: 14px;
    font-weight: 600
}

/* ---------- Trust strip ---------- */
.trust[b-21a7tbraiv] {
    padding: 40px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-top: 60px
}

.trust-inner[b-21a7tbraiv] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 24px;
    color: var(--muted);
    font-size: 14px
}

.trust-item[b-21a7tbraiv] {
    display: flex;
    align-items: center;
    gap: 10px
}

    .trust-item b[b-21a7tbraiv] {
        color: var(--text);
        font-weight: 700
    }

/* ---------- Sections ---------- */
section[b-21a7tbraiv] {
    padding: 100px 0
}

.section-head[b-21a7tbraiv] {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px
}

.kicker[b-21a7tbraiv] {
    color: var(--cyan);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.h2[b-21a7tbraiv] {
    font-size: clamp(28px,3.6vw,42px);
    letter-spacing: -.02em;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 14px
}

.sub[b-21a7tbraiv] {
    color: var(--muted);
    font-size: 17px
}

/* Features */
.grid-3[b-21a7tbraiv] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.feature[b-21a7tbraiv] {
    background: linear-gradient(180deg,rgba(20,27,59,.45),rgba(15,21,48,.25));
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    transition: all .25s ease;
    position: relative;
    overflow: hidden;
}

    .feature:hover[b-21a7tbraiv] {
        border-color: var(--border-strong);
        transform: translateY(-3px);
        box-shadow: 0 20px 40px -20px rgba(59,130,246,.3)
    }

    .feature .icon[b-21a7tbraiv] {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        display: grid;
        place-items: center;
        background: rgba(34,211,238,.1);
        border: 1px solid rgba(34,211,238,.25);
        color: var(--cyan);
        margin-bottom: 18px;
    }

    .feature h3[b-21a7tbraiv] {
        font-size: 17px;
        margin-bottom: 8px;
        font-weight: 600
    }

    .feature p[b-21a7tbraiv] {
        color: var(--muted);
        font-size: 14px
    }

/* Efficiency */
.eff-grid[b-21a7tbraiv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.compare-card[b-21a7tbraiv] {
    background: linear-gradient(180deg,rgba(20,27,59,.7),rgba(15,21,48,.4));
    border: 1px solid var(--border-strong);
    border-radius: 18px;
    padding: 32px;
    box-shadow: var(--shadow-card);
}

.vs-row[b-21a7tbraiv] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px
}

    .vs-row:last-child[b-21a7tbraiv] {
        margin-bottom: 0
    }

.vs-label[b-21a7tbraiv] {
    width: 90px;
    font-size: 13px;
    color: var(--muted);
    font-weight: 500
}

.vs-bar[b-21a7tbraiv] {
    flex: 1;
    height: 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    overflow: hidden;
    border: 1px solid var(--border)
}

    .vs-bar > div[b-21a7tbraiv] {
        height: 100%;
        border-radius: 999px
    }

    .vs-bar .claude[b-21a7tbraiv] {
        width: 100%;
        background: linear-gradient(90deg,#475569,#64748b)
    }

    .vs-bar .bilboard[b-21a7tbraiv] {
        width: 35.7%;
        background: var(--grad);
        box-shadow: 0 0 18px rgba(34,211,238,.5)
    }

.vs-val[b-21a7tbraiv] {
    width: 80px;
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-size: 14px;
    font-weight: 600
}

.compare-card .note[b-21a7tbraiv] {
    font-size: 12px;
    color: var(--dim);
    margin-top: 18px;
    border-top: 1px solid var(--border);
    padding-top: 14px
}

.big-stat[b-21a7tbraiv] {
    font-size: 96px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.big-stat-label[b-21a7tbraiv] {
    color: var(--muted);
    font-size: 18px;
    margin-top: 8px;
    max-width: 380px
}

/* How it works */
.steps[b-21a7tbraiv] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    counter-reset: step
}

.step[b-21a7tbraiv] {
    background: linear-gradient(180deg,rgba(20,27,59,.45),rgba(15,21,48,.2));
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    position: relative;
}

.step-num[b-21a7tbraiv] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: var(--text);
    background: radial-gradient(circle at 30% 30%,rgba(34,211,238,.35),rgba(99,102,241,.15));
    border: 1px solid var(--border-strong);
    margin-bottom: 16px;
    font-family: ui-monospace,monospace;
}

.step h3[b-21a7tbraiv] {
    font-size: 18px;
    margin-bottom: 8px
}

.step p[b-21a7tbraiv] {
    color: var(--muted);
    font-size: 14px
}

/* Use cases */
.pills[b-21a7tbraiv] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 760px;
    margin: 0 auto
}

.pill[b-21a7tbraiv] {
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(20,27,59,.5);
    border: 1px solid var(--border-strong);
    font-size: 14px;
    color: var(--text);
    transition: all .2s;
}

    .pill:hover[b-21a7tbraiv] {
        border-color: var(--cyan);
        color: #a5f3fc
    }

/* Testimonials */
.grid-2[b-21a7tbraiv] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px
}

.quote[b-21a7tbraiv] {
    background: linear-gradient(180deg,rgba(20,27,59,.45),rgba(15,21,48,.25));
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
}

    .quote p[b-21a7tbraiv] {
        font-size: 16px;
        color: var(--text);
        margin-bottom: 18px;
        line-height: 1.6
    }

.who[b-21a7tbraiv] {
    display: flex;
    align-items: center;
    gap: 12px
}

.avatar[b-21a7tbraiv] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--grad);
    flex-shrink: 0
}

.who .n[b-21a7tbraiv] {
    font-size: 14px;
    font-weight: 600
}

.who .r[b-21a7tbraiv] {
    font-size: 12px;
    color: var(--dim)
}

/* Pricing CTA */
.cta-banner[b-21a7tbraiv] {
    background: radial-gradient(600px 300px at 20% 0%,rgba(34,211,238,.18),transparent 60%), radial-gradient(600px 300px at 100% 100%,rgba(139,92,246,.2),transparent 60%), linear-gradient(180deg,rgba(20,27,59,.7),rgba(15,21,48,.5));
    border: 1px solid var(--border-strong);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .cta-banner h2[b-21a7tbraiv] {
        font-size: clamp(28px,3.4vw,40px);
        letter-spacing: -.02em;
        margin-bottom: 14px;
        font-weight: 700
    }

    .cta-banner p[b-21a7tbraiv] {
        color: var(--muted);
        font-size: 17px;
        max-width: 540px;
        margin: 0 auto 28px
    }

/* FAQ */
.faq-list[b-21a7tbraiv] {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px
}

details[b-21a7tbraiv] {
    background: rgba(20,27,59,.4);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 18px 22px;
    transition: border-color .2s;
}

    details[open][b-21a7tbraiv] {
        border-color: var(--border-strong)
    }

summary[b-21a7tbraiv] {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

    summary[b-21a7tbraiv]::-webkit-details-marker {
        display: none
    }

    summary[b-21a7tbraiv]::after {
        content: "+";
        color: var(--cyan);
        font-size: 22px;
        font-weight: 300;
        transition: transform .2s;
    }

details[open] summary[b-21a7tbraiv]::after {
    content: "−"
}

details p[b-21a7tbraiv] {
    color: var(--muted);
    font-size: 15px;
    margin-top: 12px;
    line-height: 1.6
}

/* Footer */
footer[b-21a7tbraiv] {
    border-top: 1px solid var(--border);
    padding: 40px 0;
    margin-top: 40px;
}

.foot[b-21a7tbraiv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.foot-links[b-21a7tbraiv] {
    display: flex;
    gap: 24px
}

    .foot-links a[b-21a7tbraiv] {
        color: var(--muted);
        font-size: 13px
    }

        .foot-links a:hover[b-21a7tbraiv] {
            color: var(--text)
        }

.copy[b-21a7tbraiv] {
    color: var(--dim);
    font-size: 13px
}

/* ---------- Responsive ---------- */
@media (max-width:900px) {
    .hero[b-21a7tbraiv] {
        padding: 50px 0 40px
    }

    .hero-grid[b-21a7tbraiv], .eff-grid[b-21a7tbraiv] {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .grid-3[b-21a7tbraiv], .steps[b-21a7tbraiv] {
        grid-template-columns: 1fr 1fr
    }

    .grid-2[b-21a7tbraiv] {
        grid-template-columns: 1fr
    }

    .nav-links[b-21a7tbraiv] {
        display: none
    }

    .floating-card[b-21a7tbraiv] {
        right: 10px;
        bottom: -16px
    }

    section[b-21a7tbraiv] {
        padding: 70px 0
    }

    .big-stat[b-21a7tbraiv] {
        font-size: 80px
    }
}

@media (max-width:600px) {
    .grid-3[b-21a7tbraiv], .steps[b-21a7tbraiv] {
        grid-template-columns: 1fr
    }

    .trust-inner[b-21a7tbraiv] {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start
    }

    .cta-banner[b-21a7tbraiv] {
        padding: 40px 24px
    }

    .foot[b-21a7tbraiv] {
        flex-direction: column;
        text-align: center
    }

    .floating-card[b-21a7tbraiv] {
        position: static;
        margin-top: 14px
    }
}
