:root{color-scheme:light;--bg: #f7f5f0;--ink: #16201c;--muted: #5c6962;--line: #d9ded8;--surface: #ffffff;--surface-strong: #edf4f1;--accent: #0f766e;--accent-strong: #115e59;--amber: #b7791f;--blue: #1d4ed8;--shadow: 0 18px 48px rgba(22, 32, 28, .08)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--ink)}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}p{line-height:1.8}.site-header,.site-footer,main{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:var(--ink);color:#fff;font-size:13px;letter-spacing:0}.nav{display:flex;align-items:center;gap:6px;padding:6px;border:1px solid var(--line);border-radius:999px;background:#ffffffb8}.nav a{min-width:54px;padding:8px 12px;border-radius:999px;color:var(--muted);text-align:center;font-size:14px}.nav a.active,.nav a:hover{background:var(--ink);color:#fff}.hero-section{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:32px;align-items:stretch;min-height:560px;padding:72px 0 36px}.hero-copy{display:flex;min-width:0;flex-direction:column;justify-content:center}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.12;letter-spacing:0}h1{font-size:clamp(44px,8vw,88px)}h2{font-size:clamp(28px,4vw,44px)}h3{font-size:22px}.hero-title{margin:18px 0 0;color:var(--accent-strong);font-size:clamp(22px,3vw,34px);font-weight:800;line-height:1.3}.hero-summary{max-width:720px;margin:22px 0 0;color:var(--muted);font-size:18px}.hero-actions,.link-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;padding:0 18px;font-weight:800}.button.primary{border-color:var(--accent-strong);background:var(--accent-strong);color:#fff}.button.secondary{background:#fff}.button.ghost{color:var(--muted)}.hero-panel{display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:8px;padding:24px;background:linear-gradient(135deg,#0f766e1f,#b7791f1a),var(--surface);box-shadow:var(--shadow)}.hero-panel img{width:112px;height:112px;border:4px solid #fff;border-radius:8px;box-shadow:var(--shadow)}.signal-row{display:grid;grid-template-columns:96px 1fr;gap:16px;border-top:1px solid rgba(22,32,28,.12);padding:16px 0}.signal-row span{color:var(--muted);font-size:14px}.signal-row strong{font-size:15px}.band{padding:64px 0;border-top:1px solid var(--line)}.section-heading{max-width:740px;margin-bottom:28px}.section-heading.split{display:flex;max-width:none;align-items:end;justify-content:space-between;gap:20px}.section-heading.split>a{color:var(--accent-strong);font-weight:800}.focus-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.focus-grid span{min-height:88px;border:1px solid var(--line);border-radius:8px;padding:18px;background:var(--surface);font-weight:800;line-height:1.5}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.project-card{display:flex;min-height:300px;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:8px;padding:24px;background:var(--surface)}.project-card:hover{border-color:#0f766e73;box-shadow:var(--shadow)}.project-card p{color:var(--muted)}.project-highlight{border-left:4px solid var(--accent);padding-left:14px}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0;padding:0;list-style:none}.tag-list li{border:1px solid var(--line);border-radius:999px;padding:6px 10px;background:var(--surface-strong);color:var(--muted);font-size:13px;font-weight:700}.two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px}.article-list,.repo-list{display:grid;gap:12px}.article-list.wide{max-width:860px}.article-row,.repo-list a{display:grid;gap:6px;border:1px solid var(--line);border-radius:8px;padding:18px;background:var(--surface)}.article-row:hover,.repo-list a:hover{border-color:#1d4ed86b;box-shadow:var(--shadow)}.article-row span,.repo-list span{color:var(--muted);font-size:14px}.article-row p{margin:0;color:var(--muted)}.page-shell{padding:64px 0 96px}.page-heading{max-width:820px;margin-bottom:36px}.page-heading p{color:var(--muted);font-size:18px}.content-page{max-width:820px}.content-page .lead{color:var(--muted);font-size:20px}.content-page h2{margin-top:42px;font-size:30px}.content-page p,.content-page li{color:var(--muted);font-size:17px;line-height:1.9}.content-page a{color:var(--blue);font-weight:800}.meta-line{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 32px;color:var(--muted)}.meta-line span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:var(--surface)}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding:28px 0 40px;color:var(--muted);font-size:14px}.site-footer a{font-weight:800}@media(max-width:860px){.site-header{align-items:flex-start;flex-direction:column}.nav{width:100%;justify-content:space-between;overflow-x:auto}.hero-section,.two-column,.project-grid{grid-template-columns:1fr}.hero-section{min-height:auto;padding-top:42px}.hero-panel{gap:28px}.focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.site-header,.site-footer,main{width:min(100% - 24px,1120px)}.nav a{min-width:48px;padding-inline:10px}.focus-grid{grid-template-columns:1fr}.signal-row{grid-template-columns:1fr;gap:4px}.section-heading.split,.site-footer{align-items:flex-start;flex-direction:column}}
