:root{--background: #fafaf8;--surface: #ffffff;--surface-warm: #faf8f3;--disclaimer-bg: #fffdf9;--text: #201812;--body-text: #3d3833;--muted: #6b6560;--muted-light: #7a7570;--border: #e2e0dc;--border-soft: #e8e5df;--accent: #2d5016;--accent-hover: #3d6822;--accent-light: #f0f4ec;--accent-border: #d4e7cb;--secondary: #c2590a;--secondary-hover: #a84d08;--secondary-light: #fef3ec;--secondary-underline: #c2590a40;--rank-gold: #b08d2e;--rank-secondary: #8b7355;--font-logo: "Playfair Display", "Georgia", serif;--font-serif: "Lora", "Georgia", "Times New Roman", serif;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--max-width: 1140px;--radius: 4px;--radius-lg: 8px;--shadow-sm: 0 1px 2px rgba(32, 24, 18, .04);--shadow-md: 0 2px 12px rgba(32, 24, 18, .06)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--font-sans);font-weight:400;color:var(--body-text);background:var(--background);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--text);line-height:1.25;margin:0 0 .6em;font-weight:500;letter-spacing:-.01em}h1{font-size:clamp(2rem,4.2vw,3.2rem);font-weight:500}h2{font-size:clamp(1.5rem,2.6vw,2.05rem)}h3{font-size:1.2rem}p{margin:0 0 1rem}a{color:var(--secondary);text-decoration:none;text-decoration-color:var(--secondary-underline);text-underline-offset:3px}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.site-header .inner{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;max-width:var(--max-width);margin:0 auto;gap:1rem}.logo{font-family:var(--font-logo);font-size:1.55rem;font-weight:600;color:var(--text);letter-spacing:-.015em;line-height:1}.logo:hover{text-decoration:none}.logo span{color:var(--accent);font-style:italic}.nav-links{display:flex;gap:1.6rem;flex-wrap:wrap}.nav-links a{font-size:.88rem;font-weight:400;color:var(--body-text);text-decoration:none;letter-spacing:.01em}.nav-links a:hover{color:var(--accent);text-decoration:none}.hero{background:var(--background);padding:4.5rem 1.5rem 3rem;text-align:left;border-bottom:1px solid var(--border)}.hero-inner{max-width:var(--max-width);margin:0 auto}.hero h1{font-family:var(--font-serif);font-weight:500;max-width:820px;margin:0 0 1.1rem;color:var(--text)}.hero p{max-width:720px;margin:0 0 1.5rem;font-size:1.13rem;color:var(--body-text)}.hero .meta{font-size:.78rem;color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-weight:500}section.section{padding:3.5rem 0}section.section.alt{background:var(--surface-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2rem;flex-wrap:wrap;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.section-header h2{margin:0;font-size:1.55rem}.section-header a{font-size:.88rem;font-weight:500;color:var(--accent);text-decoration:none}.section-header a:hover{text-decoration:underline}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.cat-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .15s,box-shadow .15s,transform .15s;color:inherit;text-decoration:none}.cat-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);text-decoration:none;transform:translateY(-1px)}.cat-card .icon{font-size:1.6rem;margin-bottom:.75rem;display:block}.cat-card h3{margin:0 0 .4rem;color:var(--text);font-size:1.1rem;font-weight:500}.cat-card p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}.article-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.5rem}.article-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .15s,border-color .15s;display:flex;flex-direction:column}.article-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent-border)}.article-card .thumb{height:150px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:2.6rem;border-bottom:1px solid var(--border)}.article-card .body{padding:1.25rem 1.4rem 1.4rem;flex:1;display:flex;flex-direction:column}.article-card .tag{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:500;margin-bottom:.6rem}.article-card h3{font-size:1.15rem;margin:0 0 .55rem;font-weight:500;line-height:1.3}.article-card h3 a{color:var(--text);text-decoration:none}.article-card h3 a:hover{color:var(--accent)}.article-card p{color:var(--body-text);font-size:.94rem;margin:0 0 1rem;line-height:1.55}.article-card a.read{margin-top:auto;color:var(--accent);font-weight:500;font-size:.88rem;text-decoration:none}.article-card a.read:hover{text-decoration:underline}.ranking{display:flex;flex-direction:column;gap:1rem;margin:2.5rem 0}.rank-item{display:grid;grid-template-columns:88px 1fr;gap:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.75rem;align-items:start;transition:border-color .15s,box-shadow .15s}.rank-item:hover{box-shadow:var(--shadow-md)}.rank-item.top{background:linear-gradient(135deg,#f0f7ec,#fdfcfa);border-color:var(--accent-border);border-left:4px solid var(--accent);padding-left:1.6rem}.rank-col{display:flex;flex-direction:column;align-items:center;gap:.75rem}.rank-badge{font-family:var(--font-serif);font-size:1.6rem;font-weight:500;color:var(--rank-secondary);line-height:1}.rank-item.top .rank-badge{color:var(--accent)}.app-logo{width:64px;height:64px;border-radius:14px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--shadow-sm)}.app-logo img{width:56px;height:56px;object-fit:contain;border-radius:10px}.app-logo-fallback{font-family:var(--font-serif);font-size:1.3rem;font-weight:600;color:var(--accent);letter-spacing:-.02em}.store-links{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem}.store-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--body-text);font-size:.78rem;font-weight:500;font-family:var(--font-sans);text-decoration:none;letter-spacing:.01em;transition:border-color .15s,color .15s,background .15s}.store-btn:hover{border-color:var(--accent);color:var(--accent);text-decoration:none;background:var(--accent-light)}.store-btn svg{flex-shrink:0}.store-btn.review{background:var(--accent);color:#fff;border-color:var(--accent)}.store-btn.review:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}.rank-body h3{display:flex;align-items:baseline;gap:.75rem;margin:0 0 .4rem;flex-wrap:wrap;font-size:1.3rem;font-weight:500}.rank-body h3 a{color:var(--text);text-decoration:none}.rank-body h3 a:hover{color:var(--accent);text-decoration:underline}.rank-body h3 .score{font-family:var(--font-sans);font-size:.78rem;background:var(--accent-light);color:var(--accent);padding:3px 9px;border-radius:999px;font-weight:600;border:1px solid var(--accent-border);letter-spacing:.02em}.rank-body .price{color:var(--muted);font-size:.85rem;margin-bottom:.65rem;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.rank-body .verdict{margin:.5rem 0 1rem;color:var(--body-text);font-size:.98rem}.pro-con{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:.75rem;padding-top:1rem;border-top:1px dashed var(--border)}.pro-con ul{padding-left:1.1rem;margin:.4rem 0 0;font-size:.92rem;color:var(--body-text)}.pro-con li{margin-bottom:.3rem}.pro-con h4{font-family:var(--font-sans);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;margin:0;font-weight:600}.pro h4{color:var(--accent)}.con h4{color:var(--secondary)}.article-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem 5rem}.article-page .breadcrumb{font-size:.82rem;color:var(--muted);margin-bottom:1.25rem;letter-spacing:.04em}.article-page .breadcrumb a{color:var(--muted);text-decoration:none}.article-page .breadcrumb a:hover{color:var(--accent)}.article-page h1{font-size:clamp(1.9rem,3.6vw,2.6rem);margin-bottom:1rem}.article-page .article-meta{font-size:.8rem;color:var(--muted);margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.1em;font-weight:500}.article-page p{font-size:1.05rem;line-height:1.75}.article-page h2{font-size:1.55rem;margin-top:2.5rem;margin-bottom:.8rem}.article-page h3{font-size:1.2rem;margin-top:2rem}.article-page ul,.article-page ol{font-size:1.02rem;line-height:1.75}.article-page blockquote{border-left:3px solid var(--accent);background:var(--accent-light);margin:1.75rem 0;padding:1rem 1.4rem;font-family:var(--font-serif);font-style:italic;color:var(--text);border-radius:0 var(--radius) var(--radius) 0}.article-page strong{color:var(--text);font-weight:600}.newsletter{background:var(--surface-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3.5rem 1.5rem;text-align:center}.newsletter h2{color:var(--text)}.newsletter p{max-width:540px;margin:0 auto 1.5rem;color:var(--body-text)}.newsletter form{max-width:460px;margin:0 auto;display:flex;gap:.5rem}.newsletter input{flex:1;padding:.78rem 1rem;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);font-size:.98rem;font-family:inherit;color:var(--text)}.newsletter input:focus{outline:none;border-color:var(--accent)}.newsletter button{background:var(--accent);color:#fff;border:none;padding:.78rem 1.4rem;border-radius:var(--radius);font-weight:500;cursor:pointer;font-size:.95rem;font-family:inherit;letter-spacing:.02em}.newsletter button:hover{background:var(--accent-hover)}.site-footer{background:var(--background);color:var(--muted);padding:3rem 1.5rem 1.5rem;font-size:.9rem;border-top:1px solid var(--border)}.site-footer .cols{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem}.site-footer h4{color:var(--text);font-family:var(--font-sans);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;margin:0 0 .95rem;font-weight:600}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:.45rem}.site-footer a{color:var(--body-text);text-decoration:none}.site-footer a:hover{color:var(--accent);text-decoration:underline}.site-footer p{color:var(--muted);margin:0}.site-footer .bottom{max-width:var(--max-width);margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;font-size:.82rem;color:var(--muted)}.featured-pick{background:linear-gradient(135deg,#f0f7ec,#fdfcfa);border:1px solid var(--accent-border);border-left:4px solid var(--accent);border-radius:var(--radius);padding:2rem 2.25rem;margin:2.5rem 0}.featured-pick .label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:.4rem}.featured-pick h3{font-family:var(--font-serif);color:var(--text);font-size:1.5rem;margin:.2rem 0 .6rem;font-weight:500}.featured-pick p{color:var(--body-text);margin:0 0 1.2rem;font-size:1rem;line-height:1.65}.featured-pick .cta{display:inline-block;background:var(--accent);color:#fff;padding:.7rem 1.4rem;border-radius:var(--radius);font-weight:500;font-size:.92rem;text-decoration:none;letter-spacing:.02em}.featured-pick .cta:hover{background:var(--accent-hover);text-decoration:none}.pillar-section{padding:1.25rem 0;border-bottom:1px dashed var(--border)}.pillar-section h2{margin:0 0 .5rem;font-size:1.3rem;border-bottom:none;padding-bottom:0}.pillar-section p{margin:0 0 .45rem}.pillar-section a{color:var(--accent);font-weight:500}.review-header{background:var(--surface-warm);border-bottom:1px solid var(--border);padding:2rem 0 2.5rem}.review-header .breadcrumb{margin-bottom:1.25rem;color:var(--muted);font-size:.82rem}.review-header .breadcrumb a{color:var(--muted);text-decoration:none}.review-header .breadcrumb a:hover{color:var(--accent);text-decoration:underline}.review-hero{display:grid;grid-template-columns:110px 1fr;gap:1.75rem;align-items:start}.review-hero-logo{width:110px;height:110px;border-radius:22px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--shadow-sm)}.review-hero-logo img{width:96px;height:96px;object-fit:contain;border-radius:18px}.review-hero-body .meta{font-size:.82rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.65rem}.review-hero-body .meta a{color:var(--accent);text-decoration:none}.review-hero-body .meta a:hover{text-decoration:underline}.review-hero-body h1{margin:0 0 .5rem;font-size:clamp(1.8rem,3.6vw,2.5rem)}.review-tagline{color:var(--body-text);font-size:1.08rem;margin:0 0 1.25rem;max-width:700px}.review-score-block{display:flex;align-items:center;gap:1rem;margin:0 0 1.25rem;max-width:460px}.big-score{display:flex;align-items:baseline;gap:.2rem;font-family:var(--font-serif)}.big-score .num{font-size:2.25rem;font-weight:600;color:var(--accent);line-height:1}.big-score .den{font-size:1rem;color:var(--muted)}.score-bar-lg{flex:1;height:10px;background:var(--border);border-radius:999px;overflow:hidden;min-width:100px}.score-bar-lg-fill{display:block;height:100%;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-hover) 100%);border-radius:999px}.review-cta-row{display:flex;flex-wrap:wrap;gap:.5rem}.review-body{display:grid;grid-template-columns:260px 1fr;gap:3rem;padding-top:2.5rem;padding-bottom:4rem;max-width:1080px}.fact-sheet{position:sticky;top:90px;align-self:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.4rem;font-size:.92rem}.fact-sheet h3{font-family:var(--font-sans);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0 0 .9rem;font-weight:600}.fact-sheet dl{margin:0;display:grid;grid-template-columns:max-content 1fr;gap:.45rem .9rem}.fact-sheet dt{color:var(--muted);font-size:.82rem}.fact-sheet dd{margin:0;color:var(--text);font-size:.9rem}.review-content>*{max-width:720px}.review-content h2{margin-top:2.5rem;font-size:1.5rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.review-content>p:first-child{font-size:1.12rem;line-height:1.75}.review-content p{font-size:1.02rem;line-height:1.75}.review-content ul,.review-content ol{font-size:1rem;line-height:1.7}.pros-cons-section .pro-con{border-top:none;padding-top:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.4rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;margin-top:1rem}.price-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem}.price-tier{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600}.price-amount{font-family:var(--font-serif);font-size:1.3rem;font-weight:600;color:var(--text);margin:.25rem 0 .4rem}.price-includes{color:var(--body-text);font-size:.9rem;line-height:1.5}.recos-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.recos{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.3rem}.recos.best{border-left:3px solid var(--accent)}.recos.not{border-left:3px solid var(--secondary)}.recos h4{font-family:var(--font-sans);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .5rem;font-weight:600}.recos.best h4{color:var(--accent)}.recos.not h4{color:var(--secondary)}.recos ul{padding-left:1.1rem;margin:0;font-size:.94rem;color:var(--body-text)}.recos li{margin-bottom:.3rem}.user-quote{border-left:3px solid var(--accent);background:var(--surface-warm);margin:1.25rem 0;padding:1rem 1.3rem;border-radius:0 var(--radius) var(--radius) 0}.user-quote p{font-family:var(--font-serif);font-style:italic;margin:0 0 .4rem;color:var(--text)}.user-quote cite{font-style:normal;font-size:.85rem;color:var(--muted)}.alts-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;margin-top:1rem}.alt-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.alt-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);text-decoration:none}.alt-name{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:var(--text);margin-bottom:.35rem}.alt-reason{color:var(--body-text);font-size:.92rem;margin:0 0 .6rem;line-height:1.5}.alt-link{color:var(--accent);font-size:.85rem;font-weight:500}@media (max-width: 880px){.review-body{grid-template-columns:1fr;gap:1.5rem}.fact-sheet{position:static}.review-hero{grid-template-columns:80px 1fr;gap:1rem}.review-hero-logo{width:80px;height:80px;border-radius:16px}.review-hero-logo img{width:68px;height:68px;border-radius:12px}.recos-grid{grid-template-columns:1fr}}.benchmark{margin:3rem 0 2.5rem}.benchmark h2{font-size:1.55rem;margin-bottom:.5rem;padding-bottom:.65rem;border-bottom:1px solid var(--border)}.benchmark-intro{color:var(--muted);font-size:.95rem;margin:0 0 1.25rem}.benchmark-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.benchmark-table{width:100%;border-collapse:collapse;font-size:.92rem;font-family:var(--font-sans)}.benchmark-table thead th{background:var(--surface-warm);color:var(--muted);font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.benchmark-table tbody tr{border-bottom:1px solid var(--border);transition:background .12s}.benchmark-table tbody tr:last-child{border-bottom:none}.benchmark-table tbody tr:hover{background:var(--surface-warm)}.benchmark-table tbody tr.is-top{background:linear-gradient(90deg,#f0f7ec,#fdfcfa)}.benchmark-table tbody tr.is-top:hover{background:#e9f3e2}.benchmark-table td{padding:.9rem 1rem;vertical-align:middle;color:var(--body-text)}.col-rank{width:48px}.rank-pill{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:999px;background:var(--accent-light);color:var(--accent);font-weight:600;font-size:.78rem;border:1px solid var(--accent-border);padding:0 .45rem}.is-top .rank-pill{background:var(--accent);color:#fff;border-color:var(--accent)}.col-app{min-width:200px}.app-cell{display:flex;align-items:center;gap:.7rem}.app-thumb{width:32px;height:32px;border-radius:8px;background:var(--surface-warm);border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.app-thumb img{width:28px;height:28px;object-fit:contain;border-radius:6px}.app-thumb-fallback{font-family:var(--font-serif);font-size:.85rem;font-weight:600;color:var(--accent)}.app-name{font-weight:500;color:var(--text)}.app-name a{color:var(--text);text-decoration:none}.app-name a:hover{color:var(--accent);text-decoration:underline}.col-score{width:180px}.score-cell{display:flex;align-items:center;gap:.6rem}.score-num{font-family:var(--font-serif);font-size:1rem;font-weight:600;color:var(--text);width:2.4em}.score-bar{display:inline-block;flex:1;height:6px;background:var(--border);border-radius:999px;overflow:hidden;min-width:60px}.score-bar-fill{display:block;height:100%;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-hover) 100%);border-radius:999px}.col-tier{width:110px}.tier-pill{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:999px;border:1px solid}.tier-pill.tier-excellent{background:var(--accent-light);color:var(--accent);border-color:var(--accent-border)}.tier-pill.tier-strong{background:#f5efe2;color:#8b6914;border-color:#e4d8b5}.tier-pill.tier-solid{background:#fdfaf3;color:var(--rank-secondary);border-color:#e4ddd0}.tier-pill.tier-mixed{background:var(--secondary-light);color:var(--secondary);border-color:#f4ddc8}.col-price{font-size:.88rem;min-width:140px}.price-detail{color:var(--muted);font-size:.8rem}.col-highlight{color:var(--body-text);font-size:.92rem;max-width:280px}@media (max-width: 760px){.benchmark-table{font-size:.85rem}.benchmark-table thead th,.benchmark-table td{padding:.7rem .6rem}.price-detail,.col-highlight{display:none}.col-highlight~th,th.col-highlight{display:none}}.faq{margin:3rem 0 1rem}.faq h2{font-size:1.55rem;margin-bottom:1.25rem;padding-bottom:.65rem;border-bottom:1px solid var(--border)}.faq-list{display:flex;flex-direction:column;gap:.6rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:0;transition:border-color .15s}.faq-item[open]{border-color:var(--accent-border)}.faq-item summary{cursor:pointer;padding:1rem 2.5rem 1rem 1.25rem;font-family:var(--font-serif);font-size:1.05rem;font-weight:500;color:var(--text);list-style:none;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);font-size:1.4rem;color:var(--accent);font-weight:400;line-height:1}.faq-item[open] summary:after{content:"–"}.faq-answer{padding:0 1.25rem 1.1rem;color:var(--body-text);font-size:.98rem;line-height:1.7}.faq-answer p{margin:0 0 .6rem}.faq-answer a{color:var(--accent);text-decoration:underline;text-decoration-color:var(--accent-border)}.linkblock{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.75rem;margin:2.5rem 0}.linkblock h3{font-family:var(--font-sans);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:600;margin:0 0 .85rem}.linkblock ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem;grid-template-columns:1fr}.linkblock li{font-size:.96rem}.linkblock a{color:var(--accent);text-decoration:none;font-weight:500}.linkblock a:hover{text-decoration:underline}.linkblock.sources a:after{content:" ↗";color:var(--muted);font-weight:400}.logo{display:inline-flex;flex-direction:column;line-height:1;font-family:var(--font-logo);text-decoration:none;gap:2px}.logo .lockup{display:flex;align-items:center;gap:8px}.logo .mark{width:26px;height:26px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.logo .name{font-size:1.25rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.logo .name em{font-style:italic;font-weight:500;color:var(--accent)}.logo .tagline{font-family:var(--font-sans);font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-left:34px}.methodology{background:var(--accent-light);border:1px solid var(--accent-border);border-radius:var(--radius);padding:1.5rem 1.75rem;margin:2.5rem 0}.methodology h3{margin:0 0 .75rem;font-size:1.15rem;color:var(--text)}.methodology ol,.methodology ul{margin:0;padding-left:1.25rem}.methodology li{margin-bottom:.4rem;color:var(--body-text)}@media (max-width: 640px){.pro-con{grid-template-columns:1fr}.rank-item{grid-template-columns:64px 1fr;gap:1rem;padding:1.25rem}.rank-badge{font-size:1.25rem}.app-logo{width:52px;height:52px}.app-logo img{width:44px;height:44px}.store-btn{font-size:.72rem;padding:.35rem .65rem}.newsletter form{flex-direction:column}.hero{padding:3rem 1.25rem 2.5rem}.featured-pick{padding:1.5rem}}
