/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-shell[b-6kdsmm8d6u] {
    display: grid;
    gap: 1.4rem;
}

.manage-hero[b-6kdsmm8d6u],
.manage-side[b-6kdsmm8d6u],
.manage-panel[b-6kdsmm8d6u] {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(18, 21, 26, 0.94), rgba(15, 18, 23, 0.92));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(10px);
}

.manage-hero[b-6kdsmm8d6u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 1.75rem;
}

.manage-hero-kicker[b-6kdsmm8d6u] {
    margin: 0 0 0.8rem;
    color: #a9ff86;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.manage-hero h1[b-6kdsmm8d6u] {
    margin: 0;
    color: #f3f1ea;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.manage-hero-copy[b-6kdsmm8d6u] {
    margin: 0.95rem 0 0;
    max-width: 42rem;
    color: #99a2ac;
    line-height: 1.7;
}

.manage-hero-actions[b-6kdsmm8d6u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.manage-grid[b-6kdsmm8d6u] {
    display: grid;
    grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.manage-side[b-6kdsmm8d6u],
.manage-panel[b-6kdsmm8d6u] {
    border-radius: 26px;
}

.manage-side[b-6kdsmm8d6u] {
    padding: 1.2rem;
}

.manage-panel[b-6kdsmm8d6u] {
    padding: 1.55rem;
}

.manage-panel[b-6kdsmm8d6u]  > h3:first-of-type {
    margin: 0;
    color: #f3f1ea;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.manage-panel[b-6kdsmm8d6u]  h4 {
    margin: 1.4rem 0 0.75rem;
    color: #f3f1ea;
    font-size: 1.15rem;
}

.manage-panel[b-6kdsmm8d6u]  .manage-page-copy {
    margin: 0.8rem 0 1.2rem;
    max-width: 42rem;
    color: #99a2ac;
    line-height: 1.7;
}

.manage-panel[b-6kdsmm8d6u]  .row {
    margin: 0;
    gap: 1rem;
}

.manage-panel[b-6kdsmm8d6u]  .col-xl-6,
.manage-panel[b-6kdsmm8d6u]  .col-lg-9,
.manage-panel[b-6kdsmm8d6u]  .col-md-6,
.manage-panel[b-6kdsmm8d6u]  .col-lg-3 {
    width: 100%;
    max-width: 44rem;
    padding: 0;
    flex: 0 0 auto;
}

.manage-panel[b-6kdsmm8d6u]  form,
.manage-panel[b-6kdsmm8d6u]  .manage-action-stack {
    display: grid;
    gap: 1rem;
}

.manage-panel[b-6kdsmm8d6u]  .manage-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.manage-panel[b-6kdsmm8d6u]  .form-floating.mb-3,
.manage-panel[b-6kdsmm8d6u]  .mb-3 {
    margin-bottom: 0 !important;
}

.manage-panel[b-6kdsmm8d6u]  .input-group-text {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
    color: #a9ff86;
}

.manage-panel[b-6kdsmm8d6u]  .btn-link {
    justify-content: flex-start;
    padding: 0;
    color: #a9ff86;
    font-weight: 700;
}

.manage-panel[b-6kdsmm8d6u]  ul,
.manage-panel[b-6kdsmm8d6u]  ol,
.manage-panel[b-6kdsmm8d6u]  p {
    color: #99a2ac;
}

.manage-panel[b-6kdsmm8d6u]  strong {
    color: #f3f1ea;
}

@media (max-width: 991.98px) {
    .manage-grid[b-6kdsmm8d6u] {
        grid-template-columns: 1fr;
    }

    .manage-hero[b-6kdsmm8d6u] {
        padding: 1.4rem;
    }

    .manage-side[b-6kdsmm8d6u],
    .manage-panel[b-6kdsmm8d6u] {
        padding: 1.2rem;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.manage-nav-card[b-181jjdlhes] {
    display: grid;
    gap: 1rem;
}

.manage-nav-kicker[b-181jjdlhes] {
    margin: 0;
    color: #a9ff86;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.manage-nav-title[b-181jjdlhes] {
    margin: 0;
    color: #f3f1ea;
    font-size: 1.65rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.manage-nav-list[b-181jjdlhes] {
    display: grid;
    gap: 0.55rem;
}

.manage-nav-link[b-181jjdlhes] {
    display: grid;
    gap: 0.2rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(243, 241, 234, 0.84);
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.manage-nav-link:hover[b-181jjdlhes] {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.14);
    color: #f3f1ea;
}

.manage-nav-link.active[b-181jjdlhes] {
    border-color: rgba(169, 255, 134, 0.3);
    background: rgba(169, 255, 134, 0.1);
    color: #f3f1ea;
}

.manage-nav-label[b-181jjdlhes] {
    font-weight: 700;
}

.manage-nav-link small[b-181jjdlhes] {
    color: rgba(153, 162, 172, 0.88);
    font-size: 0.82rem;
    line-height: 1.45;
}

.manage-nav-link.active small[b-181jjdlhes] {
    color: rgba(243, 241, 234, 0.74);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dhhhudu01b] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: transparent;
}

main[b-dhhhudu01b] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-dhhhudu01b] {
    background:
        radial-gradient(circle at top left, rgba(169, 255, 134, 0.1), transparent 30%),
        linear-gradient(180deg, #0e1217 0%, #121821 52%, #181e28 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.public-header[b-dhhhudu01b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 5.25rem;
    background: rgba(12, 14, 17, 0.84);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
}

.public-brand-shell[b-dhhhudu01b] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.public-header-links[b-dhhhudu01b] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.public-header a[b-dhhhudu01b],
.public-header .btn-link[b-dhhhudu01b] {
    white-space: nowrap;
    text-decoration: none;
    color: rgba(243, 241, 234, 0.74);
    font-weight: 600;
}

.public-header a:hover[b-dhhhudu01b],
.public-header .btn-link:hover[b-dhhhudu01b] {
    color: #a9ff86;
}

.public-header-quiet-link[b-dhhhudu01b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.public-content[b-dhhhudu01b] {
    padding-top: 1.25rem;
}

.top-row[b-dhhhudu01b] {
    background: rgba(12, 14, 17, 0.84);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    backdrop-filter: blur(14px);
}

.top-row-badge[b-dhhhudu01b] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(169, 255, 134, 0.08);
    color: #a9ff86;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.45rem 0.8rem;
}

.top-row-links[b-dhhhudu01b] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.top-row[b-dhhhudu01b]  a,
.top-row[b-dhhhudu01b]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: rgba(243, 241, 234, 0.74);
    font-weight: 600;
}

.top-row[b-dhhhudu01b]  a:hover,
.top-row[b-dhhhudu01b]  .btn-link:hover {
    color: #a9ff86;
}

@media (max-width: 640.98px) {
    .public-header[b-dhhhudu01b],
    .top-row[b-dhhhudu01b] {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .public-header-links[b-dhhhudu01b],
    .top-row-links[b-dhhhudu01b] {
        flex-wrap: wrap;
        gap: 0.75rem;
    }
}

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

    .app-page .sidebar[b-dhhhudu01b] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .app-page .top-row[b-dhhhudu01b],
    .public-header[b-dhhhudu01b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .app-page .top-row[b-dhhhudu01b],
    .app-page article[b-dhhhudu01b],
    .public-header[b-dhhhudu01b],
    .public-page article[b-dhhhudu01b] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-dhhhudu01b] {
    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-dhhhudu01b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ryu38u7zbp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28243, 241, 234, 0.62%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.05);
}

.navbar-toggler:checked[b-ryu38u7zbp] {
    background-color: rgba(169, 255, 134, 0.18);
}

.top-row[b-ryu38u7zbp] {
    min-height: 5rem;
    background: rgba(255, 255, 255, 0.02);
}

.brand-shell[b-ryu38u7zbp] {
    align-items: flex-start;
    min-height: 5rem;
    padding: 1rem 0 0.75rem;
}

.brand-caption[b-ryu38u7zbp] {
    color: rgba(243, 241, 234, 0.6);
    font-size: 0.88rem;
    line-height: 1.5;
    max-width: 16rem;
    margin-top: 0.75rem;
}

.nav-section-label[b-ryu38u7zbp] {
    color: rgba(243, 241, 234, 0.45);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    padding: 1rem 1.5rem 0.35rem;
    text-transform: uppercase;
}

.nav-item[b-ryu38u7zbp] {
    font-size: 0.97rem;
    padding-bottom: 0.35rem;
}

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

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

    .nav-item[b-ryu38u7zbp]  .nav-link,
    .nav-item[b-ryu38u7zbp]  .nav-button {
        color: rgba(243, 241, 234, 0.82);
        background: none;
        border: none;
        border-radius: 18px;
        height: 3.1rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding: 0 1rem;
        font-weight: 600;
    }

.nav-item[b-ryu38u7zbp]  a.active,
.nav-item[b-ryu38u7zbp]  .nav-button:hover {
    background-color: rgba(169, 255, 134, 0.12);
    color: #a9ff86;
}

.nav-item[b-ryu38u7zbp]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #f3f1ea;
}

.nav-item[b-ryu38u7zbp]  form {
    width: 100%;
}

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

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

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

    .nav-scrollable[b-ryu38u7zbp] {
        display: block;
        height: calc(100vh - 5rem);
        overflow-y: auto;
        padding-bottom: 1.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1lq9ci4f3c],
.components-reconnect-repeated-attempt-visible[b-1lq9ci4f3c],
.components-reconnect-failed-visible[b-1lq9ci4f3c],
.components-pause-visible[b-1lq9ci4f3c],
.components-resume-failed-visible[b-1lq9ci4f3c],
.components-rejoining-animation[b-1lq9ci4f3c] {
    display: none;
}

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


#components-reconnect-modal[b-1lq9ci4f3c] {
    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-1lq9ci4f3c 0.5s both;
    &[open]

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

}

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

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

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

@keyframes components-reconnect-modal-fadeInOpacity-b-1lq9ci4f3c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-1lq9ci4f3c {
    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/Home.razor.rz.scp.css */
/* Loftybits home — editorial dark theme. Scoped to Components/Pages/Home.razor */

.lb-home[b-s8opznsope] {
    --ink: #0c0e11;
    --ink-2: #12151a;
    --ink-3: #171b21;
    --paper: #f3f1ea;
    --surface: #e9e7df;
    --muted: #8f98a2;
    --line: rgba(255, 255, 255, 0.08);
    --line-soft: rgba(255, 255, 255, 0.05);
    --accent: #a9ff86;
    --accent-2: #ffb84d;
    --accent-ink: #0c1a10;
    --font-display: "Instrument Serif", Georgia, serif;
    --font-ui: "Manrope", "Segoe UI", sans-serif;
    --font-mono: "Space Grotesk", ui-monospace, sans-serif;
    min-height: 100vh;
    background: var(--ink);
    color: var(--paper);
    font-family: var(--font-ui);
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.lb-home[b-s8opznsope],
.lb-home *[b-s8opznsope],
.lb-home *[b-s8opznsope]::before,
.lb-home *[b-s8opznsope]::after {
    box-sizing: border-box;
}

.lb-home a[b-s8opznsope] { color: inherit; text-decoration: none; }
.lb-home button[b-s8opznsope] { font: inherit; background: none; border: 0; cursor: pointer; }
.lb-home h1[b-s8opznsope], .lb-home h2[b-s8opznsope], .lb-home h3[b-s8opznsope] { margin: 0; font-family: var(--font-display); font-weight: 400; }
.lb-home [b-s8opznsope]::selection { background: rgba(169, 255, 134, 0.24); color: var(--accent-ink); }

/* ── Buttons ── */
.lb-btn[b-s8opznsope] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.85rem;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.lb-btn-lg[b-s8opznsope] { min-height: 3.35rem; padding: 1rem 1.75rem; font-size: 1rem; }

.lb-btn-solid[b-s8opznsope],
.lb-btn-solid:link[b-s8opznsope],
.lb-btn-solid:visited[b-s8opznsope],
.lb-btn-solid:active[b-s8opznsope] {
    background: var(--accent);
    color: var(--accent-ink);
    font-weight: 700;
}
.lb-btn-solid:hover[b-s8opznsope] { background: #c3ffab; color: var(--accent-ink); transform: translateY(-1px); }

.lb-btn-ghost[b-s8opznsope] { border: 1px solid var(--line); color: var(--paper); background: rgba(255,255,255,0.02); }
.lb-btn-ghost:hover[b-s8opznsope] { border-color: rgba(255,255,255,0.22); transform: translateY(-1px); }

/* ── Nav ── */
.lb-nav[b-s8opznsope] {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    max-width: 1240px;
    margin: 0 auto;
    padding: 1.1rem clamp(1rem, 4vw, 2rem);
    background: linear-gradient(180deg, rgba(12,14,17,0.92), rgba(12,14,17,0.72) 70%, transparent);
    backdrop-filter: blur(14px);
}

.lb-brand[b-s8opznsope] { display: inline-flex; align-items: center; gap: 0.7rem; }
.lb-brand-mark[b-s8opznsope] { width: 2.5rem; height: 2.5rem; display: block; border-radius: 0.7rem; }
.lb-brand-name[b-s8opznsope] { font-family: var(--font-mono); font-weight: 700; font-size: 1.06rem; letter-spacing: -0.02em; }

.lb-nav-links[b-s8opznsope] { display: flex; align-items: center; gap: 1.5rem; }
.lb-nav-links a[b-s8opznsope] { color: var(--muted); font-size: 0.94rem; font-weight: 500; transition: color 160ms ease; }
.lb-nav-links a:hover[b-s8opznsope] { color: var(--paper); }

/* ── Hero ── */
.lb-hero[b-s8opznsope] {
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem) clamp(2.5rem, 6vw, 4rem);
}

.lb-hero-inner[b-s8opznsope] { max-width: 60rem; }

.lb-kicker[b-s8opznsope] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 1.6rem;
    padding: 0.45rem 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255,255,255,0.02);
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lb-pulse[b-s8opznsope] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 0 rgba(169,255,134,0.5);
    animation: lb-pulse-b-s8opznsope 2.2s ease-out infinite;
}

@keyframes lb-pulse-b-s8opznsope {
    0% { box-shadow: 0 0 0 0 rgba(169,255,134,0.5); }
    70% { box-shadow: 0 0 0 0.55rem rgba(169,255,134,0); }
    100% { box-shadow: 0 0 0 0 rgba(169,255,134,0); }
}

.lb-display[b-s8opznsope] {
    font-size: clamp(2.8rem, 7.2vw, 5.4rem);
    line-height: 1.02;
    letter-spacing: -0.015em;
}

.lb-display-accent[b-s8opznsope] {
    font-style: italic;
    color: var(--accent);
}

.lb-lede[b-s8opznsope] {
    max-width: 42rem;
    margin: 1.6rem 0 0;
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.7;
}

.lb-hero-ctas[b-s8opznsope] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2.2rem;
}

