:root {
  --blue: #2B9AC8;
  --blue-dark: #176F98;
  --blue-rgb: 43, 154, 200;
  --night: #360919;
  --night-rgb: 54, 9, 25;
  --burgundy: #6D1825;
  --cyan: #B8D2E5;
  --cyan-rgb: 184, 210, 229;
  --cloud: #F3F3F3;
  --paper: #FBFAF8;
  --cloud-rgb: 243, 243, 243;
  --muted: #6D1825;
  --line: rgba(var(--night-rgb), .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--night); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: absolute; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px; color: var(--cloud); background: var(--night); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.section-shell { width: min(1120px, calc(100% - 64px)); margin: 0 auto; }
.site-header { height: 82px; width: min(1240px, calc(100% - 64px)); margin: 0 auto; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 650; font-size: 21px; letter-spacing: -.06em; }.brand img { width: 30px; height: 30px; border-radius: 8px; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; color: var(--muted); font-size: 13px; }.desktop-nav a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; border: 1px solid transparent; border-radius: 999px; padding: 15px 22px; font-size: 13px; font-weight: 650; transition: transform .2s ease, background .2s ease; }.button:hover { transform: translateY(-2px); }.button span { font-size: 17px; line-height: 0; }.button-small { min-height: 36px; margin-left: 5px; padding: 10px 15px; font-size: 11px; }.button-dark { color: var(--cloud); background: var(--night); }.button-dark:hover { background: var(--burgundy); }.button-primary { color: var(--cloud); background: var(--burgundy); }.button-primary:hover { background: var(--blue-dark); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 8px 0 8px 8px; }.menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px 0; background: var(--night); }.mobile-menu { position: absolute; inset: 72px 20px auto; display: grid; gap: 18px; padding: 22px; background: var(--cloud); border: 1px solid var(--line); border-radius: 18px; z-index: 10; font-size: 15px; }.mobile-menu[hidden] { display: none; }
.eyebrow, .section-label { margin: 0; color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 750; }.eyebrow { display: flex; align-items: center; gap: 9px; }.eyebrow-dot, .status-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--cyan); } em { color: var(--blue); font-family: var(--serif); font-weight: 400; letter-spacing: -.07em; }
.hero { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; min-height: 630px; padding: 92px 0 130px; }.hero h1 { max-width: 590px; margin: 24px 0 26px; font-size: clamp(54px, 6.1vw, 86px); line-height: .95; letter-spacing: -.085em; font-weight: 650; }.hero-lede { max-width: 420px; margin-bottom: 32px; color: var(--muted); font-size: 16px; line-height: 1.65; }.hero-status { display: flex; align-items: center; gap: 9px; margin: 46px 0 0; color: var(--muted); font-size: 11px; }
.product-preview { position: relative; display: flex; justify-content: center; width: 100%; min-height: 560px; padding: 34px; overflow: hidden; border-radius: 28px; background: var(--blue); }.product-preview::before, .product-preview::after { content: ""; position: absolute; border: 1px solid rgba(var(--cloud-rgb),.35); border-radius: 50%; }.product-preview::before { width: 420px; height: 420px; top: -160px; right: -170px; }.product-preview::after { width: 280px; height: 280px; bottom: -150px; left: -120px; border-color: rgba(var(--cyan-rgb),.65); }.phone-frame { position: relative; z-index: 1; width: min(100%, 300px); padding: 9px; border: 2px solid var(--night); border-radius: 38px; background: var(--night); }.phone-speaker { position: absolute; z-index: 2; top: 17px; left: 50%; width: 82px; height: 20px; transform: translateX(-50%); border-radius: 0 0 13px 13px; background: var(--night); }.phone-screen { min-height: 530px; padding: 23px 22px 18px; border-radius: 30px; background: var(--cloud); }.phone-status { display: flex; justify-content: space-between; margin-bottom: 27px; color: var(--muted); font-size: 9px; font-weight: 700; }.preview-label { display: flex; justify-content: space-between; margin-bottom: 25px; color: var(--night); font-size: 16px; font-weight: 700; letter-spacing: -.04em; }.preview-label span { color: var(--muted); font-size: 10px; font-weight: 500; align-self: center; }.preview-header { display: flex; justify-content: space-between; align-items: start; gap: 8px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }.preview-header span, .preview-header strong { display: block; }.preview-header span:first-child { margin-bottom: 7px; color: var(--muted); font-size: 9px; }.preview-header strong { font-size: 25px; letter-spacing: -.06em; }.status-pill { display: inline-flex !important; align-items: center; gap: 6px; padding: 7px 8px; border-radius: 999px; color: var(--night); background: rgba(var(--cyan-rgb),.35); font-size: 8px !important; font-weight: 700; white-space: nowrap; }.status-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }.preview-health { display: flex; justify-content: space-between; margin: 20px 0 11px; font-size: 9px; }.preview-health strong { color: var(--night); }.preview-health span { color: var(--muted); }.metrics > div { display: grid; grid-template-columns: 1fr 32px; gap: 8px; align-items: center; padding: 10px 0; color: var(--muted); font-size: 10px; }.metrics b { color: var(--night); text-align: right; }.metrics i { grid-column: 1 / -1; height: 4px; margin-top: -3px; border-radius: 99px; background: rgba(var(--night-rgb),.1); overflow: hidden; }.metrics i em { display: block; height: 100%; background: var(--blue); }.phone-actions { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }.phone-actions > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 9px; }.phone-actions div { display: flex; gap: 6px; }.phone-actions button { flex: 1; padding: 8px 5px; border: 1px solid rgba(var(--blue-rgb),.35); border-radius: 8px; color: var(--blue); background: transparent; font-size: 9px; }.phone-actions button:hover { color: var(--cloud); background: var(--blue); }.preview-footer { display: flex; justify-content: space-between; gap: 10px; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }.preview-footer span:first-child { color: var(--blue); font-weight: 700; }
.functions { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding: 110px 0 125px; border-top: 1px solid var(--line); }.section-intro h2 { max-width: 420px; margin: 18px 0 0; font-size: clamp(35px, 4vw, 55px); line-height: 1; letter-spacing: -.075em; }.function-list { border-top: 1px solid var(--line); }.function-item { display: grid; grid-template-columns: 40px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }.function-item > span { color: var(--blue); font-size: 11px; font-weight: 700; }.function-item h3 { margin: 0 0 8px; font-size: 19px; letter-spacing: -.04em; }.function-item p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.promise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 0 110px; }.promise div { display: grid; gap: 8px; padding: 22px 0; border-top: 2px solid var(--blue); }.promise strong { font-size: 16px; letter-spacing: -.03em; }.promise span { color: var(--muted); font-size: 12px; }
.state { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding: 100px 0 130px; border-top: 1px solid var(--line); }.state-copy h2 { max-width: 450px; margin: 18px 0 20px; font-size: clamp(45px, 5vw, 68px); line-height: .95; letter-spacing: -.08em; }.state-copy > p:last-child { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }.state-mark { display: grid; place-items: center; min-height: 280px; background: var(--night); border-radius: 14px; }.state-mark img { width: 125px; border-radius: 28px; }
.install { padding: 100px 0 130px; border-top: 1px solid var(--line); }.install-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }.install-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 300px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--cloud); }.install-platform { color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 750; }.install-card h3 { margin: 22px 0 10px; font-size: 21px; letter-spacing: -.05em; }.install-card p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }.install-card code { display: block; margin-top: auto; padding: 12px; overflow-wrap: anywhere; border-radius: 9px; color: var(--cloud); background: var(--night); font-size: 10px; line-height: 1.45; }.install-card .button { margin-top: 15px; }.store-note { margin-top: auto; color: var(--blue-dark); font-size: 12px; font-weight: 650; }
.site-footer { display: flex; align-items: center; gap: 22px; padding: 30px 0 42px; color: var(--muted); font-size: 11px; }.site-footer .brand { margin-right: auto; color: var(--night); font-size: 16px; }.site-footer .brand img { width: 24px; height: 24px; border-radius: 6px; }.footer-nav { display: flex; gap: 16px; }.footer-nav a:hover { color: var(--blue-dark); }
.legal-content { padding: 86px 0 110px; }.legal-content h1 { max-width: 760px; margin: 18px 0 22px; font-size: clamp(48px, 7vw, 82px); line-height: .94; letter-spacing: -.085em; }.legal-lede { max-width: 650px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }.legal-updated { margin: 20px 0 70px; color: var(--blue-dark); font-size: 12px; font-weight: 650; }.legal-section { max-width: 720px; padding: 28px 0; border-top: 1px solid var(--line); }.legal-section h2 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.05em; }.legal-section p, .legal-section li { color: var(--muted); font-size: 14px; line-height: 1.75; }.legal-section ul { margin: 0; padding-left: 20px; }.legal-section a { color: var(--blue-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }.support-card { max-width: 720px; margin: 0 0 70px; padding: 30px; border-radius: 18px; color: var(--cloud); background: var(--night); }.support-card-label { margin: 0 0 16px; color: var(--cyan); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 750; }.support-card h2 { margin: 0 0 12px; font-size: 32px; letter-spacing: -.06em; }.support-card p:not(.support-card-label) { max-width: 560px; margin: 0 0 22px; color: var(--cyan); font-size: 14px; line-height: 1.65; }.support-card .button { color: var(--cloud); background: var(--burgundy); }.support-card .button:hover { background: var(--blue-dark); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .2s; }
@media (max-width: 820px) { .section-shell, .site-header { width: min(100% - 40px, 600px); }.desktop-nav, .site-header > .button { display: none; }.menu-toggle { display: block; }.hero { grid-template-columns: 1fr; gap: 45px; padding: 70px 0 90px; }.product-preview { min-height: 0; padding: 30px 20px; }.functions, .state { grid-template-columns: 1fr; gap: 50px; padding: 80px 0 95px; }.install { padding: 80px 0 95px; }.install-options { grid-template-columns: 1fr; gap: 18px; margin-top: 40px; }.promise { grid-template-columns: 1fr; gap: 0; padding-bottom: 80px; }.state-mark { min-height: 220px; }.site-footer { flex-wrap: wrap; gap: 14px 22px; }.site-footer .brand { width: 100%; }.footer-nav { order: 3; width: 100%; }.site-footer > span:last-child { margin-left: auto; } }
@media (max-width: 480px) { .hero h1 { font-size: 53px; }.hero-lede { font-size: 15px; }.product-preview { margin-inline: -10px; border-radius: 20px; }.phone-frame { width: min(100%, 285px); }.phone-screen { min-height: 515px; }.site-footer > span:last-child { margin-left: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button { transition: none; } }

/* Authenticated web companion */
.app-body { min-height: 100vh; background: var(--paper); }.app-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 26px 0 84px; }.app-header { display: flex; align-items: center; justify-content: space-between; min-height: 56px; }.app-header-actions { display: flex; align-items: center; gap: 18px; }.session-email { max-width: 220px; overflow: hidden; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }.text-button { padding: 6px 0; border: 0; color: var(--blue-dark); background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }.text-button:hover { color: var(--night); }
.auth-panel { width: min(100%, 500px); margin: clamp(48px, 12vh, 130px) auto 0; padding: clamp(28px, 6vw, 48px); border: 1px solid var(--line); border-radius: 24px; background: var(--cloud); }.auth-panel h1, .dashboard-heading h1 { margin: 18px 0 12px; letter-spacing: -.075em; line-height: .96; }.auth-panel h1 { font-size: clamp(45px, 8vw, 70px); }.auth-panel > p:not(.eyebrow) { max-width: 400px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }.auth-form { display: grid; gap: 17px; margin-top: 30px; }.auth-form label { display: grid; gap: 8px; color: var(--night); font-size: 12px; font-weight: 700; }.auth-form input, .pairing-form input { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 11px; padding: 12px 14px; color: var(--night); background: var(--paper); font: inherit; }.auth-form input:focus, .pairing-form input:focus { border-color: var(--blue); outline: 3px solid rgba(var(--blue-rgb), .23); outline-offset: 1px; }.auth-form .button { width: 100%; margin-top: 4px; }.auth-note { margin: 25px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }.form-message { min-height: 20px; margin: 0; color: var(--blue-dark); font-size: 13px; line-height: 1.5; }.form-message[data-type="error"] { color: var(--burgundy); }.form-message[data-type="success"] { color: var(--blue-dark); }
.dashboard-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding: 66px 0 34px; border-bottom: 1px solid var(--line); }.dashboard-heading h1 { font-size: clamp(44px, 6vw, 76px); }.dashboard-subtitle { margin: 0; color: var(--muted); font-size: 13px; }.button-secondary { border-color: var(--line); color: var(--night); background: transparent; cursor: pointer; }.button-secondary:hover { color: var(--cloud); background: var(--night); }.button:disabled, .web-actions button:disabled { cursor: not-allowed; opacity: .48; transform: none; }.device-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }.web-device, .web-empty { border: 1px solid var(--line); border-radius: 18px; background: var(--cloud); }.web-device { padding: 24px; }.web-device > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }.web-device header p { margin: 0 0 5px; color: var(--muted); font-size: 11px; }.web-device h2, .web-empty h2 { margin: 0; color: var(--night); font-size: 25px; letter-spacing: -.05em; }.device-updated { margin: 17px 0 19px; color: var(--muted); font-size: 12px; }
.web-status { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; padding: 7px 9px; border-radius: 999px; color: var(--blue-dark); background: rgba(var(--blue-rgb), .12); font-size: 10px; font-weight: 750; }.web-status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }.web-status.offline, .web-status.shutdown { color: var(--burgundy); background: rgba(var(--night-rgb), .08); }.web-status.sleeping, .web-status.unknown { color: var(--muted); background: rgba(var(--night-rgb), .06); }.web-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.web-metric { display: grid; gap: 4px; min-height: 67px; padding: 11px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.web-metric span { color: var(--muted); font-size: 10px; }.web-metric strong { color: var(--night); font-size: 16px; letter-spacing: -.04em; }.web-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }.web-actions button { min-height: 34px; border: 1px solid var(--line); border-radius: 8px; padding: 7px 10px; color: var(--blue-dark); background: transparent; cursor: pointer; font: inherit; font-size: 11px; font-weight: 700; }.web-actions button:hover:not(:disabled) { color: var(--cloud); background: var(--blue-dark); }.web-actions button[data-command="shutdown"] { color: var(--burgundy); }.web-actions button[data-command="shutdown"]:hover:not(:disabled) { background: var(--burgundy); }.form-hint { display: block; margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.pairing-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 34px; padding: 32px; border-radius: 18px; color: var(--cloud); background: var(--night); }.pairing-panel .section-label { color: var(--cyan); }.pairing-panel h2 { margin: 13px 0 8px; font-size: 28px; letter-spacing: -.055em; }.pairing-panel p:not(.section-label) { max-width: 370px; margin: 0; color: var(--cyan); font-size: 13px; line-height: 1.6; }.pairing-form { display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 10px; }.pairing-form input { min-width: 0; color: var(--cloud); border-color: rgba(var(--cloud-rgb), .25); background: rgba(var(--cloud-rgb), .08); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }.pairing-form input::placeholder { color: rgba(var(--cloud-rgb), .55); }.pairing-form .button { min-height: 50px; white-space: nowrap; }.pairing-form .form-hint { grid-column: 1 / -1; color: var(--cyan); margin: 0; }.web-empty { grid-column: 1 / -1; padding: 58px 28px; text-align: center; }.web-empty > span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 16px; border-radius: 50%; color: var(--blue-dark); background: rgba(var(--blue-rgb), .13); font-size: 30px; }.web-empty p { margin: 10px auto 0; max-width: 390px; color: var(--muted); font-size: 13px; line-height: 1.6; }.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
@media (max-width: 720px) { .app-shell { width: min(100% - 32px, 600px); }.dashboard-heading { align-items: flex-start; flex-direction: column; padding-top: 42px; }.device-list, .pairing-panel { grid-template-columns: 1fr; }.pairing-panel { gap: 25px; padding: 25px; }.session-email { display: none; }.web-device { padding: 19px; } } @media (max-width: 420px) { .app-header { min-height: 48px; }.auth-panel { margin-top: 35px; }.web-device > header { flex-direction: column; }.pairing-form { grid-template-columns: 1fr; }.pairing-form .button { width: 100%; } }
