/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ykbnwqx146] {
    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-ykbnwqx146] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-v9vwe05szz],
.components-reconnect-repeated-attempt-visible[b-v9vwe05szz],
.components-reconnect-failed-visible[b-v9vwe05szz],
.components-pause-visible[b-v9vwe05szz],
.components-resume-failed-visible[b-v9vwe05szz],
.components-rejoining-animation[b-v9vwe05szz] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-v9vwe05szz {
    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 */
/* ===== FOUNDATION ===== */
.landing[b-61r86y8jtl] {
    --blue:        #0D6EFD;
    --blue-dark:   #315F94;
    --blue-deeper: #1A3A5C;
    --navy:        #102033;
    --body:        #31455F;
    --muted:       #6B829E;
    --faint:       #A3B5C9;
    --surface:     #FFFFFF;
    --bg:          #F7FBFF;
    --bg-alt:      #EEF4FB;
    --border:      rgba(16, 32, 51, 0.08);
    --radius-sm:   10px;
    --radius-md:   14px;
    --radius-lg:   20px;
    --radius-xl:   24px;
    --radius-pill: 980px;
    --shadow-sm:   0 2px 8px rgba(16, 32, 51, 0.06);
    --shadow-md:   0 8px 30px rgba(16, 32, 51, 0.08);
    --shadow-lg:   0 16px 50px rgba(16, 32, 51, 0.12);
    --shadow-card: 0 1px 3px rgba(16, 32, 51, 0.04), 0 8px 24px rgba(16, 32, 51, 0.06);
    --transition:  0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text',
                 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: var(--navy);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    overflow-x: hidden;
}

/* ===== NAV ===== */
.nav[b-61r86y8jtl] {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(247, 251, 255, 0.72);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid var(--border);
}
.nav__inner[b-61r86y8jtl] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav__brand[b-61r86y8jtl] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav__logo[b-61r86y8jtl] {
    width: 32px; height: 32px;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.5px;
    box-shadow: 0 2px 10px rgba(13, 110, 253, 0.35);
}
.nav__wordmark[b-61r86y8jtl] {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.4px;
}
.nav__links[b-61r86y8jtl] {
    display: flex;
    gap: 2rem;
}
.nav__link[b-61r86y8jtl] {
    font-size: 13px;
    font-weight: 500;
    color: var(--body);
    text-decoration: none;
    transition: color var(--transition);
}
.nav__link:hover[b-61r86y8jtl] {
    color: var(--blue);
}
.nav__actions[b-61r86y8jtl] {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.nav__sign-in[b-61r86y8jtl] {
    font-size: 13px;
    font-weight: 500;
    color: var(--blue);
    text-decoration: none;
    transition: opacity var(--transition);
}
.nav__sign-in:hover[b-61r86y8jtl] {
    opacity: 0.75;
}

/* ===== BUTTONS ===== */
.btn-cta[b-61r86y8jtl] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius-pill);
    background: var(--blue);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.2px;
    box-shadow: 0 2px 12px rgba(13, 110, 253, 0.35);
    transition: all var(--transition);
}
.btn-cta:hover[b-61r86y8jtl] {
    background: #0B5ED7;
    box-shadow: 0 4px 20px rgba(13, 110, 253, 0.45);
    transform: translateY(-1px);
}
.btn-cta:active[b-61r86y8jtl] { transform: translateY(0); }
.btn-cta--sm[b-61r86y8jtl] { padding: 8px 18px; font-size: 13px; }
.btn-cta--white[b-61r86y8jtl] {
    background: #fff;
    color: var(--blue);
    box-shadow: 0 2px 12px rgba(255,255,255,0.25);
}
.btn-cta--white:hover[b-61r86y8jtl] {
    background: #F0F4F8;
    box-shadow: 0 4px 20px rgba(255,255,255,0.35);
}
.btn-outline[b-61r86y8jtl] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius-pill);
    border: 1.5px solid rgba(16, 32, 51, 0.15);
    background: transparent;
    color: var(--navy);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.2px;
    transition: all var(--transition);
}
.btn-outline:hover[b-61r86y8jtl] {
    background: rgba(16, 32, 51, 0.04);
    border-color: rgba(16, 32, 51, 0.25);
}
.btn-outline--white[b-61r86y8jtl] {
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}
.btn-outline--white:hover[b-61r86y8jtl] {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
}

