/* theme: gruvbox-dark */ :root{ --bg:#282828;--bg-soft:#1d2021;--surface:#3c3836;--surface-2:#504945; --border:rgba(235,219,178,.14);--border-strong:rgba(235,219,178,.28); --text-1:#ebdbb2;--text-2:#d5c4a1;--text-3:#928374; --accent:#fabd2f;--accent-2:#fe8019;--accent-3:#b8bb26; --good:#b8bb26;--warn:#fabd2f;--bad:#fb4934; --grad:linear-gradient(135deg,#fe8019,#fabd2f 55%,#b8bb26); --grad-soft:linear-gradient(135deg,#3c3836,#504945); --radius:6px;--radius-sm:4px;--radius-lg:12px; --shadow:0 10px 30px rgba(0,0,0,.5); --shadow-lg:0 24px 60px rgba(0,0,0,.65); --font-sans:'Inter','Noto Sans SC',sans-serif; }