:root{color-scheme:light;--bg: #f8fafc;--surface: #ffffff;--surface-soft: #f1f5f9;--text: #0f172a;--muted: #64748b;--subtle: #94a3b8;--line: #e2e8f0;--line-strong: #cbd5e1;--accent: #2563eb;--accent-2: #0f766e;--warm: #f59e0b;--radius: 24px;--shadow: 0 24px 80px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;min-height:100vh;background:radial-gradient(circle at 12% 0%,rgba(37,99,235,.1),transparent 34rem),radial-gradient(circle at 88% 10%,rgba(15,118,110,.1),transparent 34rem),linear-gradient(180deg,#fff,#f8fafc 38%,#eef2f7);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.72;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}.site-header{position:sticky;top:0;z-index:20;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 max(22px,calc((100vw - 1180px)/2));background:#ffffffd1;border-bottom:1px solid rgba(226,232,240,.86);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--text)}.brand:hover{color:var(--text)}.brand-mark{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#1d4ed8,#0f766e);font-weight:800;box-shadow:0 16px 36px #2563eb33}.brand-copy{display:grid;gap:0;line-height:1.1}.brand-copy strong{font-size:18px;letter-spacing:-.03em}.brand-copy small{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.site-header nav{display:flex;gap:8px;align-items:center}.site-header nav a{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;color:var(--muted);font-size:14px;font-weight:650}.site-header nav a:hover{background:var(--surface-soft);color:var(--text)}main{width:min(1180px,calc(100% - 36px));margin:0 auto 64px}.eyebrow{margin:0 0 12px;color:var(--accent-2);font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:8px 0 56px}.first-section{padding-top:42px}.feature-card{min-height:300px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(203,213,225,.8);border-radius:30px;padding:26px;background:#fff;box-shadow:0 18px 60px #0f172a0f}.feature-card.tone-1{background:linear-gradient(145deg,#fff,#eef6ff)}.feature-card.tone-2{background:linear-gradient(145deg,#fff,#f0fdfa)}.feature-card.tone-3{background:linear-gradient(145deg,#fff,#fff7ed)}.feature-card p{margin:0;color:var(--subtle);font-size:13px;font-weight:800}.feature-card h2{margin:26px 0 20px;font-size:26px;line-height:1.18;letter-spacing:-.045em}.feature-card span{color:var(--muted);font-size:14px;line-height:1.72}.section-title{margin-bottom:16px}.section-title h2{margin:0;font-size:28px;letter-spacing:-.045em}.article-list,.archive-list{display:grid;gap:12px}.article-list article,.archive-list article{display:grid;grid-template-columns:118px minmax(0,1fr);gap:22px;padding:22px 0;border-top:1px solid var(--line)}.article-list time,.archive-list time{color:var(--subtle);font-size:13px;font-weight:750;padding-top:4px}.article-list h3,.archive-list h2{margin:0;font-size:22px;line-height:1.28;letter-spacing:-.035em}.article-list p,.archive-list p{margin:10px 0 0;color:var(--muted);font-size:15px;line-height:1.72}.topic-list{display:flex;flex-wrap:wrap;gap:8px}.topic-list{margin-top:14px}.topic-list span{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 11px;color:#334155;background:#eef2f7;border:1px solid rgba(203,213,225,.76);font-size:12px;font-weight:750}.archive-page{padding:62px 0}.archive-header{max-width:780px;margin-bottom:30px}.archive-header h1{margin:0;font-size:clamp(42px,6vw,70px);line-height:1;letter-spacing:-.07em}.archive-header p:not(.eyebrow){color:var(--muted);font-size:18px}.article-page{padding:48px 0 72px}.article-shell{width:min(840px,100%);margin:0 auto}.breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--subtle);font-size:14px;margin-bottom:24px}.article-header{padding-bottom:28px;border-bottom:1px solid var(--line)}.article-header h1{margin:0;font-size:clamp(34px,6vw,62px);line-height:1.06;letter-spacing:-.06em}.article-header p:not(.eyebrow){margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.8}.cover{display:block;width:100%;margin:30px 0 0;border-radius:26px;border:1px solid var(--line)}.markdown-body{margin-top:36px;color:#1e293b;font-size:18px;line-height:2}.markdown-body>style:first-child{display:none}.markdown-body h2{margin:46px 0 16px;font-size:30px;line-height:1.28;letter-spacing:-.045em;color:var(--text)}.markdown-body h3{margin:34px 0 12px;font-size:23px;line-height:1.35;letter-spacing:-.025em}.markdown-body p{margin:18px 0}.markdown-body a{color:var(--accent);text-decoration:underline;text-underline-offset:4px}.markdown-body ul,.markdown-body ol{padding-left:1.35em}.markdown-body li{margin:8px 0}.markdown-body blockquote{margin:22px 0;padding:4px 0 4px 20px;color:var(--muted);border-left:4px solid var(--accent)}.markdown-body figure{margin:30px 0}.markdown-body img{max-width:100%;height:auto;border-radius:18px;border:1px solid var(--line)}.markdown-body figcaption{margin-top:9px;color:var(--muted);font-size:14px;text-align:center}.markdown-body pre{max-width:100%;overflow:auto;padding:18px;border-radius:18px;background:#0f172a;color:#e2e8f0;border:1px solid #1e293b}.markdown-body code{padding:.16em .36em;border-radius:6px;background:#eef2f7;font-size:88%}.markdown-body pre code{display:block;padding:0;color:inherit;background:transparent;white-space:pre-wrap;overflow-wrap:anywhere}.markdown-body table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.markdown-body th,.markdown-body td{border:1px solid var(--line);padding:9px 11px}.site-footer{border-top:1px solid var(--line);padding:32px 16px;color:var(--muted);text-align:center;background:#ffffff9e}.site-footer p{margin:0}@media(max-width:900px){main{width:min(100% - 28px,760px)}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:220px}}@media(max-width:560px){.site-header{min-height:64px;padding:0 14px}.brand-copy small{display:none}.site-header nav a{padding:0 9px}main{width:min(100% - 22px,760px)}.feature-card{border-radius:22px}.article-list article,.archive-list article{grid-template-columns:1fr;gap:8px}.article-header h1{font-size:34px}.markdown-body{font-size:16px;line-height:1.9}.markdown-body h2{font-size:25px}}
