.app{flex-direction:column;min-height:100vh;display:flex}.app__main{flex:1}.global-search{width:100%;min-width:0;position:relative}.global-search__input-wrap{width:100%;position:relative}.global-search__input-wrap input{border:1px solid var(--border);background:var(--surface);width:100%;height:42px;color:var(--text);font:inherit;border-radius:8px;padding:0 42px;font-size:.9rem}.global-search__input-wrap input::placeholder{color:var(--text-subtle)}.global-search__input-wrap input:focus{outline:2px solid var(--accent);outline-offset:2px}.global-search__search-icon{color:var(--text-subtle);pointer-events:none;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.global-search__clear{color:var(--text-subtle);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:.9rem;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.global-search__clear:hover{color:var(--text)}.global-search__dropdown{z-index:1000;border:1px solid var(--border);background:var(--surface);border-radius:10px;max-height:430px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 36px #00000059}.global-search__result{width:100%;color:var(--text);text-align:left;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.global-search__result:hover,.global-search__result:focus-visible{background:#ffffff0f;outline:none}.global-search__result-icon{width:34px;height:34px;color:var(--accent);background:#5f43ff1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.global-search__result-text{flex-direction:column;gap:4px;min-width:0;display:flex}.global-search__result-text strong{text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;overflow:hidden}.global-search__result-text small{color:var(--text-subtle);font-size:.75rem}.global-search__message{color:var(--text-muted);text-align:center;margin:0;padding:18px 14px;font-size:.85rem}@media (width<=900px){.global-search{max-width:none}}.navbar{z-index:100;border-bottom:1px solid var(--border);background:#0b1020;width:100%;position:relative}.navbar__content{grid-template-columns:auto 1fr;align-items:center;gap:24px;width:100%;max-width:1400px;min-height:72px;margin:0 auto;padding:14px 24px;display:grid;position:relative}.navbar__logo{color:var(--text);letter-spacing:-.03em;white-space:nowrap;font-size:1.45rem;font-weight:800;text-decoration:none}.navbar__logo:hover{color:var(--accent)}.navbar__panel{grid-template-columns:minmax(180px,1fr) auto;align-items:center;gap:24px;min-width:0;display:grid}.navbar__search{width:100%;min-width:0}.navbar__links{white-space:nowrap;justify-content:flex-end;align-items:center;gap:24px;display:flex}.navbar__links a{color:var(--text-muted);padding:8px 0;font-size:.88rem;font-weight:600;text-decoration:none;transition:color .18s;position:relative}.navbar__links a:hover,.navbar__links a.active{color:var(--text)}.navbar__links a.active:after{content:"";background:var(--accent);border-radius:999px;height:2px;position:absolute;bottom:1px;left:0;right:0}.navbar__menu-button{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:9px;width:38px;height:38px;padding:8px;display:none}.navbar__menu-button span{background:var(--text);border-radius:999px;width:100%;height:2px;transition:transform .18s,opacity .18s;display:block}.navbar__menu-button span+span{margin-top:5px}@media (width<=1100px){.navbar__content{gap:18px}.navbar__panel{grid-template-columns:minmax(160px,1fr) auto;gap:18px}.navbar__links{gap:17px}.navbar__links a{font-size:.82rem}}@media (width<=780px){.navbar__content{grid-template-columns:1fr auto;gap:12px;min-height:58px;padding:9px 16px}.navbar__logo{font-size:1.25rem}.navbar__menu-button{display:block}.navbar__panel{border:1px solid var(--border);opacity:0;visibility:hidden;pointer-events:none;background:#0b1020;border-radius:0 0 14px 14px;padding:14px;transition:opacity .18s,transform .18s,visibility .18s;display:block;position:absolute;top:100%;left:12px;right:12px;transform:translateY(-10px);box-shadow:0 18px 36px #00000059}.navbar__panel--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.navbar__search{margin-bottom:10px}.navbar__links{white-space:normal;flex-direction:column;align-items:stretch;gap:0;display:flex}.navbar__links a{border-bottom:1px solid var(--border);width:100%;padding:12px 4px;font-size:.86rem}.navbar__links a:last-child{border-bottom:0}.navbar__links a.active:after{width:24px;bottom:6px;left:4px;right:auto}.navbar__menu-button--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__menu-button--open span:nth-child(2){opacity:0}.navbar__menu-button--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}}.footer{border-top:1px solid var(--border);margin-top:48px;padding:24px 32px}.footer__content{justify-content:space-between;align-items:center;gap:24px;max-width:1400px;margin:0 auto;display:flex}.footer__left{align-items:center;gap:24px;display:flex}.footer__title{margin:0;font-size:28px;font-weight:700}.footer__text,.footer__copyright{color:var(--text-muted);margin:0;font-size:14px}.footer__right{align-items:center;gap:28px;display:flex}.footer__right a{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .2s}.footer__right a:hover{color:var(--text)}@media (width<=900px){.footer__content{flex-direction:column;align-items:flex-start}.footer__left{flex-direction:column;align-items:flex-start;gap:8px}.footer__right{flex-wrap:wrap;gap:16px}}.population-change-map{width:100%;min-height:340px}.population-change-map__content{grid-template-columns:120px 1fr;align-items:center;gap:16px;display:grid}.population-change-map svg{width:100%;height:auto}.population-change-map__legend{color:var(--text);flex-direction:column;gap:10px;font-size:.8rem;display:flex}.population-change-map__legend div{align-items:center;gap:8px;display:flex}.population-change-map__legend span{border-radius:4px;flex:0 0 14px;width:14px;height:14px}.population-change-map__scale{max-width:460px;margin:-18px auto 0}.population-change-map__gradient{background:linear-gradient(90deg,#ef4444,#f87171,#fca5a5,#cbd5e1,#bfdbfe,#60a5fa,#2563eb);border-radius:999px;height:12px}.population-change-map__scale-labels{color:var(--text-muted);justify-content:space-between;margin-top:6px;font-size:.8rem;display:flex}.population-change-map__state{stroke:#ffffffbf;stroke-width:.6px;outline:none}.dashboard__movers{gap:16px;display:grid}.dashboard__movers-section{padding-bottom:16px}.dashboard__movers-section:first-child{border-bottom:1px solid var(--border)}.dashboard__movers-section:last-child{padding-bottom:0}.dashboard__movers-section-header{grid-template-columns:minmax(0,1fr) 64px 92px;align-items:end;gap:14px;margin-bottom:8px;display:grid}.dashboard__movers-section h3{margin:0;font-size:15px;font-weight:800}.dashboard__movers-section:first-child h3{color:#4ade80}.dashboard__movers-section:last-child h3{color:#f87171}.dashboard__movers-column-labels{display:contents}.dashboard__movers-column-labels span{color:var(--text-muted);text-align:right;font-size:11px;font-weight:700}.dashboard__mover-row{color:var(--text);grid-template-columns:minmax(0,1fr) 64px 92px;align-items:center;gap:14px;padding:7px 0;font-size:13px;font-weight:700;display:grid}.dashboard__mover-name{color:var(--text);align-items:center;gap:12px;display:flex}.dashboard__mover-rank{width:14px;color:var(--text);text-align:right;flex-shrink:0;font-size:12px;font-weight:800}.dashboard__mover-name span:last-child{color:var(--text-muted)}.dashboard__mover-row>span:nth-child(2),.dashboard__mover-row>span:nth-child(3){text-align:right;color:#4ade80;font-size:13px}.dashboard__mover-row--negative>span:nth-child(2),.dashboard__mover-row--negative>span:nth-child(3){color:#f87171}@media (width<=600px){.dashboard__mover-row{grid-template-columns:1fr;gap:6px}.dashboard__mover-row>span:nth-child(2),.dashboard__mover-row>span:nth-child(3){text-align:left}}.hero-section{grid-template-columns:minmax(340px,1fr) 600px 260px;align-items:start;column-gap:5px;width:100%;display:grid}.hero-content{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.hero-title{color:var(--text);margin:0;font-size:clamp(3rem,5vw,5rem);font-weight:800;line-height:1.05}.hero-title span{color:var(--metro-purple)}.hero-description{max-width:520px;color:var(--text-muted);margin:20px 0 0;font-size:1rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.hero-actions .btn{border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;padding:11px 16px;font-size:.86rem;font-weight:600;text-decoration:none;transition:transform .15s,background-color .15s,border-color .15s,color .15s,filter .15s;display:inline-flex}.hero-actions .btn:hover{transform:translateY(-1px)}.hero-actions .btn-primary{background:var(--metro-purple);border-color:var(--metro-purple);color:var(--text)}.hero-actions .btn-primary:hover{background:var(--metro-purple);border-color:var(--metro-purple);color:var(--text);filter:brightness(1.06)}.hero-actions .btn-secondary{background:var(--surface);color:var(--text)}.hero-actions .btn-secondary:hover{background:var(--surface);border-color:var(--metro-purple);color:var(--metro-purple)}.hero-actions .btn:active{transform:translateY(0)}.hero-note{color:var(--text-subtle);margin:18px 0 0;font-size:.78rem}.hero-map{min-width:0;margin-left:20px;padding:0}.hero-map .population-change-map{width:600px}.hero-map .population-change-map__content{justify-content:flex-end;display:flex}.hero-map .population-change-map__content svg{width:600px;max-width:none;height:auto;display:block;transform:translateY(-40px)}.hero-map .population-change-map__scale{width:68%;margin:0 auto;transform:translateY(-60px)}.hero-map .population-change-map__gradient{opacity:.75;background:linear-gradient(90deg,#1d2237,#2b294f,#393064);height:4px}.hero-map .population-change-map__scale-labels{font-size:.6rem}.hero-visual__movers{background:#121a2b8f;border:1px solid #8b5cf62e;border-radius:16px;flex-direction:column;align-self:start;width:260px;min-width:0;height:300px;padding:14px 16px;display:flex;overflow:hidden}.hero-visual__movers>h2{color:var(--text);white-space:nowrap;margin:0 0 8px;font-size:.95rem;font-weight:700;line-height:1.3}.hero-visual__movers>h2 span{color:var(--text-subtle);font-size:.72rem;font-weight:500}.hero-visual__movers .dashboard__movers-section{flex:1;width:100%;padding-bottom:0}.hero-visual__movers .dashboard__movers-section-header{display:none}.hero-visual__movers .dashboard__mover-row{border-bottom:1px solid #6c7d9f33;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;padding:10px 0;font-size:.7rem;display:grid}.hero-visual__movers .dashboard__mover-row:last-child{border-bottom:0}.hero-visual__movers .dashboard__mover-name{min-width:0;color:var(--text-muted);align-items:center;gap:7px;display:flex}.hero-visual__movers .dashboard__mover-name>span:last-child{text-overflow:ellipsis;overflow:hidden}.hero-visual__movers .dashboard__mover-rank{width:17px;height:17px;color:var(--metro-purple);flex:none;justify-content:center;align-items:center;font-size:.6rem;display:inline-flex}.hero-visual__movers .dashboard__mover-row>span:nth-child(2),.hero-visual__movers .dashboard__mover-row>span:nth-child(3){color:var(--positive);white-space:nowrap;font-weight:600}.hero-visual__dashboard-link{width:100%;min-height:38px;color:var(--metro-purple);background:#8b5cf614;border:1px solid #8b5cf633;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-top:12px;font-size:.72rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s,transform .15s;display:inline-flex}.hero-visual__dashboard-link:hover{background:#8b5cf624;border-color:#8b5cf661;transform:translateY(-1px)}.hero-visual__dashboard-link:active{transform:translateY(0)}@media (width<=1280px){.hero-section{grid-template-columns:minmax(280px,1fr) 480px 220px;column-gap:4px}.hero-title{font-size:clamp(2.7rem,4.5vw,4.2rem)}.hero-description{max-width:460px;font-size:.92rem}.hero-map{margin-left:12px}.hero-map .population-change-map{width:480px}.hero-map .population-change-map__content svg{width:480px;transform:translateY(-30px)}.hero-map .population-change-map__scale{width:66%;transform:translateY(-45px)}.hero-visual__movers{width:220px;height:285px;padding:12px 14px}.hero-visual__movers>h2{font-size:.84rem}.hero-visual__movers>h2 span{font-size:.64rem}.hero-visual__movers .dashboard__mover-row{gap:5px;padding:9px 0;font-size:.64rem}.hero-visual__dashboard-link{min-height:34px;margin-top:8px;font-size:.68rem}}@media (width>=781px) and (width<=900px){.hero-section{grid-template-columns:minmax(280px,1fr) minmax(380px,1.25fr);column-gap:20px}.hero-visual__movers{display:none}.hero-map{margin-left:0}.hero-map .population-change-map{width:100%}.hero-map .population-change-map__content{justify-content:flex-end}.hero-map .population-change-map__content svg{width:440px;max-width:100%}}@media (width<=780px){.hero-section{border-bottom:1px solid var(--border);grid-template-columns:1fr;gap:0;padding-bottom:36px}.hero-content{text-align:center;border-bottom:1px solid var(--border);align-items:center;width:100%;padding-bottom:36px}.hero-title{font-size:clamp(4rem,12vw,4.4rem)}.hero-description{text-align:center;max-width:600px;font-size:.95rem}.hero-actions{justify-content:center}.hero-map{width:100%;margin:40px 0 12px;padding:0}.hero-note{text-align:center}.hero-map .population-change-map{width:100%}.hero-map .population-change-map__content{justify-content:center}.hero-map .population-change-map__content svg{width:100%;max-width:600px;transform:none}.hero-map .population-change-map__scale{width:min(76%,430px);transform:translateY(-24px)}.hero-visual__movers{justify-self:center;width:min(100%,420px);height:300px;margin-bottom:0;display:flex}}@media (width<=520px){.hero-title{line-height:1.06}.hero-description{max-width:92%;margin-top:24px;font-size:1.08rem;line-height:1.65}.hero-actions{flex-wrap:nowrap;width:80%;margin-top:28px}.hero-actions .btn{flex:1;padding:13px 12px;font-size:.95rem}.hero-note{max-width:90%;margin-top:20px;font-size:.88rem;line-height:1.5}.hero-map{margin-top:28px}.hero-visual__movers{height:300px;padding:14px}}.feature-section{width:100%}.feature-section__header{text-align:center;margin-bottom:36px}.feature-section__header h2{color:var(--text);margin:0;font-size:2rem;font-weight:700}.feature-section__header p{color:var(--text-muted);margin:10px 0 0;font-size:.95rem}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}@media (width<=1000px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.feature-grid{grid-template-columns:1fr}}.feature-card{background:var(--surface);border:1px solid var(--border);min-width:0;min-height:210px;color:inherit;border-radius:18px;align-items:flex-start;gap:16px;padding:24px;text-decoration:none;display:flex}.feature-card__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.feature-card--blue .feature-card__icon{color:var(--accent);background:#4da3ff24}.feature-card--blue .feature-card__button{color:var(--accent)}.feature-card--purple .feature-card__icon{background:var(--metro-purple-bg);color:var(--metro-purple)}.feature-card--purple .feature-card__button{color:var(--metro-purple)}.feature-card--green .feature-card__icon{background:var(--positive-bg);color:var(--positive)}.feature-card--green .feature-card__button{color:var(--positive)}.feature-card--orange .feature-card__icon{background:var(--warning-bg);color:var(--warning)}.feature-card--orange .feature-card__button{color:var(--warning)}.feature-card__content{flex-direction:column;flex:1;align-self:stretch;min-width:0;display:flex}.feature-card__title{color:var(--text);margin:0 0 10px;font-size:1.05rem;font-weight:700;line-height:1.3}.feature-card__description{color:var(--text-muted);flex:1;margin:0;font-size:.86rem;line-height:1.6}.feature-card__button{color:var(--accent);margin-top:20px;font-size:.85rem;font-weight:600}.feature-card--disabled{cursor:default;opacity:.7}.feature-card--disabled .feature-card__button{color:var(--text-subtle)}.big-picture-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;align-items:center;gap:14px;min-width:0;min-height:115px;padding:20px;display:flex}.big-picture-card__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.15rem;display:flex}.big-picture-card--blue .big-picture-card__icon{color:var(--accent);background:#4da3ff24}.big-picture-card--purple .big-picture-card__icon{background:var(--metro-purple-bg);color:var(--metro-purple)}.big-picture-card--green .big-picture-card__icon{background:var(--positive-bg);color:var(--positive)}.big-picture-card--orange .big-picture-card__icon{background:var(--warning-bg);color:var(--warning)}.big-picture-card__content{flex-direction:column;gap:3px;min-width:0;display:flex}.big-picture-card__title{color:var(--text-muted);font-size:.78rem;line-height:1.3}.big-picture-card__value{color:var(--text);white-space:nowrap;font-size:1.2rem;font-weight:700;line-height:1.15}.big-picture-card__context{color:var(--positive);align-items:center;gap:6px;margin-top:4px;font-size:.78rem;font-weight:600;display:flex}.big-picture-card__context svg{font-size:.72rem}.big-picture-card__subtitle{color:var(--text-subtle);font-size:.72rem}.big-picture{background:var(--surface);border:1px solid var(--border);border-radius:24px;width:100%;padding:48px 32px}.big-picture__header{margin-bottom:32px}.big-picture__header h2{color:var(--text);margin:0;font-size:1.85rem;font-weight:700}.big-picture__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}@media (width<=1200px){.big-picture__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=750px){.big-picture{padding:32px 20px}.big-picture__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=500px){.big-picture__grid{grid-template-columns:1fr}}.home{flex-direction:column;gap:70px;width:100%;max-width:1400px;margin:0 auto;padding:64px 24px 80px;display:flex}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:18px;min-height:120px;padding:20px;transition:all .2s;display:flex}.stat-card:hover{background:#162036}.stat-card__icon{border-radius:50%;flex-shrink:0;place-items:center;width:64px;height:64px;font-size:30px;display:grid}.stat-card__content{min-width:0}.stat-card__label{color:var(--text-muted);margin:0 0 8px;font-size:14px}.stat-card__value{color:var(--text);margin:0;font-size:28px}.stat-card__subtitle{margin:8px 0 0;font-size:15px;font-weight:700}.stat-card--purple .stat-card__icon{background:#8b5cf640}.stat-card--purple .stat-card__subtitle{color:#a855f7}.stat-card--blue .stat-card__icon{background:#3b82f640}.stat-card--blue .stat-card__subtitle{color:#38bdf8}.stat-card--green .stat-card__icon{background:#22c55e40}.stat-card--green .stat-card__subtitle{color:#4ade80}.stat-card--orange .stat-card__icon{background:#f9731640}.stat-card--orange .stat-card__subtitle{color:#fb923c}.population-timeline{flex-direction:column;height:100%;display:flex}.population-timeline__chart{width:100%;min-width:0;height:220px;min-height:220px}.population-timeline__chart :focus{outline:none}.resource-link{color:#ffffff8c;margin-top:.75rem;font-size:.82rem}.resource-link__label{color:#ffffff80}.resource-link__anchor{color:#60a5fa;text-decoration:none;transition:color .2s}.resource-link__anchor:hover{color:#93c5fd}.info-tooltip{align-items:center;display:inline-flex;position:relative}.info-tooltip__button{border:1px solid var(--border);width:16px;height:16px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.info-tooltip__button:hover,.info-tooltip__button:focus{color:var(--text);border-color:var(--accent);outline:none}.info-tooltip__bubble{z-index:20;background:var(--bg);width:200px;color:var(--text);border:1px solid var(--border);text-transform:none;letter-spacing:normal;text-align:center;border-radius:10px;padding:10px 12px;font-size:13px;font-weight:500;line-height:1.5;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000059}.info-tooltip__bubble:after{content:"";border-style:solid;border-width:6px;border-color:var(--border) transparent transparent transparent;position:absolute;top:100%;left:50%;transform:translate(-50%)}.dashboard-insights{border:1px solid var(--border);background:#121a2b6b;border-radius:12px;width:100%;margin-top:24px;padding:24px}.dashboard-insights__header{margin-bottom:20px}.dashboard-insights__header h2{color:var(--text);margin:0;font-size:1.3rem;font-weight:800;line-height:1.3}.dashboard-insights__header p{color:var(--text-muted);margin:6px 0 0;font-size:.92rem;line-height:1.5}.dashboard-insights__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.dashboard-insights__panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;min-width:0;padding:22px}.dashboard-insights__panel-header{align-items:center;gap:14px;margin-bottom:16px;display:flex}.dashboard-insights__panel-header h3{color:var(--text);margin:0;font-size:1.08rem;font-weight:800;line-height:1.3}.dashboard-insights__panel-header p{color:var(--text-subtle);margin:4px 0 0;font-size:.78rem;line-height:1.4}.dashboard-insights__icon{border-radius:10px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:inline-flex}.dashboard-insights__icon--education{color:var(--metro-purple);background:#8b5cf61f}.dashboard-insights__icon--rent{color:#38bdf8;background:#38bdf81f}.dashboard-insights__list{margin:0;padding:0;list-style:none}.dashboard-insights__row{border-bottom:1px solid #6c7d9f33;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:48px;display:grid}.dashboard-insights__row:last-child{border-bottom:0}.dashboard-insights__rank{color:var(--metro-purple);text-align:center;font-size:.78rem;font-weight:800}.dashboard-insights__state{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-muted);font-size:.88rem;font-weight:700;text-decoration:none;transition:color .15s;overflow:hidden}.dashboard-insights__state:hover{color:var(--text)}.dashboard-insights__value{color:var(--positive);white-space:nowrap;font-size:.88rem;font-weight:800}@media (width<=760px){.dashboard-insights{padding:18px}.dashboard-insights__grid{grid-template-columns:1fr}}@media (width<=520px){.dashboard-insights,.dashboard-insights__panel{padding:16px}.dashboard-insights__panel-header{gap:11px}.dashboard-insights__row{gap:8px}.dashboard-insights__state,.dashboard-insights__value{font-size:.8rem}}.dashboard{width:100%;max-width:1400px;margin:0 auto;padding:40px 24px 0}.dashboard__top{grid-template-columns:1.2fr 1fr;align-items:end;gap:24px;margin-bottom:32px;display:grid}.dashboard__header{margin-bottom:0}.dashboard__header h1{color:var(--text);margin:0 0 8px;font-size:40px;line-height:1.15}.dashboard__header p{max-width:680px;color:var(--text-muted);margin:0;line-height:1.6}.dashboard__controls{background:var(--surface);border:1px solid var(--border);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:0;padding:16px;display:grid}.dashboard__control{flex-direction:column;gap:8px;display:flex}.dashboard__control label{color:var(--text-muted);font-size:14px;font-weight:700}.dashboard__control select{background-color:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;border-radius:10px;padding:12px 14px;font-size:14px}.dashboard__control select:focus{outline:2px solid var(--accent);outline-offset:2px}.dashboard__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.dashboard__stats>*{min-height:160px}.dashboard__panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px}.dashboard__panel h2{color:var(--text);align-items:center;gap:8px;margin:0 0 16px;font-size:20px;line-height:1.3;display:flex}.dashboard__analytics{grid-template-columns:2fr 1fr;gap:16px;margin-bottom:24px;display:grid}.dashboard__map-panel,.dashboard__side-panel{min-height:620px}.dashboard__map-range{color:var(--text-muted);margin:-8px 0 12px;font-size:.9rem;font-weight:700}.dashboard__map-scale-label{color:var(--text-muted);text-align:center;margin:6px 0 0;font-size:.78rem;font-weight:700}.dashboard__side-panel{flex-direction:column;display:flex}.dashboard__side-panel>h2{flex:none}.dashboard__movers{flex:1;grid-template-rows:repeat(2,minmax(0,1fr));min-height:0;display:grid}.dashboard__movers .dashboard__movers-section{flex-direction:column;min-height:0;padding:0;display:flex}.dashboard__movers .dashboard__movers-section:first-child{border-bottom:1px solid var(--border);padding-bottom:20px}.dashboard__movers .dashboard__movers-section:last-child{padding-top:20px}.dashboard__movers .dashboard__movers-section-header{flex:none;margin-bottom:8px}.dashboard__movers .dashboard__movers-section-header h3{margin:0}.dashboard__movers .dashboard__movers-list{flex-direction:column;flex:1;display:flex}.dashboard__movers .dashboard__mover-row{border-bottom:1px solid #6c7d9f33;flex:1;min-height:42px;padding:10px 0}.dashboard__movers .dashboard__mover-row:last-child{border-bottom:0}.dashboard__bottom-grid{grid-template-columns:2fr 1fr;gap:16px;margin-bottom:24px;display:grid}.dashboard__timeline,.dashboard__region-panel{min-height:280px}.dashboard__region-panel{flex-direction:column;display:flex}.dashboard__region-content{flex:1;justify-content:center;align-items:center;gap:28px;display:flex}.dashboard__region-donut{border-radius:50%;flex-shrink:0;place-items:center;width:120px;height:120px;display:grid}.dashboard__region-donut-center{background:var(--surface);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:68px;height:68px;display:flex}.dashboard__region-donut-center strong{font-size:16px;font-weight:800}.dashboard__region-donut-center span{color:var(--text-muted);font-size:11px}.dashboard__region-list{flex-direction:column;gap:14px;width:100%;max-width:220px;display:flex}.dashboard__region-row{color:var(--text);align-items:center;font-size:13px;font-weight:700;display:flex}.dashboard__region-row>span:first-child{flex:1}.dashboard__region-row>span:nth-child(2){width:60px;color:var(--text-muted);text-align:right}.dashboard__region-row>span:nth-child(3){width:52px;color:var(--text-muted);text-align:right}.dashboard__region-name{align-items:center;gap:8px;display:flex}.dashboard__region-dot{border-radius:50%;flex:0 0 10px;width:10px;height:10px}.dashboard__placeholder{min-height:inherit;border:1px dashed var(--border);color:var(--text-muted);background:#ffffff08;border-radius:10px;justify-content:center;align-items:center;font-weight:700;display:flex}.dashboard__explore-link{color:#ffffffb8;align-items:center;gap:.75rem;margin-top:18px;padding:0 2px 32px;font-size:.9rem;display:flex}.dashboard__explore-icon{color:#facc15;font-size:1rem}.dashboard__explore-link p{margin:0}.dashboard__explore-link a{color:#60a5fa;text-decoration:none;transition:color .2s}.dashboard__explore-link a:hover{color:#93c5fd}@media (width<=1100px){.dashboard__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard__analytics,.dashboard__bottom-grid{grid-template-columns:1fr}.dashboard__map-panel,.dashboard__side-panel{min-height:auto}.dashboard__side-panel{min-height:600px}}@media (width<=900px){.dashboard__top{grid-template-columns:1fr}.dashboard__controls{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard__region-panel,.dashboard__timeline{min-height:260px}}@media (width<=600px){.dashboard{padding:32px 16px 0}.dashboard__header h1{font-size:32px}.dashboard__controls,.dashboard__stats{grid-template-columns:1fr}.dashboard__panel{padding:16px}.dashboard__side-panel{min-height:auto}.dashboard__movers{flex-direction:column;display:flex}.dashboard__movers .dashboard__movers-section:first-child{padding-bottom:24px}.dashboard__movers .dashboard__movers-section:last-child{padding-top:24px}.dashboard__movers .dashboard__mover-row{flex:initial;min-height:44px}.dashboard__region-content{flex-direction:column;justify-content:center}.dashboard__region-list{width:100%;max-width:none}.dashboard__explore-link{align-items:flex-start;line-height:1.5}}.status-message{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:12px;margin:32px 0;padding:24px}.status-message h2{margin-bottom:8px;font-size:24px}.status-message p{color:var(--text-muted);line-height:1.6}.status-message--loading{border-color:#3b82f6}.status-message--error{border-color:#ef4444}.status-message--info{border-color:var(--accent)}.states{max-width:1400px;margin:0 auto;padding:48px 24px}.states__header-block{margin-bottom:24px}.states__header-block h1{margin-bottom:8px}.states__header-block p{max-width:680px;color:var(--text-muted);margin:0;line-height:1.6}.states__controls{flex-wrap:wrap;gap:16px;margin-bottom:32px;display:flex}.states__control{flex-direction:column;gap:8px;min-width:240px;display:flex}.states__control label{color:var(--text-muted);font-size:14px;font-weight:600}.states__control select,.states__control input{border:1px solid var(--border);background-color:var(--surface);width:100%;color:var(--text);border-radius:10px;padding:12px 14px;font-size:14px}.states__control select{cursor:pointer}.states__control select:focus,.states__control input:focus{outline:2px solid var(--accent);outline-offset:2px}.states__table{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden}.states__tooltip-label{align-items:center;gap:6px;display:inline-flex}.states__row{border-bottom:1px solid var(--border);grid-template-columns:70px 1.4fr 1fr .8fr .8fr 1fr .8fr .7fr;align-items:center;gap:16px;padding:16px 20px;display:grid}.states__row:not(.states__header){cursor:pointer}.states__row:not(.states__header):hover{background:#ffffff08}.states__header{color:var(--text);background:#162036;font-weight:600}.states__state-cell{align-items:center;gap:10px;min-width:0;display:flex}.states__flag{object-fit:cover;border:1px solid var(--border);border-radius:4px;flex-shrink:0;width:36px;height:24px}.states__table .states__row:last-child{border-bottom:none}.states__pagination{justify-content:center;align-items:center;gap:16px;margin-top:24px;display:flex}.states__pagination button{border:1px solid var(--border);background-color:var(--surface);color:var(--text);cursor:pointer;border-radius:10px;padding:10px 18px;font-size:14px;transition:background-color .2s,opacity .2s}.states__pagination button:hover:not(:disabled){background-color:#1b2942}.states__pagination button:disabled{opacity:.5;cursor:not-allowed}.states__pagination span{color:var(--text-muted);font-weight:600}.detail-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px}.detail-stat-card_label{color:var(--text-muted);margin:0 0 12px;font-size:14px;font-weight:600}.detail-stat-card_value{color:var(--text);margin:0;font-size:28px;font-weight:700}.detail-stat-card{transition:transform .2s,border-color .2s}.detail-stat-card:hover{border-color:var(--accent);transform:translateY(-2px)}.economic-stat-card{border:1px solid var(--border);background:#ffffff08;border-radius:12px;align-items:center;gap:16px;min-height:120px;padding:22px;display:flex}.economic-stat-card__icon{width:46px;height:46px;color:var(--accent);background:#ffffff0f;border-radius:12px;flex:0 0 46px;place-items:center;font-size:22px;display:grid}.economic-stat-card__label{color:var(--text-muted);margin:0 0 8px;font-size:14px;font-weight:700}.economic-stat-card__value{color:var(--text);margin:0;font-size:24px;font-weight:900}.economic-stat-card__context{color:var(--text-subtle);margin:6px 0 0;font-size:12px;font-weight:600}.economic-stat-card__context--positive{color:var(--positive)}.economic-stat-card__context--negative{color:var(--negative)}.economic-stat-card__context--neutral{color:var(--neutral)}.economic-stat-card--green .economic-stat-card__icon{color:#6dfc8b;background:#6dfc8b1f}.economic-stat-card--green .economic-stat-card__value{color:#6dfc8b}.economic-stat-card--purple .economic-stat-card__icon{color:#c278ff;background:#c278ff1f}.economic-stat-card--purple .economic-stat-card__value{color:#c278ff}.economic-stat-card--blue .economic-stat-card__icon{color:#68a8ff;background:#68a8ff1f}.economic-stat-card--blue .economic-stat-card__value{color:#68a8ff}.migration-flow-card{border:1px solid var(--border);background:#ffffff08;border-radius:12px;padding:20px}.migration-flow-card--inbound{background:#4ade800f}.migration-flow-card--outbound{background:#f871710f}.migration-flow-card h3{margin:0 0 16px;font-size:18px}.migration-flow-card table{border-collapse:collapse;width:100%}.migration-flow-card th{color:var(--text-muted);text-align:left;padding:10px 0;font-size:13px}.migration-flow-card th:last-child,.migration-flow-card td:last-child{text-align:right}.migration-flow-card td{border-top:1px solid var(--border);color:var(--text);padding:12px 0;font-weight:700}.migration-flow-card__total{color:var(--text-muted);margin:16px 0 0;font-weight:600}.migration-timeline{flex-direction:column;height:100%;display:flex}.migration-timeline h2{margin-bottom:12px;font-size:18px}.migration-timeline__chart{width:100%;min-width:0;height:220px;min-height:220px}.migration-timeline__chart :focus{outline:none}.migration-history-table{border:1px solid var(--border);border-radius:10px;overflow:hidden}.migration-history-table__row{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr 1fr 1fr;align-items:center;padding:16px 18px;display:grid}.migration-history-table__row:last-child{border-bottom:none}.migration-history-table__header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:#ffffff08;font-size:14px;font-weight:800}.migration-history-table__header span:nth-child(2),.migration-history-table__header span:nth-child(3),.migration-history-table__header span:nth-child(4){text-align:right}.migration-history-table__year{color:var(--text-muted);font-weight:700}.migration-history-table__value{text-align:right;font-weight:700}.migration-history-table__net{text-align:right;font-weight:800}.migration-history-table__net--positive{color:var(--positive)}.migration-history-table__net--negative{color:var(--negative)}@media (width<=768px){.migration-history-table__row{grid-template-columns:1fr;gap:6px}.migration-history-table__header{display:none}.migration-history-table__value,.migration-history-table__net{text-align:left}}.education-snapshot{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:32px;padding:24px}.education-snapshot h2{margin:0 0 8px;font-size:2rem}.education-snapshot__description{color:var(--text-muted);margin:0 0 12px;line-height:1.6}.education-snapshot .resource-link{margin-bottom:28px}.education-score-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.education-snapshot__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.education-snapshot__breakdown,.education-snapshot__comparison{border:1px solid var(--border);background:#ffffff06;border-radius:12px;flex-direction:column;padding:1.5rem;display:flex}.education-snapshot__breakdown h3,.education-snapshot__comparison h3{margin:0 0 .35rem}.education-snapshot__breakdown>div>p,.education-snapshot__comparison>div>p{color:var(--text-muted);margin:0}.education-snapshot__panel-source{color:var(--text-muted);margin:auto 0 0;padding-top:1rem;font-size:.85rem;line-height:1.45}.education-snapshot__why{background:var(--surface);border:1px solid var(--border);border-radius:16px;align-items:center;gap:1.1rem;margin-top:32px;padding:1.35rem 1.5rem;display:flex}.education-snapshot__why-icon{color:#a78bfa;background:#7c3aed2e;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;display:flex}.education-snapshot__why h3{color:var(--text);margin:0 0 .25rem;font-size:1.15rem;font-weight:700}.education-snapshot__why p{max-width:100ch;color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.45}@media (width<=1000px){.education-snapshot__details{grid-template-columns:1fr}}@media (width<=640px){.education-snapshot{padding:18px}.education-snapshot__why{align-items:flex-start;padding:1rem}}.education-score-card{border:1px solid var(--border);background:#ffffff06;border-radius:12px;grid-template-rows:72px 1px 42px 1px 44px;gap:.65rem;min-height:205px;padding:1.1rem;display:grid}.education-score-card__header{align-items:center;gap:.85rem;display:flex}.education-score-card__icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.3rem;display:flex}.education-score-card h3{color:var(--text);margin:0 0 .2rem;font-size:.95rem;line-height:1.18}.education-score-card__subtitle{color:var(--text-muted);margin:0;font-size:.82rem;font-weight:600}.education-score-card__divider{background:var(--border);height:1px}.education-score-card__value-row{justify-content:center;align-items:center;gap:.25rem;width:100%;display:flex}.education-score-card__value{color:var(--text);letter-spacing:-.03em;white-space:nowrap;margin:0;font-size:1.45rem;font-weight:900;line-height:1}.education-score-card__badge{color:#c4b5fd;white-space:nowrap;background:#7c3aed40;border-radius:7px;justify-content:center;align-items:center;padding:.28rem .5rem;font-size:.7rem;font-weight:800;display:inline-flex}.education-score-card__comparison{color:var(--text-muted);white-space:nowrap;justify-content:center;align-items:center;gap:.35rem;margin:0;font-size:.8rem;font-weight:700;line-height:1.25;display:flex}.education-score-card__comparison-icon{flex-shrink:0;align-items:center;font-size:.9rem;display:flex}.education-score-card__comparison--positive .education-score-card__comparison-icon{color:var(--positive)}.education-score-card__comparison--negative .education-score-card__comparison-icon{color:var(--negative)}@media (width<=1000px){.education-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.education-score-grid{grid-template-columns:1fr}.education-score-card{grid-template-rows:auto 1px auto 1px auto;min-height:auto}}.education-attainment-table{border-collapse:collapse;width:100%;margin-top:.8rem}.education-attainment-table th,.education-attainment-table td{border-bottom:1px solid var(--border);color:var(--text);padding:.8rem .25rem;font-size:.95rem}.education-attainment-table th{color:var(--text-muted);text-align:left;font-size:.82rem;font-weight:800}.education-attainment-table th:nth-child(2),.education-attainment-table th:nth-child(3),.education-attainment-table td:nth-child(2),.education-attainment-table td:nth-child(3){text-align:right;white-space:nowrap}.education-attainment-table tbody tr:last-child td{border-bottom:none}.education-attainment-table__highlight td{color:#a78bfa;font-weight:800}@media (width<=640px){.education-attainment-table th,.education-attainment-table td{font-size:.85rem}}.score-bar{margin-top:.8rem}.score-bar+.score-bar{margin-top:1.5rem}.score-bar__header{justify-content:space-between;align-items:center;margin-bottom:.7rem;display:flex}.score-bar__title{align-items:center;gap:.45rem;display:flex}.score-bar__icon{color:#a78bfa;font-size:1.2rem;display:flex}.score-bar__header h4{color:var(--text);margin:0;font-size:1rem;font-weight:800}.score-bar__header p{color:var(--text-muted);margin:0;font-size:.8rem}.score-bar__rows{gap:.55rem;display:grid}.score-bar__row{grid-template-columns:120px 1fr 48px 34px;align-items:center;gap:.7rem;display:grid}.score-bar__label{color:var(--text);font-size:.9rem}.score-bar__track{background:#94a3b82e;border-radius:999px;height:12px;overflow:hidden}.score-bar__fill{border-radius:inherit;height:100%}.score-bar__fill--state{background:linear-gradient(90deg,#7c3aed,#8b5cf6)}.score-bar__fill--national{background:#94a3b88c}.score-bar__fill--top{background:#94a3b873}.score-bar__score{color:var(--text);text-align:right;font-size:.95rem;font-weight:800}.score-bar__rank{color:#a78bfa;text-align:right;font-size:.9rem;font-weight:800}.net-migration-summary{color:var(--text);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.net-migration-summary__icon{font-size:1.2rem;display:inline-flex}.net-migration-summary__icon--positive,.net-migration-summary__number--positive{color:var(--positive)}.net-migration-summary__icon--negative,.net-migration-summary__number--negative{color:var(--negative)}.net-migration-summary__label{font-weight:700}.net-migration-summary__badge{border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:800}.net-migration-summary__badge--positive{color:var(--positive);background:#22c55e26}.net-migration-summary__badge--negative{color:var(--negative);background:#f8717126}.net-migration-summary__badge--neutral{color:var(--text-muted);background:#94a3b826}.net-migration-summary__divider{background:var(--border);width:1px;height:18px}.net-migration-summary__number{font-weight:800}.state-detail{max-width:1200px;margin:0 auto;padding:48px 24px}.state-detail__back{color:var(--text-muted);margin-bottom:32px;font-weight:600;display:inline-block}.state-detail__back:hover{color:var(--accent)}.state-detail__header{margin-bottom:32px}.state-detail__header h1{margin-bottom:8px;font-size:40px}.state-detail__header p{color:var(--text-muted);font-weight:600}.state-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.state-detail__about,.state-detail__history,.state-detail__economics,.state-detail__migration{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:32px;padding:24px}.state-detail__about h2,.state-detail__history h2{margin:0 0 16px}.state-detail__about p{color:var(--text-muted);margin:0;line-height:1.7}.state-detail__economics h2,.state-detail__migration h2{margin:0 0 6px}.state-detail__economics>p,.state-detail__migration>div:first-child>p{color:var(--text-muted);margin:0 0 20px;font-weight:600}.state-economics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.state-migration-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.state-detail__migration-net{border:1px solid var(--border);background:#ffffff08;border-radius:10px;margin-top:18px;padding:16px 18px}.state-detail__migration-net-summary{color:var(--text);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.state-detail__migration-net-icon{justify-content:center;align-items:center;font-size:24px;line-height:1;display:flex}.state-detail__migration-net-icon--positive{color:var(--positive)}.state-detail__migration-net-icon--negative{color:var(--negative)}.state-detail__migration-net-icon--neutral{color:var(--text-muted)}.state-detail__migration-net-label{color:var(--text)}.state-detail__migration-net-badge{border-radius:5px;padding:4px 10px;font-size:13px;font-weight:800}.state-detail__migration-net-badge--positive{color:var(--positive);background:#4ade8024}.state-detail__migration-net-badge--negative{color:var(--negative);background:#f8717124}.state-detail__migration-net-badge--neutral{color:var(--text-muted);background:#ffffff14}.state-detail__migration-net-divider{background:var(--border);width:1px;height:28px}.state-detail__migration-net-number{font-weight:900}.state-detail__migration-net-number--positive{color:var(--positive)}.state-detail__migration-net-number--negative{color:var(--negative)}.state-detail__migration-history{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:32px;padding:24px}.state-detail__migration-history h2{margin:0 0 20px}.state-detail__history-list{border:1px solid var(--border);border-radius:10px;overflow:hidden}.state-detail__history-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr 1fr;align-items:center;padding:16px 18px;display:grid}.state-detail__history-row:last-child{border-bottom:none}.state-detail__history-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:#ffffff08;font-size:14px;font-weight:800}.state-detail__history-header span:nth-child(2){text-align:center}.state-detail__history-header span:nth-child(3){text-align:right}.state-detail__history-year{color:var(--text-muted);font-weight:700}.state-detail__history-population{color:var(--text);text-align:center;font-weight:800}.state-detail__history-change{color:var(--text);text-align:right;font-weight:800}.state-detail__history-empty{color:var(--text-muted);margin:0}.state-detail__history-grid{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.state-detail__history-chart{border:1px solid var(--border);background:#ffffff05;border-radius:10px;padding:18px;overflow:hidden}.state-detail__history-chart .population-timeline h2{margin-bottom:12px;font-size:18px}@media (width<=900px){.state-detail__history-grid,.state-economics-grid,.state-migration-grid{grid-template-columns:1fr}}@media (width<=768px){.state-detail-grid{grid-template-columns:1fr}.state-detail__migration-net-summary{gap:10px}.state-detail__migration-net-divider{display:none}.state-detail__history-row{grid-template-columns:1fr;gap:6px}.state-detail__history-header{display:none}.state-detail__history-population,.state-detail__history-change{text-align:left}}.about{max-width:1200px;margin:0 auto;padding:48px 24px}.about section{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:24px;padding:24px}.about h1{color:var(--text);margin-bottom:12px;font-size:40px}.about h2{margin:0 0 12px;font-size:20px}.about p{color:var(--text-muted);margin-bottom:16px;line-height:1.7}.about p:last-child{margin-bottom:0}@media (width<=768px){.about{padding:32px 16px}.about h1{font-size:32px}.about section{padding:20px}}.methodology{max-width:1200px;margin:0 auto;padding:48px 24px}.methodology__header{margin-bottom:32px}.methodology__header h1{margin-bottom:12px;font-size:40px}.methodology__header p{color:var(--text-muted);margin:0;line-height:1.7}.methodology__section{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:24px;padding:24px}.methodology__section h2{margin:0 0 12px}.methodology__section p{color:var(--text-muted);margin:0 0 16px;line-height:1.7}.methodology__section p:last-child{margin-bottom:0}.methodology__formula{border:1px solid var(--border);color:var(--text);background:#ffffff08;border-radius:10px;margin:16px 0;padding:16px;font-weight:700;line-height:1.6}.methodology__section ul{color:var(--text-muted);margin:0;padding-left:20px;line-height:1.8}.methodology__section li{margin-bottom:8px}.methodology__section li:last-child{margin-bottom:0}@media (width<=768px){.methodology{padding:32px 16px}.methodology__header h1{font-size:32px}.methodology__section{padding:20px}}.data-sources{width:100%;max-width:1200px;margin:0 auto;padding:48px 24px}.data-sources__header{max-width:780px;margin-bottom:32px}.data-sources__header h1{color:var(--text);margin:0 0 12px;font-size:40px;line-height:1.15}.data-sources__header p{color:var(--text-muted);margin:0;line-height:1.7}.data-sources__notice,.data-sources__disclaimer{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:24px}.data-sources__notice{margin-bottom:32px}.data-sources__notice h2,.data-sources__disclaimer h2{color:var(--text);margin:0 0 12px;font-size:20px}.data-sources__notice p,.data-sources__disclaimer p{color:var(--text-muted);margin:0;line-height:1.7}.data-sources__disclaimer p+p{margin-top:16px}.data-sources__groups{flex-direction:column;gap:32px;display:flex}.data-sources__group{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:24px}.data-sources__group-header{margin-bottom:20px}.data-sources__group-header h2{color:var(--text);margin:0 0 8px;font-size:22px}.data-sources__group-header p{max-width:820px;color:var(--text-muted);margin:0;line-height:1.7}.data-sources__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.data-sources__card{border:1px solid var(--border);background:#ffffff06;border-radius:10px;flex-direction:column;min-width:0;padding:20px;display:flex}.data-sources__organization{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.data-sources__card h3{color:var(--text);margin:0 0 10px;font-size:17px;line-height:1.4}.data-sources__card p{color:var(--text-muted);margin:0 0 18px;font-size:14px;line-height:1.65}.data-sources__card a{width:fit-content;color:var(--accent);align-items:center;gap:6px;margin-top:auto;font-size:14px;font-weight:700;text-decoration:none;transition:color .18s,transform .18s;display:inline-flex}.data-sources__card a:hover{color:var(--text);transform:translate(2px)}.data-sources__card a:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:2px}.data-sources__disclaimer{margin-top:32px}@media (width<=800px){.data-sources__grid{grid-template-columns:1fr}}@media (width<=768px){.data-sources{padding:32px 16px}.data-sources__header h1{font-size:32px}.data-sources__notice,.data-sources__disclaimer,.data-sources__group{padding:20px}}@media (width<=480px){.data-sources__card{padding:16px}}.metro-directory-toolbar{grid-template-columns:170px minmax(260px,1fr) 360px;align-items:center;gap:24px;display:grid}.metro-directory-toolbar__filters-toggle{font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:10px;display:flex}.metro-directory-toolbar__filters-toggle span{background:var(--metro-purple);width:24px;height:24px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;line-height:1;display:flex}.metro-directory-toolbar__filters-toggle,.metro-directory-toolbar__search input,.metro-directory-toolbar__sort{border:1px solid var(--border);background:var(--surface);height:48px;color:var(--text);border-radius:10px}.metro-directory-toolbar__search{position:relative}.metro-directory-toolbar__search input{width:100%;padding:0 16px 0 42px}.metro-directory-toolbar__search-icon{color:var(--text-subtle);font-size:.9rem;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.metro-directory-toolbar__search input::placeholder{color:var(--text-subtle)}.metro-directory__search-clear{color:var(--text-subtle);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.metro-directory-toolbar__sort{align-items:center;gap:8px;padding:0 14px;display:flex}.metro-directory-toolbar__sort span{color:var(--text-muted);white-space:nowrap;font-size:.9rem}.metro-directory-toolbar__sort select{min-width:0;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:none;outline:none;flex:1}.metro-directory-toolbar__sort select option{background:var(--surface);color:var(--text)}.metro-filters{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:20px;padding:18px;display:flex}.metro-filters__header{justify-content:space-between;align-items:center;display:flex}.metro-filters h2{color:var(--text);margin:0;font-size:1rem}.metro-filters__header button{color:var(--metro-purple);cursor:pointer;background:0 0;border:none}.metro-filters__section{border-top:1px solid var(--border);flex-direction:column;gap:12px;padding-top:18px;display:flex}.metro-filters__section h3{color:var(--text);margin:0;font-size:.9rem}.metro-filters__range-row{grid-template-columns:90px auto 90px;align-items:center;gap:10px;display:grid}.metro-filters__range-row input,.metro-filters__search{border:1px solid var(--border);height:38px;color:var(--text);background:#ffffff08;border-radius:8px;padding:0 10px}.metro-filters__range-row input{text-align:center}.metro-filters__range-row span{color:var(--text-muted);text-align:center;font-size:.85rem}.metro-filters__range{accent-color:var(--metro-purple)}.metro-filters__search-wrap{position:relative}.metro-filters__search{width:100%;padding-right:34px}.metro-filters__search-clear{color:var(--text-subtle);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.metro-filters__state-list{scrollbar-width:thin;scrollbar-color:#8b5cf6b3 transparent;flex-direction:column;gap:12px;max-height:240px;padding-right:4px;display:flex;overflow-y:auto}.metro-filters__state-list::-webkit-scrollbar{width:5px}.metro-filters__state-list::-webkit-scrollbar-track{background:0 0}.metro-filters__state-list::-webkit-scrollbar-thumb{background:#8b5cf68c;border-radius:999px}.metro-filters__state-list::-webkit-scrollbar-thumb:hover{background:#8b5cf6d9}.metro-filters__checkbox-row{color:var(--text-muted);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;font-size:.9rem;display:grid}.metro-filters__checkbox-row input{accent-color:var(--metro-purple)}.metro-filters__checkbox-row strong{color:var(--text-muted);font-size:.85rem;font-weight:500}.metro-filters__positive{color:var(--positive)!important}.metro-filters__negative{color:var(--negative)!important}.metro-card__link{color:inherit;text-decoration:none;display:block}.metro-card{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:12px;transition:transform .18s,border-color .18s,box-shadow .18s;overflow:hidden}.metro-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 10px 24px #00000047}.metro-card__image-wrap{height:135px;position:relative;overflow:hidden}.metro-card__image{object-fit:cover;width:100%;height:100%}.metro-card__rank{color:#fff;background:#5846dcf2;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 4px 10px #00000059}.metro-card__body{padding:14px 16px 16px}.metro-card h3{min-height:2.7em;margin:0 0 14px;font-size:.95rem;font-weight:700;line-height:1.35}.metro-card__stats{grid-template-columns:1fr 1fr;gap:12px 16px;display:grid}.metro-card__stat--right{text-align:right}.metro-card__stat--right strong{justify-content:flex-end}.metro-card__body span{color:var(--text-subtle);font-size:.72rem;display:block}.metro-card strong{align-items:center;gap:6px;margin-top:3px;font-size:.9rem;display:flex}.metro-card__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:12px;display:flex}.metro-card__growth--positive{color:var(--positive)}.metro-card__growth--negative{color:var(--negative)}.metro-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.metro-pagination{justify-content:center;align-items:center;gap:14px;margin-top:32px;display:flex}.metro-pagination span{text-align:center;min-width:120px;color:var(--text-muted);font-size:.9rem}.metro-pagination__button{border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--text);font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:background-color .18s,border-color .18s,transform .18s;display:flex}.metro-pagination__button:hover:not(:disabled){border-color:var(--metro-purple);background:#ffffff0f}.metro-pagination__button:active:not(:disabled){transform:scale(.96)}.metro-pagination__button:disabled{opacity:.35;cursor:not-allowed}.metro-directory-page{flex-direction:column;gap:32px;max-width:1400px;margin:0 auto;padding:24px;display:flex}.metro-directory-page__layout{grid-template-columns:280px 1fr;align-items:start;gap:32px;display:grid}.metro-directory-page__layout--filters-hidden{grid-template-columns:1fr}.metro-directory-page__results{flex-direction:column;gap:24px;display:flex}.metro-hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr);align-items:center;gap:32px;margin-bottom:32px;display:grid}.metro-hero__content{flex-direction:column;align-items:flex-start;display:flex}.metro-hero__content a{color:var(--text-muted);margin-bottom:24px;font-size:14px;font-weight:600}.metro-hero__content a:hover{color:var(--accent)}.metro-hero__content h1{max-width:520px;margin:0 0 14px;font-size:40px;line-height:1.15}.metro-hero__accent{color:var(--metro-purple)}.metro-hero__description{max-width:520px;color:var(--text-muted);margin:0 0 18px;line-height:1.6}.metro-hero__meta{color:var(--text-muted);flex-wrap:wrap;gap:10px 18px;margin-bottom:24px;font-size:14px;font-weight:600;display:flex}.metro-hero__icon{color:var(--metro-purple)}.metro-hero__dot{background:var(--metro-purple);border-radius:999px;align-self:center;width:6px;height:6px}.metro-hero__button{background:var(--metro-purple);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px 22px;font-weight:800}.metro-hero__button:hover{color:#fff;background:#6d28d9}.metro-hero__image{object-fit:cover;border:1px solid var(--border);border-radius:12px;width:100%;height:360px}@media (width<=900px){.metro-hero{grid-template-columns:1fr}.metro-hero__image{height:280px}}.metro-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:16px;padding:20px;display:flex}.metro-stat-card__icon{border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.metro-stat-card__icon.purple{background:var(--metro-purple-bg);color:var(--metro-purple)}.metro-stat-card__icon.positive{background:var(--positive-bg);color:var(--positive)}.metro-stat-card__icon.negative{background:var(--negative-bg);color:var(--negative)}.metro-stat-card__icon.warning{background:var(--warning-bg);color:var(--warning)}.metro-stat-card__content{flex-direction:column;gap:6px;min-width:0;display:flex}.metro-stat-card__title{color:var(--text-muted);margin:0;font-size:.9rem;font-weight:600}.metro-stat-card__value{color:var(--text);white-space:nowrap;margin:0;font-size:2.35rem;font-weight:800;line-height:1.1}.metro-stat-card__subtitle{color:var(--text-muted);margin:0;font-size:.85rem}@media (width<=1200px){.metro-stat-card{gap:12px;padding:16px}.metro-stat-card__icon{width:44px;height:44px;font-size:1.25rem}.metro-stat-card__value{font-size:1.9rem}.metro-stat-card__title{font-size:.82rem}.metro-stat-card__subtitle{font-size:.78rem}}@media (width<=1000px){.metro-stat-card{padding:14px}.metro-stat-card__icon{width:40px;height:40px;font-size:1.1rem}.metro-stat-card__value{font-size:1.65rem}.metro-stat-card__subtitle{font-size:.75rem}}.context-indicator{align-items:center;gap:4px;display:inline-flex}.context-indicator__icon,.context-indicator__value{flex-shrink:0;font-weight:800}.context-indicator__icon{font-size:.75rem}.context-indicator--positive .context-indicator__icon,.context-indicator--positive .context-indicator__value{color:var(--positive)}.context-indicator--negative .context-indicator__icon,.context-indicator--negative .context-indicator__value{color:var(--negative)}.context-indicator--neutral .context-indicator__icon,.context-indicator--neutral .context-indicator__value{color:var(--text-muted)}.metro-highlights{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:32px;display:grid}@media (width<=1270px){.metro-highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (width<=600px){.metro-highlights{grid-template-columns:1fr}}.metro-population-timeline{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.metro-population-timeline__header h2{color:var(--metro-purple);margin:0;font-size:1.15rem}.metro-population-timeline__header p{color:var(--text-muted);margin:4px 0 16px;font-size:.85rem}.metro-population-timeline__chart{width:100%}.metro-population-timeline__change{color:var(--text);align-items:center;gap:6px;margin:8px 0 0;font-size:.85rem;display:flex}.metro-at-a-glance{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.metro-at-a-glance h2{color:var(--metro-purple);margin:0 0 14px;font-size:1.15rem}.metro-at-a-glance p{color:var(--text);margin:0 0 14px;font-size:.95rem;line-height:1.6}.metro-at-a-glance p:last-child{margin-bottom:0}.metro-population-section{grid-template-columns:minmax(0,3fr) minmax(280px,2fr);gap:16px;margin-bottom:16px;display:grid}@media (width<=900px){.metro-population-section{grid-template-columns:1fr}}.metro-snapshot-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.metro-snapshot-card__header h2{color:var(--metro-purple);margin:0;font-size:1.05rem}.metro-snapshot-card__header p{color:var(--text-muted);margin:4px 0 16px;font-size:.8rem}.metro-snapshot-card__items{flex-direction:column;gap:14px;display:flex}.metro-snapshot-card__item{align-items:center;gap:12px;display:flex}.metro-snapshot-card__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.metro-snapshot-card__icon.green{color:#22c55e;background:#22c55e2e}.metro-snapshot-card__icon.orange{color:#f97316;background:#f973162e}.metro-snapshot-card__icon.purple{color:#8b5cf6;background:#8b5cf62e}.metro-snapshot-card__icon.blue{color:#3b82f6;background:#3b82f62e}.metro-snapshot-card__content{width:100%;min-width:0}.metro-snapshot-card__topline{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.metro-snapshot-card__label{color:var(--text-muted);font-size:.8rem}.metro-snapshot-card__value{color:var(--text);white-space:nowrap;font-size:.92rem;font-weight:800}.metro-snapshot-card .context-indicator{color:var(--text-muted);margin-top:3px;font-size:.73rem;line-height:1.25}.metro-snapshot-card .context-indicator__text{color:var(--text-muted);font-weight:500}.metro-snapshot-card .context-indicator__icon,.metro-snapshot-card .context-indicator__value{font-weight:800}.metro-snapshot-section{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}@media (width<=1100px){.metro-snapshot-section{grid-template-columns:1fr}}.metro-education-mini-card__icon{width:34px;height:34px;color:var(--metro-purple);background:#8b5cf62e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.metro-education-mini-card strong{color:var(--text);text-align:center;margin:8px;font-size:1.5rem;display:block}.metro-education-mini-card p{color:var(--text);margin:2px 0 4px;font-size:1rem}.metro-education-mini-card .context-indicator{color:var(--text-subtle);margin-top:2px;font-size:.68rem;line-height:1.05}.metro-education-snapshot{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.metro-education-snapshot h2{color:var(--metro-purple);margin:0;font-size:1.05rem}.metro-education-snapshot p{color:var(--text-muted);margin:4px 0 0;font-size:.8rem}.metro-education-snapshot__content{grid-template-columns:170px 1fr;gap:18px;margin-top:18px;display:grid}.metro-education-snapshot__stats{flex-direction:column;gap:16px;display:flex}.metro-education-mini-card{gap:12px;display:flex}.metro-education-snapshot__table{border:1px solid var(--border);background:#ffffff05;border-radius:10px;padding:0 14px}.metro-education-snapshot .education-attainment-table{width:100%;margin:0 auto}.metro-education-snapshot .resource-link{margin-top:20px}.metro-migration-snapshot{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.metro-migration-snapshot h2{color:var(--metro-purple);margin:0;font-size:1.05rem}.metro-migration-snapshot p{color:var(--text-muted);margin:4px 0 0;font-size:.8rem}.metro-migration-snapshot__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.metro-migration-snapshot__net{border:1px solid var(--border);background:#ffffff08;border-radius:10px;margin-top:12px;padding:10px}.metro-migration-snapshot .migration-flow-card{padding:14px}.metro-migration-snapshot .migration-flow-card h3{margin-bottom:14px;font-size:1rem;line-height:1.15}.metro-migration-snapshot .migration-flow-card th{padding:8px 0;font-size:.72rem}.metro-migration-snapshot .migration-flow-card td{color:var(--text-muted);padding:9px 0;font-size:.82rem}.metro-migration-snapshot .migration-flow-card td:nth-child(2){color:var(--text)}.metro-migration-snapshot .migration-flow-card__total{margin-top:12px;font-size:.76rem}.metro-migration-snapshot .net-migration-summary{gap:10px;font-size:12px}@media (width<=700px){.metro-migration-snapshot__grid{grid-template-columns:1fr}}.metro-education-migration-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}@media (width<=900px){.metro-education-migration-section{grid-template-columns:1fr}}.metro-overview{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:24px;padding:24px;display:flex}.metro-overview h2{color:var(--metro-purple);margin:0}.metro-overview__content{flex-direction:column;gap:16px;display:flex}.metro-overview__content p{color:var(--text-muted);margin:0;line-height:1.75}.metro-overview__bottom{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:32px;padding-top:20px;display:grid}.metro-overview__section h3{color:var(--metro-purple);margin:0 0 14px;font-size:1rem}.metro-overview__list{max-height:220px;color:var(--text-subtle);scrollbar-width:thin;scrollbar-color:var(--metro-purple) transparent;flex-direction:column;gap:8px;margin:0;display:flex;overflow-y:auto}.metro-overview__list li{transition:color .2s}.metro-overview__list li:hover{color:var(--text-muted)}.metro-overview__list::-webkit-scrollbar{width:6px}.metro-overview__list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:999px}.metro-overview__list::-webkit-scrollbar-thumb:hover{background:#8b5cf680}.metro-overview__states{flex-direction:column;gap:10px;display:flex}.metro-overview__state{border:1px solid var(--border);color:var(--text);background:#8b5cf614;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;text-decoration:none;transition:color .2s,border-color .2s,background .2s,transform .2s;display:flex}.metro-overview__state:hover{color:var(--metro-purple);border-color:var(--metro-purple);background:#8b5cf624;transform:translate(2px)}.metro-overview__population{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;display:flex}.metro-overview__population span{color:var(--text-muted)}.metro-overview__population strong{color:var(--text);font-size:1.1rem}@media (width<=900px){.metro-overview__bottom{grid-template-columns:1fr}}.metro-related-articles{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px}.metro-related-articles h2{margin:0}.metro-bottom-section{grid-template-columns:2fr 1fr;gap:20px;margin-bottom:32px;display:grid}@media (width<=1100px){.metro-bottom-section{grid-template-columns:1fr}}.metro-detail{max-width:1400px;margin:0 auto;padding:24px}:root{--bg:#0b1020;--surface:#121a2b;--border:#283247;--text:#f3f7ff;--text-muted:#9fb0cc;--text-subtle:#6c7d9f;--accent:#4da3ff;--positive:#22c55e;--positive-bg:#22c55e2e;--negative:#ef4444;--negative-bg:#ef44442e;--warning:#f97316;--warning-bg:#f973162e;--metro-purple:#8b5cf6;--metro-purple-bg:#8b5cf62e;--neutral:var(--text-muted)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:var(--text);text-decoration:none}a:hover{color:var(--accent)}.growth-positive{color:var(--positive)}.growth-negative{color:var(--negative)}
