.state-header{padding:2rem 0;border-bottom:1px solid #e2e8f0;margin-bottom:2rem}.state-title-section{margin-bottom:1.5rem}.state-name{font-size:4rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;font-family:var(--page-title)}.state-subtitle{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:1.1rem}.state-separator{color:#cbd5e1}.state-stats-bar{display:flex;gap:2rem;flex-wrap:wrap;padding:1.5rem;background:#f8fafc;border-radius:12px;margin-bottom:1rem}.state-stat{display:flex;flex-direction:column;gap:.25rem}.state-stat .stat-value{font-size:1.5rem;font-weight:700;color:#1e293b}.state-stat .stat-value.positive{color:#22c55e}.state-stat .stat-value.negative{color:#ef4444}.state-stat .stat-label{font-size:.875rem;color:#64748b}.state-header-container,.state-page-layout{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.state-page-layout{display:grid;grid-template-columns:200px 1fr;gap:2rem;box-sizing:border-box}@media (max-width:900px){.state-page-layout{grid-template-columns:1fr;padding:0 1rem}.state-header-container{padding:0 1rem}.state-contents{position:static;margin-bottom:1rem}.state-name{font-size:1.75rem}.state-stats-bar{gap:1rem}.state-stat .stat-value{font-size:1.25rem}}.state-main-content{min-width:0;width:100%;max-width:100%;box-sizing:border-box}.state-contents{position:sticky;top:100px;background:white;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.contents-title{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.contents-list{list-style:none;margin:0;padding:0}.contents-list li{margin-bottom:.25rem}.contents-link{display:block;padding:.5rem .75rem;color:#475569;text-decoration:none;border-radius:4px;font-size:.9rem;transition:all .2s ease;background:none;border:none;cursor:pointer;width:100%;text-align:left}.contents-link:hover{background:#f1f5f9;color:#1e293b}.contents-link.active{background:#fef2f0;color:#fc5736;font-weight:500}.state-section{padding:2rem 0;border-bottom:1px solid #e2e8f0;width:100%;max-width:100%;box-sizing:border-box}.state-section:last-child{border-bottom:none}.section-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;font-family:var(--page-title)}.section-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.no-data{padding:2rem;text-align:center;color:#64748b;background:#f8fafc;border-radius:8px}.population-clock-container{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;width:100%;box-sizing:border-box}.population-clock-table-new{width:100%;border-collapse:collapse}.population-clock-table-new td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}.population-clock-table-new tr:last-child td{border-bottom:none}.population-clock-table-new td:first-child{font-weight:500;color:#475569}.population-clock-table-new td:last-child{text-align:right;font-weight:600;color:#1e293b}.cities-table-container{background:#f8fafc;border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.cities-table{width:100%;border-collapse:collapse;font-size:.9rem}.cities-table th{background:#f1f5f9;padding:.75rem 1rem;text-align:left;font-weight:600;color:#475569;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.cities-table td{padding:.625rem 1rem;border-bottom:1px solid #e2e8f0}.cities-table tr:last-child td{border-bottom:none}.cities-table .rank-cell{color:#94a3b8;font-weight:500;width:50px}.cities-table .city-name{font-weight:500;color:#1e293b}.cities-table .pop-cell{text-align:right;color:#475569;font-family:var(--body-text)}.sources-list-detailed{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.source-item{display:flex;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px}.source-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fc5736;color:white;border-radius:50%;font-size:.875rem;font-weight:600;flex-shrink:0}.source-content{flex:1}.source-title{display:block;color:#1e293b;font-weight:600;text-decoration:none;margin-bottom:.25rem}.source-title:hover{color:#fc5736;text-decoration:underline}.source-description{color:#64748b;font-size:.875rem;margin:0}.data-disclaimer{padding:1.5rem;background:#fef2f0;border-radius:8px;border-left:4px solid #fc5736}.data-disclaimer h4{color:#1e293b;margin:0 0 .5rem;font-size:1rem}.data-disclaimer p{color:#64748b;font-size:.875rem;margin:0;line-height:1.6}.demographics-grid-state{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}@media (max-width:768px){.demographics-grid-state{grid-template-columns:1fr}}.population-change-content{display:flex;gap:2rem;align-items:flex-start;width:100%;box-sizing:border-box}.population-change-left{flex:1}.population-component{margin-bottom:1.25rem}.population-component p{color:#475569;font-size:.95rem;margin:0 0 .5rem;font-weight:500}.progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;position:relative}.progress-fill{height:100%;width:0;border-radius:4px;animation:fillProgress linear infinite}.birth-progress{background:linear-gradient(90deg,#22c55e,#16a34a)}.death-progress{background:linear-gradient(90deg,#ef4444,#dc2626)}.migration-progress{background:linear-gradient(90deg,#3b82f6,#2563eb)}.net-change-progress{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}@keyframes fillProgress{0%{width:0}to{width:100%}}@media (max-width:768px){.population-change-content{flex-direction:column;gap:1rem}.population-component p{font-size:.875rem}.progress-bar{height:6px}.state-section [style*="grid-template-columns: 1fr 1fr"],.state-section [style*="grid-template-columns: repeat(3, 1fr)"]{grid-template-columns:1fr!important}}.state-homepage{max-width:1400px;margin:0 auto;padding:2rem 1rem;overflow-x:hidden;width:100%;box-sizing:border-box}@media (max-width:768px){.state-homepage{padding:1rem .75rem;width:100%;max-width:100vw;box-sizing:border-box}}.state-homepage-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.state-hero-section{margin-bottom:3rem;width:100%;max-width:100%;box-sizing:border-box}.state-hero-header{margin-bottom:1.5rem}.state-hero-title{font-size:4rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;padding-top:2rem;font-family:var(--page-title)}.state-count{color:#64748b;font-size:1rem;margin:0}.state-hero-controls{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-bottom:1rem}.hero-search-container{display:flex;align-items:center;gap:.5rem;background:white;border:1px solid #e2e8f0;border-radius:8px;padding:.625rem 1rem;min-width:200px}.hero-search-icon{color:#94a3b8;stroke:#94a3b8;flex-shrink:0;position:static;width:18px;height:18px}.hero-search-input{border:none;background:transparent;outline:none;font-size:.9rem;width:100%;color:#1e293b}.hero-search-input::placeholder{color:#94a3b8}.download-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;color:#475569;cursor:pointer;transition:all .15s ease}.download-btn svg{width:18px;height:18px;stroke:#475569;stroke-width:2px;flex-shrink:0}.download-btn:hover{background:#fef2f0;border-color:#fc5736}.download-btn:hover svg{stroke:#fc5736}.state-hero-table-container{max-height:600px;overflow-y:auto;overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background:white;-webkit-overflow-scrolling:touch;width:100%;box-sizing:border-box}.state-hero-table{width:100%;border-collapse:collapse;font-size:.9rem}.state-hero-table thead{position:sticky;top:0;z-index:10}.state-hero-table th{background:#f8fafc;padding:.875rem 1rem;text-align:left;font-weight:600;color:#475569;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e2e8f0}.state-hero-table th.sortable{cursor:pointer}.state-hero-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9}.state-hero-table tr:hover td{background:#fef7f5}.state-hero-table .state-link{color:#1e293b;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.75rem}.state-hero-table .state-link:hover{color:#fc5736;text-decoration:underline}.state-flag{width:28px;height:20px;object-fit:cover;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.state-hero-table .pop-cell{font-family:system-ui,sans-serif;text-align:right;color:#475569}.state-hero-table .change-cell{text-align:right}.state-hero-table .density-cell{text-align:right;color:#64748b}.change-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.change-badge.positive{background:#dcfce7;color:#15803d}.change-badge.negative{background:#fee2e2;color:#b91c1c}.change-badge.neutral{background:#f1f5f9;color:#64748b}.table-note{margin-top:.75rem;text-align:center;color:#64748b;font-size:.875rem}.state-content-grid{display:grid;grid-template-columns:200px 1fr;gap:2rem;width:100%;max-width:100%;box-sizing:border-box}@media (max-width:900px){.state-content-grid{grid-template-columns:1fr}.state-sidebar{order:2}.state-main-area{order:1}}.state-sidebar{background:#f8fafc;border-radius:12px;padding:1.25rem;height:fit-content;position:sticky;top:100px}.sidebar-title{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.regions-grid{display:flex;flex-direction:column;gap:.25rem}.region-link{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:6px;text-decoration:none;color:#334155;transition:all .15s ease;font-size:.9rem}.region-link:hover{background:#e2e8f0;color:#fc5736}.state-main-area{min-width:0;width:100%;max-width:100%;box-sizing:border-box}.state-map-section{margin-bottom:1.5rem}.state-map-wrapper{background:#ffffff;border-radius:12px;padding:.5rem;min-height:auto}.state-map-container{position:relative;width:100%;min-height:280px;height:280px}@media (max-width:768px){.state-map-wrapper{padding:.25rem}.state-map-container{min-height:220px;height:220px}}.top-states-summary{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#fef2f0,#fff);border-radius:12px;border:1px solid #fbd5cc;width:100%;box-sizing:border-box}@media (max-width:900px){.top-states-summary{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.top-states-summary{grid-template-columns:repeat(2,1fr)}}.top-state-card{text-align:center;padding:1rem;background:white;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.top-state-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.top-state-rank{font-size:.75rem;color:#94a3b8;margin-bottom:.25rem}.top-state-name{font-weight:600;color:#1e293b;margin-bottom:.25rem;font-size:.95rem}.top-state-pop{color:#fc5736;font-weight:700;font-size:1.1rem}.trends-section{margin-bottom:2rem;width:100%;max-width:100%;box-sizing:border-box}.trends-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;font-family:var(--page-title)}.trends-subsection{margin-bottom:2rem}.trends-subsection h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.trends-description{color:#475569;line-height:1.7;margin:0 0 1rem;font-size:.95rem}.inline-link{color:#3b82f6;text-decoration:none}.inline-link:hover{text-decoration:underline}.mini-table-container{background:#f8fafc;border-radius:10px;overflow:hidden;margin-bottom:1rem}.mini-table{width:100%;border-collapse:collapse;font-size:.875rem}.mini-table th{background:#f1f5f9;padding:.75rem 1rem;text-align:left;font-weight:500;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.mini-table td{padding:.625rem 1rem;border-bottom:1px solid #e2e8f0}.mini-table tr:last-child td{border-bottom:none}.mini-table .positive{color:#22c55e;font-weight:500}.mini-table .negative{color:#ef4444;font-weight:500}.map-section{margin:1.5rem 0;width:100%}.map-section,.state-main-area>*,.state-main-content>*,.state-map-full,.state-section>*{max-width:100%;box-sizing:border-box}.state-map-full{background:#ffffff;border-radius:12px;padding:1rem;width:100%}.state-map-full .state-map-container,.state-map-full .us-states-map-container,.state-map-full .world-map-container{min-height:450px;height:450px;width:100%;box-sizing:border-box}.us-states-map-container,.world-map-container{width:100%;height:100%;min-height:450px;box-sizing:border-box}@media (max-width:768px){.state-map-full{padding:.5rem}.state-map-full .state-map-container,.state-map-full .us-states-map-container,.state-map-full .world-map-container{min-height:300px;height:300px}.us-states-map-container,.world-map-container{min-height:300px}}.state-sources-section{padding:1.5rem;background:#f8fafc;border-radius:12px}.sources-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.sources-list{margin:0;padding-left:1.25rem;color:#64748b;font-size:.875rem}.sources-list li{margin-bottom:.375rem}.sources-list a{color:#3b82f6;text-decoration:none}.sources-list a:hover{text-decoration:underline}.skeleton-row td{padding:.875rem 1rem}.skeleton-text{height:16px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.growth-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.growth-tab{padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:.875rem;transition:all .15s ease}.growth-tab:hover{background:#e2e8f0;color:#1e293b}.growth-tab.active{background:#fc5736;color:white}@media (max-width:768px){.state-hero-title{font-size:1.75rem}.state-hero-controls{flex-direction:column;align-items:stretch}.state-hero-table-container{max-height:400px;margin:0 -.75rem;border-radius:0;border-left:none;border-right:none}.state-hero-table{min-width:550px}.state-hero-table td,.state-hero-table th{padding:.5rem .75rem;font-size:.75rem;white-space:nowrap}.state-hero-table td:first-child,.state-hero-table th:first-child{position:sticky;left:0;background:white;z-index:5}.state-hero-table thead th:first-child{background:#f8fafc;z-index:15}.state-flag{width:22px;height:16px}.change-badge{font-size:.7rem;padding:.2rem .4rem}.trends-title{font-size:1.5rem}.top-states-summary{padding:1rem;gap:.5rem}.top-state-card{padding:.75rem}.top-state-name{font-size:.8rem}.top-state-pop{font-size:.95rem}.state-content-grid{gap:1.5rem}.state-sidebar{padding:1rem}.trends-subsection h3{font-size:1rem}.mini-table td,.mini-table th{padding:.5rem .75rem;font-size:.8rem}}