.state-header{padding:2rem 0;border-bottom:1px solid #e6e1da;margin-bottom:2rem}.state-title-section{margin-bottom:1.5rem}.state-name{font-size:4rem;font-weight:700;color:#1d1a22;margin:0 0 .5rem;font-family:var(--page-title)}.state-subtitle{display:flex;align-items:center;gap:.5rem;color:#6f6875;font-size:1.1rem}.state-separator{color:#cfc8bf}.state-stats-bar{display:flex;gap:2rem;flex-wrap:wrap;padding:1.5rem;background:#faf8f5;border-radius:5px;margin-bottom:1rem}.state-stat{display:flex;flex-direction:column;gap:.25rem}.state-stat .stat-value{font-size:1.5rem;font-weight:700;color:#1d1a22}.state-stat .stat-value.positive{color:#3f7d3a}.state-stat .stat-value.negative{color:#c2452f}.state-stat .stat-label{font-size:.875rem;color:#6f6875}.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:4px;border:1px solid #e6e1da}.contents-title{font-size:.875rem;font-weight:600;color:#6f6875;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:#524c56;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:#f3f0ea;color:#1d1a22}.contents-link.active{background:#fef2f0;color:#fc5736;font-weight:500}.state-section{padding:2rem 0;border-bottom:1px solid #e6e1da;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:#1d1a22;margin:0 0 .75rem;font-family:var(--page-title)}.section-description{color:#6f6875;line-height:1.6;margin-bottom:1.5rem}.no-data{padding:2rem;text-align:center;color:#6f6875;background:#faf8f5;border-radius:4px}.population-clock-container{background:#faf8f5;border-radius:5px;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 #e6e1da}.population-clock-table-new tr:last-child td{border-bottom:none}.population-clock-table-new td:first-child{font-weight:500;color:#524c56}.population-clock-table-new td:last-child{text-align:right;font-weight:600;color:#1d1a22}.cities-table-container{background:#faf8f5;border-radius:5px;overflow:hidden;margin-bottom:1.5rem}.cities-table{width:100%;border-collapse:collapse;font-size:.9rem}.cities-table th{background:#f3f0ea;padding:.75rem 1rem;text-align:left;font-weight:600;color:#524c56;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.cities-table td{padding:.625rem 1rem;border-bottom:1px solid #e6e1da}.cities-table tr:last-child td{border-bottom:none}.cities-table .rank-cell{color:#8f8992;font-weight:500;width:50px}.cities-table .city-name{font-weight:500;color:#1d1a22}.cities-table .pop-cell{text-align:right;color:#524c56;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:#faf8f5;border-radius:4px}.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:#1d1a22;font-weight:600;text-decoration:none;margin-bottom:.25rem}.source-title:hover{color:#fc5736;text-decoration:underline}.source-description{color:#6f6875;font-size:.875rem;margin:0}.data-disclaimer{padding:1.5rem;background:#fef2f0;border-radius:4px;border-left:4px solid #fc5736}.data-disclaimer h4{color:#1d1a22;margin:0 0 .5rem;font-size:1rem}.data-disclaimer p{color:#6f6875;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:#524c56;font-size:.95rem;margin:0 0 .5rem;font-weight:500}.progress-bar{height:8px;background:#e6e1da;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,#3f7d3a,#35692f)}.death-progress{background:linear-gradient(90deg,#c2452f,#b3362a)}.migration-progress{background:linear-gradient(90deg,#8a8178,#6b635a)}.net-change-progress{background:linear-gradient(90deg,#524c56,#3a353f)}@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:#1d1a22;margin:0 0 .5rem;padding-top:2rem;font-family:var(--page-title)}.state-count{color:#6f6875;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 #e6e1da;border-radius:4px;padding:.625rem 1rem;min-width:200px}.hero-search-icon{color:#8f8992;stroke:#8f8992;flex-shrink:0;position:static;width:18px;height:18px}.hero-search-input{border:none;background:transparent;outline:none;font-size:.9rem;width:100%;color:#1d1a22}.hero-search-input::placeholder{color:#8f8992}.download-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#faf8f5;border:1px solid #cfc8bf;border-radius:4px;color:#524c56;cursor:pointer;transition:all .15s ease}.download-btn svg{width:18px;height:18px;stroke:#524c56;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 #e6e1da;border-radius:5px;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:#faf8f5;padding:.875rem 1rem;text-align:left;font-weight:600;color:#524c56;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e6e1da}.state-hero-table th.sortable{cursor:pointer}.state-hero-table td{padding:.75rem 1rem;border-bottom:1px solid #f3f0ea}.state-hero-table tr:hover td{background:#fef7f5}.state-hero-table .state-link{color:#1d1a22;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:none}.state-hero-table .pop-cell{font-family:var(--body-text);text-align:right;color:#524c56}.state-hero-table .change-cell{text-align:right}.state-hero-table .density-cell{text-align:right;color:#6f6875}.change-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.change-badge.positive{background:#e7f0dd;color:#35692f}.change-badge.negative{background:#fbe7e1;color:#b3362a}.change-badge.neutral{background:#f3f0ea;color:#6f6875}.table-note{margin-top:.75rem;text-align:center;color:#6f6875;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:#faf8f5;border-radius:5px;padding:1.25rem;height:fit-content;position:sticky;top:100px}.sidebar-title{font-size:.875rem;font-weight:600;color:#6f6875;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:3px;text-decoration:none;color:#37323c;transition:all .15s ease;font-size:.9rem}.region-link:hover{background:#e6e1da;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:5px;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:5px;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:4px;box-shadow:none;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.top-state-card:hover{transform:translateY(-2px);box-shadow:3px 3px 0 0 rgba(29,26,34,.14)}.top-state-rank{font-size:.75rem;color:#8f8992;margin-bottom:.25rem}.top-state-name{font-weight:600;color:#1d1a22;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:#1d1a22;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:#1d1a22;margin:0 0 .75rem}.trends-description{color:#524c56;line-height:1.7;margin:0 0 1rem;font-size:.95rem}.inline-link{color:#d63f22;text-decoration:none}.inline-link:hover{text-decoration:underline}.mini-table-container{background:#faf8f5;border-radius:4px;overflow:hidden;margin-bottom:1rem}.mini-table{width:100%;border-collapse:collapse;font-size:.875rem}.mini-table th{background:#f3f0ea;padding:.75rem 1rem;text-align:left;font-weight:500;color:#6f6875;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.mini-table td{padding:.625rem 1rem;border-bottom:1px solid #e6e1da}.mini-table tr:last-child td{border-bottom:none}.mini-table .positive{color:#3f7d3a;font-weight:500}.mini-table .negative{color:#c2452f;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:5px;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:#faf8f5;border-radius:5px}.sources-title{font-size:1rem;font-weight:600;color:#1d1a22;margin:0 0 .75rem}.sources-list{margin:0;padding-left:1.25rem;color:#6f6875;font-size:.875rem}.sources-list li{margin-bottom:.375rem}.sources-list a{color:#d63f22;text-decoration:none}.sources-list a:hover{text-decoration:underline}.skeleton-row td{padding:.875rem 1rem}.skeleton-text{height:16px;background:linear-gradient(90deg,#f3f0ea 25%,#e6e1da 50%,#f3f0ea 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:#f3f0ea;border:none;border-radius:3px;color:#6f6875;cursor:pointer;font-size:.875rem;transition:all .15s ease}.growth-tab:hover{background:#e6e1da;color:#1d1a22}.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:#faf8f5;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}}