| 1 | /* theme: pitch-deck-vc — YC 风融资 pitch */ |
| 2 | :root{ |
| 3 | --bg:#ffffff;--bg-soft:#fafbfc;--surface:#ffffff;--surface-2:#f5f7fa; |
| 4 | --border:rgba(20,30,50,.1);--border-strong:rgba(20,30,50,.22); |
| 5 | --text-1:#0b0d12;--text-2:#4a5270;--text-3:#8b93a8; |
| 6 | --accent:#0070f3;--accent-2:#7928ca;--accent-3:#ff4ecb; |
| 7 | --good:#0cce6b;--warn:#f5a524;--bad:#ee0000; |
| 8 | --grad:linear-gradient(135deg,#0070f3,#7928ca); |
| 9 | --grad-soft:linear-gradient(135deg,#e8f0ff,#f3e8ff); |
| 10 | --radius:14px;--radius-sm:8px;--radius-lg:22px; |
| 11 | --shadow:0 2px 8px rgba(20,30,50,.06),0 12px 32px rgba(20,30,50,.06); |
| 12 | --shadow-lg:0 8px 24px rgba(20,30,50,.1),0 30px 80px rgba(20,30,50,.1); |
| 13 | --font-sans:'Inter','Noto Sans SC',sans-serif; |
| 14 | --font-display:'Inter','Noto Sans SC',sans-serif; |
| 15 | } |
| 16 | .slide{padding:88px 120px} |
| 17 | h1.title,.h1{font-weight:800;letter-spacing:-.035em} |
| 18 | h1.title .gradient-text,.h1 .gradient-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent} |
| 19 | .card{border:1px solid var(--border)} |
| 20 | .divider-accent{background:var(--grad);height:4px;width:64px;border-radius:2px} |
| 21 | .kicker{background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent} |
| 22 |