:root{--color-bg:#060606;--color-bg-elevated:#0e0e0e;--color-bg-card:#111;--color-bg-card-hover:#1a1a1a;--color-surface:#161616;--color-border:#ffffff0f;--color-border-strong:#ffffff1f;--color-gold:#c8943e;--color-gold-light:#e0b65c;--color-gold-dim:#c8943e26;--color-text-primary:#fafafa;--color-text-secondary:#fff9;--color-text-muted:#fff9;--color-accent-blue:#3b82f6;--color-accent-green:#22c55e;--color-accent-orange:#f97316;--color-accent-red:#ef4444;--color-accent-purple:#a855f7;--font-heading:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-sans:"Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif:"Playfair Display", Georgia, "Times New Roman", serif;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--duration-fast:.15s;--duration-normal:.3s;--duration-slow:.5s;--max-width:1200px;--nav-height:64px;--hover-ease:cubic-bezier(.16, 1, .3, 1);--hover-duration:.45s;--text-hero:clamp(2.8rem, 5.5vw, 4.5rem);--text-section:clamp(2rem, 3.5vw, 3rem);--text-panel:clamp(1.6rem, 2.8vw, 2.4rem);--text-sub-section:clamp(1.3rem, 2vw, 1.6rem);--text-card-title:1rem;--text-body:1rem;--text-body-sm:.88rem;--text-caption:.82rem;--text-label:.72rem;--text-micro:.65rem;--text-nano:.58rem;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--leading-tight:1.1;--leading-snug:1.3;--leading-normal:1.6;--leading-relaxed:1.75;--tracking-tight:-.03em;--tracking-snug:-.02em;--tracking-normal:0;--tracking-wide:.12em;--tracking-wider:.2em}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}svg{max-width:100%;height:auto}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-xl);margin:0 auto}@media (max-width:768px){.container{padding:0 var(--space-md)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:.4}50%{opacity:.7}}::selection{background:var(--color-gold);color:var(--color-bg)}img{transition:transform .7s cubic-bezier(.16,1,.3,1),filter .7s cubic-bezier(.16,1,.3,1)}a{transition:color .3s cubic-bezier(.16,1,.3,1),opacity .3s}@keyframes subtleFloat{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-6px)rotate(.5deg)}75%{transform:translateY(4px)rotate(-.3deg)}}@keyframes glowBreath{0%,to{box-shadow:0 0 20px #c8943e0a}50%{box-shadow:0 0 35px #c8943e14}}.app{background:var(--color-bg);min-height:100vh;position:relative;overflow-x:hidden}.app:before{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}.app>*{z-index:1;position:relative}.app:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 100% 0,#1e3a8a14 0%,#0000 60%);width:50%;height:50%;position:absolute;top:0;right:0}
