:root{--bg:#fff;--surface:#fff;--surface-muted:#f8fafc;--surface-blue:#eff6ff;--text:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--border:#e2e8f0;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-soft:#eff6ff;--gold:#f59e0b;--danger:#dc2626;--danger-soft:#fef2f2;--footer-bg:#0f172a;--shadow-sm:0 1px 2px #0f172a0d;--shadow-md:0 4px 16px #0f172a14;--shadow-lg:0 12px 32px #0f172a1a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--container:1200px;--font-sans:"Inter", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}code{background:var(--surface-muted);border-radius:6px;padding:.12em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.container{width:min(calc(100% - 2rem), var(--container));margin-inline:auto}.site{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1.15rem;font-size:.875rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{border-color:var(--border);color:var(--text);background:0 0}.btn--ghost:hover{background:var(--surface-muted)}.btn--outline{border-color:var(--border);color:var(--text);background:#fff}.btn--outline:hover{background:var(--surface-muted)}.icon-btn{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{background:var(--surface-muted);color:var(--text)}.site-header{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1.5rem;min-height:68px;display:flex}.site-logo{color:var(--text);flex-shrink:0;align-items:center;gap:.6rem;font-size:1.125rem;font-weight:700;display:inline-flex}.site-logo__icon{background:var(--accent);color:#fff;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.site-nav{align-items:center;gap:.15rem;display:flex}.site-nav__link{border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:color .15s,background .15s;display:inline-flex}.site-nav__link:hover{color:var(--text);background:var(--surface-muted)}.site-nav__link.is-active{color:var(--accent);background:var(--accent-soft)}.site-nav__dropdown{position:relative}.site-nav__dropdown-trigger{cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:.25rem;display:inline-flex}.site-nav__dropdown-menu{z-index:60;border:1px solid var(--border);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;background:#fff;padding:.35rem;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:calc(100% + .35rem);left:0;transform:translateY(-4px)}.site-nav__dropdown:hover .site-nav__dropdown-menu,.site-nav__dropdown:focus-within .site-nav__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.site-nav__dropdown-menu a{border-radius:var(--radius-sm);color:var(--text-muted);padding:.55rem .75rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:block}.site-nav__dropdown-menu a:hover,.site-nav__dropdown-menu a.is-active{background:var(--accent-soft);color:var(--accent)}.site-nav__dropdown-empty{color:var(--text-light);padding:.55rem .75rem;font-size:.875rem;display:block}.site-header__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.hero-section{background:#fff;padding:3rem 0 2.5rem}.hero-section__grid{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.hero-badge{background:var(--accent-soft);color:var(--accent);border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.4rem .85rem;font-size:.8125rem;font-weight:500;display:inline-flex}.hero-section__left h1{letter-spacing:-.03em;color:var(--text);margin:0 0 1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15}.hero-section__left h1 span{color:var(--accent)}.hero-section__lead{max-width:48ch;color:var(--text-muted);margin:0 0 1.5rem;font-size:1rem;line-height:1.7}.hero-search{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);gap:0;margin-bottom:2rem;display:flex;overflow:hidden}.hero-search input{min-width:0;color:var(--text);border:none;outline:none;flex:1;padding:.85rem 1rem;font-size:.9375rem}.hero-search input::placeholder{color:var(--text-light)}.hero-search .btn{border-radius:0;flex-shrink:0;padding:.85rem 1.5rem}.hero-features{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.hero-feature{align-items:flex-start;gap:.75rem;display:flex}.hero-feature__icon{border-radius:var(--radius-sm);background:var(--accent-soft);width:40px;height:40px;color:var(--accent);flex-shrink:0;place-items:center;display:grid}.hero-feature strong{color:var(--text);margin-bottom:.15rem;font-size:.875rem;font-weight:600;display:block}.hero-feature p{color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.5}.featured-review{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#fff;transition:box-shadow .2s,transform .2s;display:block;overflow:hidden}.featured-review:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0f172a1f}.featured-review__media{aspect-ratio:16/10;background:var(--surface-muted);position:relative;overflow:hidden}.featured-review__media img,.featured-review__placeholder{object-fit:cover;width:100%;height:100%}.featured-review__placeholder{background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.featured-review__badge{background:var(--accent);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:6px;padding:.3rem .65rem;font-size:.6875rem;font-weight:700;position:absolute;top:1rem;left:1rem}.featured-review__body{padding:1.25rem 1.35rem 1.35rem}.featured-review__body h2{letter-spacing:-.02em;color:var(--text);margin:0 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.35}.featured-review__body>p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.featured-review__meta{color:var(--text-light);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.8125rem;display:flex}.featured-review__author{color:var(--text-muted);align-items:center;gap:.4rem;display:inline-flex}.avatar{background:var(--accent-soft);width:24px;height:24px;color:var(--accent);border-radius:50%;place-items:center;font-size:.6875rem;font-weight:700;display:grid}.section-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.section-header h2{letter-spacing:-.02em;color:var(--text);margin:0;font-size:1.375rem;font-weight:700}.section-header__link{color:var(--accent);white-space:nowrap;font-size:.875rem;font-weight:500}.section-header__link:hover{text-decoration:underline}.popular-categories{background:var(--surface-muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}.popular-categories__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.popular-categories__empty{color:var(--text-muted);margin:0;font-size:.9375rem}.category-card{border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;background:#fff;flex-direction:column;align-items:center;gap:.65rem;padding:1.25rem .75rem;transition:box-shadow .2s,transform .2s;display:flex}.category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.category-card__icon{border-radius:var(--radius-md);place-items:center;width:48px;height:48px;font-size:1.375rem;display:grid}.category-card strong{color:var(--text);font-size:.875rem;font-weight:600}.category-card span:last-child{color:var(--text-light);font-size:.75rem}.content-section{background:#fff;padding:2.5rem 0 3rem}.latest-articles{min-width:0}.latest-articles__list{flex-direction:column;gap:0;display:flex}.article-row{border-bottom:1px solid var(--border);grid-template-columns:200px 1fr;gap:1.25rem;padding:1.25rem 0;transition:background .15s;display:grid}.article-row:first-child{padding-top:0}.article-row:hover{background:var(--surface-muted);border-radius:var(--radius-sm);margin-inline:-.75rem;padding-inline:.75rem}.article-row__thumb{aspect-ratio:16/10;border-radius:var(--radius-md);background:var(--surface-muted);flex-shrink:0;overflow:hidden}.article-row__thumb img,.article-row__placeholder{object-fit:cover;width:100%;height:100%}.article-row__placeholder{background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.article-row__tag{letter-spacing:.08em;color:var(--accent);margin-bottom:.35rem;font-size:.6875rem;font-weight:700;display:inline-block}.article-row__content h3{letter-spacing:-.02em;color:var(--text);margin:0 0 .4rem;font-size:1.0625rem;font-weight:700;line-height:1.35}.article-row__content>p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .65rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.article-row__meta{color:var(--text-light);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.8125rem;display:flex}.load-more-btn{width:100%;margin-top:1.5rem;padding:.85rem;font-size:.9375rem}.category-banner{color:var(--text-muted);text-align:center;padding:.75rem 0 0;font-size:.875rem}.category-banner a{color:var(--accent);font-weight:500}.category-banner a:hover{text-decoration:underline}.site-footer{background:var(--footer-bg);color:#cbd5e1;margin-top:auto}.site-footer__main{grid-template-columns:1.4fr repeat(4,1fr);gap:2rem;padding:3rem 0 2.5rem;display:grid}.site-footer__logo{color:#fff;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.0625rem;font-weight:700;display:inline-flex}.site-footer__tagline{color:#e2e8f0;margin:0 0 .65rem;font-size:.875rem;font-weight:500}.site-footer__desc{color:#94a3b8;max-width:28ch;margin:0 0 1.25rem;font-size:.8125rem;line-height:1.6}.site-footer__social{gap:.5rem;display:flex}.site-footer__social-link{border-radius:var(--radius-sm);color:#cbd5e1;background:#ffffff14;place-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;transition:background .15s;display:grid}.site-footer__social-link:hover{color:#fff;background:#ffffff26}.site-footer__column h3{color:#fff;margin:0 0 1rem;font-size:.875rem;font-weight:600}.site-footer__column ul{margin:0;padding:0;list-style:none}.site-footer__column li+li{margin-top:.55rem}.site-footer__column a{color:#94a3b8;font-size:.8125rem;transition:color .15s}.site-footer__column a:hover{color:#fff}.site-footer__bottom{border-top:1px solid #ffffff14}.site-footer__bottom-inner{color:#64748b;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:.8125rem;display:flex}.site-footer__bottom-inner p{margin:0}.empty-state{border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface-muted);text-align:center;padding:3rem 2rem}.empty-state h1,.empty-state h3{margin-top:0}.empty-state p{color:var(--text-muted)}.button{border-radius:var(--radius-sm);background:var(--accent);color:#fff;justify-content:center;align-items:center;margin-top:1rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.button:hover{background:var(--accent-hover)}.star-rating{align-items:center;gap:.45rem;display:inline-flex}.star-rating__stars{gap:.12rem;display:inline-flex}.star-rating__star{line-height:1;display:inline-block;position:relative}.star-rating__star-bg,.star-rating__star-fill{display:block}.star-rating__star-bg{color:#e2e8f0}.star-rating__star-fill{color:var(--gold);white-space:nowrap;position:absolute;inset:0 auto 0 0;overflow:hidden}.star-rating__value{color:var(--text);font-weight:700}.review-hero{background:#1e293b;min-height:420px;margin-bottom:2.5rem;position:relative}.review-hero__image{position:absolute;inset:0}.review-hero__image img{object-fit:cover;width:100%;height:100%}.review-hero__overlay{background:linear-gradient(#0f172a26 0%,#0f172ae0 100%);align-items:end;min-height:420px;display:flex;position:relative}.review-hero__content{color:#fff;padding:3rem 0 2.5rem}.back-link{color:#ffffffd1;margin-bottom:1rem;font-size:.875rem;display:inline-block}.back-link:hover{color:#fff}.review-hero__category{letter-spacing:.08em;text-transform:uppercase;background:#ffffff24;border-radius:999px;margin-bottom:.75rem;padding:.35rem .7rem;font-size:.75rem;font-weight:700;transition:background .2s;display:inline-block}.review-hero__category:hover{background:#ffffff3d}.review-hero__content h1{letter-spacing:-.03em;max-width:18ch;margin:0 0 .75rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.review-hero__summary{color:#ffffffdb;max-width:60ch;margin:0 0 1.25rem;font-size:1.0625rem}.review-hero__meta{color:#ffffffd1;flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.price-tag{background:#ffffff24;border-radius:999px;padding:.35rem .75rem;font-weight:600}.review-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:2rem;padding-bottom:3rem;display:grid}.review-main{gap:2rem;display:grid}.review-main--simple{max-width:760px;padding-bottom:3rem}.pros-cons{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.pros-cons__column{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);padding:1.25rem 1.35rem}.pros-cons__column h2{letter-spacing:.06em;text-transform:uppercase;margin:0 0 .85rem;font-size:.875rem;font-weight:700}.pros-cons__column ul{margin:0;padding-left:1.1rem}.pros-cons__column li+li{margin-top:.45rem}.pros-cons__column--pros{background:var(--accent-soft);border-color:#bfdbfe}.pros-cons__column--cons{background:var(--danger-soft);border-color:#fecaca}.article-content{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);padding:2rem}.article-content h2,.article-content h3{letter-spacing:-.02em;margin-top:2rem}.article-content h2:first-child,.article-content h3:first-child{margin-top:0}.article-content p,.article-content ul,.article-content ol{color:var(--text-muted)}.article-content strong{color:var(--text)}.article-content blockquote{border-left:4px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--accent-soft);color:var(--text);margin:1.5rem 0;padding:1rem 1.25rem}.article-inline-image{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg);margin:2rem 0;overflow:hidden}.article-inline-image img{object-fit:cover;width:100%;max-height:420px;display:block}.article-inline-image figcaption{color:var(--text-muted);border-top:1px solid var(--border);padding:.75rem 1rem;font-size:.875rem}.gallery{gap:1rem;display:grid}.gallery__main{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-muted);overflow:hidden}.gallery__main img{object-fit:cover;width:100%;max-height:520px}.gallery__thumbs{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.gallery__thumbs button{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:2px solid #0000;flex:0 0 92px;padding:0;overflow:hidden}.gallery__thumbs button.is-active{border-color:var(--accent)}.gallery__thumbs img{object-fit:cover;width:92px;height:68px}.review-sidebar{gap:1rem;display:grid;position:sticky;top:84px}.score-card,.verdict-card,.info-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);padding:1.35rem}.score-card__label,.verdict-card h2,.info-card h2{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .75rem;font-size:.8125rem;font-weight:700}.score-card__value{letter-spacing:-.05em;margin:0 0 .5rem;font-size:3rem;line-height:1}.verdict-card p{color:var(--text-muted);margin:0}.info-card dl{grid-template-columns:auto 1fr;gap:.55rem 1rem;margin:0;display:grid}.info-card dt{color:var(--text-muted);font-size:.875rem}.info-card dd{margin:0;font-weight:500}.about-page{background:#fff}.about-hero{background:linear-gradient(180deg, var(--accent-soft) 0%, #fff 100%);border-bottom:1px solid var(--border);padding:4rem 0 3rem}.about-hero__inner{max-width:720px}.about-hero__badge{color:var(--accent);background:#fff;border:1px solid #bfdbfe;border-radius:999px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;display:inline-block}.about-hero h1{letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15}.about-hero__lead{color:var(--text-muted);margin:0 0 1.75rem;font-size:1.0625rem;line-height:1.75}.about-hero__actions{gap:.75rem;display:flex}.about-stats{border-bottom:1px solid var(--border);padding:2rem 0}.about-stats__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.about-stats__grid strong{letter-spacing:-.03em;color:var(--text);font-size:2rem;font-weight:800;display:block}.about-stats__grid span{color:var(--text-muted);font-size:.875rem}.about-section{padding:3.5rem 0}.about-section--muted{background:var(--surface-muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-section__grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:3rem;display:grid}.about-section h2{letter-spacing:-.02em;margin:0 0 1rem;font-size:1.75rem;font-weight:700}.about-section p{color:var(--text-muted);margin:0 0 1rem;line-height:1.75}.about-section p:last-child{margin-bottom:0}.about-pullquote{border-left:4px solid var(--accent);border-radius:0 var(--radius-md) var(--radius-md) 0;background:var(--accent-soft);margin:0;padding:1.75rem}.about-pullquote p{color:var(--text);margin:0 0 .75rem;font-size:1.125rem;font-weight:500;line-height:1.6}.about-pullquote cite{color:var(--text-muted);font-size:.8125rem;font-style:normal}.about-pillars{padding:3.5rem 0}.about-pillars__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.about-pillar{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem}.about-pillar__icon{margin-bottom:.75rem;font-size:1.5rem;display:inline-block}.about-pillar h3{margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.about-pillar p{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.65}.about-timeline{gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.about-timeline li{grid-template-columns:80px 1fr;align-items:start;gap:1.5rem;display:grid}.about-timeline__year{color:var(--accent);font-size:1.125rem;font-weight:800}.about-timeline p{color:var(--text-muted);margin:0;line-height:1.65}.about-cta{padding:3.5rem 0 4rem}.about-cta__inner{border-radius:var(--radius-lg);background:var(--footer-bg);color:#fff;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 2.25rem;display:flex}.about-cta__inner h2{margin:0 0 .35rem;font-size:1.375rem;font-weight:700}.about-cta__inner p{color:#94a3b8;margin:0;font-size:.9375rem}@media (width<=1100px){.site-footer__main{grid-template-columns:1fr 1fr 1fr}.site-footer__brand-block{grid-column:1/-1}}@media (width<=960px){.site-nav{display:none}.hero-section__grid,.review-layout,.pros-cons,.hero-features{grid-template-columns:1fr}.review-sidebar{position:static}.review-hero__content h1{max-width:none}.about-section__grid,.about-pillars__grid{grid-template-columns:1fr}.about-stats__grid{grid-template-columns:repeat(2,1fr)}.about-cta__inner{flex-direction:column;align-items:flex-start}}@media (width<=640px){.hero-section{padding-top:2rem}.article-row{grid-template-columns:1fr}.article-row__thumb{aspect-ratio:16/9}.site-footer__main{grid-template-columns:1fr 1fr}.site-footer__bottom-inner{text-align:center;flex-direction:column}.article-content{padding:1.25rem}}