/* ===== HERO ===== */
.hero[b-61r86y8jtl] {
    position: relative;
    padding: 8rem 1.5rem 3rem;
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 50%, var(--surface) 100%);
    overflow: hidden;
}
.hero__glow[b-61r86y8jtl] {
    position: absolute;
    top: -12rem; left: 50%;
    transform: translateX(-50%);
    width: 60rem; height: 40rem;
    background: radial-gradient(ellipse at center, rgba(13, 110, 253, 0.1) 0%, transparent 70%);
    pointer-events: none;
}
.hero__inner[b-61r86y8jtl] {
    max-width: 72rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.hero__badge[b-61r86y8jtl] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: var(--radius-pill);
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.15);
    font-size: 12px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 2rem;
    letter-spacing: 0.02em;
}
.hero__badge-dot[b-61r86y8jtl] {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--blue);
    animation: pulse-b-61r86y8jtl 2s ease infinite;
}
@keyframes pulse-b-61r86y8jtl {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}
.hero__title[b-61r86y8jtl] {
    margin: 0;
    font-size: clamp(2.75rem, 6vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1.05;
    color: var(--navy);
}
.hero__title-accent[b-61r86y8jtl] {
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero__subtitle[b-61r86y8jtl] {
    max-width: 38rem;
    margin: 1.5rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--body);
    font-weight: 400;
}
.hero__cta-row[b-61r86y8jtl] {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2.25rem;
    flex-wrap: wrap;
}
.hero__footnote[b-61r86y8jtl] {
    margin-top: 1rem;
    font-size: 12px;
    color: var(--muted);
}

/* HERO MOCKUP */
.hero__visual[b-61r86y8jtl] {
    max-width: 56rem;
    margin: 3.5rem auto 0;
    perspective: 1200px;
}
.hero__mockup[b-61r86y8jtl] {
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow:
        0 1px 3px rgba(16,32,51,0.03),
        0 8px 30px rgba(16,32,51,0.08),
        0 30px 80px rgba(16,32,51,0.06);
    transform: rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero__mockup:hover[b-61r86y8jtl] { transform: rotateX(0deg); }
.mockup__toolbar[b-61r86y8jtl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: linear-gradient(180deg, #FAFBFC, #F3F5F7);
    border-bottom: 1px solid var(--border);
}
.mockup__dots[b-61r86y8jtl] { display: flex; gap: 7px; }
.mockup__dots span[b-61r86y8jtl] {
    width: 10px; height: 10px; border-radius: 50%;
}
.mockup__dots span:nth-child(1)[b-61r86y8jtl] { background: #FF5F57; }
.mockup__dots span:nth-child(2)[b-61r86y8jtl] { background: #FFBD2E; }
.mockup__dots span:nth-child(3)[b-61r86y8jtl] { background: #28C840; }
.mockup__toolbar-title[b-61r86y8jtl] {
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: -0.2px;
}
.mockup__body[b-61r86y8jtl] { display: flex; min-height: 280px; }
.mockup__sidebar[b-61r86y8jtl] {
    width: 180px;
    padding: 12px 8px;
    border-right: 1px solid var(--border);
    background: var(--bg);
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.mockup__sidebar-item[b-61r86y8jtl] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    color: var(--body);
}
.mockup__sidebar-item.active[b-61r86y8jtl] {
    background: rgba(13, 110, 253, 0.08);
    color: var(--blue);
    font-weight: 600;
}
.mockup__sidebar-icon[b-61r86y8jtl] {
    width: 24px; height: 24px;
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.mockup__content[b-61r86y8jtl] {
    flex: 1;
    padding: 16px 20px;
}
.mockup__content-header[b-61r86y8jtl] {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 14px;
    color: var(--navy);
}
.mockup__feed-item[b-61r86y8jtl] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    margin-bottom: 8px;
    background: var(--surface);
    transition: box-shadow var(--transition);
}
.mockup__feed-item:hover[b-61r86y8jtl] { box-shadow: var(--shadow-sm); }
.mockup__feed-avatar[b-61r86y8jtl] {
    width: 30px; height: 30px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 11px; font-weight: 600;
    flex-shrink: 0;
}
.mockup__feed-body[b-61r86y8jtl] { flex: 1; min-width: 0; }
.mockup__feed-name[b-61r86y8jtl] {
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
}
.mockup__feed-name span[b-61r86y8jtl] { font-weight: 400; color: var(--muted); margin-left: 6px; }
.mockup__feed-text[b-61r86y8jtl] {
    font-size: 12px;
    color: var(--body);
    margin-top: 2px;
    line-height: 1.5;
}
.mockup__feed-badge[b-61r86y8jtl] {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: var(--radius-pill);
    background: rgba(13, 110, 253, 0.08);
    color: var(--blue);
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 2px;
}
.mockup__feed-badge.cue[b-61r86y8jtl] {
    background: rgba(245, 166, 35, 0.1);
    color: #C27D08;
}
.mockup__feed-badge.chat[b-61r86y8jtl] {
    background: rgba(139, 92, 246, 0.1);
    color: #6D28D9;
}

/* ===== SECTIONS ===== */
.section__inner[b-61r86y8jtl] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.section__header[b-61r86y8jtl] {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 3.5rem;
}
.section__eyebrow[b-61r86y8jtl] {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 0.75rem;
}
.section__title[b-61r86y8jtl] {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 1.12;
    color: var(--navy);
}
.section__desc[b-61r86y8jtl] {
    margin: 0.75rem 0 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--body);
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
}

/* ===== FEATURES ===== */
.features[b-61r86y8jtl] {
    padding: 6rem 1.5rem;
    background: var(--surface);
}
.features__grid[b-61r86y8jtl] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.feature-card[b-61r86y8jtl] {
    padding: 28px 24px;
    border-radius: var(--radius-lg);
    background: var(--bg);
    border: 1px solid var(--border);
    transition: all 0.3s ease;
}
.feature-card:hover[b-61r86y8jtl] {
    box-shadow: var(--shadow-card);
    transform: translateY(-2px);
}
.feature-card--wide[b-61r86y8jtl] {
    grid-column: span 2;
}
.feature-card__icon[b-61r86y8jtl] {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
}
.feature-card__title[b-61r86y8jtl] {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: var(--navy);
}
.feature-card__desc[b-61r86y8jtl] {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--body);
}

/* ===== INTEGRATIONS ===== */
.integrations[b-61r86y8jtl] {
    padding: 6rem 1.5rem;
    background: var(--bg);
}
.integrations__grid[b-61r86y8jtl] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.integration-card[b-61r86y8jtl] {
    text-align: center;
    padding: 32px 20px;
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid var(--border);
    transition: all 0.3s ease;
}
.integration-card:hover[b-61r86y8jtl] {
    box-shadow: var(--shadow-card);
    transform: translateY(-2px);
}
.integration-card__icon[b-61r86y8jtl] {
    width: 48px; height: 48px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.integration-card__name[b-61r86y8jtl] {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 4px;
}
.integration-card__caps[b-61r86y8jtl] {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.5;
}

/* ===== ASSISTANT ===== */
.assistant[b-61r86y8jtl] {
    padding: 6rem 1.5rem;
    background: var(--surface);
}
.assistant__layout[b-61r86y8jtl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.assistant__features[b-61r86y8jtl] {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.assistant__features li[b-61r86y8jtl] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.assistant__feature-icon[b-61r86y8jtl] {
    width: 36px; height: 36px;
    border-radius: 10px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--blue);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.assistant__features strong[b-61r86y8jtl] {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 2px;
}
.assistant__features span[b-61r86y8jtl] {
    font-size: 13px;
    color: var(--body);
    line-height: 1.5;
}
.assistant__visual[b-61r86y8jtl] {
    position: relative;
}
.assistant__chat[b-61r86y8jtl] {
    padding: 24px;
    border-radius: var(--radius-xl);
    background: var(--bg);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.assistant__msg[b-61r86y8jtl] { display: flex; gap: 10px; }
.assistant__msg--user[b-61r86y8jtl] { justify-content: flex-end; }
.assistant__msg-avatar[b-61r86y8jtl] {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.assistant__msg-bubble[b-61r86y8jtl] {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 1.55;
}
.assistant__msg-bubble.user[b-61r86y8jtl] {
    background: var(--blue);
    color: #fff;
    border-bottom-right-radius: 6px;
}
.assistant__msg-bubble.ai[b-61r86y8jtl] {
    background: var(--surface);
    color: var(--navy);
    border: 1px solid var(--border);
    border-bottom-left-radius: 6px;
}
.assistant__typing[b-61r86y8jtl] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.typing-dots[b-61r86y8jtl] {
    display: flex;
    gap: 5px;
    padding: 10px 14px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
}
.typing-dots span[b-61r86y8jtl] {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--faint);
    animation: typingBounce-b-61r86y8jtl 1.4s ease infinite;
}
.typing-dots span:nth-child(2)[b-61r86y8jtl] { animation-delay: 0.15s; }
.typing-dots span:nth-child(3)[b-61r86y8jtl] { animation-delay: 0.3s; }
@keyframes typingBounce-b-61r86y8jtl {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
    30% { transform: translateY(-5px); opacity: 1; }
}

/* ===== PRICING ===== */
.pricing[b-61r86y8jtl] {
    padding: 6rem 1.5rem;
    background: var(--bg);
}
.pricing__grid[b-61r86y8jtl] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 56rem;
    margin: 0 auto;
}
.pricing-card[b-61r86y8jtl] {
    padding: 32px 28px;
    border-radius: var(--radius-xl);
    background: var(--surface);
    border: 1px solid var(--border);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}
.pricing-card:hover[b-61r86y8jtl] {
    box-shadow: var(--shadow-card);
    transform: translateY(-2px);
}
.pricing-card--featured[b-61r86y8jtl] {
    border-color: var(--blue);
    box-shadow: 0 8px 40px rgba(13, 110, 253, 0.15);
}
.pricing-card--featured:hover[b-61r86y8jtl] {
    box-shadow: 0 12px 50px rgba(13, 110, 253, 0.2);
}
.pricing-card__badge[b-61r86y8jtl] {
    position: absolute;
    top: -11px; left: 50%;
    transform: translateX(-50%);
    padding: 4px 14px;
    border-radius: var(--radius-pill);
    background: var(--blue);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.pricing-card__name[b-61r86y8jtl] {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
    margin-bottom: 8px;
}
.pricing-card--featured .pricing-card__name[b-61r86y8jtl] { color: var(--blue); }
.pricing-card__price[b-61r86y8jtl] {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: var(--navy);
    line-height: 1;
}
.pricing-card__period[b-61r86y8jtl] {
    font-size: 13px;
    color: var(--muted);
    margin-top: 4px;
    margin-bottom: 20px;
}
.pricing-card__list[b-61r86y8jtl] {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
}
.pricing-card__list li[b-61r86y8jtl] {
    padding: 8px 0;
    font-size: 13px;
    color: var(--body);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 8px;
}
.pricing-card__list li:last-child[b-61r86y8jtl] { border-bottom: none; }
.pricing-card__list li[b-61r86y8jtl]::before {
    content: '✓';
    color: var(--blue);
    font-weight: 700;
    font-size: 12px;
    flex-shrink: 0;
}

/* ===== FINAL CTA ===== */
.final-cta[b-61r86y8jtl] {
    padding: 6rem 1.5rem;
    background: linear-gradient(135deg, var(--navy) 0%, var(--blue-deeper) 50%, var(--blue-dark) 100%);
}

/* ===== FOOTER ===== */
.footer[b-61r86y8jtl] {
    padding: 2.5rem 1.5rem;
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.footer__inner[b-61r86y8jtl] {
    max-width: 72rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__brand[b-61r86y8jtl] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__links[b-61r86y8jtl] {
    display: flex;
    gap: 2rem;
}
.footer__links a[b-61r86y8jtl] {
    font-size: 13px;
    color: var(--body);
    text-decoration: none;
    transition: color var(--transition);
}
.footer__links a:hover[b-61r86y8jtl] { color: var(--blue); }
.footer__copy[b-61r86y8jtl] {
    font-size: 12px;
    color: var(--muted);
}

/* ===== RESPONSIVE ===== */
@@media (max-width: 1024px) {
    .features__grid[b-61r86y8jtl] { grid-template-columns: repeat(2, 1fr); }
    .feature-card--wide[b-61r86y8jtl] { grid-column: span 2; }
    .integrations__grid[b-61r86y8jtl] { grid-template-columns: repeat(2, 1fr); }
    .assistant__layout[b-61r86y8jtl] { grid-template-columns: 1fr; gap: 2.5rem; }
    .pricing__grid[b-61r86y8jtl] { grid-template-columns: 1fr; max-width: 24rem; }
}

@@media (max-width: 768px) {
    .nav__links[b-61r86y8jtl] { display: none; }
    .hero[b-61r86y8jtl] { padding: 7rem 1.5rem 2rem; }
    .hero__title[b-61r86y8jtl] { font-size: 2.5rem; }
    .features__grid[b-61r86y8jtl] { grid-template-columns: 1fr; }
    .feature-card--wide[b-61r86y8jtl] { grid-column: span 1; }
    .integrations__grid[b-61r86y8jtl] { grid-template-columns: 1fr; max-width: 20rem; margin: 0 auto; }
    .mockup__sidebar[b-61r86y8jtl] { display: none; }
    .footer__inner[b-61r86y8jtl] { flex-direction: column; gap: 1rem; text-align: center; }
    .footer__links[b-61r86y8jtl] { gap: 1.25rem; }
}
