:root{--bg:#f7f4ef;--bg-card:#fff;--text:#1a1a1a;--text-secondary:#5c5c5c;--text-muted:#8a8a8a;--accent:#1a1a1a;--accent-hover:#333;--border:#e8e4de;--border-subtle:#f0ede8;--shadow:0 1px 3px #0000000a, 0 1px 2px #00000008;--shadow-hover:0 4px 12px #0000000f;--radius:8px;--radius-lg:12px;--max-width:1120px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;transition:color var(--transition);text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--text);font-weight:600;line-height:1.25}h1{letter-spacing:-.03em;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}h2{font-size:clamp(1.75rem,3.5vw,2.25rem)}h3{font-size:1.25rem}p{color:var(--text-secondary);line-height:1.7}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (width>=768px){.container{padding:0 2rem}}.btn{border-radius:var(--radius);transition:all var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--accent);color:#fff}.btn-primary:hover{background-color:var(--accent-hover)}.btn-secondary{color:var(--text);border:1px solid var(--border);background-color:#0000}.btn-secondary:hover{background-color:var(--bg-card);border-color:var(--text-muted)}.btn-ghost{color:var(--text-secondary);padding:.5rem .75rem}.btn-ghost:hover{color:var(--text)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:box-shadow var(--transition), border-color var(--transition);padding:1.75rem}.card:hover{box-shadow:var(--shadow-hover);border-color:#ddd9d3}.section{padding:4rem 0}@media (width>=768px){.section{padding:5.5rem 0}}.section-header{max-width:640px;margin-bottom:2.5rem}.section-header h2{margin-bottom:.75rem}.section-header p{font-size:1.0625rem}.table-wrapper{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.9375rem}th,td{text-align:left;border-bottom:1px solid var(--border-subtle);padding:1rem 1.25rem}th{color:var(--text);text-transform:uppercase;letter-spacing:.04em;background:#faf8f5;font-size:.8125rem;font-weight:600}td{color:var(--text-secondary)}tr:last-child td{border-bottom:none}tr:hover td{background:#faf9f7}.badge{color:var(--text-secondary);background:#f0ede8;border-radius:999px;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-green{color:#2d5a34;background:#e8f0e9}.badge-amber{color:#6b5a2e;background:#f5f0e6}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-enter{animation:.35s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}a:focus-visible,button:focus-visible{outline:2px solid var(--text);outline-offset:2px}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#f7f4efeb;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.logo{color:var(--text);align-items:center;gap:.625rem;font-size:1.0625rem;font-weight:600;display:flex}.logo-mark{background:var(--text);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;font-weight:700;display:flex}.logo-text{letter-spacing:-.02em}.nav-links{gap:.25rem;display:none}.nav-link{color:var(--text-secondary);border-radius:var(--radius);transition:color var(--transition), background var(--transition);padding:.5rem .875rem;font-size:.9375rem;font-weight:500}.nav-link:hover{color:var(--text);background:#00000008}.nav-link.active{color:var(--text);background:#0000000d}.nav-toggle{z-index:110;flex-direction:column;gap:5px;padding:8px;display:flex}.nav-toggle .bar{background:var(--text);border-radius:1px;width:20px;height:2px;transition:transform .25s,opacity .25s;display:block}.nav-toggle .bar.open:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle .bar.open:nth-child(2){opacity:0}.nav-toggle .bar.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width>=768px){.nav-toggle{display:none}.nav-links{display:flex}}@media (width<=767px){.nav-links{background:var(--bg);border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .3s;position:fixed;inset:64px 0 0;transform:translate(100%)}.nav-links.open{display:flex;transform:translate(0)}.nav-link{padding:.875rem 1rem;font-size:1.0625rem}}.footer{border-top:1px solid var(--border);background:#f0ede8;margin-top:auto;padding:3.5rem 0 2rem}.footer-grid{gap:2.5rem;margin-bottom:3rem;display:grid}@media (width>=640px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-logo{align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:600;display:flex}.footer-logo .logo-mark{background:var(--text);color:#fff;border-radius:5px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.footer-desc{max-width:320px;color:var(--text-secondary);font-size:.9375rem}.footer-links{flex-direction:column;gap:.5rem;display:flex}.footer-links h4{text-transform:uppercase;letter-spacing:.04em;color:var(--text);margin-bottom:.25rem;font-size:.8125rem;font-weight:600}.footer-links a{color:var(--text-secondary);font-size:.9375rem}.footer-links a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);padding-top:2rem}.disclaimer{color:var(--text-muted);max-width:720px;margin-bottom:1rem;font-size:.8125rem;line-height:1.6}.copyright{color:var(--text-muted);font-size:.8125rem}.hero{text-align:center;padding:4.5rem 0 3.5rem}@media (width>=768px){.hero{padding:6.5rem 0 5rem}}.hero-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:.8125rem;font-weight:500}.hero h1{max-width:780px;margin:0 auto 1.25rem}.hero-lead{max-width:540px;color:var(--text-secondary);margin:0 auto 2rem;font-size:1.125rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.intro-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#faf8f5}.intro-grid{gap:3rem;display:grid}@media (width>=900px){.intro-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem}}.intro-points{flex-direction:column;gap:1.5rem;display:flex}.intro-point{align-items:flex-start;gap:1rem;display:flex}.point-num{color:var(--text-muted);letter-spacing:.04em;min-width:1.5rem;padding-top:.15rem;font-size:.8125rem;font-weight:600}.intro-point strong{margin-bottom:.25rem;font-weight:600;display:block}.intro-point p{margin:0;font-size:.9375rem}.card-grid{gap:1.25rem;display:grid}@media (width>=640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.card-grid{grid-template-columns:repeat(3,1fr)}}.comparison-card h3{margin-bottom:.5rem}.comparison-card p{margin-bottom:1rem;font-size:.9375rem}.card-link{color:var(--text);font-size:.875rem;font-weight:500}.guide-card .guide-meta{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.read-time{color:var(--text-muted);font-size:.8125rem}.guide-card h3{margin-bottom:.5rem;font-size:1.125rem}.guide-card p{font-size:.9375rem}.cta-section{padding-top:2rem}.cta-box{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow);padding:2.5rem 1.75rem}@media (width>=640px){.cta-box{padding:3.5rem}}.cta-box h2{margin-bottom:.75rem}.cta-box p{max-width:480px;margin:0 auto 1.75rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.page-hero{border-bottom:1px solid var(--border);padding:3.5rem 0 2rem}.page-hero h1{margin-bottom:.75rem}.page-lead{max-width:560px;color:var(--text-secondary);font-size:1.125rem}.comparison-block{margin-bottom:4rem}.comparison-block:last-of-type{margin-bottom:3rem}.comparison-header{margin-bottom:1.5rem}.comparison-header h2{margin-bottom:.5rem}.comparison-header p{font-size:1.0625rem}.comparison-note{margin-top:1rem;font-size:.9375rem}.comparison-note a{color:var(--text);text-underline-offset:2px;font-weight:500;text-decoration:underline}.comparison-note a:hover{color:var(--text-secondary)}.summary-cards{margin-top:2rem}.summary-cards .card h3{margin-bottom:.5rem}.summary-cards .card p{font-size:1rem}.guides-list{flex-direction:column;gap:0;display:flex}.guide-list-item{border-bottom:1px solid var(--border);transition:background var(--transition);padding:1.75rem 0;display:block}.guide-list-item:first-child{padding-top:0}.guide-list-item:hover h2{color:var(--text-secondary)}.guide-list-meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.625rem;display:flex}.guide-date,.read-time{color:var(--text-muted);font-size:.8125rem}.guide-list-item h2{transition:color var(--transition);margin-bottom:.5rem;font-size:1.25rem}.guide-list-item p{max-width:640px;font-size:.9875rem}.guide-header{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding:3rem 0 2rem}.guide-breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.875rem;display:flex}.guide-breadcrumb a{color:var(--text-secondary)}.guide-breadcrumb a:hover{color:var(--text)}.guide-header h1{max-width:720px;margin-bottom:1.25rem}.guide-header-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.guide-body{max-width:680px;margin-bottom:3rem}.guide-body h2{margin-top:2.25rem;margin-bottom:.75rem;font-size:1.375rem}.guide-body h3{margin-top:1.75rem;margin-bottom:.5rem}.guide-body p{margin-bottom:1rem;font-size:1.0625rem;line-height:1.75}.guide-body li{color:var(--text-secondary);margin-bottom:.5rem;margin-left:1.25rem;font-size:1.0625rem;line-height:1.65;list-style:outside}.guide-body strong{color:var(--text);font-weight:600}.guide-disclaimer{border-radius:var(--radius);background:#f0ede8;max-width:680px;margin-bottom:3.5rem;padding:1.25rem 1.5rem}.guide-disclaimer p{color:var(--text-secondary);margin:0;font-size:.875rem}.related-guides{border-top:1px solid var(--border);margin-bottom:2rem;padding-top:2.5rem}.related-guides h2{margin-bottom:1.25rem;font-size:1.25rem}.related-grid{gap:1rem;display:grid}@media (width>=640px){.related-grid{grid-template-columns:repeat(3,1fr)}}.related-card{display:block}.related-card .badge{margin-bottom:.5rem}.related-card h3{font-size:1rem;line-height:1.4}.about-content{max-width:680px}.about-prose h2{margin-top:2.5rem;margin-bottom:.75rem;font-size:1.375rem}.about-prose h2:first-child{margin-top:0}.about-prose p{margin-bottom:1rem;font-size:1.0625rem;line-height:1.75}.about-cta{flex-wrap:wrap;gap:.75rem;margin-top:2.5rem;display:flex}
