@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600&display=swap";
:root{--bg-deep:#0d0b08;--bg-surface:#1a1714;--bg-elevated:#252017;--amber:#d4770b;--amber-bright:#e8913a;--gold:#f5c564;--copper:#b8622d;--text-primary:#e8e2d9;--text-muted:#8a7e6f;--text-dim:#5c5347;--border:#2e2922;--border-light:#3d362c}@theme inline{--color-background: var(--bg-deep); --color-foreground: var(--text-primary); --color-amber: var(--amber); --color-amber-bright: var(--amber-bright); --color-gold: var(--gold); --color-copper: var(--copper); --color-surface: var(--bg-surface); --color-elevated: var(--bg-elevated); --color-muted: var(--text-muted); --color-dim: var(--text-dim); --color-border: var(--border); --color-border-light: var(--border-light); --font-display: "Syne",sans-serif; --font-body: "Outfit",sans-serif;}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-deep);color:var(--text-primary);font-family:Outfit,sans-serif;overflow-x:hidden}body:before{content:"";z-index:9999;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:fixed;inset:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}::selection{background:var(--amber);color:var(--bg-deep)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideRight{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes expandWidth{0%{width:0}to{width:100%}}@keyframes glowPulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-fade-in-up{animation:.8s ease-out forwards fadeInUp}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.animate-slide-right{animation:.7s ease-out forwards slideRight}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}.divider-animate{width:0;animation:1.2s ease-out .4s forwards expandWidth}.glow-amber{box-shadow:0 0 40px #d4770b26,0 0 80px #d4770b0d}.grid-pattern{background-image:linear-gradient(#d4770b08 1px,#0000 1px),linear-gradient(90deg,#d4770b08 1px,#0000 1px);background-size:60px 60px}.ticker-track{animation:30s linear infinite ticker}.ticker-track:hover{animation-play-state:paused}
