@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap");:root{--color-bg:#0a0a0f;--color-surface:#13131a;--color-surface-2:#1c1c28;--color-border:#2a2a3d;--color-text:#f0f0f5;--color-text-muted:#88a;--color-accent:#7c5cfc;--color-accent-hover:#9b7eff;--color-accent-light:rgba(124,92,252,.12);--color-success:#22c55e;--color-error:#f43f5e;--color-warning:#f59e0b;--color-gold:#f5c842;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--shadow-sm:0 2px 8px rgba(0,0,0,.4);--shadow-md:0 4px 24px rgba(0,0,0,.5);--shadow-lg:0 8px 48px rgba(0,0,0,.6);--shadow-glow:0 0 40px rgba(124,92,252,.2);--font-body:"Inter",sans-serif;--font-display:"Playfair Display",serif;--transition:0.2s ease;--max-width:1100px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{font-family:var(--font-body)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}