:root{--brand-pastel: #A7F3D0;--brand-mid: #10B981;--brand-deep: #064E3B;--brand-deep-hover: #053b2c;--bg-app: #FAFAF7;--bg-surface: #FFFFFF;--bg-subtle: #F4F4EF;--text-primary: #0B1110;--text-secondary: #4A554F;--text-tertiary: #7C8780;--border: oklch(.93 .005 150);--border-strong: oklch(.86 .008 150);--success: oklch(.62 .18 155);--warning: oklch(.65 .16 70);--shadow-sm: 0 1px 2px 0 rgba(15, 23, 42, .04), 0 1px 1px 0 rgba(15, 23, 42, .03);--shadow-md: 0 4px 6px -1px rgba(15, 23, 42, .06), 0 2px 4px -2px rgba(15, 23, 42, .04);--shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, .08), 0 4px 6px -4px rgba(15, 23, 42, .04);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-full: 9999px;--font-ui: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-display: "Inter Tight", "Inter", ui-sans-serif, system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg-app);color:var(--text-primary);font-family:var(--font-ui);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11","ss01","ss03"}#root{min-height:100vh}button{font-family:inherit;cursor:pointer;border:0;background:none;padding:0;color:inherit}input,textarea{font-family:inherit}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--brand-deep);outline-offset:2px;border-radius:4px}::selection{background:var(--brand-pastel);color:var(--brand-deep)}.mono{font-family:var(--font-mono);font-feature-settings:"zero","ss01"}.tnum{font-variant-numeric:tabular-nums}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes typeIn{0%{width:0}to{width:100%}}.section{animation:fadeUp .7s cubic-bezier(.2,.8,.2,1) both}.caret{display:inline-block;width:2px;height:1em;background:currentColor;vertical-align:-2px;margin-left:2px;animation:blink 1s steps(1) infinite}.typing{display:inline-block;overflow:hidden;white-space:nowrap;animation:typeIn 2.2s steps(40,end) both;vertical-align:bottom}@media(max-width:880px){.two-col{grid-template-columns:1fr!important;gap:32px!important}.hero-recording-grid{grid-template-columns:1fr!important}.hero-recording-grid>div:first-child{border-right:0!important;border-bottom:1px solid var(--border)!important}.three-col{grid-template-columns:1fr!important}.stat-strip{grid-template-columns:1fr!important;gap:24px!important}.hero-title{font-size:38px!important}.section-title{font-size:30px!important}}
