| 1 | /* theme: corporate-clean — 企业商务 */ |
| 2 | :root{ |
| 3 | --bg:#ffffff;--bg-soft:#f5f7fa;--surface:#ffffff;--surface-2:#f0f3f7; |
| 4 | --border:rgba(10,37,64,.12);--border-strong:rgba(10,37,64,.28); |
| 5 | --text-1:#0a2540;--text-2:#425466;--text-3:#8898aa; |
| 6 | --accent:#0a2540;--accent-2:#1d4ed8;--accent-3:#64748b; |
| 7 | --good:#0e9f6e;--warn:#d97706;--bad:#dc2626; |
| 8 | --grad:linear-gradient(135deg,#0a2540,#1d4ed8); |
| 9 | --grad-soft:linear-gradient(135deg,#f0f4fb,#e4ecf7); |
| 10 | --radius:6px;--radius-sm:4px;--radius-lg:10px; |
| 11 | --shadow:0 1px 3px rgba(10,37,64,.08),0 4px 12px rgba(10,37,64,.05); |
| 12 | --shadow-lg:0 4px 12px rgba(10,37,64,.1),0 16px 40px rgba(10,37,64,.08); |
| 13 | --font-sans:'Inter','Noto Sans SC',sans-serif; |
| 14 | --font-display:'Inter','Noto Sans SC',sans-serif; |
| 15 | } |
| 16 | .card{border:1px solid var(--border)} |
| 17 | .divider-accent{background:var(--accent);height:3px;width:56px} |
| 18 | .kicker{color:var(--accent-2)} |
| 19 | h1.title,h2.title,.h1,.h2{font-weight:700;color:var(--accent)} |
| 20 |