/* ── Ticker ── */
.lb-ticker[b-s8opznsope] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--line-soft);
    overflow: hidden;
}

.lb-ticker-label[b-s8opznsope] {
    flex-shrink: 0;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lb-ticker-track[b-s8opznsope] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.lb-ticker-item[b-s8opznsope] {
    padding: 0.4rem 0.85rem;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    background: rgba(255,255,255,0.02);
    color: var(--muted);
    font-size: 0.85rem;
    white-space: nowrap;
}

/* ── Stats strip ── */
.lb-strip[b-s8opznsope] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
}

.lb-strip-grid[b-s8opznsope] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line-soft);
    border: 1px solid var(--line-soft);
    border-radius: 1.4rem;
    overflow: hidden;
}

.lb-stat[b-s8opznsope] {
    padding: 1.6rem 1.5rem;
    background: var(--ink-2);
}

.lb-stat-value[b-s8opznsope] {
    display: block;
    font-family: var(--font-display);
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--paper);
}

.lb-stat-label[b-s8opznsope] {
    display: block;
    margin-top: 0.7rem;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

/* ── Sections ── */
.lb-section[b-s8opznsope] {
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(4rem, 9vw, 7rem) clamp(1rem, 4vw, 2rem) 0;
}

.lb-section-head[b-s8opznsope] { max-width: 46rem; margin-bottom: 2.4rem; }

.lb-eyebrow[b-s8opznsope] {
    margin: 0 0 0.9rem;
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lb-h2[b-s8opznsope] {
    font-size: clamp(2rem, 4.4vw, 3.4rem);
    line-height: 1.06;
    letter-spacing: -0.015em;
}

/* ── Work / capabilities ── */
.lb-work-grid[b-s8opznsope] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.lb-work-card[b-s8opznsope] {
    display: flex;
    flex-direction: column;
    min-height: 19rem;
    padding: 1.7rem;
    border: 1px solid var(--line-soft);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.005));
    transition: border-color 200ms ease, transform 200ms ease;
}

