:root{color-scheme:light;--bg: #f6f0e8;--paper: #fffdf8;--ink: #23201d;--muted: #6f6860;--line: #ded4c7;--accent: #d84f3f;--accent-2: #0f766e;--soft: #efe2d2;--shadow: 0 16px 50px rgba(57, 42, 28, .1)}*{box-sizing:border-box}html{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--ink)}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}img,svg{max-width:100%}.site-shell{min-height:100vh}.site-header{border-bottom:1px solid var(--line);background:#fffdf8db;backdrop-filter:blur(18px);position:sticky;top:0;z-index:20}.nav{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 auto;max-width:1120px;padding:16px 20px}.brand{font-size:20px;font-weight:800}.nav-links{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end;color:var(--muted);font-size:14px}.nav-links a:hover{color:var(--ink)}main{margin:0 auto;max-width:1120px;padding:42px 20px 72px}.hero{display:grid;gap:26px;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);min-height:430px;align-items:center}.hero h1,.page-hero h1{font-size:clamp(42px,7vw,78px);line-height:.98;margin:0}.hero p,.page-hero p,.section-head p{color:var(--muted);font-size:18px;line-height:1.75;margin:18px 0 0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{align-items:center;background:var(--ink);border:1px solid var(--ink);color:#fff;display:inline-flex;font-weight:700;min-height:44px;padding:0 18px}.button.secondary{background:transparent;color:var(--ink)}.section{margin-top:64px}.section-head{align-items:end;display:flex;gap:18px;justify-content:space-between;margin-bottom:22px}.section-head h2,.page-hero h1{margin-bottom:0}.grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid,.tag-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.category-link,.tag-link,.text-panel{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);padding:20px}.category-link h2,.category-link h3{margin:0 0 10px}.category-link p,.text-panel p,.text-panel li{color:var(--muted);line-height:1.8}.tag-link{color:var(--muted);font-weight:700}.inspiration-card{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.card-preview-link{display:block}.card-body{padding:18px}.card-kicker,.eyebrow{color:var(--accent);font-size:12px;font-weight:800;margin:0 0 8px;text-transform:uppercase}.card-body h2{font-size:21px;margin:0 0 10px}.card-body p{color:var(--muted);line-height:1.7;margin:0}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tag-row a,.meta-pill{background:#f2e8dc;color:#5e4b3d;font-size:13px;font-weight:700;padding:7px 10px}.preview{aspect-ratio:4 / 3;background:#f6efe5;display:grid;min-height:230px;padding:14px}.preview.large{min-height:520px}.preview-inner{border:1px solid rgba(35,32,29,.16);display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;padding:22px}.preview h3{font-size:33px;line-height:1;margin:0}.preview.large h3{font-size:clamp(46px,8vw,92px)}.preview h3 span{display:block}.subtitle,.footer-note{color:#23201db3;line-height:1.6;margin:14px 0 0}.preview ul{display:grid;gap:8px;list-style:none;margin:18px 0 0;padding:0}.preview li{background:#ffffffa8;padding:9px 10px}.preview-cover-bold{background:#f9f3e7}.preview-cover-bold h3{color:#111;font-weight:900}.preview-cover-split .preview-inner{align-items:flex-start;background:linear-gradient(90deg,#fff 0 54%,#dbeafe 54% 100%)}.preview-cover-split h3{color:#202124;font-weight:900}.preview-copy-stack{background:#fff7ed}.preview-copy-stack .preview-inner{align-items:stretch;justify-content:flex-start}.preview-copy-stack h3{font-size:24px;line-height:1.25}.preview-palette .preview-inner{justify-content:space-between}.palette-blocks{display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.palette-blocks span{min-height:82px}.preview-type-scale{background:#f7f1e8}.preview-type-scale h3{font-family:Georgia,Times New Roman,serif;font-weight:700}.preview-info-card{background:#eefaf7}.preview-info-card .preview-inner{justify-content:flex-start}.detail-layout{display:grid;gap:28px;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}.meta-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.notes{margin:0;padding-left:20px}.notes li{margin:10px 0}.site-footer{border-top:1px solid var(--line);color:var(--muted);margin:0 auto;max-width:1120px;padding:28px 20px 42px}@media(max-width:860px){.hero,.detail-layout{grid-template-columns:1fr}.grid,.category-grid,.tag-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero h1,.page-hero h1{font-size:46px}}@media(max-width:560px){.nav{align-items:flex-start;flex-direction:column}.grid,.category-grid,.tag-grid{grid-template-columns:1fr}main{padding-top:30px}.preview.large{min-height:420px}}
