:root{--bg: #ffedc4;--surface: #fffbf2;--text: #1c1a15;--text-muted: #7a6e56;--border: #ead9ae;--accent: #f2531b;--accent-strong: #cf3f0d;--accent-contrast: #ffffff;--gold: #f1bc53;--gold-strong: #d99b2e;--chip-bg: #f7e6bc;--hero-bg: #f3d89e;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--maxw: 68rem;--maxw-prose: 44rem;--radius: 12px;--shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .06)}@media(prefers-color-scheme:dark){:root{--bg: #17140d;--surface: #211c12;--text: #f5ecd6;--text-muted: #b3a585;--border: #342d1e;--accent: #ff6b33;--accent-strong: #ff854f;--accent-contrast: #1a1200;--gold: #f1bc53;--gold-strong: #ffd06b;--chip-bg: #2b2416;--hero-bg: #221b10;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .5)}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent-strong);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}h1,h2,h3{line-height:1.15;letter-spacing:-.01em}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:1.25rem}.prose{max-width:var(--maxw-prose)}.prose p,.prose ul,.prose ol{margin-block:1rem}.prose h2{margin-top:2.25rem;font-size:1.5rem}.prose h3{margin-top:1.75rem;font-size:1.2rem}.prose img{border-radius:var(--radius);margin-block:1.5rem}.prose blockquote{margin:1.5rem 0;padding-left:1rem;border-left:3px solid var(--accent);color:var(--text-muted);font-style:italic}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.prose th,.prose td{border:1px solid var(--border);padding:.5rem .7rem;text-align:left}.prose th{background:var(--chip-bg)}.site-header{border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.9rem}.brand{font-weight:800;font-size:1.05rem;letter-spacing:-.02em;color:var(--text);display:inline-flex;align-items:center;gap:.55rem}.brand:hover{text-decoration:none}.brand .mark{display:block;width:2.4rem;height:2.4rem;object-fit:contain;border-radius:50%}.nav{display:flex;gap:1.25rem;flex-wrap:wrap}.nav a{color:var(--text-muted);font-weight:600;font-size:.95rem}.nav a:hover{color:var(--text);text-decoration:none}.site-footer{border-top:1px solid var(--border);margin-top:4rem;padding-block:2rem;color:var(--text-muted);font-size:.9rem}.hero{padding-block:3.5rem 2rem}.hero h1{font-size:clamp(2rem,5vw,3.1rem);margin:0 0 .75rem}.hero p{color:var(--text-muted);font-size:1.15rem;max-width:40rem}.hero-band .hero{padding-block:3.5rem 3.25rem}.hero-band--warm{background:var(--hero-bg);border-bottom:1px solid var(--border)}.hero-band--warm .hero-logo img{box-shadow:0 10px 30px #0000001a}.hero-band--orange{background:#f2531b;border-bottom:4px solid #cf3f0d}.hero-band--orange .hero-copy h1{color:#fff8f0}.hero-band--orange .hero-copy p{color:#ffe7d9}.hero-band--orange .hero-copy p em{color:#ffd0bb}.hero-band--orange .chip{background:#fff3;color:#fff}.hero-band--orange .btn{background:#fffaf2;color:#cf3f0d}.hero-band--orange .btn:hover{background:#fff}.hero-band--orange .hero-logo img{box-shadow:0 12px 34px #00000038}.hero-band--gold{background:#f1bc53;border-bottom:4px solid #d99b2e}.hero-band--gold .hero-copy h1{color:#2e2410}.hero-band--gold .hero-copy p{color:#4a3d1e}.hero-band--gold .hero-copy p em{color:#6a5320}.hero-band--gold .chip{background:#0000001f;color:#4a3d1e}.hero-band--gold .btn{background:#f2531b;color:#fff}.hero-band--gold .btn:hover{background:#cf3f0d}.hero-band--gold .hero-logo img{box-shadow:0 12px 34px #00000029}.hero-grid{display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap}.hero-copy{flex:1 1 22rem}.hero-logo{flex:0 0 auto;width:min(340px,42vw)}.hero-logo img{width:100%;height:auto;border-radius:24px}@media(max-width:760px){.hero-grid{flex-direction:column-reverse;align-items:flex-start;gap:1.5rem}.hero-logo{width:min(260px,70vw)}}.chip{display:inline-block;background:var(--chip-bg);color:var(--text-muted);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .6rem;border-radius:999px}.card-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(17rem,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000014,0 16px 40px #0000001a}.card .card-body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.card h3{margin:.2rem 0 0;font-size:1.15rem}.card h3 a{color:var(--text)}.card .meta{color:var(--text-muted);font-size:.85rem}.card .excerpt{color:var(--text-muted);font-size:.95rem;margin:0}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:2.5rem 0 1.25rem}.section-head h2{margin:0;font-size:1.4rem}.tool-lead{font-size:1.2rem;color:var(--text-muted);max-width:44rem}.feature-shot{margin:1.75rem 0;max-width:60rem}.feature-shot img{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}.feature-shot figcaption{margin-top:.6rem;font-size:.9rem;color:var(--text-muted);max-width:46rem}.grade-legend{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0 1.5rem;max-width:60rem}.grade-pill{font-size:.72rem;font-weight:700;padding:.22rem .65rem;border-radius:999px;letter-spacing:.02em;white-space:nowrap}.feature-list{display:grid;gap:1.3rem 1.75rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));margin:1.25rem 0 .5rem;max-width:60rem;list-style:none;padding:0}.feature-item h4{margin:0 0 .3rem;font-size:1.02rem}.feature-item p{margin:0;color:var(--text-muted);font-size:.95rem}.tool-note{font-size:.95rem;color:var(--text-muted);border-left:3px solid var(--gold);padding-left:.9rem;font-style:italic}.article-header{padding-block:2.5rem 1rem}.article-header h1{font-size:clamp(1.8rem,4.5vw,2.6rem);margin:.6rem 0 .5rem}.article-header .meta{color:var(--text-muted);font-size:.95rem}.btn{display:inline-block;background:var(--accent);color:var(--accent-contrast);font-weight:700;padding:.6rem 1.1rem;border-radius:999px;font-size:.95rem}.btn:hover{background:var(--accent-strong);text-decoration:none}@media(max-width:640px){body{font-size:16px}.site-header .container{flex-direction:column;align-items:flex-start}}
