*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5f6f8;--panel:#fff;--card:#f7f8fa;--card-h:#eef1f5;--gold:#2563eb;--gold-l:#3b82f6;--gold-dim:rgba(37,99,235,.1);--txt:#101828;--muted:#667085;--div:#e4e7ec;--green:#12805c;--green-dim:rgba(18,128,92,.1);--red:#d92d20;--red-dim:rgba(217,45,32,.1);--blue:#0ea5e9;--blue-dim:rgba(14,165,233,.1);--orange:#b54708;--orange-dim:rgba(181,71,8,.1);--purple:#6941c6;--shadow:0 4px 16px rgba(16,24,40,.08);--radius:12px;--transition:all .2s ease}:root[data-theme=dark]{--bg:#0b1220;--panel:#111827;--card:#1a2333;--card-h:#212b3d;--gold:#3b82f6;--gold-l:#60a5fa;--gold-dim:rgba(59,130,246,.16);--txt:#e5e9f0;--muted:#8b96a5;--div:#232e3f;--green:#22c55e;--green-dim:rgba(34,197,94,.14);--red:#f87171;--red-dim:hsla(0,91%,71%,.14);--blue:#38bdf8;--blue-dim:rgba(56,189,248,.14);--orange:#f59e0b;--orange-dim:rgba(245,158,11,.14);--purple:#a78bfa;--shadow:0 4px 24px rgba(0,0,0,.4)}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;background:var(--bg);color:var(--txt);min-height:100vh;font-size:14px;line-height:1.5;transition:background .3s,color .3s}button,input,select,textarea{font-family:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}