*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--bg:#fff;--bg-secondary:#f8fafc;--text:#1a1a2e;--text-muted:#64748b;--border:#e2e8f0;--blue:#3b82f6;--blue-dark:#2563eb;--green:#22c55e;--green-dark:#16a34a;--badge-bg:#eff6ff;--badge-text:#1d4ed8;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.05);--shadow-lg:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05);--font:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;--font-mono:ui-monospace,'Cascadia Code','Source Code Pro',Menlo,Consolas,monospace;--max-w:1200px;--content-w:720px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;font-size:1rem}img{display:block;max-width:100%;height:auto}a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--blue-dark)}.skip-link{position:absolute;top:-40px;left:0;background:var(--blue);color:#fff;padding:.5rem 1rem;z-index:100;border-radius:0 0 var(--radius) 0;transition:top .2s}.skip-link:focus{top:0}.container{max-width:var(--max-w);margin:0 auto;padding:0 1rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.accent{color:var(--blue)}.btn{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1.25rem;border-radius:var(--radius);font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .15s;border:none;line-height:1.4}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark);color:#fff}.btn-cta{background:var(--green);color:#fff;font-size:.875rem;padding:.5rem 1rem}.btn-cta:hover{background:var(--green-dark);color:#fff}.btn-secondary{background:var(--bg-secondary);color:var(--text);border:1px solid var(--border);font-size:.875rem;padding:.5rem 1rem}.btn-secondary:hover{background:var(--border);color:var(--text)}.cta-link{display:inline-flex;align-items:center;background:var(--green);color:#fff !important;padding:.5rem 1.125rem;border-radius:var(--radius);font-weight:600;text-decoration:none !important;margin:1rem 0;transition:background .15s}.cta-link:hover{background:var(--green-dark)}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px;gap:1rem}.logo{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:var(--text);flex-shrink:0}.logo-text{font-size:1rem;font-weight:500}.logo-text strong{font-weight:700}.logo-sm{font-size:.875rem}.nav-menu{display:none;list-style:none;gap:.25rem}.nav-link{display:block;padding:.375rem .75rem;text-decoration:none;color:var(--text-muted);font-size:.9375rem;border-radius:var(--radius);font-weight:500;transition:color .15s,background .15s}.nav-link:hover{color:var(--text);background:var(--bg-secondary)}.nav-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:var(--radius)}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .2s}.site-footer{background:var(--bg-secondary);border-top:1px solid var(--border);margin-top:4rem;padding:2.5rem 0 0}.footer-inner{display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem}.footer-tagline{color:var(--text-muted);font-size:.875rem;margin-top:.5rem}.footer-nav{display:flex;gap:2.5rem;flex-wrap:wrap}.footer-nav-col h3{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem}.footer-nav-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-nav-col a{text-decoration:none;color:var(--text-muted);font-size:.9rem}.footer-nav-col a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);padding:1rem 0}.footer-bottom p{font-size:.8125rem;color:var(--text-muted);line-height:1.5}.footer-disclosure{margin-top:.25rem}.hero{background:linear-gradient(135deg,#f0f7ff 0%,#fafcff 100%);padding:3.5rem 0;border-bottom:1px solid var(--border)}.hero-inner{display:flex;flex-direction:column;gap:2rem}h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15;letter-spacing:-.02em}.hero-subtitle{font-size:1.125rem;color:var(--text-muted);max-width:540px;margin:1rem 0 1.5rem;line-height:1.65}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column}.stat-number{font-size:1.75rem;font-weight:800;color:var(--blue)}.stat-label{font-size:.8125rem;color:var(--text-muted)}.categories-section{padding:3rem 0}.categories-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.category-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;text-decoration:none;color:var(--text);transition:box-shadow .2s,border-color .2s;display:flex;flex-direction:column;gap:.375rem}.category-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue);color:var(--text)}.category-icon{color:var(--blue);margin-bottom:.25rem}.category-card h3{font-size:1rem;font-weight:700}.category-card p{font-size:.8125rem;color:var(--text-muted);line-height:1.45}.category-count{font-size:.75rem;color:var(--blue);font-weight:600;margin-top:.25rem}.latest-section{padding:3rem 0;background:var(--bg-secondary)}.latest-section .container,.articles-grid-page{}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:700}.view-all{font-size:.9rem;font-weight:600;text-decoration:none}.articles-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.article-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s}.article-card:hover{box-shadow:var(--shadow-md)}.article-card-image-link img{width:100%;height:200px;object-fit:cover}.article-card-body{padding:1.25rem}.article-card-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.625rem}.article-card-meta time{font-size:.8rem;color:var(--text-muted)}.category-tag{font-size:.75rem;font-weight:700;background:var(--badge-bg);color:var(--badge-text);padding:.2rem .6rem;border-radius:999px;text-decoration:none}.category-tag:hover{background:var(--blue);color:#fff}.article-card-title{font-size:1.0625rem;font-weight:700;margin-bottom:.5rem;line-height:1.35}.article-card-title a{text-decoration:none;color:var(--text)}.article-card-title a:hover{color:var(--blue)}.article-card-description{font-size:.875rem;color:var(--text-muted);margin-bottom:.875rem;line-height:1.55}.article-card-top-pick{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;margin-bottom:.875rem}.top-pick-label{color:var(--text-muted)}.score-badge-sm{background:var(--green);color:#fff;font-size:.75rem;font-weight:700;padding:.15rem .4rem;border-radius:4px}.trust-section{padding:3rem 0}.trust-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.trust-item{display:flex;flex-direction:column;gap:.5rem}.trust-item svg{color:var(--blue)}.trust-item h3{font-size:1rem;font-weight:700}.trust-item p{font-size:.875rem;color:var(--text-muted);line-height:1.55}.article-layout{display:grid;grid-template-columns:1fr;gap:2rem;padding-top:1.5rem;padding-bottom:3rem}.breadcrumbs{margin-bottom:1.25rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none;font-size:.8125rem;color:var(--text-muted);align-items:center}.breadcrumbs a{color:var(--text-muted);text-decoration:none}.breadcrumbs a:hover{color:var(--blue);text-decoration:underline}.article-header{margin-bottom:2rem}.article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:.875rem}.article-meta time{font-size:.8125rem;color:var(--text-muted)}.article-header h1{font-size:clamp(1.5rem,3.5vw,2.25rem);line-height:1.2;margin-bottom:.875rem}.article-description{font-size:1.125rem;color:var(--text-muted);line-height:1.65}.affiliate-disclosure{display:flex;gap:.75rem;background:#fffbeb;border:1px solid #fbbf24;border-radius:var(--radius);padding:.875rem 1rem;margin:1.5rem 0;font-size:.8125rem;color:#92400e;line-height:1.5}.affiliate-disclosure svg{flex-shrink:0;color:#d97706;margin-top:.1rem}.affiliate-disclosure a{color:#92400e}.comparison-table-wrap{margin:2rem 0}.comparison-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:540px}.comparison-table th{background:var(--bg-secondary);padding:.75rem 1rem;text-align:left;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:2px solid var(--border);white-space:nowrap}.comparison-table td{padding:.875rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tr.top-pick{background:#f0fdf4}.comparison-table tr:hover{background:var(--bg-secondary)}.tool-name{font-weight:600}.badge{display:inline-block;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;margin-right:.4rem;background:var(--green);color:#fff;white-space:nowrap}.score-badge{display:inline-flex;align-items:baseline;gap:.1rem;font-weight:800;font-size:1.0625rem;color:var(--text)}.score-max{font-size:.75rem;color:var(--text-muted);font-weight:500}.article-body{max-width:var(--content-w)}.article-body h2{font-size:1.4375rem;font-weight:700;margin:2.25rem 0 .875rem;line-height:1.25}.article-body h3{font-size:1.125rem;font-weight:700;margin:1.75rem 0 .625rem;line-height:1.3}.article-body p{margin-bottom:1.125rem;line-height:1.75}.article-body ul,.article-body ol{margin:.875rem 0 1.125rem 1.25rem;line-height:1.75}.article-body li{margin-bottom:.375rem}.article-body strong{font-weight:700}.article-body em{font-style:italic}.article-body a{color:var(--blue)}.article-body a:hover{color:var(--blue-dark)}.article-body hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.article-body table{width:100%;border-collapse:collapse;font-size:.9rem;margin:1.5rem 0;overflow-x:auto;display:block}.article-body th{background:var(--bg-secondary);padding:.625rem .875rem;text-align:left;font-weight:700;font-size:.8125rem;border-bottom:2px solid var(--border)}.article-body td{padding:.625rem .875rem;border-bottom:1px solid var(--border)}.article-body blockquote{border-left:4px solid var(--blue);padding:.875rem 1.25rem;background:var(--bg-secondary);border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0;color:var(--text-muted);font-style:italic}.article-body code{font-family:var(--font-mono);font-size:.875em;background:var(--bg-secondary);padding:.1em .35em;border-radius:4px}.article-body pre{background:#1e293b;color:#e2e8f0;padding:1.25rem;border-radius:var(--radius);overflow-x:auto;margin:1.5rem 0}.article-body pre code{background:none;color:inherit;padding:0;font-size:.875rem}.faq-section{max-width:var(--content-w);margin:2.5rem 0}.faq-section h2{font-size:1.4375rem;font-weight:700;margin-bottom:1.25rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{font-weight:700;font-size:.9375rem;padding:1rem 1.25rem;background:var(--bg-secondary);cursor:pointer}.faq-answer{padding:1rem 1.25rem;font-size:.9375rem;line-height:1.65;color:var(--text-muted)}.author-bio{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;background:var(--bg-secondary);border-radius:var(--radius-lg);margin-top:2.5rem;max-width:var(--content-w);border:1px solid var(--border)}.author-avatar{flex-shrink:0}.author-name{font-size:.875rem;font-weight:600;margin-bottom:.2rem}.author-title{font-size:.75rem;color:var(--blue);font-weight:500;margin-bottom:.375rem}.author-description{font-size:.8125rem;color:var(--text-muted);line-height:1.6}.article-sidebar{display:none}.toc-widget{position:sticky;top:76px}.toc-title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem}#toc ul{list-style:none;display:flex;flex-direction:column;gap:.375rem}#toc a{font-size:.875rem;text-decoration:none;color:var(--text-muted);padding:.25rem 0;border-left:2px solid var(--border);padding-left:.75rem;transition:color .15s,border-color .15s;display:block}#toc a:hover,#toc a.active{color:var(--blue);border-left-color:var(--blue)}#toc .toc-h3 a{padding-left:1.5rem;font-size:.8125rem}.page-header{padding:2rem 0 1.5rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.page-header h1{font-size:clamp(1.5rem,3vw,2rem)}.page-description{color:var(--text-muted);margin-top:.5rem;font-size:.9375rem}@media (min-width:768px){.container{padding:0 1.5rem}.nav-toggle{display:none}.nav-menu{display:flex}.hero-inner{flex-direction:row;align-items:center;justify-content:space-between}.hero-stats{flex-direction:column;align-items:flex-end;gap:1rem}.categories-grid{grid-template-columns:repeat(4,1fr)}.articles-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(3,1fr)}.footer-inner{flex-direction:row;justify-content:space-between}.article-layout{padding-top:2rem}}@media (min-width:1024px){.article-layout{grid-template-columns:1fr 260px}.article-layout .breadcrumbs{grid-column:1 / -1;margin-bottom:0}.article-sidebar{display:block}.article-main{min-width:0}.articles-grid{grid-template-columns:repeat(3,1fr)}.hero{padding:5rem 0}}@media (max-width:767px){.nav-menu.is-open{display:flex;flex-direction:column;position:absolute;top:60px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:1rem;box-shadow:var(--shadow-md)}.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}