@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#ffffff;--foreground:#171717;--font-system:-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter",sans-serif;--outpost-bg:#000000;--outpost-text-primary:#f5f5f7;--outpost-text-secondary:#a1a1aa;--outpost-text-muted:#71717a;--outpost-text-subtle:#52525b;--outpost-text-strong:#ffffff;--outpost-divider:rgba(255,255,255,0.1);--outpost-surface:#f5f5f7;--outpost-surface-foreground:#000000;--outpost-surface-accent-text:#f0fdf4;--outpost-gray-soft:#d4d4d8;--outpost-feature-border-color:rgba(255,255,255,0.08);--outpost-accent:#4ade80;--outpost-hero-pill-bg:rgba(22,163,74,0.12);--outpost-hero-pill-border-color:rgba(34,197,94,0.3);--outpost-hero-radial-color:rgba(22,163,74,0.15);--outpost-cta-gradient-from:#15803d;--outpost-cta-gradient-to:#166534;--outpost-cta-shadow-color:rgba(21,128,61,0.4);--outpost-cta-border-color:rgba(34,197,94,0.4);--persona-geqo:74,222,128;--persona-geqo-hex:#4ade80;--persona-ziqgy:250,250,90;--persona-ziqgy-hex:#fde047;--persona-loqara:192,132,252;--persona-loqara-hex:#c084fc;--outpost-memory-blue:#3b82f6;--outpost-memory-bg:rgba(59,130,246,0.12);--outpost-memory-border-color:rgba(59,130,246,0.3);--outpost-memory-shadow:rgba(59,130,246,0.4);--outpost-studio-gradient-from:#ae00ff;--outpost-studio-gradient-to:#7000ff;--outpost-studio-shadow-color:rgba(174,0,255,0.4);--outpost-studio-border-color:rgba(174,0,255,0.4);--outpost-sensitivity-red:#ef4444;--outpost-sensitivity-yellow:#fbbf24;--outpost-sensitivity-green:#4ade80;--outpost-sensitivity-purple:#c342ff;--outpost-glass-bg:rgba(10,10,10,0.85);--outpost-glass-border:rgba(255,255,255,0.08);--outpost-input-bg:rgba(255,255,255,0.03);--outpost-input-border:rgba(255,255,255,0.1);--outpost-input-focus:rgba(255,255,255,0.2)}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.about-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start;border-top:1px solid var(--outpost-feature-border-color);padding-top:40px}@media (max-width:768px){.about-feature-row{grid-template-columns:1fr}}.pulse-text{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}