:root{color-scheme:light;--color-ink: #2a2426;--color-muted: #74686d;--color-bg: #fffaf8;--color-surface: #ffffff;--color-line: #eadfe2;--color-accent: #b74f6f;--color-accent-dark: #87324e;--color-soft: #f7e8ed;--color-mint: #dfeee8;--shadow: 0 18px 40px rgba(65, 39, 50, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--color-bg);color:var(--color-ink);line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1rem clamp(1rem,4vw,3rem);border-bottom:1px solid var(--color-line);background:#fffaf8f0;position:sticky;top:0;z-index:20}.site-logo,.footer-logo{font-weight:800;font-size:1.2rem;color:var(--color-accent-dark)}.site-nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.35rem 1rem;font-size:.95rem;color:var(--color-muted)}.site-nav a:hover,.site-footer a:hover,.post-card a:hover{color:var(--color-accent-dark)}.hero{padding:clamp(4rem,8vw,7rem) clamp(1rem,4vw,3rem);background:radial-gradient(circle at 82% 18%,var(--color-mint),transparent 26rem),linear-gradient(135deg,#fffaf8,#f7e8ed 54%,#fff)}.hero-copy,.section,.page-shell,.post-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto}.hero-copy{margin-left:max(1rem,calc((100% - 1120px)/2))}.hero h1,.page-header h1,.post-header h1{margin:0;line-height:1.08;font-size:clamp(2.25rem,6vw,4.75rem)}.hero p,.page-header p,.post-header p{max-width:760px;color:var(--color-muted);font-size:1.08rem}.eyebrow{margin:0 0 .5rem;color:var(--color-accent-dark);font-size:.78rem;font-weight:800;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1.1rem;border-radius:8px;background:var(--color-accent);color:#fff;font-weight:800}.section,.page-shell,.post-shell{padding:clamp(2.5rem,6vw,5rem) 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-heading h2,.split-section h2,.page-content h2,.post-intro h2,.idea-content h2,.faq h2,.related-posts h2{margin:0 0 .5rem;line-height:1.18;font-size:clamp(1.6rem,3vw,2.35rem)}.section-heading p,.split-section p,.page-content p,.post-intro p,.idea-content p,.faq p,.post-card p,.footer-grid p{color:var(--color-muted)}.category-grid,.post-grid,.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.category-card,.post-card{border:1px solid var(--color-line);border-radius:8px;background:var(--color-surface);box-shadow:var(--shadow)}.category-card{padding:1.25rem}.category-card span,.post-card h2{display:block;margin:0 0 .45rem;font-size:1.2rem;line-height:1.25;font-weight:800}.category-card p,.post-card p{margin:0}.post-card{overflow:hidden;display:flex;flex-direction:column}.post-card-image{display:grid;place-items:center;aspect-ratio:16 / 10;background:var(--color-soft);overflow:hidden}.post-card-image img{width:100%;height:100%;object-fit:cover}.post-card-placeholder span{color:var(--color-accent-dark);font-weight:800}.post-card-body{display:flex;flex:1;flex-direction:column;padding:1.15rem}.post-card-body h2{text-wrap:balance}.post-card time,.post-meta{display:block;margin-top:1rem;color:var(--color-muted);font-size:.92rem}.post-card time{margin-top:auto;padding-top:1rem}.post-meta{display:flex;flex-wrap:wrap;gap:.4rem 1rem}.split-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;border-top:1px solid var(--color-line)}.topic-list{display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:1rem 0 0;list-style:none}.topic-list li{padding:.45rem .7rem;border:1px solid var(--color-line);border-radius:8px;background:var(--color-surface);color:var(--color-accent-dark);font-weight:700}.page-header,.post-header{margin-bottom:2rem}.page-content{width:min(760px,100%);font-size:1.05rem}.post-intro{width:100%;font-size:1.05rem}.page-content a,.post-intro a{color:var(--color-accent-dark);text-decoration:underline;text-underline-offset:.18em}.post-cover{width:100%;max-height:580px;object-fit:cover;border-radius:8px;margin-bottom:2rem}.post-intro{margin-bottom:clamp(2rem,5vw,4rem)}.ideas-list{display:grid;gap:clamp(1.5rem,4vw,3rem)}.idea{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);align-items:center;gap:clamp(1.25rem,4vw,3rem);padding:clamp(1rem,3vw,1.5rem);border:1px solid var(--color-line);border-radius:8px;background:var(--color-surface);box-shadow:var(--shadow)}.idea-content{min-width:0}.idea-number{margin:0 0 .35rem;color:var(--color-accent);font-weight:900;letter-spacing:0}.idea-content h2{font-size:clamp(1.55rem,3vw,2.2rem)}.pin-note{margin-top:1.2rem;padding:.9rem 1rem;border-left:3px solid var(--color-accent);border-radius:0 8px 8px 0;background:var(--color-soft)}.pin-note p{margin:.25rem 0;font-size:.95rem}.idea-image{margin:0}.idea-image img{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;border-radius:8px;background:var(--color-soft)}.idea-image figcaption{margin-top:.55rem;color:var(--color-muted);font-size:.92rem;text-align:center}.faq,.related-posts{margin-top:clamp(2.5rem,6vw,5rem);padding-top:clamp(2rem,4vw,3rem);border-top:1px solid var(--color-line)}.ad-slot{width:min(1120px,calc(100% - 2rem));min-height:96px;margin:clamp(2rem,5vw,4rem) auto;overflow:hidden}.post-shell>.ad-slot{width:100%}.ad-after-intro{margin-top:0}.ad-category-feed{margin-bottom:0}.faq-list{display:grid;gap:.75rem;width:min(820px,100%)}.faq details{border:1px solid var(--color-line);border-radius:8px;background:var(--color-surface);box-shadow:var(--shadow)}.faq summary{cursor:pointer;padding:1rem 1.1rem;color:var(--color-ink);font-weight:800}.faq details p{margin:0;padding:0 1.1rem 1rem}.empty-state{padding:1rem 1.25rem;border:1px solid var(--color-line);border-radius:8px;background:var(--color-surface);color:var(--color-muted)}.site-footer{padding:3rem clamp(1rem,4vw,3rem) 1.5rem;border-top:1px solid var(--color-line);background:#fff}.footer-grid{width:min(1120px,100%);margin:0 auto}.site-footer h2{margin:0 0 .75rem;font-size:1rem}.site-footer nav{display:grid;align-content:start;gap:.35rem;color:var(--color-muted)}.footer-note{width:min(1120px,100%);margin:2rem auto 0;color:var(--color-muted);font-size:.92rem}@media(max-width:820px){.site-header{align-items:flex-start;flex-direction:column}.site-nav{justify-content:flex-start}.section-heading,.split-section{display:block}.idea,.category-grid,.post-grid,.footer-grid{grid-template-columns:1fr}}