.lb-work-card:hover[b-s8opznsope] { border-color: rgba(255,255,255,0.16); transform: translateY(-2px); }

.lb-work-top[b-s8opznsope] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.lb-work-tag[b-s8opznsope] {
    color: var(--accent-2);
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lb-work-num[b-s8opznsope] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.85rem;
    font-weight: 600;
}

.lb-work-title[b-s8opznsope] {
    font-size: 1.7rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.lb-work-copy[b-s8opznsope] {
    margin: 0.9rem 0 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

.lb-work-outcome[b-s8opznsope] {
    margin: auto 0 0;
    padding-top: 1.3rem;
    color: var(--paper);
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.55;
}

/* ── Products ── */
.lb-products[b-s8opznsope] {
    display: grid;
    grid-template-columns: minmax(15rem, 0.42fr) minmax(0, 0.88fr);
    gap: 1rem;
}

.lb-product-tabs[b-s8opznsope] {
    display: grid;
    gap: 0.6rem;
    align-content: start;
}

.lb-product-tab[b-s8opznsope] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    width: 100%;
    padding: 1.1rem 1.2rem;
    border: 1px solid var(--line-soft);
    border-radius: 1.1rem;
    background: rgba(255,255,255,0.015);
    color: var(--paper);
    text-align: left;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.lb-product-tab:hover[b-s8opznsope] { border-color: rgba(255,255,255,0.18); }
.lb-product-tab.selected[b-s8opznsope] { border-color: var(--accent); background: rgba(169,255,134,0.06); }

.lb-tab-name[b-s8opznsope] { font-family: var(--font-display); font-size: 1.35rem; line-height: 1.1; letter-spacing: -0.01em; }

.lb-tab-meta[b-s8opznsope] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.lb-tab-meta small[b-s8opznsope] { color: var(--muted); font-size: 0.84rem; line-height: 1.4; }

.lb-tab-status[b-s8opznsope] {
    flex-shrink: 0;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.status-live[b-s8opznsope] { background: rgba(169,255,134,0.12); color: var(--accent); }
.status-waitlist[b-s8opznsope] { background: rgba(255,184,77,0.12); color: var(--accent-2); }

.lb-product-detail[b-s8opznsope] {
    padding: 2rem;
    border: 1px solid var(--line-soft);
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.006));
}

.lb-detail-head[b-s8opznsope] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lb-detail-title[b-s8opznsope] { font-size: 2.2rem; line-height: 1.05; letter-spacing: -0.015em; }

.lb-detail-summary[b-s8opznsope] {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 44rem;
}

.lb-feature-list[b-s8opznsope] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
}

