/* Public landing page only. Native apps and the signed-in chat keep their own theme. */
:root{color-scheme:dark;--paper:#080808;--ink:#f4f4f4;--muted:#a7a7a7;--line:#303030;--serif:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif}
body{background:var(--paper)}
h1,h2{font-weight:500;letter-spacing:-.045em}em{font-style:normal}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid #c4c4ff;outline-offset:5px}
.site-header{height:88px;border:0;padding:0 4%;background:#080808}
.brand-lockup{display:inline-flex;align-items:center;gap:10px;letter-spacing:-1px;font-size:25px}
.brand-lockup img{width:35px;height:35px;object-fit:contain}
.brand-ai{font-size:.64em;font-weight:500;letter-spacing:0;margin-left:3px;color:#aaa}
.brand-name{display:block;line-height:1.05}.brand-owner{display:block;font-size:8px;letter-spacing:2px;font-weight:500;color:#999;margin-top:6px}
.desktop-nav{color:#ccc;font-size:13px;gap:30px}
.button{font-weight:500;border-color:#484848;transition:background .2s}
.button:hover{transform:none}
.button.dark{background:#f4f4f4;color:#101010;border-color:#f4f4f4}
.button.dark:hover{background:#d8d8d8}
.button.outline{background:transparent;color:#eee}
.button.outline:hover{background:#252525}
.ask-hero{display:flex;align-items:center;min-height:640px;min-height:clamp(530px,76svh,800px);background:#080808;color:#f4f4f4;text-align:center;overflow:visible}
.ask-hero:after{display:none}
.ask-hero .hero-content{max-width:1040px;width:100%;padding:90px 32px 105px;margin:auto}
.ask-hero h1{font-family:inherit;font-size:clamp(28px,3vw,42px);font-weight:550;letter-spacing:-.035em;line-height:1.2;margin:0 0 33px;color:#f4f4f4;min-height:2.4em;display:grid;place-items:center}
.rotating-title{display:block;transition:opacity .28s ease,transform .28s ease;max-width:100%}.rotating-title.is-changing{opacity:0;transform:translateY(9px)}
.ask-hero .ask-form{display:block;max-width:880px;width:100%;margin:0 auto;padding:20px 20px 14px;border-radius:26px;text-align:left;background:#212121;border:1px solid #292929;box-shadow:none}
.composer-line{display:flex;align-items:flex-start;gap:10px;min-height:76px;cursor:text}
.ask-form textarea{display:block;flex:1;width:100%;min-width:0;min-height:64px;max-height:200px;resize:none;border:0;background:transparent;color:#f4f4f4;caret-color:#fff;font:400 18px/1.5 -apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;padding:2px 0;outline:none;box-shadow:none;-webkit-appearance:none;border-radius:0}
.ask-form textarea::placeholder{color:#b3b3b3;opacity:1}
.ask-form textarea:focus,.ask-form textarea:focus-visible{outline:none;border:0;box-shadow:none}
/* Keyboard navigation identifies the outer composer, never an inner white rectangle. */
.ask-form:has(textarea:focus-visible){border-color:#666}
.ask-hero .ask-form .task-prefix{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;width:auto;height:auto;max-width:42%;min-height:29px;margin:0;padding:4px 9px;border:1px solid #287dd3;border-radius:8px;background:#123c63;color:#9cd3ff;font-size:12px;line-height:1.5;text-align:left;box-shadow:none}
.ask-hero .ask-form .task-prefix:hover{background:#194c7b;transform:none}
.ask-hero .ask-form .task-prefix[hidden]{display:none}
.task-prefix>span:first-child{overflow-wrap:anywhere}.task-prefix>span:last-child{font-size:17px;line-height:1}
.quick-actions button[aria-pressed=true]{color:#9cd3ff;border-color:#287dd3;background:#12314b}
.ask-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:3px}
.ask-toolbar>span{display:inline-flex;gap:7px;align-items:center;font-size:11px;color:#a9a9a9}
.ask-toolbar>span svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.4}
.ask-hero .ask-form .composer-send{width:40px;height:40px;border-radius:50%;background:#f1f1f1;color:#191919;display:grid;place-items:center;transition:background .2s,opacity .2s;flex-shrink:0}
.ask-hero .ask-form .composer-send:hover{background:#c9c9c9}
.ask-hero .ask-form .composer-send:disabled{background:#414141;color:#929292;cursor:default}
.ask-form button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.quick-actions{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;margin:24px 0 0}
.quick-actions button{color:#c3c3c3;font-size:12px;line-height:1.5;border:1px solid #393939;border-radius:99px;background:transparent;padding:11px 15px;transition:background .2s,border-color .2s}
.quick-actions button:hover,.quick-actions button[aria-expanded=true]{background:#222;border-color:#747474;color:white}
.quick-actions button span{margin-left:5px}
.ask-hero .micro{font-size:10px;color:#999;margin-top:20px}
.task-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;text-align:left;margin:24px auto 0;max-width:880px}
.task-grid[hidden]{display:none}
.task-card{position:relative;display:flex;gap:11px;align-items:flex-start;min-width:0;text-align:left;padding:17px 13px;background:#181818;border:1px solid #323232;border-radius:12px;color:#eee;transition:background .2s,border-color .2s}
.task-card:hover{background:#252525;border-color:#666}
.task-icon{width:27px;height:29px;border-radius:7px;flex-shrink:0;display:grid;place-items:center;color:#c5c5c5;background:#292929!important}
.task-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.task-copy{min-width:0;display:flex;flex-direction:column;gap:7px}
.task-copy strong{font-size:11px;line-height:1.4;font-weight:550}
.task-copy>span{font-size:10px;line-height:1.45;color:#aaa}
.task-arrow{display:none}
.astra-section{position:relative;isolation:isolate;margin:0 4% 50px;padding:54px 0;border-radius:0;overflow:hidden;background:transparent;grid-template-columns:.85fr 1.5fr;gap:5%;border:0;align-items:center}
.universe-scene{position:absolute;inset:0;z-index:-1;pointer-events:none;overflow:hidden;mask-image:linear-gradient(transparent,#000 15%,#000 80%,transparent);-webkit-mask-image:linear-gradient(transparent,#000 15%,#000 80%,transparent)}
.universe-scene:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,#406faa14,transparent 60%)}
#universe-canvas{width:100%;height:100%;display:block;opacity:.62}
.astra-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-width:0;padding:16px 0}
.gallery-tile{position:relative;aspect-ratio:1/1.28;overflow:hidden;border:1px solid #ffffff1f;border-radius:14px;padding:0;background:#151515;min-width:0;isolation:isolate;transition:transform .3s,border-color .3s}
.gallery-tile:nth-child(even){transform:translateY(22px)}
.gallery-tile:hover{border-color:#a2b4d3;transform:translateY(-4px)}
.gallery-tile:nth-child(even):hover{transform:translateY(18px)}
.gallery-tile img{width:100%;height:100%;object-fit:cover;transition:scale .7s ease;filter:brightness(.92)}
.gallery-tile:hover img{scale:1.035}
.gallery-tile>span{position:absolute;inset:auto 0 0;display:flex;align-items:end;justify-content:space-between;gap:5px;padding:45px 11px 13px;background:linear-gradient(transparent,#000c);color:#fff;font-size:10px;font-weight:500;line-height:1.4;text-align:left}
.gallery-tile>span>span{font-size:15px;flex-shrink:0}
.motion-toggle{display:inline-flex;align-items:center;gap:12px;background:#10151c80;border:1px solid #555b66;color:#c5cbd4;border-radius:99px;font:inherit;font-size:10px;line-height:1.5;padding:8px 12px;margin-top:25px}
.motion-toggle:hover{background:#263144}
[data-motion=paused] .rotating-title,[data-motion=paused] .gallery-tile,[data-motion=paused] .gallery-tile img{transition:none!important}
.astra-art{min-height:440px;max-height:580px}
.astra-art img{object-position:50% 55%}
.astra-art figcaption{background:#111d;color:#eee;border-radius:99px;font-size:9px;padding:6px 11px;left:16px;bottom:14px}
.astra-copy{padding:45px 0 45px 4%;position:relative}
.astra-copy h2{font-size:clamp(34px,3.7vw,56px);line-height:1.12}
.astra-copy .eyebrow{color:#bdbdbd;font-size:10px}
.astra-copy .micro{font-size:10px;color:#aaa}
.astra-copy .button{margin-top:12px}
.intro-line{border-color:#292929;padding-top:35px;padding-bottom:35px}
.intro-line p{color:#aaa}
.section-heading .eyebrow{color:#aaa}
.section-heading h2{font-size:clamp(34px,4vw,56px)}
.possibility-card{background:#161616;border:1px solid #292929;border-radius:12px}
.possibility-card .card-symbol{color:#ddd}
.possibility-card p:not(.eyebrow){color:#b5b5b5}
.guide-card{border-top-color:#454545}
.guide-card h3{font-weight:500;font-size:25px;letter-spacing:-.035em}
.guide-index{color:#9d9d9d;font-size:40px}
.plans-section{background:#101010}
.plan-grid article{background:#1b1b1b;border:1px solid #323232;border-radius:12px}
.plan-grid .micro,.plan-grid p,.plan-grid li{color:#b5b5b5}
.conversation-preview{background:#161616;border-color:#363636;box-shadow:none;transform:none}
.example-question{background:#292929;color:#eee;font-size:26px}
.example-answer p{color:#eee}
.closing{background:#151515;border-top:1px solid #2d2d2d}
.closing h2{font-size:clamp(46px,6vw,78px)}
.site-footer{border-top:1px solid #292929}
.site-footer small{color:#aaa}
.article blockquote{background:#202020;border-left-color:#9494b8}.article blockquote p{color:#ddd}
.consent-panel{background:#1b1b1b;border-color:#555;box-shadow:0 5px 50px #0008;color:white}
.consent-panel p{color:#ccc}
.skip:focus{background:#222;color:white}
@media(min-width:2000px){.ask-hero .hero-content{max-width:1240px}.ask-hero .ask-form,.task-grid{max-width:1000px}.ask-hero h1{font-size:46px}.astra-section{max-width:2200px;margin-left:auto;margin-right:auto}.astra-copy{padding:70px 7%}.gallery-tile>span{font-size:13px}.astra-gallery{gap:18px}}
@media(max-width:1050px){.task-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop-nav{gap:18px}.astra-section{grid-template-columns:.8fr 1.2fr;gap:5%;padding:40px 0}.astra-copy{padding:30px 0}.astra-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gallery-tile{aspect-ratio:1.25}.gallery-tile:nth-child(even){transform:translateY(12px)}}
@media(max-width:760px){.site-header{height:74px;padding:0 5%}.brand-lockup{font-size:22px;gap:8px}.brand-lockup img{width:29px;height:29px}.site-header .button{font-size:11px;padding:10px 14px;gap:8px}.ask-hero{min-height:510px;min-height:clamp(460px,70svh,620px)}.ask-hero .hero-content{padding:58px 20px 60px;max-width:650px}.ask-hero h1{font-size:29px;margin-bottom:28px}.ask-hero .ask-form{padding:19px 17px 13px;border-radius:22px}.ask-form textarea{font-size:17px;min-height:65px}.quick-actions{gap:8px;margin-top:21px}.quick-actions button{font-size:11px;padding:9px 12px}.task-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.task-card{padding:14px 10px;gap:8px}.task-copy strong{font-size:11px}.astra-section{margin:0 5% 28px;grid-template-columns:1fr;border-radius:14px}.astra-art{min-height:0;max-height:none;aspect-ratio:1.35}.astra-copy{padding:30px 25px 35px}.astra-copy h2{font-size:36px}.astra-copy .eyebrow{margin-bottom:15px}.astra-copy>p:not(.eyebrow):not(.micro){font-size:14px}.intro-line{padding-top:26px;padding-bottom:26px}.conversation-preview{margin:0;padding:25px}.consent-panel{padding:18px}.task-icon{width:22px;flex-shrink:0}}
@media(max-width:360px){.brand-lockup{font-size:20px;gap:6px}.site-header .button{font-size:10px;padding:9px 11px}.ask-hero h1{font-size:26px}.ask-hero .hero-content{padding-left:15px;padding-right:15px}.task-card{flex-direction:column}.quick-actions button{font-size:10px}}
@media(max-width:760px){.astra-section{grid-template-columns:1fr;gap:12px;padding:20px 0 40px;margin-top:0;border-radius:0}.astra-copy{padding:30px 8px 8px}.astra-copy h2{font-size:40px}.astra-gallery{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 0 20px;gap:12px}.gallery-tile{aspect-ratio:1.04}.gallery-tile>span{font-size:11px}.brand-owner{font-size:7px;letter-spacing:1.7px;margin-top:5px}.ask-hero h1{min-height:2.4em}.composer-line{flex-wrap:wrap;gap:9px;min-height:85px}.ask-hero .ask-form .task-prefix{max-width:100%;font-size:11px;min-height:27px}.composer-line:has(.task-prefix:not([hidden])) textarea{flex-basis:100%;min-height:50px}.motion-toggle{margin-top:18px}}
@media(prefers-reduced-motion:reduce){.ask-hero *{transition:none!important}}
