@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=DM+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@300;400;500;600;700&display=swap");:root{--bg:#060504;--card:#0c0a08;--b2:#14110d;--input:#0a0907;--dim:#2a2520;--border:#1e1a15;--text:#f0e8d8;--muted:#a89e8c;--gold:#e8a020;--gold-d:#c8860a;--red:#ef4444;--red-b:rgba(239,68,68,.25);--red-d:rgba(239,68,68,.05);--green:#4ade80;--green-l:#6ee7b7;--blue-l:#60a5fa;--serif:"Cormorant Garamond",Georgia,serif;--mono:"IBM Plex Mono","SF Mono",Menlo,monospace;--sans:"DM Sans",-apple-system,system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:16px;line-height:1.5}#__next,body,html{width:100%;max-width:100vw;overflow-x:hidden}body{background-image:radial-gradient(ellipse at top,rgba(232,160,32,.04),transparent 70%),radial-gradient(ellipse at bottom right,rgba(239,68,68,.03),transparent 70%);background-attachment:fixed;min-height:100vh}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E")}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.au{animation:slideUp .5s ease-out forwards;opacity:0}.au1{animation-delay:.1s}.au2{animation-delay:.2s}.au3{animation-delay:.3s}.au4{animation-delay:.4s}.au5{animation-delay:.5s}.au6{animation-delay:.6s}::selection{background:var(--gold);color:var(--bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--dim)}::-webkit-scrollbar-thumb:hover{background:var(--gold-d)}button,input,textarea{font-family:inherit;font-size:inherit}input::placeholder{color:var(--muted);opacity:.6}button:active{transform:scale(.98)}