.lb-feature-list li[b-s8opznsope] {
    position: relative;
    padding: 0.85rem 1rem 0.85rem 1.9rem;
    border: 1px solid var(--line-soft);
    border-radius: 1rem;
    background: rgba(255,255,255,0.015);
    font-size: 0.94rem;
    line-height: 1.55;
}

.lb-feature-list li[b-s8opznsope]::before {
    content: "";
    position: absolute;
    left: 0.95rem;
    top: 1.35rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: var(--accent);
}

.lb-detail-meta[b-s8opznsope] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.lb-meta-block[b-s8opznsope] {
    padding: 1.1rem 1.2rem;
    border: 1px solid var(--line-soft);
    border-radius: 1.1rem;
    background: rgba(255,255,255,0.015);
}

.lb-meta-label[b-s8opznsope] {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lb-meta-block p[b-s8opznsope] { margin: 0; font-size: 0.96rem; line-height: 1.65; }

.lb-detail-actions[b-s8opznsope] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

/* ── Process ── */
.lb-process[b-s8opznsope] {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--line-soft);
}

.lb-step[b-s8opznsope] {
    display: grid;
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1.8rem 0;
    border-bottom: 1px solid var(--line-soft);
}

.lb-step-num[b-s8opznsope] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.lb-step-title[b-s8opznsope] { font-size: 1.65rem; line-height: 1.12; letter-spacing: -0.01em; }
.lb-step-copy[b-s8opznsope] { margin: 0.6rem 0 0; color: var(--muted); font-size: 0.99rem; line-height: 1.65; max-width: 40rem; }

