:root {
  --ink: #101c3f;
  --muted: #5c6983;
  --line: #dce2eb;
  --blue: #2f5cff;
  --blue-dark: #193a9b;
  --lime: #d9ef67;
  --paper: #fbfcff;
  --navy: #0d1735;
}

* { box-sizing: border-box; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 20; padding: 11px 15px; color: white; background: var(--navy); font-weight: 700; }
.skip-link:focus { top: 16px; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 0 32px; background: rgba(251,252,255,.92); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.2rem; letter-spacing: -.03em; }
.brand-domain { color: #77839b; font-weight: 600; }
.brand-mark { width: 27px; height: 27px; border: 3px solid var(--blue); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; gap: 2px; }
.brand-mark span { display: block; width: 3px; border-radius: 3px; background: var(--blue); }
.brand-mark span:nth-child(1) { height: 7px; }.brand-mark span:nth-child(2) { height: 13px; }.brand-mark span:nth-child(3) { height: 9px; }
nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: .92rem; }
nav a:hover, .text-link:hover { color: var(--blue); }
.nav-cta { color: white; background: var(--navy); padding: 11px 17px; border-radius: 4px; font-weight: 700; }
.page-hero { max-width: 780px; padding-bottom: 48px; }.page-hero h1 { margin-bottom: 18px; }.hero-single { grid-template-columns: 1fr; }.compact-preview { padding-top: 58px; padding-bottom: 58px; }.compact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }.compact-panel { display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--line); padding: 18px; background: white; }.compact-panel:hover { border-color: #a8b9ef; }.compact-panel span { color: var(--blue); font-size: .78rem; font-weight: 800; }.compact-panel strong { font-size: 1.1rem; }.compact-panel small { color: var(--muted); font-size: .84rem; }.detail-cta-block { padding-top: 58px; padding-bottom: 58px; }.detail-links { display: flex; gap: 26px; flex-wrap: wrap; }.footer-nav { display: inline-flex; gap: 17px; }.footer-nav a:hover { color: white; }.hero { display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; padding-top: 64px; padding-bottom: 68px; }
.eyebrow { color: var(--blue-dark); font-size: .74rem; letter-spacing: .19em; text-transform: uppercase; font-weight: 800; margin: 0 0 18px; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.065em; margin-bottom: 18px; max-width: 720px; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 600px; color: var(--muted); font-size: 1.16rem; line-height: 1.65; margin-bottom: 12px; }.hero-scope { max-width: 560px; color: var(--muted); font-size: .84rem; line-height: 1.5; margin: 0 0 28px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 43px; }
.button { display: inline-flex; align-items: center; gap: 12px; padding: 15px 22px; border-radius: 4px; font-weight: 750; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 25px rgba(47,92,255,.2); }
.button-primary:hover { background: var(--blue-dark); }
.text-link { color: var(--blue-dark); font-weight: 700; }
.proof-row { display: flex; gap: 22px; color: var(--ink); font-weight: 750; font-size: .9rem; }
.proof-row span { display: inline-flex; align-items: center; gap: 10px; }.proof-row span::before { content: ""; width: 18px; height: 4px; background: var(--lime); display: inline-block; }
.hero-card { background: white; border: 1px solid var(--line); padding: 26px; box-shadow: 0 18px 48px rgba(19,40,88,.08); }
.card-topline, .card-foot { display:flex; align-items:center; justify-content:space-between; color: var(--muted); font-size: .78rem; letter-spacing: .03em; }.card-topline { border-bottom: 1px solid var(--line); padding-bottom: 18px; }.card-foot { border-top: 1px solid var(--line); padding-top: 16px; }
.status { display: inline-flex; align-items: center; gap: 7px; color: #3b6b39; }.status i { width: 8px; height: 8px; border-radius: 50%; background: #3dba69; }
.pool-title { font-size: 2rem; line-height: 1.1; letter-spacing: -.045em; padding: 28px 0 25px; }.pool-title strong { color: var(--blue); }
.pool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }.pool-tile { min-height: 126px; border: 1px solid var(--line); padding: 15px; display: flex; flex-direction: column; gap: 6px; }.pool-tile.accent { background: #edf2ff; border-color: #b9c8ff; }.tile-number { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }.pool-tile span:nth-child(2) { font-weight: 750; }.pool-tile small { color: var(--muted); font-size: .8rem; }
.principle-band { background: var(--navy); color: white; }.band-inner { display: grid; grid-template-columns: .8fr 1.2fr 1fr; gap: 34px; align-items: center; padding-top: 22px; padding-bottom: 22px; }.band-label { color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800; margin: 0; }.band-statement { font-size: 1.32rem; margin: 0; letter-spacing: -.03em; }.band-note { color: #bec9e7; font-size: .88rem; margin: 0; }
.section-block { padding-top: 72px; padding-bottom: 72px; }.section-intro { max-width: 640px; }.section-intro h2, .standards-grid h2, .cost-copy h2, .access-inner h2 { font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.03; letter-spacing: -.06em; margin-bottom: 24px; }.section-intro p, .standards-lede, .cost-copy p, .access-inner p { color: var(--muted); max-width: 620px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); margin-top: 38px; }.step { padding: 26px 28px 0 0; border-right: 1px solid var(--line); min-height: 190px; }.step + .step { padding-left: 28px; }.step:last-child { border-right: 0; }.step-index { color: var(--blue); font-size: 2.5rem; letter-spacing: -.06em; }.step h3 { font-size: 1.35rem; margin: 13px 0 9px; }.step p { color: var(--muted); font-size: .96rem; margin: 0; }
.split-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; border-top: 1px solid var(--line); }.value-list { border-top: 1px solid var(--line); }.value-item { display: grid; grid-template-columns: 32px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }.value-mark { color: var(--blue); font-size: 1.6rem; }.value-item h3 { margin: 0 0 8px; font-size: 1.2rem; }.value-item p { color: var(--muted); margin: 0; }
.standards-section { background: #edf2ff; padding: 68px 0; }.standards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }.standard-card { background: white; border: 1px solid #cad6fb; padding: 18px 21px; }.standard-row { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }.standard-row strong { text-align: right; color: var(--blue-dark); }.fine-print { color: var(--muted); font-size: .8rem; margin: 19px 0 0; }
.cost-block { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: center; }.cost-stack { border-top: 1px solid var(--line); }.cost-stack > div { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }.cost-stack span { color: var(--blue); font-weight: 800; }.cost-stack strong { font-size: 1.03rem; }.cost-stack small { color: var(--muted); font-size: .82rem; }
.access-section { background: var(--blue); color: white; padding: 58px 0; }.access-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 58px; align-items: center; }.access-inner .eyebrow { color: var(--lime); }.access-inner h2 { margin-bottom: 18px; }.access-inner p { color: #d5ddff; }.access-note { border: 1px solid rgba(255,255,255,.35); padding: 18px; display: flex; gap: 17px; align-items: flex-start; }.access-note p { margin: 0; }.access-note strong { color: white; }.access-icon { font-size: 1.7rem; color: var(--lime); }
.site-footer { background: var(--navy); color: #b6c2e1; font-size: .77rem; }.footer-inner { display:flex; justify-content:space-between; gap: 20px; padding-top: 15px; padding-bottom: 15px; }
@media (max-width: 900px) { .compact-grid { grid-template-columns: 1fr; margin-top: 34px; }.footer-nav { flex-wrap: wrap; gap: 12px; }.site-header { padding: 0 20px; }.site-header { height: auto; min-height: 82px; padding: 16px 20px; align-items: flex-start; gap: 18px; }.site-header nav { flex: 1; justify-content: flex-end; flex-wrap: wrap; gap: 8px 14px; font-size: .8rem; }.site-header nav a { white-space: nowrap; }.section-shell { width: min(100% - 40px, 680px); }.hero, .split-block, .standards-grid, .cost-block, .access-inner { grid-template-columns: 1fr; gap: 48px; }.hero { padding-top: 48px; padding-bottom: 52px; }.hero-card { max-width: 650px; }.band-inner { grid-template-columns: 1fr; gap: 10px; padding-top: 19px; padding-bottom: 19px; }.band-note { max-width: 500px; }.steps { grid-template-columns: 1fr; margin-top: 42px; }.step, .step + .step { border-right: 0; border-bottom: 1px solid var(--line); padding: 24px 0; min-height: 0; }.step:last-child { border-bottom: 0; }.section-block { padding-top: 52px; padding-bottom: 52px; }.standards-section { padding: 58px 0; }.footer-inner { flex-direction: column; gap: 6px; } }
@media (max-width: 560px) { .brand { font-size: 1rem; }.brand-mark { width: 24px; height: 24px; }.site-header nav { font-size: .76rem; gap: 7px 10px; }.nav-cta { padding: 9px 11px; font-size: .8rem; } h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }.hero-actions { flex-direction: column; align-items: flex-start; gap: 16px; }.proof-row { flex-direction: column; gap: 9px; }.pool-title { font-size: 1.65rem; }.pool-grid { grid-template-columns: 1fr; }.cost-stack > div { grid-template-columns: 38px 1fr; }.cost-stack small { grid-column: 2; }}
.footer-meta { display: flex; flex-direction: column; gap: 2px; }.footer-meta strong { color: white; font-size: .8rem; }.footer-nav { align-items: center; flex-wrap: wrap; }.contact-section { border-top: 1px solid var(--line); }.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }.contact-card { display: flex; flex-direction: column; gap: 7px; padding: 22px; background: white; border: 1px solid var(--line); }.contact-card:hover { border-color: #a8b9ef; }.contact-card span { color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.contact-card strong { font-size: 1.02rem; color: var(--ink); }.contact-card small { color: var(--muted); font-size: .84rem; }.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; border-top: 1px solid var(--line); }.legal-copy { padding: 22px 0 0; }.legal-copy h2 { font-size: 1.18rem; margin-bottom: 10px; }.legal-copy p { color: var(--muted); margin: 0; }.legal-copy a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 700px) { .contact-grid, .legal-grid { grid-template-columns: 1fr; }.contact-card { padding: 18px; }.legal-copy { padding-top: 18px; } }
.access-email { color: white; font-size: .86rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }.contact-routing { font-size: .9rem; margin-top: 16px; }
.dashboard-shell { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; column-gap: 72px; row-gap: 18px; align-items: center; padding-top: 42px; padding-bottom: 30px; }.dashboard-hero .hero-actions { margin-bottom: 32px; }.dashboard-panel { background: white; border: 1px solid var(--line); box-shadow: 0 18px 48px rgba(19,40,88,.08); padding: 24px; }.dashboard-panel-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .76rem; letter-spacing: .03em; }.dashboard-status { display: inline-flex; align-items: center; gap: 7px; color: #3b6b39; }.dashboard-status i { width: 7px; height: 7px; border-radius: 50%; background: #3dba69; }.dashboard-panel-title { padding: 22px 0 20px; font-size: 2rem; line-height: 1.06; letter-spacing: -.05em; }.dashboard-panel-title strong { color: var(--blue); }.dashboard-states { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.dashboard-state { display: flex; flex-direction: column; gap: 7px; border: 1px solid var(--line); padding: 15px; min-height: 126px; }.dashboard-state:hover { border-color: #a8b9ef; }.dashboard-state span { color: var(--blue); font-size: .74rem; font-weight: 800; }.dashboard-state strong { font-size: .94rem; line-height: 1.2; }.dashboard-state small { color: var(--muted); font-size: .76rem; margin-top: auto; }.dashboard-rule { display: flex; flex-direction: column; gap: 5px; margin-top: 18px; padding: 16px; background: #edf2ff; border: 1px solid #cad6fb; }.dashboard-rule span { color: var(--blue-dark); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.dashboard-rule strong { font-size: .94rem; }.dashboard-rule small { color: var(--muted); font-size: .78rem; }.dashboard-note, .dashboard-access { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 18px 20px; border: 1px solid var(--line); }.dashboard-note { gap: 4px; background: white; }.dashboard-note .eyebrow { margin-bottom: 0; }.dashboard-note strong { font-size: .96rem; }.dashboard-access { gap: 4px; color: white; background: var(--blue); border-color: var(--blue); }.dashboard-access .eyebrow { color: var(--lime); margin-bottom: 0; }.dashboard-access strong { font-size: .98rem; }.dashboard-access .access-email { width: fit-content; margin-top: 4px; }.dashboard-shell .access-email { color: inherit; }.dashboard-access .access-email { color: white; }
@media (max-width: 900px) { .dashboard-shell { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto; gap: 28px; padding-top: 52px; padding-bottom: 40px; }.dashboard-panel { max-width: 680px; }.dashboard-note, .dashboard-access { min-height: 0; }.dashboard-note { margin-top: 0; } }
@media (max-width: 560px) { .dashboard-shell { gap: 22px; padding-top: 44px; }.dashboard-panel { padding: 18px; }.dashboard-panel-head { flex-direction: column; gap: 7px; }.dashboard-panel-title { font-size: 1.8rem; }.dashboard-states { grid-template-columns: 1fr; }.dashboard-state { min-height: 0; }.dashboard-note, .dashboard-access { padding: 16px; } }
@media (min-width: 901px) { .home-page .dashboard-shell { min-height: calc(100vh - 124px); }.home-page .site-footer { position: fixed; left: 0; right: 0; bottom: 0; z-index: 4; } }
@media (max-width: 900px) { .home-page .site-footer { position: static; } }
.dashboard-links { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }.dashboard-links a { padding: 7px 9px; border: 1px solid var(--line); color: var(--blue-dark); font-size: .72rem; font-weight: 750; }.dashboard-links a:hover { border-color: #a8b9ef; background: #f5f7ff; }
@media (min-width: 901px) { .home-page { height: 100vh; overflow: hidden; } }
@media (max-width: 900px) { .home-page { height: 100vh; overflow: hidden; }.home-page .site-header { min-height: 62px; height: 62px; padding: 10px 16px; }.home-page .site-header nav a:not(.nav-cta) { display: none; }.home-page .site-header nav { font-size: .74rem; }.home-page .dashboard-shell { display: block; height: calc(100vh - 62px); min-height: 0; padding: 18px 20px 10px; overflow: hidden; }.home-page .dashboard-hero .eyebrow { margin-bottom: 9px; font-size: .64rem; }.home-page .dashboard-hero h1 { font-size: clamp(2rem, 9.6vw, 2.65rem); margin-bottom: 10px; }.home-page .dashboard-hero .hero-lede { font-size: .9rem; line-height: 1.3; margin-bottom: 10px; }.home-page .dashboard-hero .hero-actions { gap: 12px; margin-bottom: 13px; }.home-page .dashboard-hero .button { padding: 10px 13px; font-size: .82rem; }.home-page .dashboard-hero .text-link { font-size: .82rem; }.home-page .dashboard-hero .proof-row { gap: 12px; font-size: .76rem; }.home-page .dashboard-panel { margin-top: 16px; padding: 13px; }.home-page .dashboard-panel-head { flex-direction: row; align-items: center; gap: 8px; padding-bottom: 9px; font-size: .66rem; }.home-page .dashboard-status { font-size: .64rem; }.home-page .dashboard-panel-title { padding: 12px 0 10px; font-size: 1.42rem; }.home-page .dashboard-states { grid-template-columns: repeat(3, 1fr); gap: 6px; }.home-page .dashboard-state { gap: 4px; padding: 9px 7px; min-height: 83px; }.home-page .dashboard-state strong { font-size: .72rem; }.home-page .dashboard-state small { font-size: .6rem; line-height: 1.2; }.home-page .dashboard-rule { gap: 3px; margin-top: 9px; padding: 9px; }.home-page .dashboard-rule span { font-size: .58rem; }.home-page .dashboard-rule strong { font-size: .72rem; }.home-page .dashboard-rule small { font-size: .6rem; line-height: 1.2; }.home-page .dashboard-links { margin-top: 8px; gap: 5px; }.home-page .dashboard-links a { padding: 5px 7px; font-size: .62rem; }.home-page .dashboard-note { display: none; }.home-page .dashboard-access { min-height: 0; margin-top: 12px; padding: 10px 12px; gap: 2px; }.home-page .dashboard-access .eyebrow { font-size: .6rem; }.home-page .dashboard-access strong { font-size: .76rem; }.home-page .dashboard-access .access-email { font-size: .68rem; margin-top: 1px; }.home-page .site-footer { display: none; } }
@media (max-width: 900px) { .home-page .dashboard-rule small { display: none; }.home-page .dashboard-links { max-width: 320px; }.home-page .dashboard-links a { padding: 4px 6px; font-size: .58rem; } }
@media (max-width: 900px) { .home-page .dashboard-hero .hero-actions { flex-direction: row; align-items: center; gap: 8px; margin-bottom: 9px; }.home-page .dashboard-hero .text-link { display: none; }.home-page .dashboard-hero .proof-row { flex-direction: row; gap: 9px; }.home-page .dashboard-panel { margin-top: 12px; }.home-page .dashboard-panel-title { padding: 9px 0 8px; font-size: 1.3rem; }.home-page .dashboard-rule { display: none; }.home-page .dashboard-links { flex-wrap: nowrap; gap: 3px; max-width: none; margin-top: 8px; }.home-page .dashboard-links a { padding: 3px 4px; font-size: .55rem; white-space: nowrap; }.home-page .dashboard-access { display: none; } }
@media (max-width: 900px) { .home-page .dashboard-hero h1 { font-size: 2rem; line-height: .95; }.home-page .dashboard-panel { padding: 8px; }.home-page .dashboard-panel-head { padding-bottom: 6px; font-size: .6rem; }.home-page .dashboard-panel-title { padding: 5px 0; font-size: 1.1rem; }.home-page .dashboard-states { gap: 4px; }.home-page .dashboard-state { gap: 3px; padding: 7px 5px; min-height: 70px; }.home-page .dashboard-state strong { font-size: .66rem; }.home-page .dashboard-state small { font-size: .54rem; }.home-page .dashboard-links { margin-top: 5px; }.home-page .dashboard-links a { padding: 2px 3px; font-size: .5rem; } }
.cockpit-shell { min-height: calc(100vh - 124px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; padding-top: 38px; padding-bottom: 28px; }.cockpit-hero h1 { margin-bottom: 18px; }.cockpit-hero .hero-lede { max-width: 420px; }.cockpit-card { background: white; border: 1px solid var(--line); box-shadow: 0 18px 48px rgba(19,40,88,.08); padding: 24px; }.cockpit-card-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .76rem; letter-spacing: .03em; }.cockpit-status { display: inline-flex; align-items: center; gap: 7px; color: #3b6b39; }.cockpit-status i { width: 7px; height: 7px; border-radius: 50%; background: #3dba69; }.cockpit-card-title { font-size: 1.7rem; letter-spacing: -.04em; margin: 20px 0 16px; }.login-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.login-option { display: flex; flex-direction: column; gap: 8px; min-height: 154px; padding: 17px; border: 1px solid var(--line); }.login-option:hover { border-color: #a8b9ef; background: #fbfcff; }.login-option span { color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.login-option strong { font-size: 1.2rem; }.login-option small { color: var(--muted); font-size: .82rem; }.login-option b { color: var(--blue-dark); font-size: .8rem; margin-top: auto; }.secondary-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }.secondary-links a { padding: 7px 9px; border: 1px solid var(--line); color: var(--blue-dark); font-size: .72rem; font-weight: 750; }.secondary-links a:hover { border-color: #a8b9ef; background: #f5f7ff; }.form-section { border-top: 1px solid var(--line); }.signup-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 760px; }.signup-form label { display: flex; flex-direction: column; gap: 6px; color: var(--muted); font-size: .82rem; font-weight: 700; }.signup-form input, .signup-form select, .signup-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 3px; padding: 12px; color: var(--ink); background: white; font: inherit; }.signup-form textarea { min-height: 100px; resize: vertical; }.signup-form .full { grid-column: 1 / -1; }.signup-form button { justify-self: start; border: 0; cursor: pointer; font: inherit; }.form-note { color: var(--muted); font-size: .82rem; margin-top: 14px; }.signup-confirmation { display: none; padding: 14px 16px; background: #edf2ff; border: 1px solid #cad6fb; color: var(--blue-dark); font-size: .9rem; }
@media (min-width: 901px) { .home-page .cockpit-shell { min-height: calc(100vh - 124px); }.home-page .site-footer { position: fixed; left: 0; right: 0; bottom: 0; z-index: 4; } }
@media (max-width: 900px) { .cockpit-shell { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding-top: 42px; padding-bottom: 30px; }.cockpit-card { max-width: 680px; }.signup-form { grid-template-columns: 1fr; }.signup-form .full { grid-column: auto; } }
@media (max-width: 900px) { .home-page { height: 100vh; overflow: hidden; }.home-page .site-header { min-height: 62px; height: 62px; padding: 10px 16px; }.home-page .site-header nav a:not(.nav-cta) { display: none; }.home-page .site-header nav { font-size: .74rem; }.home-page .cockpit-shell { display: flex; height: calc(100vh - 62px); min-height: 0; flex-direction: column; justify-content: center; gap: 12px; padding: 16px 20px 10px; overflow: hidden; }.home-page .cockpit-hero .eyebrow { margin-bottom: 8px; font-size: .64rem; }.home-page .cockpit-hero h1 { font-size: 2rem; line-height: .95; margin-bottom: 8px; }.home-page .cockpit-hero .hero-lede { font-size: .86rem; line-height: 1.25; margin: 0; }.home-page .cockpit-card { padding: 10px; }.home-page .cockpit-card-head { padding-bottom: 6px; font-size: .6rem; }.home-page .cockpit-card-title { font-size: 1.08rem; margin: 9px 0 8px; }.home-page .login-grid { gap: 5px; }.home-page .login-option { gap: 3px; min-height: 100px; padding: 8px; }.home-page .login-option span { font-size: .56rem; }.home-page .login-option strong { font-size: .78rem; }.home-page .login-option small { font-size: .6rem; line-height: 1.2; }.home-page .login-option b { font-size: .58rem; }.home-page .secondary-links { gap: 3px; margin-top: 8px; padding-top: 8px; }.home-page .secondary-links a { padding: 3px 4px; font-size: .5rem; white-space: nowrap; }.home-page .site-footer { display: none; } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }.ai-shell { min-height: calc(100vh - 124px); display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; padding-top: 34px; padding-bottom: 24px; }.ai-hero h1 { margin-bottom: 18px; }.ai-hero .hero-lede { max-width: 380px; }.ai-window { background: white; border: 1px solid var(--line); box-shadow: 0 18px 48px rgba(19,40,88,.08); padding: 22px; }.ai-window-head { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 13px; color: var(--muted); font-size: .78rem; }.ai-badge { color: var(--blue-dark); font-weight: 750; }.ai-message { display: flex; gap: 11px; padding: 18px 0 14px; }.ai-avatar { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; color: white; background: var(--blue); font-size: .62rem; font-weight: 800; }.ai-message strong { display: block; font-size: 1.02rem; margin-bottom: 4px; }.ai-message p { color: var(--muted); font-size: .82rem; margin: 0; }.ai-form { display: flex; gap: 8px; }.ai-form input { min-width: 0; flex: 1; border: 1px solid var(--line); padding: 12px; color: var(--ink); background: #fbfcff; font: inherit; }.ai-form .button { padding: 11px 15px; font-size: .82rem; border: 0; cursor: pointer; }.ai-chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 11px 0 13px; }.ai-chips button { border: 1px solid var(--line); background: white; padding: 7px 9px; color: var(--blue-dark); cursor: pointer; font: inherit; font-size: .72rem; font-weight: 700; }.ai-chips button:hover { border-color: #a8b9ef; background: #f5f7ff; }.ai-draft { padding: 13px 14px; background: #edf2ff; border: 1px solid #cad6fb; }.ai-draft-label { display: block; color: var(--blue-dark); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 4px; }.ai-draft strong { display: block; font-size: .92rem; margin-bottom: 4px; }.ai-draft p { color: var(--muted); font-size: .78rem; line-height: 1.35; margin: 0 0 7px; }.ai-draft .text-link { font-size: .78rem; }.ai-window .secondary-links { margin-top: 13px; padding-top: 12px; }.ai-window .secondary-links a { padding: 6px 8px; font-size: .68rem; }
@media (min-width: 901px) { .home-page .ai-shell { min-height: calc(100vh - 124px); }.home-page .site-footer { position: fixed; left: 0; right: 0; bottom: 0; z-index: 4; } }
@media (max-width: 900px) { .home-page { height: 100vh; overflow: hidden; }.home-page .site-header { min-height: 62px; height: 62px; padding: 10px 16px; }.home-page .site-header nav a:not(.nav-cta) { display: none; }.home-page .site-header nav { font-size: .74rem; }.home-page .ai-shell { display: flex; height: calc(100vh - 62px); min-height: 0; flex-direction: column; justify-content: center; gap: 12px; padding: 14px 20px 8px; overflow: hidden; }.home-page .ai-hero .eyebrow { margin-bottom: 7px; font-size: .64rem; }.home-page .ai-hero h1 { font-size: 2rem; line-height: .95; margin-bottom: 7px; }.home-page .ai-hero .hero-lede { font-size: .84rem; line-height: 1.22; margin: 0; }.home-page .ai-window { padding: 10px; }.home-page .ai-window-head { padding-bottom: 6px; font-size: .62rem; }.home-page .ai-message { padding: 9px 0 7px; gap: 8px; }.home-page .ai-avatar { flex-basis: 24px; width: 24px; height: 24px; font-size: .5rem; }.home-page .ai-message strong { font-size: .82rem; margin-bottom: 2px; }.home-page .ai-message p { font-size: .62rem; line-height: 1.2; }.home-page .ai-form { gap: 5px; }.home-page .ai-form input { padding: 8px; font-size: .7rem; }.home-page .ai-form .button { padding: 8px 10px; font-size: .68rem; }.home-page .ai-chips { gap: 3px; padding: 7px 0 8px; }.home-page .ai-chips button { padding: 4px 5px; font-size: .56rem; }.home-page .ai-draft { padding: 8px 9px; }.home-page .ai-draft-label { font-size: .52rem; margin-bottom: 2px; }.home-page .ai-draft strong { font-size: .68rem; margin-bottom: 2px; }.home-page .ai-draft p { font-size: .57rem; line-height: 1.2; margin-bottom: 4px; }.home-page .ai-draft .text-link { font-size: .62rem; }.home-page .ai-window .secondary-links { gap: 3px; margin-top: 7px; padding-top: 7px; }.home-page .ai-window .secondary-links a { padding: 3px 4px; font-size: .5rem; white-space: nowrap; }.home-page .site-footer { display: none; } }
