:root{--page-width:1180px;--content-width:820px;--background:#fffdfd;--surface:#fff7fa;--surface-strong:#fff1f6;--text:#17171c;--text-muted:#64646f;--border:#eadde4;--accent:#ee5f91;--accent-hover:#dc4d82;--accent-soft:#fff0f5;--radius:16px;--shadow-soft:0 10px 30px #14141e0a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);font-family:var(--font-atkinson), system-ui, sans-serif;margin:0;font-size:18px;line-height:1.65}a{color:inherit}img,svg{max-width:100%;height:auto}.container{width:min(var(--page-width), calc(100% - 2rem));margin-inline:auto}.skip-link{z-index:999;background:var(--text);color:#fff;padding:.75rem 1rem;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:20;border-bottom:1px solid var(--border);backdrop-filter:blur(8px);background:#fffdfdf5;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:72px;display:flex}.logo{color:var(--text);align-items:center;text-decoration:none;display:inline-flex}.logo-word{letter-spacing:-.03em;align-items:baseline;font-family:Georgia,Times New Roman,serif;line-height:1;display:inline-flex;position:relative}.logo-md .logo-word{font-size:2.15rem}.logo-lg .logo-word{font-size:2.55rem}.logo-sm .logo-word{font-size:1.45rem}.logo-i-wrap{width:auto;margin:0;display:inline-block;position:relative}.logo-stem{display:inline}.logo-petal{width:.38em;height:.38em;color:var(--accent);position:absolute;top:-.3em;left:50%;transform:translate(-50%)rotate(-10deg)}.main-nav{flex-wrap:wrap;gap:.35rem;display:flex}.main-nav a{color:var(--text-muted);border-radius:10px;padding:.5rem .7rem;font-size:.95rem;text-decoration:none;transition:all .2s}.main-nav a:hover,.main-nav a[aria-current=page]{background:var(--accent-soft);color:var(--text)}.hero{border-bottom:1px solid var(--border);background:linear-gradient(#fffafb 0%,#fffdfd 100%);padding:5.5rem 0}.hero-inner{max-width:860px}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .7rem;font-size:.82rem;font-weight:700}.hero h1{letter-spacing:-.05em;max-width:820px;margin:.5rem 0 1rem;font-size:clamp(2.5rem,6vw,5rem);line-height:1.03}.title-dot{color:var(--accent)}.hero-description{max-width:720px;color:var(--text-muted);font-size:1.18rem}.primary-button{background:var(--accent);color:#fff;box-shadow:var(--shadow-soft);border-radius:12px;margin-top:1rem;padding:.9rem 1.3rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.primary-button:hover{background:var(--accent-hover);transform:translateY(-1px)}.section,.page-shell,.article-shell{padding-block:4rem}.section-heading,.page-header{max-width:760px;margin-bottom:2rem}.section-heading h2,.page-header h1{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.decorated-title{align-items:center;gap:.45rem;display:inline-flex}.title-flourish{color:var(--accent);font-size:1rem;transform:translateY(-.25rem)}.page-header>p:last-child{color:var(--text-muted)}.category-grid,.article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.category-card,.article-card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#ffffffeb;padding:1.35rem;text-decoration:none;transition:all .2s;display:block}.category-card{align-items:flex-start;gap:1rem;display:flex}.category-card:hover,.article-card:hover{border-color:#efbdd0;transform:translateY(-1px);box-shadow:0 16px 36px #14141e0f}.category-card h3,.article-card h2,.article-card h3{margin:0 0 .45rem;line-height:1.25}.category-card p,.article-card p{color:var(--text-muted);margin:0}.category-icon{background:var(--accent-soft);width:3rem;height:3rem;color:var(--accent);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.category-icon svg{width:1.45rem;height:1.45rem}.article-category{color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.35rem;font-size:.8rem;font-weight:700}.article-header{max-width:var(--content-width);margin:2rem auto}.article-header h1{letter-spacing:-.035em;margin:.5rem 0 1rem;font-size:clamp(2.3rem,5vw,4rem);line-height:1.08}.article-description{color:var(--text-muted);font-size:1.2rem}.article-meta{color:var(--text-muted);flex-wrap:wrap;gap:1rem;font-size:.9rem;display:flex}.article-hero-image{max-width:1000px;margin:2rem auto}.article-hero-image img{border-radius:var(--radius);width:100%;display:block}.prose{max-width:var(--content-width);margin-inline:auto}.prose h1,.prose h2,.prose h3{line-height:1.2}.prose h2{margin-top:2.5rem}.prose a{color:var(--accent)}.breadcrumbs{margin-bottom:2rem;font-size:.9rem}.breadcrumbs ol{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li:not(:last-child):after{content:"/";color:var(--text-muted);margin-left:.5rem}.breadcrumbs a{color:var(--text-muted);text-decoration:none}.affiliate-disclosure{max-width:var(--content-width);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin:2rem auto;padding:1rem 1.2rem}.affiliate-disclosure p{margin-bottom:0}.empty-state{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-align:center;padding:3rem}.site-footer{border-top:1px solid var(--border);background:linear-gradient(#fffdfd 0%,#fff8fb 100%);margin-top:5rem;padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:2fr 1fr;gap:3rem;display:grid}.footer-brand p{max-width:460px;color:var(--text-muted)}.footer-links{align-content:start;gap:.55rem;display:grid}.footer-links a{color:var(--text);text-underline-offset:.15em;text-decoration-color:#f2a7c2}.footer-bottom{color:var(--text-muted);border-top:1px solid #f1d8e3;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1rem;font-size:.85rem;display:flex}@media (width<=900px){.header-inner{flex-direction:column;align-items:flex-start;padding-block:1rem}.category-grid,.article-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.hero{padding:4rem 0}.category-card{align-items:center}}.toc,.verdict-box,.faq-section,.sources-section,.article-after-content{max-width:var(--content-width);margin:2rem auto}.toc{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1.35rem 1.5rem}.toc-title{margin:0 0 .75rem;font-weight:700}.toc ol{margin:0;padding-left:1.25rem}.toc li{margin:.35rem 0}.toc-depth-3{font-size:.95em;margin-left:1rem!important}.toc a{color:var(--text-muted);text-decoration:none}.toc a:hover{color:var(--accent)}.verdict-box{border-radius:var(--radius);background:var(--accent-soft);border:1px solid #f0c0d2;padding:1.5rem}.verdict-box h2{margin:0 0 .7rem}.verdict-box p:last-child{margin-bottom:0}.pros-cons{max-width:var(--content-width);grid-template-columns:1fr 1fr;gap:1rem;margin:2rem auto;display:grid}.pros-box,.cons-box{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:1.4rem}.pros-box h2,.cons-box h2{margin-top:0;font-size:1.3rem}.pros-box li::marker{color:#2d9a63}.cons-box li::marker{color:var(--accent)}.faq-section{margin-top:4rem}.faq-list{gap:.7rem;display:grid}.faq-item{border:1px solid var(--border);background:#fff;border-radius:12px}.faq-item summary{cursor:pointer;padding:1rem 1.2rem;font-weight:700}.faq-item p{color:var(--text-muted);margin:0;padding:0 1.2rem 1.2rem}.sources-section{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem}.sources-section li{margin-bottom:.5rem}.sources-section a{color:var(--accent)}.affiliate-cta{max-width:var(--content-width);border-radius:var(--radius);background:var(--surface);text-align:center;border:1px solid #f0c0d2;margin:2rem auto;padding:1.4rem}.affiliate-button{background:var(--accent);border-radius:11px;padding:.85rem 1.3rem;font-weight:700;text-decoration:none;display:inline-block;color:#fff!important}.affiliate-button:hover{background:var(--accent-hover)}.affiliate-cta small{color:var(--text-muted);margin-top:.65rem;display:block}.comparison-table-wrapper{margin:2rem auto;overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;font-size:.95rem}.comparison-table th,.comparison-table td{border:1px solid var(--border);text-align:left;vertical-align:top;padding:.9rem}.comparison-table th{background:var(--surface)}@media (width<=720px){.pros-cons{grid-template-columns:1fr}}.article-shell{max-width:1080px}.article-header{max-width:860px}.prose{font-size:1.05rem;line-height:1.78}.prose p{margin-block:1.15rem}.comparison-table-wrapper{border:1px solid var(--border);border-radius:var(--radius);background:#fff;width:min(1000px,100vw - 2rem);max-width:none;margin-left:50%;transform:translate(-50%)}.comparison-table{min-width:850px}.comparison-table th{color:var(--text);font-weight:700}.comparison-table tbody tr:hover{background:var(--surface)}.comparison-table th:first-child,.comparison-table td:first-child{font-weight:700}.prose h2{border-top:1px solid var(--border);letter-spacing:-.025em;margin-top:3.5rem;margin-bottom:1rem;padding-top:1rem;font-size:clamp(1.65rem,3vw,2.1rem)}.prose h3{margin-top:2rem;margin-bottom:.7rem;font-size:1.3rem}.verdict-box{border-left:4px solid var(--accent);padding:1.8rem 2rem;position:relative}.verdict-box h2{font-size:1.45rem}.verdict-box p:last-child{font-size:1.05rem;line-height:1.7}.sources-section{font-size:.92rem}.sources-section ol{padding-left:1.3rem}.sources-section a{word-break:break-word}@media (width<=720px){.article-shell{padding-top:2rem}.article-header h1{font-size:clamp(2rem,10vw,3rem)}.prose{font-size:1rem;line-height:1.72}.toc,.verdict-box{padding:1.2rem}.comparison-table-wrapper{width:calc(100vw - 1rem)}}