/* ── FAQ ── */
.lb-faq[b-s8opznsope] {
    display: grid;
    gap: 0.6rem;
}

.lb-faq-item[b-s8opznsope] {
    border: 1px solid var(--line-soft);
    border-radius: 1.1rem;
    background: rgba(255,255,255,0.015);
    overflow: hidden;
    transition: border-color 180ms ease;
}

.lb-faq-item.open[b-s8opznsope] { border-color: rgba(255,255,255,0.2); }

.lb-faq-q[b-s8opznsope] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 1.4rem;
    color: var(--paper);
    font-family: var(--font-display);
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: left;
}

.lb-faq-icon[b-s8opznsope] { color: var(--accent); font-size: 1.5rem; line-height: 1; }

.lb-faq-a[b-s8opznsope] { padding: 0 1.4rem 1.35rem; }
.lb-faq-a p[b-s8opznsope] { margin: 0; color: var(--muted); font-size: 0.97rem; line-height: 1.65; max-width: 46rem; }

/* ── Contact ── */
.lb-contact-card[b-s8opznsope] {
    padding: clamp(2rem, 5vw, 3.5rem);
    border: 1px solid var(--line);
    border-radius: 1.8rem;
    background:
        radial-gradient(600px 300px at 20% 0%, rgba(169,255,134,0.07), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.008));
}

