/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-dvthv05rw6] {
    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-dvthv05rw6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ccxx763dwo],
.components-reconnect-repeated-attempt-visible[b-ccxx763dwo],
.components-reconnect-failed-visible[b-ccxx763dwo],
.components-pause-visible[b-ccxx763dwo],
.components-resume-failed-visible[b-ccxx763dwo],
.components-rejoining-animation[b-ccxx763dwo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ccxx763dwo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ccxx763dwo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ccxx763dwo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ccxx763dwo],
#components-reconnect-modal.components-reconnect-retrying[b-ccxx763dwo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ccxx763dwo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ccxx763dwo],
#components-reconnect-modal.components-reconnect-failed[b-ccxx763dwo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ccxx763dwo] {
    display: block;
}


#components-reconnect-modal[b-ccxx763dwo] {
    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-ccxx763dwo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ccxx763dwo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ccxx763dwo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ccxx763dwo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ccxx763dwo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ccxx763dwo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ccxx763dwo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ccxx763dwo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ccxx763dwo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ccxx763dwo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ccxx763dwo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ccxx763dwo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ccxx763dwo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ccxx763dwo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ccxx763dwo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ccxx763dwo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ccxx763dwo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ccxx763dwo {
    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/Admin.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Admin Dashboard
   ══════════════════════════════════════════ */

.admin-page[b-n2uxzspxuj] {
    --bg-primary: #0a0a0c;
    --bg-card: #141418;
    --bg-card-hover: #1a1a1f;
    --text-primary: #f0ece4;
    --text-secondary: #9a9590;
    --text-muted: #5a5550;
    --accent: #e8552e;
    --green: #2ecc71;
    --red: #e74c3c;
    --yellow: #f39c12;
    --blue: #3498db;
    --border: rgba(255,255,255,0.06);
    --border-hover: rgba(255,255,255,0.12);
    --sans: 'DM Sans', -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── NAV ── */

.admin-nav[b-n2uxzspxuj] {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(10,10,12,0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
}

.logo[b-n2uxzspxuj] {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-decoration: none;
}

.logo-accent[b-n2uxzspxuj] { color: var(--accent); }

.admin-badge[b-n2uxzspxuj] {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--accent);
    background: rgba(232, 85, 46, 0.1);
    border: 1px solid rgba(232, 85, 46, 0.2);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-nav-link[b-n2uxzspxuj] {
    margin-left: auto;
    font-size: 0.82rem;
    color: var(--text-muted);
    text-decoration: none;
}

.admin-nav-link:hover[b-n2uxzspxuj] { color: var(--text-secondary); }

/* ── CONTAINER ── */

.admin-container[b-n2uxzspxuj] {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 5.5rem 2rem 4rem;
}

.admin-content[b-n2uxzspxuj] {
    max-width: 720px;
    width: 100%;
}

.admin-loading[b-n2uxzspxuj] {
    color: var(--text-muted);
    font-size: 0.95rem;
    padding-top: 2rem;
}

[b-n2uxzspxuj] .admin-content h1 {
    font-family: var(--sans);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.admin-sub[b-n2uxzspxuj] {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

/* ── LOGIN ── */

.login-box[b-n2uxzspxuj] {
    max-width: 320px;
    margin: 4rem auto 0;
    text-align: center;
}

[b-n2uxzspxuj] .login-box h2 {
    font-family: var(--sans);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
}

.login-field[b-n2uxzspxuj] {
    display: flex;
    gap: 0.5rem;
}

.login-input[b-n2uxzspxuj] {
    flex: 1;
    padding: 0.7rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border-hover);
    border-radius: 8px;
    color: var(--text-primary);
    font-family: var(--sans);
    font-size: 0.9rem;
    outline: none;
}

.login-input:focus[b-n2uxzspxuj] {
    border-color: var(--accent);
}

.login-btn[b-n2uxzspxuj] {
    padding: 0.7rem 1.25rem;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: var(--sans);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
}

.login-error[b-n2uxzspxuj] {
    color: var(--red);
    font-size: 0.82rem;
    margin-top: 0.75rem;
}

/* ── METRICS ROW ── */

.metrics-row[b-n2uxzspxuj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.metrics-row-small[b-n2uxzspxuj] {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
}

.metric-card[b-n2uxzspxuj] {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.metric-card-sm[b-n2uxzspxuj] {
    padding: 0.85rem 0.75rem;
}

.metric-value[b-n2uxzspxuj] {
    font-family: var(--sans);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.metric-value-sm[b-n2uxzspxuj] {
    font-size: 1.3rem;
}

.metric-label[b-n2uxzspxuj] {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.metric-warn[b-n2uxzspxuj] {
    border-color: rgba(243, 156, 18, 0.2);
}

.metric-warn .metric-value[b-n2uxzspxuj] {
    color: var(--yellow);
}

.metric-danger[b-n2uxzspxuj] {
    border-color: rgba(231, 76, 60, 0.2);
}

.metric-danger .metric-value[b-n2uxzspxuj] {
    color: var(--red);
}

/* ── SECTIONS ── */

.admin-section[b-n2uxzspxuj] {
    margin-bottom: 2rem;
}

[b-n2uxzspxuj] .admin-section h2 {
    font-family: var(--sans);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

/* ── FUNNEL TABLE ── */

.funnel-table[b-n2uxzspxuj] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.funnel-row[b-n2uxzspxuj] {
    display: grid;
    grid-template-columns: 140px 1fr 50px 50px;
    align-items: center;
    gap: 0.75rem;
}

.funnel-label[b-n2uxzspxuj] {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.funnel-bar-track[b-n2uxzspxuj] {
    height: 8px;
    background: rgba(255,255,255,0.04);
    border-radius: 4px;
    overflow: hidden;
}

.funnel-bar-fill[b-n2uxzspxuj] {
    height: 100%;
    background: var(--accent);
    border-radius: 4px;
    transition: width 0.5s ease;
}

.funnel-count[b-n2uxzspxuj] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-primary);
    text-align: right;
}

.funnel-pct[b-n2uxzspxuj] {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-align: right;
}

/* ── DISTRIBUTION ROWS ── */

.dist-grid[b-n2uxzspxuj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 1rem;
}

.dist-row[b-n2uxzspxuj] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--border);
}

.dist-row:last-child[b-n2uxzspxuj] {
    border-bottom: none;
}

.dist-label[b-n2uxzspxuj] {
    flex: 1;
    font-size: 0.82rem;
    color: var(--text-secondary);
}

.dist-bar-track[b-n2uxzspxuj] {
    flex: 1;
    height: 6px;
    background: rgba(255,255,255,0.04);
    border-radius: 3px;
    overflow: hidden;
}

.dist-bar-fill[b-n2uxzspxuj] {
    height: 100%;
    background: var(--blue);
    border-radius: 3px;
}

.dist-count[b-n2uxzspxuj] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-primary);
    min-width: 28px;
    text-align: right;
}

.dist-pct[b-n2uxzspxuj] {
    font-size: 0.72rem;
    color: var(--text-muted);
    min-width: 30px;
    text-align: right;
}

/* ── DAILY CHART ── */

.chart-container[b-n2uxzspxuj] {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 120px;
    padding: 0.5rem 0;
}

.chart-bar-col[b-n2uxzspxuj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.chart-bar[b-n2uxzspxuj] {
    width: 100%;
    background: var(--accent);
    border-radius: 2px 2px 0 0;
    min-height: 2px;
    transition: height 0.3s ease;
}

.chart-label[b-n2uxzspxuj] {
    font-size: 0.6rem;
    color: var(--text-muted);
    margin-top: 4px;
}

/* ── A/B TEST TABLE ── */

.ab-table[b-n2uxzspxuj] {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
}

.ab-header[b-n2uxzspxuj],
.ab-row[b-n2uxzspxuj] {
    display: grid;
    grid-template-columns: 1fr 60px 75px 75px 70px 70px;
    align-items: center;
    padding: 0.6rem 1rem;
    gap: 0.5rem;
}

.ab-header[b-n2uxzspxuj] {
    background: rgba(255,255,255,0.03);
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid var(--border);
}

.ab-row[b-n2uxzspxuj] {
    border-bottom: 1px solid var(--border);
    font-size: 0.82rem;
    color: var(--text-secondary);
}

.ab-row:last-child[b-n2uxzspxuj] {
    border-bottom: none;
}

.ab-row-best[b-n2uxzspxuj] {
    background: rgba(46, 204, 113, 0.04);
    border-left: 2px solid var(--green);
}

.ab-variant-name[b-n2uxzspxuj] {
    font-weight: 600;
    color: var(--text-primary);
}

.ab-col-num[b-n2uxzspxuj] {
    text-align: right;
}

.ab-col-pct[b-n2uxzspxuj] {
    font-weight: 600;
    color: var(--text-primary);
}

.ab-row-best .ab-col-pct[b-n2uxzspxuj] {
    color: var(--green);
}

.ab-warning[b-n2uxzspxuj] {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-style: italic;
    margin-top: 0.6rem;
}

/* ── ERROR TABLE ── */

.error-table[b-n2uxzspxuj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.error-row[b-n2uxzspxuj] {
    padding: 0.75rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.error-critical[b-n2uxzspxuj] {
    border-color: rgba(231, 76, 60, 0.3);
    background: rgba(231, 76, 60, 0.04);
}

.error-warning[b-n2uxzspxuj] {
    border-color: rgba(243, 156, 18, 0.2);
}

.error-row-header[b-n2uxzspxuj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.error-severity[b-n2uxzspxuj] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--red);
}

.error-warning .error-severity[b-n2uxzspxuj] {
    color: var(--yellow);
}

.error-time[b-n2uxzspxuj] {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.error-source[b-n2uxzspxuj] {
    font-size: 0.78rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.error-msg[b-n2uxzspxuj] {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.4;
    word-break: break-word;
}

.error-email[b-n2uxzspxuj] {
    font-size: 0.72rem;
    color: var(--accent);
}

/* ── REFRESH ── */

.admin-refresh[b-n2uxzspxuj] {
    text-align: center;
    padding: 2rem 0;
}

.refresh-btn[b-n2uxzspxuj] {
    padding: 0.6rem 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border-hover);
    border-radius: 8px;
    color: var(--text-secondary);
    font-family: var(--sans);
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

.refresh-btn:hover[b-n2uxzspxuj] {
    border-color: var(--accent);
    color: var(--text-primary);
}

/* ── MOBILE ── */

@media (max-width: 768px) {
    .admin-nav[b-n2uxzspxuj] { padding: 1rem 1.25rem; }

    .admin-container[b-n2uxzspxuj] {
        padding: 5rem 1rem 3rem;
    }

    .metrics-row[b-n2uxzspxuj] {
        grid-template-columns: repeat(2, 1fr);
    }

    .metrics-row-small[b-n2uxzspxuj] {
        grid-template-columns: repeat(2, 1fr);
    }

    .dist-grid[b-n2uxzspxuj] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .funnel-row[b-n2uxzspxuj] {
        grid-template-columns: 100px 1fr 40px 40px;
        gap: 0.5rem;
    }

    .funnel-label[b-n2uxzspxuj] {
        font-size: 0.78rem;
    }

    .metric-value[b-n2uxzspxuj] {
        font-size: 1.4rem;
    }

    .ab-header[b-n2uxzspxuj],
    .ab-row[b-n2uxzspxuj] {
        grid-template-columns: 1fr 45px 55px 55px 50px 50px;
        padding: 0.5rem 0.6rem;
        font-size: 0.72rem;
    }

    .ab-header[b-n2uxzspxuj] {
        font-size: 0.6rem;
    }
}
/* /Components/Pages/AdminConversations.razor.rz.scp.css */
/* ══════════════════════════════════════════
   AdminConversations — Conversation tester
   Inherits admin-page base styles from Admin.razor.css
   ══════════════════════════════════════════ */

.admin-page[b-7g46i9cm3d] {
    --bg-primary: #0a0a0c;
    --bg-secondary: #111114;
    --bg-tertiary: #18181c;
    --bg-card: #1a1a1f;
    --text-primary: #f0ece4;
    --text-secondary: #9a9590;
    --text-muted: #5a5550;
    --accent: #e8552e;
    --accent-hover: #f06a45;
    --green: #2ecc71;
    --border: rgba(255,255,255,0.06);
    --sans: 'DM Sans', -apple-system, sans-serif;
    min-height: 100vh;
    background: var(--bg-primary);
}

.admin-nav[b-7g46i9cm3d] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(10,10,12,0.9);
    backdrop-filter: blur(20px);
}

.logo[b-7g46i9cm3d] {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--text-primary);
    text-decoration: none;
}

.logo-accent[b-7g46i9cm3d] { color: var(--accent); }

.admin-badge[b-7g46i9cm3d] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent);
    background: rgba(232,85,46,0.12);
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
}

.back-link[b-7g46i9cm3d] {
    margin-left: auto;
    font-size: 0.82rem;
    color: var(--text-muted);
    text-decoration: none;
}

.back-link:hover[b-7g46i9cm3d] { color: var(--text-secondary); }

.admin-container[b-7g46i9cm3d] {
    max-width: 720px;
    margin: 0 auto;
    padding: 6rem 2rem 4rem;
}

/* ── Auth ── */

.login-box[b-7g46i9cm3d] {
    max-width: 360px;
    margin: 4rem auto;
    text-align: center;
}

.login-box h2[b-7g46i9cm3d] {
    font-size: 1.2rem;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
}

.login-field[b-7g46i9cm3d] {
    display: flex;
    gap: 0.5rem;
}

.login-input[b-7g46i9cm3d] {
    flex: 1;
    padding: 0.7rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 0.9rem;
    outline: none;
}

.login-btn[b-7g46i9cm3d] {
    padding: 0.7rem 1.5rem;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.login-error[b-7g46i9cm3d] { color: #e74c3c; font-size: 0.82rem; margin-top: 0.5rem; }

/* ── Sections ── */

.conv-section[b-7g46i9cm3d] {
    margin-bottom: 2rem;
}

.conv-section h2[b-7g46i9cm3d] {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

/* ── Lookup ── */

.conv-lookup[b-7g46i9cm3d] {
    display: flex;
    gap: 0.5rem;
}

.conv-input[b-7g46i9cm3d] {
    flex: 1;
    padding: 0.65rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 0.88rem;
    outline: none;
}

.conv-input:focus[b-7g46i9cm3d] { border-color: var(--accent); }

.conv-btn[b-7g46i9cm3d] {
    padding: 0.65rem 1.25rem;
    background: var(--bg-tertiary);
    color: var(--text-secondary);
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.conv-btn:hover:not(:disabled)[b-7g46i9cm3d] {
    border-color: var(--accent);
    color: var(--text-primary);
}

.conv-btn:disabled[b-7g46i9cm3d] {
    opacity: 0.4;
    cursor: not-allowed;
}

.conv-btn-primary[b-7g46i9cm3d] {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.conv-btn-primary:hover:not(:disabled)[b-7g46i9cm3d] {
    background: var(--accent-hover);
}

.conv-error[b-7g46i9cm3d] { color: #e74c3c; font-size: 0.82rem; margin-top: 0.5rem; }
.conv-success[b-7g46i9cm3d] { color: var(--green); font-size: 0.82rem; margin-top: 0.5rem; }
.conv-empty[b-7g46i9cm3d] { color: var(--text-muted); font-size: 0.85rem; font-style: italic; }

/* ── Lead Context ── */

.conv-context[b-7g46i9cm3d] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.82rem;
    color: var(--text-secondary);
}

/* ── Messages ── */

.conv-msg[b-7g46i9cm3d] {
    padding: 0.85rem 1rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    border: 1px solid var(--border);
}

.conv-msg-out[b-7g46i9cm3d] {
    background: rgba(59,139,212,0.06);
    border-left: 3px solid #3B8BD4;
}

.conv-msg-in[b-7g46i9cm3d] {
    background: rgba(93,202,165,0.06);
    border-left: 3px solid #5DCAA5;
}

.conv-msg-header[b-7g46i9cm3d] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.conv-msg-sender[b-7g46i9cm3d] {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-primary);
}

.conv-msg-phase[b-7g46i9cm3d] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--accent);
    background: rgba(232,85,46,0.1);
    padding: 0.15rem 0.45rem;
    border-radius: 3px;
}

.conv-msg-status[b-7g46i9cm3d] {
    font-size: 0.68rem;
    color: var(--text-muted);
}

.conv-status-fail[b-7g46i9cm3d] {
    color: #e74c3c;
}

.conv-msg-time[b-7g46i9cm3d] {
    font-size: 0.68rem;
    color: var(--text-muted);
    margin-left: auto;
}

.conv-msg-body[b-7g46i9cm3d] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: break-word;
}

.conv-msg-meta[b-7g46i9cm3d] {
    font-size: 0.68rem;
    color: var(--text-muted);
    margin-top: 0.4rem;
}

.conv-btn-send-now[b-7g46i9cm3d] {
    margin-top: 0.5rem;
    padding: 0.4rem 0.9rem;
    font-size: 0.75rem;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.conv-btn-send-now:hover:not(:disabled)[b-7g46i9cm3d] { background: var(--accent-hover); }
.conv-btn-send-now:disabled[b-7g46i9cm3d] { opacity: 0.4; cursor: not-allowed; }

/* ── Actions ── */

.conv-actions[b-7g46i9cm3d] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.conv-simulate[b-7g46i9cm3d] {
    margin-top: 0.5rem;
}

.conv-textarea[b-7g46i9cm3d] {
    width: 100%;
    padding: 0.65rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 0.85rem;
    font-family: var(--sans);
    line-height: 1.5;
    resize: vertical;
    outline: none;
    box-sizing: border-box;
}

.conv-textarea:focus[b-7g46i9cm3d] { border-color: var(--accent); }

/* ── Mobile ── */

@media (max-width: 768px) {
    .admin-nav[b-7g46i9cm3d] { padding: 1rem 1.25rem; }
    .admin-container[b-7g46i9cm3d] { padding: 5rem 1rem 3rem; }

    .conv-lookup[b-7g46i9cm3d] { flex-direction: column; }

    .conv-actions[b-7g46i9cm3d] { flex-direction: column; }

    .conv-msg-header[b-7g46i9cm3d] { gap: 0.4rem; }
    .conv-msg-time[b-7g46i9cm3d] { margin-left: 0; }
}
/* /Components/Pages/Analysis.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Analysis Page — Real Data Results
   ══════════════════════════════════════════ */

.analysis-page[b-jcccnq2ojh] {
    --bg-primary: #0a0a0c;
    --bg-secondary: #111114;
    --bg-tertiary: #18181c;
    --bg-card: #1a1a1f;
    --text-primary: #f0ece4;
    --text-secondary: #9a9590;
    --text-muted: #5a5550;
    --accent: #e8552e;
    --accent-hover: #f06a45;
    --accent-glow: rgba(232, 85, 46, 0.15);
    --green: #2ecc71;
    --red: #e74c3c;
    --blue: #3498db;
    --border: rgba(255,255,255,0.06);
    --border-hover: rgba(255,255,255,0.12);
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'DM Sans', -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── NAV ── */

.analysis-nav[b-jcccnq2ojh] {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    background: rgba(10,10,12,0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
}

.logo[b-jcccnq2ojh] {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-decoration: none;
}

.logo-accent[b-jcccnq2ojh] { color: var(--accent); }

/* ── CONTAINER ── */

.analysis-container[b-jcccnq2ojh] {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 6rem 2rem 4rem;
}

.analysis-content[b-jcccnq2ojh] {
    max-width: 640px;
    width: 100%;
    animation: analysisIn-b-jcccnq2ojh 0.5s ease both;
}

@keyframes analysisIn-b-jcccnq2ojh {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

.analysis-loading[b-jcccnq2ojh] {
    color: var(--text-muted);
    font-size: 0.95rem;
    padding-top: 4rem;
}

/* ── BADGE ── */

.analysis-badge[b-jcccnq2ojh] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    background: rgba(52, 152, 219, 0.08);
    border: 1px solid rgba(52, 152, 219, 0.2);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.analysis-dot[b-jcccnq2ojh] {
    width: 6px; height: 6px;
    background: var(--blue);
    border-radius: 50%;
    display: inline-block;
}

/* ── HEADINGS ── */

[b-jcccnq2ojh] .analysis-content h1 {
    font-family: var(--serif);
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.analysis-sub[b-jcccnq2ojh] {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

/* ── PLATFORM SECTION ── */

.platform-section[b-jcccnq2ojh] {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--border);
}

.platform-section:last-of-type[b-jcccnq2ojh] {
    border-bottom: none;
}

.platform-header[b-jcccnq2ojh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.platform-icon[b-jcccnq2ojh] {
    font-size: 1.5rem;
}

[b-jcccnq2ojh] .platform-header h2 {
    font-family: var(--sans);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.platform-meta[b-jcccnq2ojh] {
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* ── VOLUME STATS ── */

.stats-grid[b-jcccnq2ojh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.stat-box[b-jcccnq2ojh] {
    flex: 1;
    min-width: 100px;
    padding: 0.85rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.stat-value[b-jcccnq2ojh] {
    font-family: var(--sans);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.stat-label[b-jcccnq2ojh] {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── RATE CARDS ── */

.rates-grid[b-jcccnq2ojh] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.rate-card[b-jcccnq2ojh] {
    padding: 1rem 1.25rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    position: relative;
}

.rate-card-bottleneck[b-jcccnq2ojh] {
    border-color: rgba(231, 76, 60, 0.3);
    background: rgba(231, 76, 60, 0.04);
}

.rate-card-header[b-jcccnq2ojh] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.5rem;
}

.rate-card-label[b-jcccnq2ojh] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.rate-card-value[b-jcccnq2ojh] {
    font-family: var(--sans);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
}

.rate-bar-track[b-jcccnq2ojh] {
    height: 6px;
    background: var(--bg-tertiary);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.rate-bar-fill[b-jcccnq2ojh] {
    height: 100%;
    background: var(--green);
    border-radius: 3px;
    transition: width 0.6s ease;
}

.bar-bottleneck[b-jcccnq2ojh] {
    background: var(--red);
}

.rate-card-context[b-jcccnq2ojh] {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.bottleneck-tag[b-jcccnq2ojh] {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--red);
    background: rgba(231, 76, 60, 0.1);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    letter-spacing: 0.08em;
}

/* ── DIAGNOSIS ── */

.diagnosis-box[b-jcccnq2ojh] {
    padding: 1rem 1.25rem;
    background: var(--bg-tertiary);
    border-left: 3px solid var(--accent);
    border-radius: 0 8px 8px 0;
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ── UPLOAD MORE CTA ── */

.upload-more[b-jcccnq2ojh] {
    padding: 1.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    text-align: center;
    margin-top: 1rem;
}

[b-jcccnq2ojh] .upload-more h3 {
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 0.4rem;
}

[b-jcccnq2ojh] .upload-more p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0 0 1.25rem;
    line-height: 1.5;
}

.upload-more-button[b-jcccnq2ojh] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--accent);
    color: #fff;
    font-family: var(--sans);
    font-size: 0.88rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}

.upload-more-button:hover[b-jcccnq2ojh] {
    background: var(--accent-hover);
    text-decoration: none;
}

/* ── MOBILE ── */

@media (max-width: 768px) {
    .analysis-nav[b-jcccnq2ojh] { padding: 1rem 1.25rem; }

    .analysis-container[b-jcccnq2ojh] {
        padding: 5rem 1.5rem 4rem;
    }

    .stats-grid[b-jcccnq2ojh] {
        gap: 0.5rem;
    }

    .stat-box[b-jcccnq2ojh] {
        min-width: 80px;
        padding: 0.7rem 0.85rem;
    }

    .stat-value[b-jcccnq2ojh] { font-size: 1.1rem; }

    .rate-card-header[b-jcccnq2ojh] {
        flex-direction: column;
        gap: 0.15rem;
    }

    .upload-more[b-jcccnq2ojh] {
        padding: 1.25rem;
    }

    .upload-more-button[b-jcccnq2ojh] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/Confirm.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Email Capture — Scoped CSS
   ══════════════════════════════════════════ */

.email-page[b-rrk3pk4xq0] {
    --bg-primary: #0a0a0c;
    --bg-secondary: #111114;
    --bg-tertiary: #18181c;
    --bg-card: #1a1a1f;
    --text-primary: #f0ece4;
    --text-secondary: #9a9590;
    --text-muted: #5a5550;
    --accent: #e8552e;
    --accent-hover: #f06a45;
    --accent-glow: rgba(232, 85, 46, 0.15);
    --green: #2ecc71;
    --border: rgba(255,255,255,0.06);
    --border-hover: rgba(255,255,255,0.12);
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'DM Sans', -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── NAV ── */

.quiz-nav[b-rrk3pk4xq0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(10,10,12,0.85);
    backdrop-filter: blur(20px);
}

.logo[b-rrk3pk4xq0] {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-decoration: none;
}

.logo-accent[b-rrk3pk4xq0] {
    color: var(--accent);
}

.progress-indicator[b-rrk3pk4xq0] {
    font-family: var(--sans);
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}

.progress-done[b-rrk3pk4xq0] {
    color: var(--green);
    font-weight: 600;
}

/* ── PROGRESS BAR ── */

.progress-bar-track[b-rrk3pk4xq0] {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--bg-tertiary);
    z-index: 99;
}

.progress-bar-fill[b-rrk3pk4xq0] {
    height: 100%;
    background: var(--green);
    border-radius: 0 2px 2px 0;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── CONTAINER ── */

.email-container[b-rrk3pk4xq0] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem 4rem;
}

.email-content[b-rrk3pk4xq0] {
    max-width: 480px;
    width: 100%;
    animation: emailFadeIn-b-rrk3pk4xq0 0.5s ease both;
}

@keyframes emailFadeIn-b-rrk3pk4xq0 {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── READY BADGE ── */

.ready-badge[b-rrk3pk4xq0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    background: rgba(46, 204, 113, 0.08);
    border: 1px solid rgba(46, 204, 113, 0.2);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ready-dot[b-rrk3pk4xq0] {
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 50%;
    display: inline-block;
    animation: readyPulse-b-rrk3pk4xq0 1.5s infinite;
}

@keyframes readyPulse-b-rrk3pk4xq0 {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4); }
    50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(46, 204, 113, 0); }
}

/* ── HEADING ── */

[b-rrk3pk4xq0] .email-content h1 {
    font-family: var(--serif);
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.email-sub[b-rrk3pk4xq0] {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* ── RESULTS PREVIEW ── */

.results-preview[b-rrk3pk4xq0] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.25rem 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-bottom: 2rem;
}

.preview-item[b-rrk3pk4xq0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.preview-icon[b-rrk3pk4xq0] {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ── EMAIL FORM ── */

[b-rrk3pk4xq0] .email-form {
    margin-bottom: 1rem;
}

.input-group[b-rrk3pk4xq0] {
    display: flex;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border-hover);
    transition: border-color 0.2s;
}

.input-group:focus-within[b-rrk3pk4xq0] {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow);
}

.email-input[b-rrk3pk4xq0] {
    flex: 1;
    padding: 1rem 1.25rem;
    background: var(--bg-card);
    border: none;
    color: var(--text-primary);
    font-family: var(--sans);
    font-size: 1rem;
    outline: none;
}

.email-input[b-rrk3pk4xq0]::placeholder {
    color: var(--text-muted);
}

.email-submit[b-rrk3pk4xq0] {
    padding: 1rem 1.5rem;
    background: var(--accent);
    color: #fff;
    border: none;
    font-family: var(--sans);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    transition: background 0.2s;
}

.email-submit:hover[b-rrk3pk4xq0] {
    background: var(--accent-hover);
}

[b-rrk3pk4xq0] .email-submit svg {
    transition: transform 0.2s;
}

[b-rrk3pk4xq0] .email-submit:hover svg {
    transform: translateX(3px);
}

[b-rrk3pk4xq0] .validation-msg {
    font-size: 0.82rem;
    color: var(--accent);
    margin-top: 0.5rem;
    padding-left: 0.25rem;
}

/* ── TRUST LINE ── */

.email-trust[b-rrk3pk4xq0] {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* ── MOBILE ── */

@media (max-width: 768px) {
    .quiz-nav[b-rrk3pk4xq0] { padding: 1rem 1.25rem; }

    .email-container[b-rrk3pk4xq0] {
        padding: 5.5rem 1.5rem 3rem;
        align-items: flex-start;
        padding-top: 7rem;
    }
}

/* ── ERROR STATE ── */

.error-badge[b-rrk3pk4xq0] {
    background: rgba(231, 76, 60, 0.08);
    border-color: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

[b-rrk3pk4xq0] .retry-link {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

[b-rrk3pk4xq0] .retry-link:hover {
    color: var(--accent-hover);
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ══════════════════════════════════════════
   DatingFunnels Landing Page — Scoped CSS
   ══════════════════════════════════════════ */

.landing-page[b-ct49sqvhab] {
    --bg-primary: #0a0a0c;
    --bg-secondary: #111114;
    --bg-tertiary: #18181c;
    --bg-card: #1a1a1f;
    --text-primary: #f0ece4;
    --text-secondary: #9a9590;
    --text-muted: #5a5550;
    --accent: #e8552e;
    --accent-hover: #f06a45;
    --accent-glow: rgba(232, 85, 46, 0.15);
    --green: #2ecc71;
    --red: #e74c3c;
    --yellow: #f39c12;
    --border: rgba(255,255,255,0.06);
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'DM Sans', -apple-system, sans-serif;
}

/* ── NAV ── */

.landing-nav[b-ct49sqvhab] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(10,10,12,0.95);
    border-bottom: 1px solid var(--border);
}

.logo[b-ct49sqvhab] {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: var(--text-primary);
}

[b-ct49sqvhab] .logo span {
    color: var(--accent);
}

.nav-cta[b-ct49sqvhab] {
    font-family: var(--sans);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.nav-cta:hover[b-ct49sqvhab] {
    background: var(--accent-hover);
    transform: translateY(-1px);
}

/* ── HERO ── */

.hero[b-ct49sqvhab] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8rem 2rem 4rem;
    position: relative;
    overflow: hidden;
}

.hero[b-ct49sqvhab]::before {
    content: '';
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
    pointer-events: none;
    will-change: auto; /* prevent unnecessary compositing layer */
}

.hero-badge[b-ct49sqvhab] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    background: var(--bg-tertiary);
    border: 1px solid var(--border);
    border-radius: 100px;
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    /* No animation — above the fold, must be visible at first paint */
}

.dot[b-ct49sqvhab] {
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 50%;
    animation: pulse-b-ct49sqvhab 2s infinite;
    display: inline-block;
}

@keyframes pulse-b-ct49sqvhab {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

[b-ct49sqvhab] .hero h1 {
    font-family: var(--serif);
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    max-width: 800px;
    margin-bottom: 1.5rem;
    /* No animation — this is the LCP element, must be visible at first paint */
}

[b-ct49sqvhab] .hero h1 em {
    font-style: italic;
    color: var(--accent);
}

.hero-sub[b-ct49sqvhab] {
    font-size: 1.15rem;
    color: var(--text-secondary);
    max-width: 520px;
    line-height: 1.65;
    margin-bottom: 2.5rem;
}

[b-ct49sqvhab] .hero-sub strong {
    color: var(--text-primary);
}

.hero-cta-group[b-ct49sqvhab] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.cta-primary[b-ct49sqvhab] {
    font-family: var(--sans);
    font-size: 1.05rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.cta-primary:hover[b-ct49sqvhab] {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(232, 85, 46, 0.3);
}

[b-ct49sqvhab] .cta-primary svg {
    transition: transform 0.25s;
}

[b-ct49sqvhab] .cta-primary:hover svg {
    transform: translateX(3px);
}

.cta-micro[b-ct49sqvhab] {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* ── SOCIAL PROOF ── */

.social-proof[b-ct49sqvhab] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 2rem;
}

.social-avatars[b-ct49sqvhab] {
    display: flex;
    margin-right: 0.15rem;
}

.social-dot[b-ct49sqvhab] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--bg-primary);
    margin-left: -6px;
    flex-shrink: 0;
}

.social-dot:first-child[b-ct49sqvhab] {
    margin-left: 0;
}

.social-text[b-ct49sqvhab] {
    font-size: 0.82rem;
    color: var(--text-muted);
    font-weight: 500;
}

@keyframes fadeInUp-b-ct49sqvhab {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── STATS BAR ── */

.stats-bar[b-ct49sqvhab] {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 2.5rem 2rem;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--bg-secondary);
    flex-wrap: wrap;
}

.stat-item[b-ct49sqvhab] {
    text-align: center;
}

.stat-number[b-ct49sqvhab] {
    font-family: var(--serif);
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.2;
}

.stat-number.red[b-ct49sqvhab] { color: var(--red); }
.stat-number.yellow[b-ct49sqvhab] { color: var(--yellow); }
.stat-number.green[b-ct49sqvhab] { color: var(--green); }

.stat-label[b-ct49sqvhab] {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.25rem;
}

/* ── PROBLEM SECTION ── */

.problem[b-ct49sqvhab] {
    padding: 7rem 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.section-label[b-ct49sqvhab] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--accent);
    margin-bottom: 1.25rem;
}

.section-label-center[b-ct49sqvhab] {
    text-align: center;
}

[b-ct49sqvhab] .problem h2 {
    font-family: var(--serif);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

[b-ct49sqvhab] .problem h2 em {
    font-style: italic;
}

[b-ct49sqvhab] .problem p {
    font-size: 1.05rem;
    color: var(--text-secondary);
    line-height: 1.75;
    margin-bottom: 1.25rem;
    max-width: 680px;
}

[b-ct49sqvhab] .problem p strong {
    color: var(--text-primary);
}

/* ── FUNNEL STAGES ── */

.funnel-section[b-ct49sqvhab] {
    padding: 5rem 2rem 7rem;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

[b-ct49sqvhab] .funnel-section h2 {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 1rem;
}

.section-sub[b-ct49sqvhab] {
    text-align: center;
    color: var(--text-secondary);
    font-size: 1rem;
    max-width: 540px;
    margin: 0 auto 3.5rem;
}

.funnel-stages[b-ct49sqvhab] {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.funnel-stage[b-ct49sqvhab] {
    display: grid;
    grid-template-columns: 3rem 1fr auto;
    align-items: start;
    gap: 1.25rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--border);
}

.funnel-stage:last-child[b-ct49sqvhab] {
    border-bottom: none;
}

.stage-icon[b-ct49sqvhab] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    background: var(--bg-tertiary);
    border: 1px solid var(--border);
    flex-shrink: 0;
}

[b-ct49sqvhab] .stage-content h3 {
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: var(--text-primary);
}

[b-ct49sqvhab] .stage-content p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.stage-leak[b-ct49sqvhab] {
    font-family: var(--sans);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--red);
    white-space: nowrap;
    padding-top: 0.15rem;
}

/* ── HOW IT WORKS ── */

.how-section[b-ct49sqvhab] {
    padding: 7rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

[b-ct49sqvhab] .how-section h2 {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 3.5rem;
}

.steps-grid[b-ct49sqvhab] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.step-card[b-ct49sqvhab] {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 2rem 1.75rem;
    transition: all 0.3s;
}

.step-card:hover[b-ct49sqvhab] {
    border-color: rgba(232, 85, 46, 0.2);
    transform: translateY(-3px);
}

.step-number[b-ct49sqvhab] {
    font-family: var(--serif);
    font-size: 2.5rem;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.7;
}

[b-ct49sqvhab] .step-card h3 {
    font-family: var(--sans);
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

[b-ct49sqvhab] .step-card p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.step-time[b-ct49sqvhab] {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    color: var(--text-muted);
    padding: 0.25rem 0.6rem;
    background: var(--bg-tertiary);
    border-radius: 4px;
}

/* ── REFRAME ── */

.reframe[b-ct49sqvhab] {
    padding: 5rem 2rem;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.reframe-inner[b-ct49sqvhab] {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

[b-ct49sqvhab] .reframe-inner h2 {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
}

.reframe-grid[b-ct49sqvhab] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.5rem;
    align-items: start;
    text-align: left;
    margin-bottom: 2.5rem;
}

[b-ct49sqvhab] .reframe-col h3 {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid;
}

[b-ct49sqvhab] .reframe-col.before h3 {
    color: var(--red);
    border-color: var(--red);
}

[b-ct49sqvhab] .reframe-col.after h3 {
    color: var(--green);
    border-color: var(--green);
}

.reframe-divider[b-ct49sqvhab] {
    width: 1px;
    background: var(--border);
    align-self: stretch;
    margin-top: 2rem;
}

.reframe-item[b-ct49sqvhab] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.9rem;
    line-height: 1.5;
    padding-left: 1rem;
    position: relative;
}

.reframe-item[b-ct49sqvhab]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--text-muted);
}

/* ── FINAL CTA ── */

.final-cta[b-ct49sqvhab] {
    padding: 7rem 2rem 8rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta[b-ct49sqvhab]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
    pointer-events: none;
}

[b-ct49sqvhab] .final-cta h2 {
    font-family: var(--serif);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    position: relative;
}

[b-ct49sqvhab] .final-cta h2 em {
    font-style: italic;
    color: var(--accent);
}

[b-ct49sqvhab] .final-cta p {
    font-size: 1.05rem;
    color: var(--text-secondary);
    max-width: 480px;
    margin: 0 auto 2.5rem;
    position: relative;
}

[b-ct49sqvhab] .final-cta .cta-primary {
    position: relative;
}

.final-cta-proof[b-ct49sqvhab] {
    display: block;
    margin-top: 1.25rem;
    font-size: 0.82rem;
    color: var(--text-muted);
    font-weight: 500;
    position: relative;
}

/* ── FOOTER ── */

.landing-footer[b-ct49sqvhab] {
    padding: 2rem;
    border-top: 1px solid var(--border);
    text-align: center;
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* ── MOBILE ── */

@media (max-width: 768px) {
    .landing-nav[b-ct49sqvhab] { padding: 1rem 1.25rem; }

    .hero[b-ct49sqvhab] { padding: 7rem 1.5rem 3rem; min-height: 90vh; }

    .stats-bar[b-ct49sqvhab] {
        gap: 1.5rem;
        padding: 2rem 1.5rem;
    }

    .stat-item[b-ct49sqvhab] { flex: 1; min-width: 100px; }

    .problem[b-ct49sqvhab], .how-section[b-ct49sqvhab] { padding: 4rem 1.5rem; }

    .funnel-section[b-ct49sqvhab], .reframe[b-ct49sqvhab] { padding: 4rem 1.5rem; }

    .steps-grid[b-ct49sqvhab] { grid-template-columns: 1fr; gap: 1rem; }

    .reframe-grid[b-ct49sqvhab] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .reframe-divider[b-ct49sqvhab] {
        width: 100%;
        height: 1px;
        margin: 1rem 0;
    }

    .funnel-stage[b-ct49sqvhab] {
        grid-template-columns: 2.5rem 1fr;
    }

    .stage-leak[b-ct49sqvhab] {
        grid-column: 2;
        margin-top: -0.25rem;
    }

    .final-cta[b-ct49sqvhab] { padding: 4rem 1.5rem 5rem; }
}
/* /Components/Pages/QuizCheckEmail.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Email Capture — Scoped CSS
   ══════════════════════════════════════════ */

.email-page[b-6doapc4xoq] {
    --bg-primary: #0a0a0c;
    --bg-secondary: #111114;
    --bg-tertiary: #18181c;
    --bg-card: #1a1a1f;
    --text-primary: #f0ece4;
    --text-secondary: #9a9590;
    --text-muted: #5a5550;
    --accent: #e8552e;
    --accent-hover: #f06a45;
    --accent-glow: rgba(232, 85, 46, 0.15);
    --green: #2ecc71;
    --border: rgba(255,255,255,0.06);
    --border-hover: rgba(255,255,255,0.12);
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'DM Sans', -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── NAV ── */

.quiz-nav[b-6doapc4xoq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(10,10,12,0.85);
    backdrop-filter: blur(20px);
}

.logo[b-6doapc4xoq] {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-decoration: none;
}

.logo-accent[b-6doapc4xoq] {
    color: var(--accent);
}

.progress-indicator[b-6doapc4xoq] {
    font-family: var(--sans);
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}

.progress-done[b-6doapc4xoq] {
    color: var(--green);
    font-weight: 600;
}

/* ── PROGRESS BAR ── */

.progress-bar-track[b-6doapc4xoq] {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--bg-tertiary);
    z-index: 99;
}

.progress-bar-fill[b-6doapc4xoq] {
    height: 100%;
    background: var(--green);
    border-radius: 0 2px 2px 0;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── CONTAINER ── */

.email-container[b-6doapc4xoq] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem 4rem;
}

.email-content[b-6doapc4xoq] {
    max-width: 480px;
    width: 100%;
    text-align: center;
    overflow-x: hidden;
    animation: emailFadeIn-b-6doapc4xoq 0.5s ease both;
}

@keyframes emailFadeIn-b-6doapc4xoq {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── READY BADGE ── */

.ready-badge[b-6doapc4xoq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    background: rgba(46, 204, 113, 0.08);
    border: 1px solid rgba(46, 204, 113, 0.2);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ready-dot[b-6doapc4xoq] {
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 50%;
    display: inline-block;
    animation: readyPulse-b-6doapc4xoq 1.5s infinite;
}

@keyframes readyPulse-b-6doapc4xoq {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4); }
    50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(46, 204, 113, 0); }
}

/* ── HEADING ── */

[b-6doapc4xoq] .email-content h1 {
    font-family: var(--serif);
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.email-sub[b-6doapc4xoq] {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* ── RESULTS PREVIEW ── */

.results-preview[b-6doapc4xoq] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.25rem 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-bottom: 2rem;
    text-align: left;
}

.preview-item[b-6doapc4xoq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.preview-icon[b-6doapc4xoq] {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ── EMAIL FORM ── */

[b-6doapc4xoq] .email-form {
    margin-bottom: 1rem;
}

.input-group[b-6doapc4xoq] {
    display: flex;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border-hover);
    transition: border-color 0.2s;
}

.input-group:focus-within[b-6doapc4xoq] {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow);
}

.email-input[b-6doapc4xoq] {
    flex: 1;
    padding: 1rem 1.25rem;
    background: var(--bg-card);
    border: none;
    color: var(--text-primary);
    font-family: var(--sans);
    font-size: 1rem;
    outline: none;
}

.email-input[b-6doapc4xoq]::placeholder {
    color: var(--text-muted);
}

.email-submit[b-6doapc4xoq] {
    padding: 1rem 1.5rem;
    background: var(--accent);
    color: #fff;
    border: none;
    font-family: var(--sans);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    transition: background 0.2s;
}

.email-submit:hover[b-6doapc4xoq] {
    background: var(--accent-hover);
}

[b-6doapc4xoq] .email-submit svg {
    transition: transform 0.2s;
}

[b-6doapc4xoq] .email-submit:hover svg {
    transform: translateX(3px);
}

[b-6doapc4xoq] .validation-msg {
    font-size: 0.82rem;
    color: var(--accent);
    margin-top: 0.5rem;
    padding-left: 0.25rem;
}

/* ── TRUST LINE ── */

.email-trust[b-6doapc4xoq] {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* ── EMAIL ICON ── */

.check-icon[b-6doapc4xoq] {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-glow);
    border: 2px solid rgba(232, 85, 46, 0.25);
    border-radius: 50%;
    margin: 0 auto 1.75rem;
}

.check-icon svg[b-6doapc4xoq] {
    width: 36px;
    height: 36px;
    stroke: var(--accent);
}

.email-highlight[b-6doapc4xoq] {
    color: var(--accent);
    font-weight: 700;
}

.email-instruction[b-6doapc4xoq] {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1.75rem;
}

/* ── INBOX SHORTCUT ── */

.inbox-link[b-6doapc4xoq] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1.75rem;
    background: var(--bg-card);
    border: 1.5px solid var(--border-hover);
    border-radius: 12px;
    color: var(--text-primary);
    text-decoration: none;
    font-family: var(--sans);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1.75rem;
    transition: all 0.2s ease;
    box-sizing: border-box;
    max-width: 100%;
}

.inbox-link:hover[b-6doapc4xoq] {
    border-color: var(--accent);
    background: var(--bg-tertiary);
    transform: translateY(-1px);
    text-decoration: none;
}

.inbox-logo[b-6doapc4xoq] {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    object-fit: contain;
}

.inbox-link svg[b-6doapc4xoq] {
    stroke: var(--text-muted);
    transition: stroke 0.2s;
}

.inbox-link:hover svg[b-6doapc4xoq] {
    stroke: var(--accent);
}

/* ── MOBILE ── */

@media (max-width: 768px) {
    .quiz-nav[b-6doapc4xoq] { padding: 1rem 1.25rem; }

    .email-container[b-6doapc4xoq] {
        padding: 5.5rem 1.5rem 3rem;
        align-items: flex-start;
        padding-top: 7rem;
    }

    .results-preview[b-6doapc4xoq] {
        padding: 1rem;
    }

    .preview-item[b-6doapc4xoq] {
        font-size: 0.82rem;
    }

    .inbox-link[b-6doapc4xoq] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/QuizEmail.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Email Capture — Scoped CSS
   ══════════════════════════════════════════ */

.email-page[b-jaqkrnnd1a] {
    --bg-primary: #0a0a0c;
    --bg-secondary: #111114;
    --bg-tertiary: #18181c;
    --bg-card: #1a1a1f;
    --text-primary: #f0ece4;
    --text-secondary: #9a9590;
    --text-muted: #5a5550;
    --accent: #e8552e;
    --accent-hover: #f06a45;
    --accent-glow: rgba(232, 85, 46, 0.15);
    --green: #2ecc71;
    --border: rgba(255,255,255,0.06);
    --border-hover: rgba(255,255,255,0.12);
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'DM Sans', -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── NAV ── */

.quiz-nav[b-jaqkrnnd1a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(10,10,12,0.85);
    backdrop-filter: blur(20px);
}

.logo[b-jaqkrnnd1a] {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-decoration: none;
}

.logo-accent[b-jaqkrnnd1a] {
    color: var(--accent);
}

.progress-indicator[b-jaqkrnnd1a] {
    font-family: var(--sans);
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}

.progress-done[b-jaqkrnnd1a] {
    color: var(--green);
    font-weight: 600;
}

/* ── PROGRESS BAR ── */

.progress-bar-track[b-jaqkrnnd1a] {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--bg-tertiary);
    z-index: 99;
}

.progress-bar-fill[b-jaqkrnnd1a] {
    height: 100%;
    background: var(--green);
    border-radius: 0 2px 2px 0;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── CONTAINER ── */

.email-container[b-jaqkrnnd1a] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem 4rem;
}

.email-content[b-jaqkrnnd1a] {
    max-width: 480px;
    width: 100%;
    animation: emailFadeIn-b-jaqkrnnd1a 0.5s ease both;
}

@keyframes emailFadeIn-b-jaqkrnnd1a {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── READY BADGE ── */

.ready-badge[b-jaqkrnnd1a] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    background: rgba(46, 204, 113, 0.08);
    border: 1px solid rgba(46, 204, 113, 0.2);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ready-dot[b-jaqkrnnd1a] {
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 50%;
    display: inline-block;
    animation: readyPulse-b-jaqkrnnd1a 1.5s infinite;
}

@keyframes readyPulse-b-jaqkrnnd1a {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4); }
    50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(46, 204, 113, 0); }
}

/* ── HEADING ── */

[b-jaqkrnnd1a] .email-content h1 {
    font-family: var(--serif);
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

/* ── PERSONALIZED SUMMARY ── */

.context-summary[b-jaqkrnnd1a] {
    font-size: 0.88rem;
    color: var(--text-secondary);
    font-style: italic;
    line-height: 1.6;
    padding: 0.75rem 1.15rem;
    background: rgba(255,255,255,0.02);
    border-left: 2px solid var(--accent);
    border-radius: 0 6px 6px 0;
    margin-bottom: 1.25rem;
}

.email-sub[b-jaqkrnnd1a] {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* ── RESULTS PREVIEW ── */

.results-preview[b-jaqkrnnd1a] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.25rem 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-bottom: 2rem;
}

.preview-item[b-jaqkrnnd1a] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.preview-icon[b-jaqkrnnd1a] {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ── EMAIL FORM ── */

[b-jaqkrnnd1a] .email-form {
    margin-bottom: 1rem;
}

.input-group[b-jaqkrnnd1a] {
    display: flex;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border-hover);
    transition: border-color 0.2s;
}

.input-group:focus-within[b-jaqkrnnd1a] {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow);
}

.email-input[b-jaqkrnnd1a] {
    flex: 1;
    padding: 1rem 1.25rem;
    background: var(--bg-card);
    border: none;
    color: var(--text-primary);
    font-family: var(--sans);
    font-size: 1rem;
    outline: none;
}

.email-input[b-jaqkrnnd1a]::placeholder {
    color: var(--text-muted);
}

.email-submit[b-jaqkrnnd1a] {
    padding: 1rem 1.5rem;
    background: var(--accent);
    color: #fff;
    border: none;
    font-family: var(--sans);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    transition: background 0.2s;
}

.email-submit:hover[b-jaqkrnnd1a] {
    background: var(--accent-hover);
}

.email-submit:disabled[b-jaqkrnnd1a] {
    cursor: not-allowed;
    opacity: 0.85;
}

.email-submit:disabled:hover[b-jaqkrnnd1a] {
    background: var(--accent);
    transform: none;
}

.input-group-disabled[b-jaqkrnnd1a] {
    opacity: 0.7;
    pointer-events: none;
}

.submit-spinner[b-jaqkrnnd1a] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: submitSpin-b-jaqkrnnd1a 0.6s linear infinite;
    flex-shrink: 0;
}

@keyframes submitSpin-b-jaqkrnnd1a {
    to { transform: rotate(360deg); }
}

.email-input:disabled[b-jaqkrnnd1a] {
    opacity: 0.6;
}

[b-jaqkrnnd1a] .email-submit svg {
    transition: transform 0.2s;
}

[b-jaqkrnnd1a] .email-submit:hover svg {
    transform: translateX(3px);
}

[b-jaqkrnnd1a] .validation-msg {
    font-size: 0.82rem;
    color: var(--accent);
    margin-top: 0.5rem;
    padding-left: 0.25rem;
}

/* ── TRUST LINE ── */

.email-trust[b-jaqkrnnd1a] {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.email-proof[b-jaqkrnnd1a] {
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border);
}

/* ── MOBILE ── */

@media (max-width: 768px) {
    .quiz-nav[b-jaqkrnnd1a] { padding: 1rem 1.25rem; }

    .email-container[b-jaqkrnnd1a] {
        padding: 5.5rem 1.5rem 3rem;
        align-items: flex-start;
        padding-top: 7rem;
    }

    .input-group[b-jaqkrnnd1a] {
        flex-direction: column;
        border-radius: 10px;
    }

    .email-input[b-jaqkrnnd1a] {
        border-bottom: 1px solid var(--border);
    }

    .email-submit[b-jaqkrnnd1a] {
        justify-content: center;
        padding: 1rem;
    }
}
/* /Components/Pages/Results.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Results Page — Scoped CSS
   ══════════════════════════════════════════ */

.results-page[b-u0ijxmuyz1] {
    --bg-primary: #0a0a0c;
    --bg-secondary: #111114;
    --bg-tertiary: #18181c;
    --bg-card: #1a1a1f;
    --text-primary: #f0ece4;
    --text-secondary: #9a9590;
    --text-muted: #5a5550;
    --accent: #e8552e;
    --accent-hover: #f06a45;
    --accent-glow: rgba(232, 85, 46, 0.15);
    --green: #2ecc71;
    --red: #e74c3c;
    --yellow: #f39c12;
    --border: rgba(255,255,255,0.06);
    --border-hover: rgba(255,255,255,0.12);
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'DM Sans', -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

/* ── NAV ── */

.results-nav[b-u0ijxmuyz1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(10,10,12,0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
}

.logo[b-u0ijxmuyz1] {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-decoration: none;
}

.logo-accent[b-u0ijxmuyz1] {
    color: var(--accent);
}

/* ── CONTAINER ── */

.results-container[b-u0ijxmuyz1] {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 6rem 2rem 5rem;
}

.results-content[b-u0ijxmuyz1] {
    max-width: 620px;
    width: 100%;
    overflow-x: hidden;
    animation: resultsFadeIn-b-u0ijxmuyz1 0.5s ease both;
}

@keyframes resultsFadeIn-b-u0ijxmuyz1 {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

.results-loading[b-u0ijxmuyz1] {
    color: var(--text-muted);
    font-size: 1rem;
    padding-top: 4rem;
    text-align: center;
}

/* ── BOTTLENECK BADGE ── */

.bottleneck-badge[b-u0ijxmuyz1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    background: rgba(232, 85, 46, 0.08);
    border: 1px solid rgba(232, 85, 46, 0.2);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.bottleneck-dot[b-u0ijxmuyz1] {
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
    display: inline-block;
}

/* ── HEADER ── */

[b-u0ijxmuyz1] .results-content h1 {
    font-family: var(--serif);
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
    color: var(--text-primary);
}

[b-u0ijxmuyz1] .results-content h1 em {
    font-style: italic;
    color: var(--accent);
}

.results-summary[b-u0ijxmuyz1] {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* ── CRACKED FUNNEL ── */

.funnel-visual[b-u0ijxmuyz1] {
    max-width: 500px;
    margin: 0 auto 2.5rem;
    padding: 0.75rem 0;
}

.results-sub[b-u0ijxmuyz1] {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ── CONVERSION RATE BARS ── */

.rates-section[b-u0ijxmuyz1] {
    margin-bottom: 2.5rem;
}

[b-u0ijxmuyz1] .rates-section h2 {
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.rate-row[b-u0ijxmuyz1] {
    margin-bottom: 1.75rem;
}

.rate-header[b-u0ijxmuyz1] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.5rem;
}

.rate-label[b-u0ijxmuyz1] {
    font-family: var(--sans);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
}

.rate-values[b-u0ijxmuyz1] {
    font-family: var(--sans);
    font-size: 0.85rem;
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
}

.rate-yours[b-u0ijxmuyz1] {
    font-weight: 700;
    font-size: 1rem;
}

.rate-yours.rate-below[b-u0ijxmuyz1] { color: var(--red); }
.rate-yours.rate-ok[b-u0ijxmuyz1] { color: var(--green); }

.rate-vs[b-u0ijxmuyz1] {
    color: var(--text-muted);
    font-size: 0.75rem;
}

.rate-bench[b-u0ijxmuyz1] {
    color: var(--text-muted);
    font-weight: 500;
}

/* ── BAR ── */

.bar-track[b-u0ijxmuyz1] {
    height: 8px;
    background: var(--bg-tertiary);
    border-radius: 4px;
    position: relative;
    overflow: visible;
}

.bar-fill[b-u0ijxmuyz1] {
    height: 100%;
    border-radius: 4px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.bar-fill.bar-below[b-u0ijxmuyz1] { background: var(--red); }
.bar-fill.bar-ok[b-u0ijxmuyz1] { background: var(--green); }

.bar-benchmark[b-u0ijxmuyz1] {
    position: absolute;
    top: -4px;
    width: 2px;
    height: 16px;
    background: var(--text-muted);
    border-radius: 1px;
    z-index: 2;
}

.bottleneck-flag[b-u0ijxmuyz1] {
    display: inline-block;
    margin-top: 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent);
}

/* ── ESTIMATE DISCLAIMER ── */

.estimate-note[b-u0ijxmuyz1] {
    display: flex;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    background: rgba(243, 156, 18, 0.05);
    border: 1px solid rgba(243, 156, 18, 0.15);
    border-radius: 10px;
    margin-bottom: 3rem;
}

.estimate-icon[b-u0ijxmuyz1] {
    font-size: 1.1rem;
    flex-shrink: 0;
    line-height: 1.6;
}

[b-u0ijxmuyz1] .estimate-note p {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

/* ── UPLOAD SECTION ── */

.upload-section[b-u0ijxmuyz1] {
    padding-top: 2.5rem;
    border-top: 1px solid var(--border);
}

[b-u0ijxmuyz1] .upload-section h2 {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    color: var(--text-primary);
}

.upload-header[b-u0ijxmuyz1] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.75rem;
    gap: 1rem;
}

.bookmark-hint[b-u0ijxmuyz1] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: 1px solid var(--border-hover);
    border-radius: 6px;
    padding: 0.4rem 0.75rem;
    color: var(--text-muted);
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.bookmark-hint:hover[b-u0ijxmuyz1] {
    color: var(--accent);
    border-color: rgba(232, 85, 46, 0.3);
}

.bookmark-hint svg[b-u0ijxmuyz1] {
    flex-shrink: 0;
}

.upload-sub[b-u0ijxmuyz1] {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 2rem;
}

.platform-cards[b-u0ijxmuyz1] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 2rem;
}

.platform-card[b-u0ijxmuyz1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
}

.platform-card-link[b-u0ijxmuyz1] {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
}

.platform-card-link:hover[b-u0ijxmuyz1] {
    border-color: var(--border-hover);
    background: var(--bg-tertiary);
    transform: translateX(3px);
}

.platform-card-link:hover .platform-arrow[b-u0ijxmuyz1] {
    opacity: 1;
    color: var(--accent);
}

.platform-icon[b-u0ijxmuyz1] {
    font-size: 1.4rem;
    flex-shrink: 0;
}

.platform-details[b-u0ijxmuyz1] {
    flex: 1;
    min-width: 0;
}

[b-u0ijxmuyz1] .platform-details strong {
    display: block;
    font-family: var(--sans);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
}

.platform-path[b-u0ijxmuyz1] {
    display: block;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 0.15rem;
}

.platform-time[b-u0ijxmuyz1] {
    display: block;
    font-size: 0.72rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
    opacity: 0.7;
}

.platform-arrow[b-u0ijxmuyz1] {
    opacity: 0.3;
    color: var(--text-muted);
    transition: all 0.2s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

/* ── UPLOAD BUTTON ── */

.upload-cta-group[b-u0ijxmuyz1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.upload-button[b-u0ijxmuyz1] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 1.75rem;
    background: var(--accent);
    color: #fff;
    font-family: var(--sans);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s;
    box-sizing: border-box;
    max-width: 100%;
}

.upload-button:hover[b-u0ijxmuyz1] {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(232, 85, 46, 0.3);
}

.upload-micro[b-u0ijxmuyz1] {
    font-size: 0.78rem;
    color: var(--text-muted);
}

.upload-note[b-u0ijxmuyz1] {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* ── MOBILE ── */

@media (max-width: 768px) {
    .results-nav[b-u0ijxmuyz1] { padding: 1rem 1.25rem; }

    .results-container[b-u0ijxmuyz1] {
        padding: 5rem 1.5rem 4rem;
    }

    .rate-header[b-u0ijxmuyz1] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .bottleneck-badge[b-u0ijxmuyz1] {
        font-size: 0.7rem;
        padding: 0.35rem 0.75rem;
    }

    .results-summary[b-u0ijxmuyz1] {
        font-size: 0.92rem;
    }

    .estimate-note[b-u0ijxmuyz1] {
        padding: 1rem;
    }

    .platform-card[b-u0ijxmuyz1] {
        padding: 0.85rem 1rem;
    }

    .platform-details strong[b-u0ijxmuyz1] {
        font-size: 0.88rem;
    }

    .platform-path[b-u0ijxmuyz1] {
        font-size: 0.75rem;
    }

    .upload-button[b-u0ijxmuyz1] {
        width: 100%;
        justify-content: center;
    }

    .upload-header[b-u0ijxmuyz1] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .bookmark-hint[b-u0ijxmuyz1] {
        align-self: flex-start;
    }

    .upload-cta-group[b-u0ijxmuyz1] {
        align-items: stretch;
    }

    .upload-micro[b-u0ijxmuyz1] {
        text-align: center;
    }

    .bar-track[b-u0ijxmuyz1] {
        height: 6px;
    }

    .bar-benchmark[b-u0ijxmuyz1] {
        height: 14px;
        top: -4px;
    }
}
/* /Components/Pages/Unsubscribe.razor.rz.scp.css */
.unsub-icon[b-rpztuwogk3] {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(46, 204, 113, 0.08);
    border: 2px solid rgba(46, 204, 113, 0.2);
    border-radius: 50%;
    margin: 0 auto 1.75rem;
}

.unsub-icon svg[b-rpztuwogk3] {
    width: 36px;
    height: 36px;
    stroke: #2ecc71;
}
/* /Components/Pages/Upload.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Upload Page — Scoped CSS
   ══════════════════════════════════════════ */

.upload-page[b-161nfuqlyk] {
    --bg-primary: #0a0a0c;
    --bg-secondary: #111114;
    --bg-tertiary: #18181c;
    --bg-card: #1a1a1f;
    --text-primary: #f0ece4;
    --text-secondary: #9a9590;
    --text-muted: #5a5550;
    --accent: #e8552e;
    --accent-hover: #f06a45;
    --accent-glow: rgba(232, 85, 46, 0.15);
    --green: #2ecc71;
    --red: #e74c3c;
    --border: rgba(255,255,255,0.06);
    --border-hover: rgba(255,255,255,0.12);
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'DM Sans', -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── NAV ── */

.upload-nav[b-161nfuqlyk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(10,10,12,0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
}

.logo[b-161nfuqlyk] {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-decoration: none;
}

.logo-accent[b-161nfuqlyk] {
    color: var(--accent);
}

/* ── CONTAINER ── */

.upload-container[b-161nfuqlyk] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem 4rem;
}

.upload-content[b-161nfuqlyk] {
    max-width: 520px;
    width: 100%;
    animation: uploadFadeIn-b-161nfuqlyk 0.5s ease both;
}

@keyframes uploadFadeIn-b-161nfuqlyk {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── BADGE ── */

.upload-badge[b-161nfuqlyk] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    background: rgba(46, 204, 113, 0.08);
    border: 1px solid rgba(46, 204, 113, 0.2);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.upload-dot[b-161nfuqlyk] {
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 50%;
    display: inline-block;
}

.error-badge[b-161nfuqlyk] {
    background: rgba(231, 76, 60, 0.08);
    border-color: rgba(231, 76, 60, 0.2);
    color: var(--red);
}

/* ── HEADING ── */

[b-161nfuqlyk] .upload-content h1 {
    font-family: var(--serif);
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.upload-sub[b-161nfuqlyk] {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* ── DROP ZONE ── */

.drop-zone[b-161nfuqlyk] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    border: 2px dashed var(--border-hover);
    border-radius: 16px;
    background: var(--bg-card);
    transition: all 0.25s ease;
    cursor: pointer;
    margin-bottom: 1.5rem;
}

.drop-zone:hover[b-161nfuqlyk] {
    border-color: rgba(232, 85, 46, 0.3);
    background: var(--bg-tertiary);
}

.drop-zone-active[b-161nfuqlyk] {
    border-color: var(--accent);
    background: rgba(232, 85, 46, 0.04);
    box-shadow: 0 0 0 4px var(--accent-glow);
}

.drop-zone-icon[b-161nfuqlyk] {
    color: var(--text-muted);
    margin-bottom: 1rem;
    transition: color 0.2s;
}

.drop-zone:hover .drop-zone-icon[b-161nfuqlyk],
.drop-zone-active .drop-zone-icon[b-161nfuqlyk] {
    color: var(--accent);
}

.drop-zone-text[b-161nfuqlyk] {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 0.35rem;
}

.drop-zone-browse[b-161nfuqlyk] {
    color: var(--accent);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
}

.drop-zone-browse:hover[b-161nfuqlyk] {
    color: var(--accent-hover);
}

.drop-zone-hint[b-161nfuqlyk] {
    font-size: 0.78rem;
    color: var(--text-muted);
}

.drop-zone-input[b-161nfuqlyk] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/* ── ERROR ── */

.upload-error[b-161nfuqlyk] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.9rem 1.25rem;
    background: rgba(231, 76, 60, 0.06);
    border: 1px solid rgba(231, 76, 60, 0.15);
    border-radius: 8px;
    font-size: 0.88rem;
    color: var(--red);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* ── TRUST SIGNALS ── */

.trust-list[b-161nfuqlyk] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.trust-item[b-161nfuqlyk] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* ── PROCESSING STATE ── */

.processing-container[b-161nfuqlyk] {
    text-align: center;
    padding: 3rem 0;
}

.processing-spinner[b-161nfuqlyk] {
    width: 48px;
    height: 48px;
    border: 3px solid var(--bg-tertiary);
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: spin-b-161nfuqlyk 0.8s linear infinite;
    margin: 0 auto 2rem;
}

@keyframes spin-b-161nfuqlyk {
    to { transform: rotate(360deg); }
}

[b-161nfuqlyk] .processing-container h2 {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.processing-sub[b-161nfuqlyk] {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.processing-steps[b-161nfuqlyk] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    max-width: 280px;
    margin: 0 auto;
    text-align: left;
}

.processing-step[b-161nfuqlyk] {
    font-size: 0.85rem;
    color: var(--text-muted);
    opacity: 0.4;
    transition: opacity 0.3s;
}

.processing-step.done[b-161nfuqlyk] {
    color: var(--green);
    opacity: 1;
}

.processing-step.active[b-161nfuqlyk] {
    color: var(--text-primary);
    opacity: 1;
}

/* ── RETRY BUTTON ── */

.retry-button[b-161nfuqlyk] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border-hover);
    color: var(--text-primary);
    font-family: var(--sans);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1.5rem;
}

.retry-button:hover[b-161nfuqlyk] {
    border-color: var(--accent);
    background: var(--bg-tertiary);
}

/* ── MOBILE ── */

@media (max-width: 768px) {
    .upload-nav[b-161nfuqlyk] { padding: 1rem 1.25rem; }

    .upload-container[b-161nfuqlyk] {
        padding: 5.5rem 1.5rem 3rem;
        align-items: flex-start;
        padding-top: 7rem;
    }

    .drop-zone[b-161nfuqlyk] {
        padding: 2.5rem 1.5rem;
    }
}
/* /Components/Quiz/QuizStep.razor.rz.scp.css */
/* ══════════════════════════════════════════
   QuizStep — Shared quiz chrome styles
   ══════════════════════════════════════════ */

.quiz-page[b-kmyvgsua2x] {
    --bg-primary: #0a0a0c;
    --bg-secondary: #111114;
    --bg-tertiary: #18181c;
    --bg-card: #1a1a1f;
    --text-primary: #f0ece4;
    --text-secondary: #9a9590;
    --text-muted: #5a5550;
    --accent: #e8552e;
    --accent-hover: #f06a45;
    --accent-glow: rgba(232, 85, 46, 0.15);
    --green: #2ecc71;
    --border: rgba(255,255,255,0.06);
    --border-hover: rgba(255,255,255,0.12);
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'DM Sans', -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── NAV ── */

.quiz-nav[b-kmyvgsua2x] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(10,10,12,0.85);
    backdrop-filter: blur(20px);
}

.logo[b-kmyvgsua2x] {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-decoration: none;
}

.logo-accent[b-kmyvgsua2x] {
    color: var(--accent);
}

.progress-indicator[b-kmyvgsua2x] {
    font-family: var(--sans);
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}

.progress-current[b-kmyvgsua2x] {
    color: var(--text-primary);
    font-weight: 700;
}

.progress-sep[b-kmyvgsua2x] {
    margin: 0 0.15rem;
}

/* ── PROGRESS BAR ── */

.progress-bar-track[b-kmyvgsua2x] {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--bg-tertiary);
    z-index: 99;
}

.progress-bar-fill[b-kmyvgsua2x] {
    height: 100%;
    background: var(--accent);
    border-radius: 0 2px 2px 0;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── CONTAINER ── */

.quiz-container[b-kmyvgsua2x] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem 4rem;
}

.quiz-content[b-kmyvgsua2x] {
    max-width: 480px;
    width: 100%;
    animation: quizFadeIn-b-kmyvgsua2x 0.5s ease both;
}

@keyframes quizFadeIn-b-kmyvgsua2x {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── CONTEXT LINE ── */

.quiz-context[b-kmyvgsua2x] {
    font-size: 0.82rem;
    color: var(--text-muted);
    font-style: italic;
    margin-bottom: 1.25rem;
    padding: 0.6rem 1rem;
    background: rgba(255,255,255,0.02);
    border-left: 2px solid var(--accent);
    border-radius: 0 6px 6px 0;
    line-height: 1.5;
}

.quiz-step-label[b-kmyvgsua2x] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

.quiz-title[b-kmyvgsua2x] {
    font-family: var(--serif);
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.quiz-hint[b-kmyvgsua2x] {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 2.5rem;
}

/* ── CARDS ── */

.quiz-cards[b-kmyvgsua2x] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

[b-kmyvgsua2x] .quiz-card {
    display: grid;
    grid-template-columns: 3.25rem 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    text-decoration: none;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.2s ease;
}

[b-kmyvgsua2x] .quiz-card:hover {
    border-color: var(--border-hover);
    background: var(--bg-tertiary);
    transform: translateX(4px);
}

[b-kmyvgsua2x] .quiz-card:active {
    transform: translateX(6px) scale(0.995);
}

[b-kmyvgsua2x] .quiz-card-subtle {
    border-style: dashed;
}

[b-kmyvgsua2x] .quiz-card-icon {
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--bg-tertiary);
    border: 1px solid var(--border);
    border-radius: 10px;
    flex-shrink: 0;
}

[b-kmyvgsua2x] .quiz-card-label {
    font-family: var(--sans);
    font-size: 1.05rem;
    font-weight: 600;
}

[b-kmyvgsua2x] .quiz-card-arrow {
    opacity: 0.3;
    color: var(--text-muted);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

[b-kmyvgsua2x] .quiz-card:hover .quiz-card-arrow {
    opacity: 1;
    color: var(--accent);
    transform: translateX(2px);
}

/* ── MOBILE ── */

@media (max-width: 768px) {
    .quiz-nav[b-kmyvgsua2x] {
        padding: 1rem 1.25rem;
        padding-top: max(1rem, env(safe-area-inset-top));
    }

    .progress-bar-track[b-kmyvgsua2x] {
        top: 52px;
    }

    .quiz-container[b-kmyvgsua2x] {
        padding: 5.5rem 1.25rem 3rem;
        align-items: flex-start;
        padding-top: 6.5rem;
    }

    .quiz-title[b-kmyvgsua2x] {
        font-size: clamp(1.6rem, 5vw, 2.2rem);
        margin-bottom: 0.5rem;
    }

    .quiz-hint[b-kmyvgsua2x] {
        font-size: 0.82rem;
        margin-bottom: 1.5rem;
    }

    .quiz-context[b-kmyvgsua2x] {
        font-size: 0.78rem;
        margin-bottom: 1rem;
        padding: 0.5rem 0.85rem;
    }

    .quiz-step-label[b-kmyvgsua2x] {
        margin-bottom: 0.5rem;
    }

    /* Bigger gaps between cards for thumb accuracy */
    .quiz-cards[b-kmyvgsua2x] {
        gap: 1rem;
    }

    [b-kmyvgsua2x] .quiz-card {
        padding: 1.15rem 1.25rem;
        gap: 0.75rem;
        min-height: 56px;
        /* Prevent sticky hover on touch devices */
        transform: none !important;
    }

    /* Disable hover effects on touch — they stick and look broken */
    [b-kmyvgsua2x] .quiz-card:hover {
        transform: none;
        border-color: var(--border);
        background: var(--bg-card);
    }

    [b-kmyvgsua2x] .quiz-card:hover .quiz-card-arrow {
        opacity: 0.3;
        color: var(--text-muted);
        transform: none;
    }

    /* Strong active/tap feedback instead */
    [b-kmyvgsua2x] .quiz-card:active {
        background: var(--bg-tertiary);
        border-color: var(--accent);
        transform: scale(0.97) !important;
        transition: all 0.1s ease;
    }

    [b-kmyvgsua2x] .quiz-card:active .quiz-card-arrow {
        opacity: 1;
        color: var(--accent);
    }

    [b-kmyvgsua2x] .quiz-card-icon {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1.3rem;
        border-radius: 8px;
    }

    [b-kmyvgsua2x] .quiz-card-label {
        font-size: 0.92rem;
    }
}

/* ── SMALL PHONES (iPhone SE, 375px and below) ── */

@media (max-width: 380px) {
    .quiz-container[b-kmyvgsua2x] {
        padding: 6rem 1rem 2rem;
    }

    .quiz-title[b-kmyvgsua2x] {
        font-size: 1.4rem;
    }

    [b-kmyvgsua2x] .quiz-card {
        padding: 1rem;
        grid-template-columns: 2.5rem 1fr auto;
    }

    [b-kmyvgsua2x] .quiz-card-icon {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.15rem;
    }

    [b-kmyvgsua2x] .quiz-card-label {
        font-size: 0.85rem;
    }
}
