@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Sans:wght@300;400;500;600&display=swap");:root{--bg:#0a0a0f;--surface:#12121a;--surface2:#1a1a26;--border:hsla(0,0%,100%,.07);--accent:#c8f05a;--accent2:#5af0c8;--accent3:#f05a8c;--text:#f0ede8;--muted:hsla(38,21%,93%,.45);--gold:#f0c85a}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;overflow-x:hidden}.app-shell{position:relative;z-index:1}body:before{content:"";inset: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");opacity:.4}.orb,body:before{position:fixed;pointer-events:none;z-index:0}.orb{border-radius:50%;filter:blur(120px)}.orb1{width:600px;height:600px;background:rgba(200,240,90,.06);top:-200px;right:-200px}.orb2{width:400px;height:400px;background:rgba(90,240,200,.05);bottom:100px;left:-150px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface2);border-radius:3px}