:root{--bg: #f4efe5;--surface: #fff8ef;--surface-strong: #fff;--text: #201a15;--muted: #5f554d;--line: rgba(32, 26, 21, .12);--accent: #bd6b2f;--accent-dark: #965122;--shadow: 0 20px 45px rgba(45, 31, 19, .08);--radius: 22px;--max: 1120px;--soft-gold: #ecd7ab;--soft-sage: #d8e1cc;--soft-rose: #e7d3c8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Georgia,Times New Roman,serif;color:var(--text);background:radial-gradient(circle at top left,rgba(189,107,47,.14),transparent 26%),radial-gradient(circle at 85% 12%,rgba(236,215,171,.46),transparent 18%),linear-gradient(180deg,#fcfaf5 0%,var(--bg) 100%);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%}code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.92em}.container{width:min(calc(100% - 2rem),var(--max));margin:0 auto}.site-header{position:sticky;top:0;backdrop-filter:blur(14px);background:#fcfaf6e0;border-bottom:1px solid var(--line);z-index:20}.nav-row,.footer-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.brand{font-size:1.15rem;font-weight:700;letter-spacing:.02em}.nav,.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.nav a,.footer-links a,.text-link{color:var(--muted)}.nav a:hover,.footer-links a:hover,.text-link:hover{color:var(--accent)}.hero,.section{padding:4.5rem 0}.compact-top{padding-top:2rem}.alt{background:#ffffff8c;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hero-grid,.grid{display:grid;gap:1.5rem}.hero-grid{grid-template-columns:1.7fr 1fr;align-items:center}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.eyebrow,.meta{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:var(--accent-dark);margin:0 0 .75rem}h1,h2,h3{line-height:1.1;margin:0 0 1rem}h1{font-size:clamp(2.75rem,6vw,5.4rem);max-width:11ch}h2{font-size:clamp(1.9rem,3vw,3rem)}h3{font-size:1.4rem}.lead{font-size:1.15rem;color:var(--muted);max-width:62ch}.section-head{margin-bottom:1.5rem}.actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.25rem;border-radius:999px;border:1px solid var(--line);transition:.18s ease}.button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.button.primary:hover{background:var(--accent-dark)}.button.secondary{background:var(--surface)}.button.secondary:hover{background:#fff}.card,.post,.sidebar-card{background:#ffffffb8;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.highlight{transform:rotate(-1.4deg);background:linear-gradient(180deg,#ffffffdb,#fffaf2cc),radial-gradient(circle at top right,rgba(236,215,171,.55),transparent 45%)}.ranking-panel h2{font-size:1.65rem}.top-list{list-style:none;margin:1rem 0 0;padding:0}.top-list li{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start}.top-list li+li{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.rank-badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:48px;border-radius:16px;background:var(--accent);color:#fff;font-weight:700}.top-link{display:inline-block;font-weight:700;line-height:1.3;margin-bottom:.35rem}.top-link:hover{color:var(--accent)}.top-list p{margin:0;color:var(--muted);font-size:.96rem}.quick-card{background:linear-gradient(180deg,#ffffffd6,#ffffffb3),radial-gradient(circle at top right,rgba(194,65,12,.08),transparent 35%)}.hero-chips{margin-top:1rem}.theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.theme-card{display:flex;flex-direction:column;gap:.65rem;min-height:220px;padding:1.5rem;border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden;position:relative}.theme-card:before{content:"";position:absolute;inset:auto -30px -30px auto;width:120px;height:120px;border-radius:999px;opacity:.5}.theme-card strong{font-size:1.45rem;line-height:1.2}.theme-card span:last-child{color:var(--muted);max-width:24ch}.theme-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem}.theme-card.sunny{background:linear-gradient(180deg,#fffbf1f2,#f8efd4e0)}.theme-card.sunny:before{background:#ecd7abcc}.theme-card.tidy{background:linear-gradient(180deg,#f8faf4f2,#dae4cfd9)}.theme-card.tidy:before{background:#b4c9a673}.theme-card.calm{background:linear-gradient(180deg,#fcf6f3f2,#e7d3c8e0)}.theme-card.calm:before{background:#dfb19a6b}.feature-list{margin:0;padding-left:1.1rem}.feature-list li+li{margin-top:.6rem}.article-card p:last-of-type,.card p:last-of-type{color:var(--muted)}.ad-slot{border:2px dashed rgba(194,65,12,.35);border-radius:var(--radius);padding:1.5rem;text-align:center;color:var(--muted);background:#ffffff80}.page-hero{padding:3.5rem 0 2rem}.page-hero h1,.post h1{max-width:none;font-size:clamp(2.2rem,5vw,4rem)}.post-hero-wrap{padding:3.25rem 0 1.5rem}.post-hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.9fr);gap:1.5rem;align-items:stretch}.post-hero-card{padding:2rem;border-radius:30px;border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(180deg,#ffffffeb,#fff8efd6),radial-gradient(circle at top right,rgba(236,215,171,.62),transparent 36%)}.post-lead{max-width:48ch}.cozy-note{background:linear-gradient(180deg,#f8faf4f5,#dae4cfd1)}.cozy-note h2{font-size:1.65rem}.cozy-note p:last-child{color:var(--muted)}.content-wrap{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.9fr);gap:1.5rem;padding-bottom:4rem}.article-shell{align-items:start}.post-meta-row{display:flex;flex-wrap:wrap;gap:.75rem;color:var(--muted);font-size:.95rem;margin-bottom:1.25rem}.post p,.post li,.sidebar-card p{color:var(--muted)}.article-card-shell{background:linear-gradient(180deg,#ffffffdb,#fffbf5cc)}.post ul,.post ol{padding-left:1.25rem}.post blockquote{border-left:3px solid var(--accent);margin:1.5rem 0;padding:.25rem 0 .25rem 1rem;color:var(--text)}.quick-answer{background:linear-gradient(180deg,#fffaeffa,#f7ebd5d1);border:1px solid rgba(189,107,47,.18);border-radius:20px;padding:1.1rem 1.2rem;margin-bottom:1.75rem;box-shadow:inset 0 1px #ffffffa6}.toc{margin-top:1.5rem}.toc ul{margin:0;padding-left:1rem}.toc li+li{margin-top:.35rem}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.chip{display:inline-flex;align-items:center;min-height:32px;padding:0 .8rem;background:#ffffffd1;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.9rem}.post-sidebar{display:grid;gap:1rem}.sidebar-panel{position:sticky;top:92px}.related-panel{position:static}.related-link{display:block;padding:1rem 0;border-top:1px solid var(--line)}.related-link:first-of-type{border-top:0;padding-top:.35rem}.related-link strong{display:block;line-height:1.3;margin-bottom:.35rem}.related-link span{display:block;color:var(--muted);font-size:.94rem;line-height:1.5}.related-link:hover strong{color:var(--accent)}.footer-row{border-top:1px solid var(--line)}@media(max-width:900px){.hero-grid,.grid.three,.grid.two,.content-wrap,.theme-grid,.post-hero-grid{grid-template-columns:1fr}.highlight{transform:none}.sidebar-panel{position:static}}@media(max-width:640px){.nav-row,.footer-row{align-items:flex-start;flex-direction:column;padding:1rem 0}.hero,.section{padding:3rem 0}h1{max-width:none}}
