:root{color-scheme:dark;--bg: #050912;--fg: #e6f1ff;--accent: #00d4ff;--muted: #6b7a99}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;overflow:hidden}body{width:1280px;height:720px}.stage{position:relative;width:100%;height:100%;display:grid;grid-template-rows:auto 1fr auto;gap:28px;padding:36px 56px;background:radial-gradient(ellipse at 50% 35%,rgba(0,212,255,.08),transparent 60%)}.brand{display:flex;align-items:center;gap:16px}.brand-logo{width:200px;height:32px;background-color:var(--fg);-webkit-mask:url(/substrata-logo.svg) no-repeat center / contain;mask:url(/substrata-logo.svg) no-repeat center / contain}.brand-sub{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}ai-face{align-self:center;justify-self:center;--ai-face-color: var(--accent);--ai-face-eye-size: 96px;--ai-face-eye-gap: 36px;--ai-face-wave-width: 200px;--ai-face-wave-height: 100px;transition:transform .5s cubic-bezier(.4,0,.2,1),--ai-face-eye-size .5s cubic-bezier(.4,0,.2,1)}body.page-mode ai-face{position:absolute;bottom:96px;right:120px;align-self:auto;justify-self:auto;transform:scale(.5);transform-origin:bottom right;z-index:5}.page-slot{display:none;align-self:stretch;justify-self:stretch;padding:4px 0 0;opacity:1;transition:opacity .25s ease}body.page-mode .page-slot{display:block;padding:8px 72px 64px;min-height:0;overflow:hidden}.page-fit{transform:scale(var(--page-fit-scale, 1));transform-origin:top left}.page-slot.fading{opacity:0}.page-title{margin:0 0 28px;font-size:56px;font-weight:600;letter-spacing:-.01em;color:var(--fg)}.page-section{margin-bottom:28px}.page-section-heading{margin:0 0 10px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-weight:600}.page-section-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.page-section-list li{font-size:22px;line-height:1.45;color:var(--fg);position:relative;padding-left:22px}.page-section-list li:before{content:"";position:absolute;left:4px;top:.7em;width:8px;height:1px;background:var(--accent)}.boot-cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;background:var(--bg);opacity:1;transition:opacity .6s ease}body.media-ready .boot-cover{opacity:0;pointer-events:none}.boot-cover-text{font-size:24px;color:var(--muted);letter-spacing:.04em}.boot-dots span{animation:boot-dot-pulse 1.4s infinite}.boot-dots span:nth-child(2){animation-delay:.2s}.boot-dots span:nth-child(3){animation-delay:.4s}@keyframes boot-dot-pulse{0%,60%,to{opacity:.25}30%{opacity:1}}.answer-presentation{display:flex;flex-direction:column;gap:24px}.answer-title{margin:0;font-size:18px;letter-spacing:.04em;color:var(--accent);font-style:italic;font-weight:500;opacity:.85;border-left:2px solid var(--accent);padding-left:14px}.answer-text{font-size:32px;line-height:1.45;color:var(--muted);max-width:900px}.answer-word{opacity:0;transition:opacity .32s ease}.answer-word.spoken{opacity:1}.answer-thinking{display:inline-flex;align-items:center;gap:8px;font-size:28px;color:var(--muted)}.answer-thinking-dots{display:inline-flex;gap:5px}.answer-thinking-dots span{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:answer-pulse 1.2s ease-in-out infinite}.answer-thinking-dots span:nth-child(2){animation-delay:.2s}.answer-thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes answer-pulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.hero-presentation{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:360px}.hero-text{font-size:84px;font-weight:600;letter-spacing:-.015em;text-align:center;line-height:1.1;background:linear-gradient(180deg,var(--fg) 30%,var(--accent) 130%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 6px 24px rgba(0,212,255,.18))}.diagnostics{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:var(--muted);white-space:pre-wrap;max-height:80px;overflow:hidden;display:none}body.debug .diagnostics{display:block}.sam-video{align-self:stretch;justify-self:stretch;width:100%;height:100%;object-fit:cover;object-position:center;background:transparent}body.sam-stage.page-mode .sam-video{position:absolute;bottom:96px;right:120px;width:240px;height:240px;border-radius:20px;align-self:auto;justify-self:auto;z-index:5;box-shadow:0 12px 48px #00000080;transition:width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1),border-radius .4s cubic-bezier(.4,0,.2,1)}
