@charset "UTF-8";:root{--brand: #2563eb;--brand-dark: #1d4ed8;--brand-light: #dbeafe;--accent: #7c3aed;--cat-reviews: #ef4444;--cat-guides: #10b981;--cat-comparisons: #8b5cf6;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--bg: #ffffff;--bg-alt: var(--gray-50);--surface: #ffffff;--border: var(--gray-200);--disclosure-bg: #fffbeb;--disclosure-border: #fde68a;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Playfair Display", Georgia, serif;--container: 1200px;--gutter: 1.5rem;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.04);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.04);--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--radius-xl: 24px;--nav-bg: rgba(255,255,255,.85);--nav-overlay-bg: rgba(255,255,255,.97);--ease: cubic-bezier(.4,0,.2,1)}[data-theme=dark]{--gray-50: #0f172a;--gray-100: #1e293b;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748b;--gray-500: #94a3b8;--gray-600: #cbd5e1;--gray-700: #e2e8f0;--gray-800: #f1f5f9;--gray-900: #f8fafc;--bg: #0b1120;--bg-alt: #1e293b;--surface: #1e293b;--border: #334155;--brand-light: #1e3a8a;--disclosure-bg: #322008;--disclosure-border: #854d0e;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.4), 0 2px 4px -2px rgba(0,0,0,.3);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.45), 0 4px 6px -4px rgba(0,0,0,.3);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.5), 0 8px 10px -6px rgba(0,0,0,.3);--nav-bg: rgba(11,17,32,.9);--nav-overlay-bg: rgba(11,17,32,.97);color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--gray-800);background:var(--bg);min-height:100dvh;overflow-x:hidden;-webkit-text-size-adjust:100%;transition:background .25s var(--ease),color .25s var(--ease)}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-serif);font-weight:700;line-height:1.25;color:var(--gray-900)}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.35rem,3vw,1.85rem);margin-top:2rem}h3{font-size:clamp(1.1rem,2.5vw,1.4rem)}.container{width:100%;max-width:var(--container);margin:0 auto;padding-inline:var(--gutter)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.cat-badge{display:inline-block;font-family:var(--font-sans);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2em .7em;border-radius:999px;color:#fff}.cat-badge--reviews{background:var(--cat-reviews)}.cat-badge--guides{background:var(--cat-guides)}.cat-badge--comparisons{background:var(--cat-comparisons)}.article-body{font-family:var(--font-sans);font-size:1.08rem;line-height:1.8;color:var(--gray-700)}.article-body h2{font-family:var(--font-serif);font-size:1.5rem;color:var(--gray-900);margin:2.5rem 0 .75rem;padding-bottom:.4rem;border-bottom:2px solid var(--brand-light)}.article-body h3{font-family:var(--font-serif);font-size:1.2rem;color:var(--gray-900);margin:2rem 0 .5rem}.article-body p{margin-bottom:1.25rem}.article-body a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.article-body a:hover{color:var(--brand-dark)}.article-body strong{color:var(--gray-900)}.article-body ul,.article-body ol{margin:0 0 1.25rem 1.5rem}.article-body li+li{margin-top:.35rem}.article-body blockquote{border-left:4px solid var(--brand);background:var(--brand-light);padding:1rem 1.25rem;margin:1.5rem 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic;color:var(--gray-600)}.article-body code{background:var(--gray-100);padding:.15em .4em;border-radius:4px;font-size:.9em}.article-body pre{background:var(--gray-900);color:#e2e8f0;padding:1.25rem;border-radius:var(--radius);overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;margin:1.5rem 0}.article-body pre code{background:none;padding:0;color:inherit}.article-body table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.article-body table th,.article-body table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid var(--gray-200);white-space:nowrap}.article-body table th{background:var(--gray-50);font-weight:600;color:var(--gray-900);border-bottom-width:2px}.article-body table tr:hover td{background:var(--gray-50)}@media(min-width:769px){.article-body table{display:table}.article-body table th,.article-body table td{white-space:normal}}.article-body img{border-radius:var(--radius);margin:1.5rem 0}.article-body hr{border:none;border-top:1px solid var(--gray-200);margin:2rem 0}.page-content{min-height:calc(100dvh - 412px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}
