:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg-primary:#121113;--bg-secondary:#1a191b;--background:#121113;--surface:rgba(24,23,25,.85);--surface-hover:rgba(32,31,33,.95);--surface-lighter:rgba(40,39,41,.35);--border:hsla(0,0%,100%,.08);--border-strong:hsla(0,0%,100%,.12);--border-light:hsla(0,0%,100%,.04);--text-primary:#fff;--text-secondary:#b8b8b9;--text-muted:#7a797b;--accent:#e5e5e5;--accent-hover:#fff;--accent-text:#121113;--neutral-button:#4a494b;--neutral-button-hover:#5a595b;--shadow:rgba(0,0,0,.4);--shadow-strong:rgba(0,0,0,.6);--shadow-light:hsla(0,0%,100%,.15);--color-purple:#7e568e;--color-blue:#1f6adb;--color-green:#398a34;--color-gold:#eab308;--color-orange:#e67e22;--color-red:#c0392b;--gray-50:#fafafa;--gray-100:#f4f4f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-800:#27272a;--gray-900:#18181b;--square-border:1px solid hsla(0,0%,100%,.2)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-secondary) 100%);color:var(--text-primary);transition:background .3s ease,color .3s ease}a{color:inherit;text-decoration:none}button{font:inherit}