.lb-contact-title[b-s8opznsope] {
    max-width: 22ch;
    font-size: clamp(2.1rem, 4.6vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -0.015em;
}

.lb-contact-copy[b-s8opznsope] {
    max-width: 40rem;
    margin: 1.2rem 0 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

/* ── Footer ── */
.lb-footer[b-s8opznsope] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: clamp(4rem, 9vw, 7rem) auto 0;
    padding: 2rem clamp(1rem, 4vw, 2rem) 2.5rem;
    border-top: 1px solid var(--line-soft);
}

.lb-footer-logo[b-s8opznsope] { display: block; width: 11rem; height: auto; }

.lb-footer-links[b-s8opznsope] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
}

.lb-footer-links a[b-s8opznsope] { color: var(--muted); font-size: 0.92rem; font-weight: 500; }
.lb-footer-links a:hover[b-s8opznsope] { color: var(--paper); }

.lb-footer-note[b-s8opznsope] { color: var(--muted); font-size: 0.86rem; }

/* ── Responsive ── */
@media (max-width: 900px) {
    .lb-nav-links[b-s8opznsope] { display: none; }
    .lb-products[b-s8opznsope] { grid-template-columns: 1fr; }
    .lb-work-grid[b-s8opznsope] { grid-template-columns: 1fr; }
    .lb-strip-grid[b-s8opznsope] { grid-template-columns: 1fr; }
    .lb-detail-meta[b-s8opznsope] { grid-template-columns: 1fr; }
    .lb-feature-list[b-s8opznsope] { grid-template-columns: 1fr; }
    .lb-step[b-s8opznsope] { grid-template-columns: 1fr; gap: 0.5rem; }
    .lb-footer[b-s8opznsope] { flex-direction: column; align-items: flex-start; }
}
