@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes glowPulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.65;transform:scale(1.05)}}@keyframes lineGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes dotPop{0%{opacity:0;transform:scale(0)}70%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes scrollBounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.4;transform:translateY(8px)}}@keyframes ringPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.anim-fade-up{animation:.65s cubic-bezier(.16,1,.3,1) both fadeUp}.anim-fade-in{animation:.5s both fadeIn}.anim-scale-in{animation:.5s cubic-bezier(.16,1,.3,1) both scaleIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.delay-9{animation-delay:.9s}.delay-10{animation-delay:1s}:root{--bg-primary:#080808;--bg-secondary:#0d0d0d;--bg-card:#111;--bg-elevated:#1a1a1a;--text-primary:#ede8de;--text-secondary:#9a9490;--text-muted:#4a4a4a;--gold:#c8a96e;--gold-dim:#c8a96e1f;--blue:#6baed6;--emerald:#52b788;--border-subtle:#1c1c1c;--border-medium:#2a2a2a;--border-bright:#3a3a3a;--font-display:Cormorant Garamond,Georgia,serif;--font-body:Outfit,sans-serif;--font-mono:JetBrains Mono,Fira Code,monospace;--r-sm:4px;--r-md:8px;--r-lg:14px;--r-xl:20px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px}body{color:#ede8de;background:#080808;min-height:100svh;font-family:Outfit,sans-serif;font-weight:400;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img,video{max-width:100%;display:block}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:inherit;line-height:inherit}::selection{color:#ede8de;background:#c8a96e38}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#080808}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}:focus-visible{outline-offset:3px;border-radius:3px;outline:2px solid #c8a96e}.section-divider{background:linear-gradient(90deg,#0000,#2a2a2a,#0000);width:100%;height:1px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
