:root,html[data-theme=dark]{--bg:#0c0d10;--bg2:#141519;--tx:#edecea;--tx2:#a4a29c;--tx3:#6f6e69;--acc:#f5821f;--line:rgba(255,255,255,0.09);--line2:rgba(255,255,255,0.16);--field:rgba(255,255,255,0.04)}html[data-theme=light]{--bg:#f5f6f8;--bg2:#ffffff;--tx:#1b1c1f;--tx2:#56575c;--tx3:#8a8b90;--acc:#d96f0f;--line:rgba(0,0,0,0.1);--line2:rgba(0,0,0,0.18);--field:rgba(0,0,0,0.04)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--tx);font-family:system-ui,-apple-system,Inter,sans-serif;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}a{color:var(--acc)}