@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700;800&display=swap");

:root{
  --bg:#fffdf8;--fg:#1f2933;--card:#fff;--muted:#6b7280;--border:#e8e2d7;
  --cream:#f8f1e4;--cream-strong:#f3e8d4;--accent:#d97706;--accent-dark:#9a4f04;
  --success:#168653;--danger:#b42318;--rating:#e2a51c;
  --shadow-card:0 1px 2px rgba(67,49,24,.04),0 4px 16px rgba(67,49,24,.07);
  --shadow-elevated:0 10px 34px rgba(67,49,24,.12);
  --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--fg);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:hover{color:var(--accent-dark)}
img{max-width:100%;display:block}
h1,h2,h3,h4{font-family:Fraunces,Georgia,serif;font-weight:600;line-height:1.08;letter-spacing:0;margin:0 0 .55rem}
h1{font-size:clamp(2.35rem,5vw,4.75rem)}
h2{font-size:clamp(1.8rem,3vw,2.65rem)}
h3{font-size:1.24rem}
p{margin:.35rem 0 1rem}
.container{max-width:1180px;margin:0 auto;padding:0 20px}
.muted{color:var(--muted)}
.skip{position:absolute;left:-999px}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);border-bottom:1px solid var(--border);backdrop-filter:blur(14px)}
.nav{height:68px;display:flex;align-items:center;gap:24px}
.site-logo{display:flex;flex-shrink:0;align-items:center;gap:10px;font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.28rem;color:var(--accent-dark)}
.site-logo img{height:40px;width:auto}
.site-logo-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--accent);color:#fff;font-family:Inter,sans-serif;font-weight:900}
.nav-links{display:flex;gap:18px;font-size:.92rem;font-weight:700;color:#374151}
.nav-links>a,.nav-dropdown>a{display:inline-flex;align-items:center;gap:4px;border-radius:7px;padding:8px 12px;color:var(--fg)}
.nav-links>a:hover,.nav-dropdown>a:hover{background:var(--cream);color:var(--fg)}
.nav-dropdown{position:relative}
.nav-menu{position:absolute;left:0;top:100%;display:none;width:256px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:8px;box-shadow:var(--shadow-elevated)}
.nav-dropdown:hover .nav-menu{display:block}
.nav-menu a{display:flex;align-items:center;gap:12px;border-radius:7px;padding:8px 10px;font-size:.9rem;font-weight:500;color:var(--fg)}
.nav-menu a:hover{background:var(--cream);color:var(--fg)}
.nav-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
.header-search{display:flex;align-items:center;gap:7px;border:1px solid var(--border);background:var(--bg);border-radius:10px;padding:5px 6px 5px 12px;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.header-search input{width:190px;border:0;background:transparent;outline:0;font:inherit;font-size:.88rem}
.search-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:999px;background:#fff;padding:7px 13px;color:var(--muted);font-size:.9rem}
.search-pill:before{content:"Search";font-size:.75rem;color:var(--accent-dark);font-weight:900}
.search-pill:hover{border-color:var(--accent);color:var(--fg)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:.68rem 1rem;font-weight:800;font-size:.9rem;cursor:pointer;transition:.18s ease;white-space:nowrap}
.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-card);color:var(--accent-dark)}
.btn.primary,.btn.cta{background:var(--accent);border-color:var(--accent);color:#fff}
.btn.primary:hover,.btn.cta:hover{background:var(--accent-dark);color:#fff}
.btn.danger{background:var(--danger);border-color:var(--danger);color:#fff}
.btn.small{padding:.48rem .7rem;font-size:.78rem}
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fbf1df 0%,var(--bg) 100%);padding:48px 0 34px;text-align:center}
.hero h1{max-width:850px;margin:16px auto 0}
.hero p{max-width:690px;margin:12px auto 0;color:var(--muted);font-size:1.05rem}
.eyebrow{display:inline-flex;gap:7px;align-items:center;border:1px solid var(--border);background:#fff;border-radius:999px;padding:5px 10px;color:var(--accent-dark);font-size:.73rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.hero-badge:before{content:"★";color:var(--rating)}
.eyebrow.flat{border:0;background:transparent;padding:0;color:var(--accent)}
.searchbar{display:flex;gap:9px;max-width:640px;margin:24px auto 0}
.searchbar .input{height:48px;box-shadow:var(--shadow-card)}
.input,select,textarea{width:100%;border:1px solid var(--border);border-radius:9px;background:#fff;padding:.72rem .8rem;font:inherit;color:var(--fg)}
textarea{min-height:160px}
.trust-row{border-bottom:1px solid var(--border);background:var(--bg)}
.metrics{display:grid;grid-template-columns:repeat(4,1fr)}
.metric{display:flex;gap:13px;align-items:center;padding:22px 18px;border-right:1px solid var(--border)}
.metric:last-child{border-right:0}
.metric-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:rgba(217,119,6,.11);color:var(--accent-dark);font-weight:900}
.metric strong{display:block;font-family:Fraunces,Georgia,serif;font-size:1.18rem;line-height:1.1}
.metric span{font-size:.82rem;color:var(--muted)}
.section{padding:54px 0}
.section.tight{padding:34px 0}
.section.cream{background:rgba(248,241,228,.72);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:26px}
.section-head p{margin-bottom:4px}
.text-link{font-weight:800;color:var(--accent-dark)}
.grid{display:grid;gap:22px}
.grid.cols-2{grid-template-columns:repeat(2,1fr)}
.grid.cols-3{grid-template-columns:repeat(3,1fr)}
.grid.cols-4{grid-template-columns:repeat(4,1fr)}
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden}
.card.pad{padding:22px}
.hover-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.hover-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated);border-color:rgba(217,119,6,.42)}
.badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:rgba(217,119,6,.12);color:var(--accent-dark);padding:4px 9px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.freshness{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:rgba(22,134,83,.1);color:var(--success);padding:4px 9px;font-size:.72rem;font-weight:900}
.featured-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:24px}
.featured-main img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .45s ease}
.featured-main:hover img,.article-card:hover img{transform:scale(1.045)}
.featured-main .body{padding:25px}
.featured-main h3{font-size:clamp(1.8rem,3vw,2.75rem)}
.featured-side{display:grid;gap:22px}
.article-card{display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated);border-color:rgba(217,119,6,.42)}
.article-card .image-link{display:block;overflow:hidden;background:var(--cream)}
.article-card img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .45s ease}
.article-card.compact{display:grid;grid-template-columns:180px 1fr;min-height:170px}
.article-card.compact .image-link img{height:100%;aspect-ratio:auto}
.article-card .body{padding:19px;display:flex;flex-direction:column;gap:8px;flex:1}
.article-card h3 a{transition:color .18s ease}
.article-card h3 a:hover{color:var(--accent-dark)}
.line-clamp-1,.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.line-clamp-1{-webkit-line-clamp:1}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}
.card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;font-size:.8rem;color:var(--muted)}
.category-card{display:flex;gap:16px;align-items:flex-start;padding:22px;transition:.18s ease}
.category-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-elevated);border-color:rgba(217,119,6,.35)}
.category-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--cream);color:var(--accent-dark);font-weight:900}
.compare-card{display:flex;flex-direction:column;gap:9px;padding:24px;min-height:230px}
.compare-card .text-link{margin-top:auto}
.process-card{padding:23px}
.process-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:rgba(217,119,6,.12);color:var(--accent-dark);font-weight:900;margin-bottom:12px}
.rank-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;counter-reset:rank}
.rank-item{display:flex;gap:16px;align-items:flex-start;padding:17px}
.rank-num{font-family:Fraunces,Georgia,serif;font-size:1.55rem;font-weight:700;color:rgba(217,119,6,.72)}
.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:.9rem;margin-bottom:22px}
.article-shell{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:42px}
.article-header h1{font-size:clamp(2.45rem,5vw,4.65rem)}
.article-subtitle{font-size:1.18rem;color:var(--muted);max-width:850px}
.author-line{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:15px 0;margin:22px 0}
.author-mini{display:flex;align-items:center;gap:12px}
.avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:var(--cream)}
.updated-pill{display:inline-flex;gap:6px;align-items:center;color:var(--success);font-weight:900;font-size:.86rem}
.featured-image{border-radius:18px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-card)}
.featured-image img{width:100%;aspect-ratio:16/9;object-fit:cover}
.affiliate-box{display:flex;gap:13px;align-items:flex-start;border:1px solid #f0c884;background:#fff8eb;border-radius:14px;padding:16px 18px;margin:22px 0;color:#67420a}
.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0}
.summary-pick{padding:17px;border-left:4px solid var(--accent)}
.summary-pick small{font-weight:900;color:var(--accent-dark);text-transform:uppercase;letter-spacing:.05em}
.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:var(--shadow-card)}
.table{width:100%;border-collapse:collapse;min-width:680px}
.table th,.table td{border-bottom:1px solid var(--border);padding:13px 14px;text-align:left;vertical-align:top}
.table th{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:var(--cream)}
.table tr:last-child td{border-bottom:0}
.product-list{display:grid;gap:18px;margin-top:20px}
.product-card{display:grid;grid-template-columns:170px 1fr;gap:18px;padding:18px}
.product-card img{width:170px;aspect-ratio:1/1;object-fit:cover;border-radius:12px;background:var(--cream)}
.product-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.rating{color:var(--rating);font-weight:900}
.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:12px 0}
.pros-cons ul{margin:.35rem 0 0;padding-left:18px}
.prose{font-size:1.07rem;line-height:1.78;color:var(--fg)}
.prose h2{font-size:2rem;margin-top:2.55rem;margin-bottom:.75rem}
.prose h3{font-size:1.35rem;margin-top:2rem;margin-bottom:.5rem}
.prose p{margin-bottom:1rem}
.prose ul{margin:1rem 0;padding-left:1.25rem}
.prose a{color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px}
.faq-list{display:grid;gap:10px}
.faq-item{padding:18px}
.author-box{display:flex;gap:18px;align-items:flex-start;padding:22px}
.toc{position:sticky;top:92px}
.toc ol{margin:12px 0 0;padding-left:20px;display:grid;gap:9px;font-size:.93rem}
.sidebar-card{margin-top:16px}
.footer{margin-top:80px;border-top:1px solid var(--border);padding:0;background:var(--cream)}
.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:28px}
.footer>.footer-grid{padding-top:48px;padding-bottom:40px}
.footer-logo{height:36px;width:auto}
.footer a{display:block;color:var(--muted);margin:6px 0;font-size:.92rem}
.footer a:hover{color:var(--accent-dark)}
.footer-strong{font-weight:700;color:var(--fg)!important}
.footer-bottom{border-top:1px solid var(--border);padding-top:22px;padding-bottom:28px;font-size:.8rem;color:var(--muted)}
.footer-bottom p{margin:0 0 10px}
.admin-body{background:#fbf4e9}.admin-top{height:56px;display:flex;align-items:center;gap:16px;background:#fff;border-bottom:1px solid var(--border);padding:0 18px;position:sticky;top:0;z-index:20}.admin-wrap{display:flex}.admin-side{width:250px;min-height:calc(100vh - 56px);background:#fff;border-right:1px solid var(--border);padding:14px;position:sticky;top:56px}.admin-main{flex:1;padding:26px}.admin-nav-label{font-size:.68rem;text-transform:uppercase;color:var(--muted);font-weight:900;margin:16px 8px 4px}.admin-nav a{display:block;border-radius:8px;padding:8px 10px;font-size:.92rem}.admin-nav a.active,.admin-nav a:hover{background:rgba(217,119,6,.12);color:var(--accent-dark);font-weight:800}.stat{padding:18px}.stat strong{font-size:1.65rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field label{display:block;font-weight:800;font-size:.84rem;margin-bottom:5px}.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.notice{padding:12px;border-radius:8px;background:#fff4e5;border:1px solid #ffd89a}.login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(#fbf4e9,#fffdf8)}.login-card{width:min(420px,92vw);padding:28px}.row-actions{display:flex;gap:6px}.inline{display:inline}.hidden{display:none}
@media(max-width:980px){
  .nav{height:auto;min-height:68px;align-items:flex-start;flex-wrap:wrap;padding:12px 20px}.nav-actions{width:100%;margin-left:0}.header-search{width:100%}.header-search input{width:100%}
  .featured-layout,.article-shell,.footer-grid{grid-template-columns:1fr}.toc{position:static}.article-card.compact{grid-template-columns:160px 1fr}.summary-grid,.rank-list{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-right:0}
}
@media(max-width:720px){
  .container{padding:0 16px}.nav-links{display:none}.hero{padding:38px 0 26px}.searchbar{flex-direction:column}.searchbar .btn,.table .btn{width:100%}
  .grid.cols-2,.grid.cols-3,.grid.cols-4,.metrics,.form-grid,.pros-cons{grid-template-columns:1fr}
  .metric{border-right:0;border-bottom:1px solid var(--border)}.metric:last-child{border-bottom:0}
  .section{padding:40px 0}.section-head{align-items:flex-start;flex-direction:column}.article-card.compact,.product-card{grid-template-columns:1fr}.product-card img{width:100%;aspect-ratio:16/10}.author-line{align-items:flex-start;flex-direction:column}.author-box{flex-direction:column}.admin-wrap{display:block}.admin-side{position:static;width:auto;min-height:auto}.admin-main{padding:18px}
}
