| 1 | /* theme: tokyo-night */ |
| 2 | :root{ |
| 3 | --bg:#1a1b26;--bg-soft:#16161e;--surface:#24283b;--surface-2:#2f334d; |
| 4 | --border:rgba(192,202,245,.12);--border-strong:rgba(192,202,245,.24); |
| 5 | --text-1:#c0caf5;--text-2:#a9b1d6;--text-3:#565f89; |
| 6 | --accent:#7aa2f7;--accent-2:#bb9af7;--accent-3:#7dcfff; |
| 7 | --good:#9ece6a;--warn:#e0af68;--bad:#f7768e; |
| 8 | --grad:linear-gradient(135deg,#7aa2f7,#bb9af7 55%,#f7768e); |
| 9 | --grad-soft:linear-gradient(135deg,#24283b,#2f334d); |
| 10 | --radius:12px;--radius-sm:8px;--radius-lg:20px; |
| 11 | --shadow:0 10px 30px rgba(0,0,0,.45); |
| 12 | --shadow-lg:0 24px 62px rgba(0,0,0,.6); |
| 13 | --font-sans:'Inter','Noto Sans SC',sans-serif; |
| 14 | } |
| 15 |