:root{--color-primary: #1d4ed8;--color-accent: #16a34a;--color-danger: #dc2626;--color-surface: #ffffff;--color-bg: #f8fafc;--color-text: #0f172a;--color-text-secondary: #64748b;--color-border: #e2e8f0;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{background:#fff;border-bottom:2px solid #1d4ed8;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{font-size:1.25rem;font-weight:700;color:#1d4ed8;text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo span{color:#0f172a}.main-nav{display:flex;gap:1.5rem;align-items:center}.main-nav a{font-weight:500;color:#0f172a;padding:.25rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.main-nav a:hover{color:#1d4ed8;border-bottom-color:#1d4ed8;text-decoration:none}.hamburger{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#0f172a;padding:.5rem}.hero{background:linear-gradient(135deg,#1d4ed8,#1e40af,#16a34a);color:#fff;padding:4rem 0;text-align:center}.hero h1{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.1rem;max-width:600px;margin:0 auto 2rem;opacity:.9}.hero-search{max-width:500px;margin:0 auto;display:flex;gap:.5rem}.hero-search input{flex:1;padding:.75rem 1rem;border-radius:8px;border:none;font-size:1rem}.btn{display:inline-block;padding:.75rem 1.5rem;background:#16a34a;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;text-decoration:none}.btn:hover{background:#15803d;text-decoration:none;color:#fff}.btn-primary{background:#1d4ed8}.btn-primary:hover{background:#1e40af}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:2rem 0}.stat-card{background:#fff;border-radius:8px;padding:1.5rem;text-align:center;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.stat-value{font-size:2rem;font-weight:800;color:#1d4ed8}.stat-label{font-size:.875rem;color:#64748b;margin-top:.25rem}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;margin-bottom:1.5rem}.card h2{font-size:1.25rem;margin-bottom:1rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th{background:#f8fafc;padding:.75rem 1rem;text-align:left;font-weight:600;border-bottom:2px solid #e2e8f0;white-space:nowrap;cursor:pointer;user-select:none}th:hover{background:#e2e8f0}td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}tr:last-child td{border-bottom:none}tr:hover td{background:#f1f5f9}.badge{display:inline-block;padding:.2rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-healthy{background:#dcfce7;color:#15803d}.badge-caution{background:#ffedd5;color:#c2410c}.badge-warning{background:#fee2e2;color:#b91c1c}.badge-neutral{background:#f1f5f9;color:#475569}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:2rem 0}.rates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:1.5rem 0}.rate-card{background:#fff;border-radius:8px;padding:1.5rem;text-align:center;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.rate-value{font-size:2.5rem;font-weight:800;color:#1d4ed8;line-height:1}.rate-label{font-size:.875rem;color:#64748b;margin-top:.5rem;font-weight:500}.rate-attribution{font-size:.75rem;color:#64748b;margin-top:.5rem}.section{padding:3rem 0}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.section-title span{color:#1d4ed8}.state-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-top:1.5rem}.state-link{display:flex;flex-direction:column;align-items:center;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;text-align:center;font-size:.9rem;color:#0f172a;transition:border-color .2s,box-shadow .2s;text-decoration:none}.state-link:hover{border-color:#1d4ed8;box-shadow:0 4px 12px #0000001a;text-decoration:none;color:#1d4ed8}.state-link-count{font-size:.75rem;color:#64748b;margin-top:.25rem}.disclaimer{background:#eff6ff;border:1px solid #bfdbfe;border-left:4px solid #1d4ed8;border-radius:8px;padding:1rem 1.25rem;font-size:.875rem;color:#1e40af;margin:1.5rem 0}.page-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:2.5rem 0}.page-header h1{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin-bottom:.5rem}.page-header p{color:#64748b}.breadcrumb{font-size:.875rem;color:#64748b;margin-bottom:.75rem}.breadcrumb a{color:#64748b}.breadcrumb a:hover{color:#1d4ed8}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.info-item{padding:.75rem 0;border-bottom:1px solid #e2e8f0}.info-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.info-value{font-weight:600;font-size:1rem;margin-top:.2rem}.highlight-box{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin:1.5rem 0}.site-footer{background:#0f172a;color:#94a3b8;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 0}.footer-grid h4{color:#fff;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-grid a{display:block;color:#94a3b8;font-size:.875rem;margin-bottom:.5rem}.footer-grid a:hover{color:#fff;text-decoration:none}.footer-bottom{border-top:1px solid #1e293b;padding:1.5rem 0;text-align:center}.footer-bottom p{font-size:.8rem;color:#64748b}th.sort-asc:after{content:" ▲";font-size:.7em}th.sort-desc:after{content:" ▼";font-size:.7em}@media(max-width:768px){.hamburger{display:block}.main-nav{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 12px #0000001a;gap:0}.main-nav.open{display:flex}.main-nav a{padding:.75rem 0;border-bottom:1px solid #e2e8f0;width:100%}.main-nav a:last-child{border-bottom:none}.stat-grid{grid-template-columns:repeat(2,1fr)}.two-col,.rates-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:1fr}.hero{padding:2.5rem 0}}@media(max-width:480px){.stat-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.state-grid{grid-template-columns:repeat(2,1fr)}}.site-header{min-height:64px}
