.themeToggle-module__rBg46a__toggle{z-index:60;border:1px solid var(--line-strong);color:var(--text);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0e151ed1;border-radius:999px;align-items:center;gap:10px;padding:10px 12px;display:inline-flex;position:fixed;bottom:18px;right:18px}.themeToggle-module__rBg46a__caption,.themeToggle-module__rBg46a__label{color:var(--muted);font-size:13px}.themeToggle-module__rBg46a__caption{text-transform:uppercase;letter-spacing:.08em;font-size:11px}.themeToggle-module__rBg46a__thumb{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border-radius:999px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:grid}html[data-theme=light] .themeToggle-module__rBg46a__toggle{background:#fffdf8d1}@media (max-width:760px){.themeToggle-module__rBg46a__toggle{bottom:12px;right:12px}}
.appShell-module__yTW40W__appShell{background:0 0;grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.appShell-module__yTW40W__sidebar{border-right:1px solid var(--line);background:var(--bg-soft);position:relative}.appShell-module__yTW40W__sidebarInner{flex-direction:column;gap:20px;height:100vh;padding:18px 18px 24px;display:flex;position:sticky;top:0}.appShell-module__yTW40W__sidebarBrand{align-items:center;gap:12px;display:flex}.appShell-module__yTW40W__sidebarLogo{letter-spacing:-.06em;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border-radius:12px;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.appShell-module__yTW40W__sidebarTitleBlock{flex-direction:column;display:flex}.appShell-module__yTW40W__sidebarTitle{font-size:18px;font-weight:700}.appShell-module__yTW40W__sidebarSubtitle{color:var(--muted);font-size:13px}.appShell-module__yTW40W__sidebarNav{flex-direction:column;gap:4px;margin-top:8px;display:flex}.appShell-module__yTW40W__navItem,.appShell-module__yTW40W__navItemActive{color:var(--muted);border-radius:999px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;display:flex}.appShell-module__yTW40W__navItemActive{background:var(--surface);color:var(--text)}.appShell-module__yTW40W__navIcon{width:24px}.appShell-module__yTW40W__navLabel{flex:1}.appShell-module__yTW40W__sidebarBackdrop{display:none}.appShell-module__yTW40W__mainColumn{flex-direction:column;min-height:100vh;display:flex}.appShell-module__yTW40W__header{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#071019e6;align-items:center;gap:16px;padding:12px 20px;display:flex;position:sticky;top:0}html[data-theme=light] .appShell-module__yTW40W__header{background:#fffdf8e6}.appShell-module__yTW40W__burger{border:1px solid var(--line);background:#00000014;border-radius:999px;flex-direction:column;justify-content:center;gap:4px;width:36px;height:36px;padding:8px;display:none}.appShell-module__yTW40W__burger span{background:var(--text);border-radius:999px;height:2px;display:block}.appShell-module__yTW40W__headerBrand{align-items:center;gap:10px;display:flex}.appShell-module__yTW40W__headerLogo{letter-spacing:-.06em;background:linear-gradient(135deg,var(--accent),var(--brand));color:#fff;border-radius:10px;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.appShell-module__yTW40W__headerTextBlock{flex-direction:column;display:flex}.appShell-module__yTW40W__headerTitle{font-size:17px;font-weight:700}.appShell-module__yTW40W__headerSubtitle{color:var(--muted);font-size:12px}.appShell-module__yTW40W__headerSpacer{flex:1}.appShell-module__yTW40W__headerRight{align-items:center;gap:10px;display:flex}.appShell-module__yTW40W__profileButton{border:1px solid var(--line);background:#ffffff05;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;display:inline-flex}.appShell-module__yTW40W__profileAvatar{background:var(--surface);border-radius:999px;place-items:center;width:26px;height:26px;display:grid}.appShell-module__yTW40W__profileLabel{white-space:nowrap;text-overflow:ellipsis;max-width:160px;overflow:hidden}.appShell-module__yTW40W__mainContent{flex:1;padding:18px 20px 72px}.appShell-module__yTW40W__bottomBar{inset-inline:0;z-index:40;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#071019f5;justify-content:space-around;padding:6px 10px 10px;display:none;position:fixed;bottom:0}html[data-theme=light] .appShell-module__yTW40W__bottomBar{background:#fffdf8f5}.appShell-module__yTW40W__bottomItem,.appShell-module__yTW40W__bottomItemActive{color:var(--muted);border-radius:999px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:6px 8px;font-size:12px;display:flex}.appShell-module__yTW40W__bottomItemActive{color:var(--text);background:var(--surface)}.appShell-module__yTW40W__bottomIcon{font-size:18px}@media (max-width:1024px){.appShell-module__yTW40W__appShell{grid-template-columns:minmax(0,1fr)}.appShell-module__yTW40W__sidebar{z-index:50;width:260px;transition:transform .2s ease-out;position:fixed;inset-block:0;inset-inline-start:0;transform:translate(-100%)}.appShell-module__yTW40W__sidebarOpen{transform:translate(0)}.appShell-module__yTW40W__sidebarBackdrop{z-index:40;background:#0006;display:block;position:fixed;inset:0}.appShell-module__yTW40W__burger{display:inline-flex}.appShell-module__yTW40W__bottomBar{display:flex}.appShell-module__yTW40W__mainContent{padding-bottom:82px}}@media (max-width:640px){.appShell-module__yTW40W__headerSubtitle,.appShell-module__yTW40W__profileLabel{display:none}}
:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#071019;--bg-soft:#0d1722;--surface:#0f1823e0;--surface-strong:#101b28;--line:#859dba29;--line-strong:#859dba47;--text:#eff4fa;--muted:#9baabc;--brand:#14b8a6;--brand-dark:#0f766e;--accent:#ff8b67;--shadow:0 24px 80px #00000052;--radius-xl:28px;--radius-lg:22px;--radius-md:16px}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f0e8;--bg-soft:#faf7f2;--surface:#fffdf8e6;--surface-strong:#fff;--line:#29221c1f;--line-strong:#29221c2e;--text:#1d1916;--muted:#70655c;--brand:#0f766e;--brand-dark:#0b4f4a;--accent:#ef6c57;--shadow:0 22px 60px #3a291d14}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 0 0,#4299e129,#0000 24%),radial-gradient(circle at 100% 0,#14b8a61a,#0000 28%),linear-gradient(#06111b 0%,#09131d 48%,#0c1623 100%);margin:0;font-family:Avenir Next,Helvetica Neue,Segoe UI,sans-serif}html[data-theme=light] body{background:radial-gradient(circle at 0 0,#ffffffe6,#0000 28%),linear-gradient(#f8f4ee 0%,#f4f0e8 52%,#efe8dd 100%)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.homeShell{width:min(1480px,100vw - 32px);margin:0 auto;padding:20px 0 36px}.topbar{border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);z-index:20;background:#fffdf8d1;border-radius:24px;justify-content:space-between;align-items:center;gap:20px;padding:14px 18px;display:flex;position:sticky;top:12px}.brandBlock{align-items:center;gap:14px;min-width:232px;display:flex}.brandMark{color:#fff;background:linear-gradient(135deg,#ff7c65,#df4c36 54%,#962416);border-radius:14px;place-items:center;width:46px;height:46px;font-weight:800;display:grid}.brandKicker,.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0;font-size:12px}.brandName{margin:2px 0 0;font-size:20px;line-height:1}.topNav{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.topNavItem{color:var(--muted);white-space:nowrap;background:#ffffff80;border:1px solid #0000;border-radius:999px;padding:10px 14px;font-size:14px}.topNavItem.isActive{color:var(--text);border-color:var(--line);background:var(--surface-strong)}.topActions{align-items:center;gap:10px;display:flex}.primaryButton,.ghostButton{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:12px 16px;font-size:14px;display:inline-flex}.primaryButton{color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-dark));box-shadow:0 14px 30px #0f766e3d}.ghostButton{color:var(--text);border:1px solid var(--line);background:#fff9}.heroCard{grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:18px;margin-top:18px;display:grid}.heroContent,.heroPanel,.sideCard,.storyCard{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.heroContent{border-radius:var(--radius-xl);background:radial-gradient(circle at 100% 0,#0f766e29,#0000 32%),linear-gradient(#ffffffeb,#fffbf6e0);padding:28px}.heroContent h2,.feedHeader h2{letter-spacing:-.04em;margin:10px 0 14px;font-size:clamp(32px,4vw,52px);line-height:.98}.heroContent p,.sideCard p{color:var(--muted);margin:0;font-size:16px;line-height:1.55}.heroActions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.heroPanel{border-radius:var(--radius-xl);color:#f8fafc;background:linear-gradient(#111827f5,#202939eb),linear-gradient(135deg,#0f766e59,#0000);padding:22px}.heroPanelHeader{color:#f8fafcbd;justify-content:space-between;align-items:center;margin-bottom:18px;font-size:13px;display:flex}.heroMetrics{gap:12px;display:grid}.metricCard{background:#ffffff14;border:1px solid #ffffff14;border-radius:18px;justify-content:space-between;align-items:baseline;gap:16px;padding:16px 18px;display:flex}.metricValue{letter-spacing:-.04em;font-size:34px;font-weight:800}.metricLabel{text-align:right;color:#f8fafcb8;max-width:160px;font-size:13px}.contentGrid{grid-template-columns:250px minmax(0,1fr) 320px;align-items:start;gap:18px;margin-top:18px;display:grid}.leftRail,.rightRail{gap:16px;display:grid}.sideCard{border-radius:var(--radius-lg);padding:18px}.sideCard h3{margin:0 0 14px;font-size:18px;line-height:1.15}.sideCardAccent{background:linear-gradient(#ffffffeb,#f4f8f7e0),linear-gradient(135deg,#0f766e14,#0000)}.sideList,.cityList,.insightList{margin:0;padding:0;list-style:none}.sideList li,.insightList li{border-top:1px solid var(--line);color:var(--muted);padding:11px 0;font-size:14px}.insightList strong,.inlineMeta,.inlineExcerpt,.inlineLink{display:block}.insightList strong{color:var(--text);margin-bottom:4px}.inlineMeta{margin-bottom:6px;font-size:12px}.inlineExcerpt{line-height:1.45}.inlineLink{color:var(--text);margin-bottom:6px;font-size:13px}.sideList li:first-child,.insightList li:first-child{border-top:0;padding-top:0}.cityList li{border-top:1px solid var(--line);justify-content:space-between;gap:12px;padding:12px 0;display:flex}.cityList li:first-child{border-top:0;padding-top:0}.cityList strong,.stackRows strong{display:block}.cityList span,.stackRows span{color:var(--muted);font-size:13px}.cityList em{color:var(--brand);font-style:normal;font-weight:700}.feedColumn{min-width:0}.feedHeader{justify-content:space-between;align-items:end;gap:18px;margin-bottom:14px;display:flex}.feedHeader h2{margin-bottom:0;font-size:clamp(24px,2.6vw,40px)}.tagRow{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.topicChip{border:1px solid var(--line);color:var(--muted);background:#fff9;border-radius:999px;padding:10px 14px;font-size:14px}.topicChip.isDark{color:#fff;background:#23201e;border-color:#23201e}.storyList{gap:16px;display:grid}.storyCard{border-radius:var(--radius-lg);padding:18px}.storyCard--feature{background:linear-gradient(#fffffff0,#f9fcfbeb),linear-gradient(135deg,#0f766e14,#0000)}.storyTopline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.storyTag{color:var(--brand-dark);background:#0f766e1a;border-radius:999px;align-items:center;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex}.storyTime{color:var(--muted);font-size:13px}.storyLayout{grid-template-columns:minmax(0,1fr) 220px;gap:18px;display:grid}.storyCopy h3{letter-spacing:-.03em;margin:0;font-size:clamp(22px,2.2vw,34px);line-height:1.02}.storyCopy p{color:var(--muted);margin:12px 0 0;font-size:15px;line-height:1.6}.storyFooter{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.storyFooter span{border:1px solid var(--line);color:var(--muted);background:#ffffffbf;border-radius:999px;padding:8px 10px;font-size:13px}.storyCover{border-radius:22px;justify-content:start;align-items:end;min-height:172px;padding:18px;display:flex;position:relative;overflow:hidden}.storyCover:before,.storyCover:after{content:"";filter:blur(.5px);border-radius:999px;position:absolute}.storyCover:before{opacity:.92;width:180px;height:180px;top:-24px;right:-44px}.storyCover:after{opacity:.78;width:110px;height:110px;bottom:16px;left:16px}.storyCover span{z-index:1;background:#ffffffd1;border-radius:999px;padding:10px 12px;font-size:13px;font-weight:700;position:relative}.storyCover--teal{background:linear-gradient(135deg,#dff6f1,#a9e3d6 55%,#5ab7a8)}.storyCover--teal:before{background:#ffffffb8}.storyCover--teal:after{background:#0f766e47}.storyCover--sand{background:linear-gradient(135deg,#fff0d6,#ffd39f 55%,#ffa45f)}.storyCover--sand:before{background:#ffffffb3}.storyCover--sand:after{background:#a2582233}.storyCover--coral{background:linear-gradient(135deg,#ffe1d7,#ffb49d 54%,#ef6c57)}.storyCover--coral:before{background:#ffffffad}.storyCover--coral:after{background:#95261029}.storyCover--sky{background:linear-gradient(135deg,#e0f1ff,#b8dcff 54%,#78b7ff)}.storyCover--sky:before{background:#ffffffb8}.storyCover--sky:after{background:#2b5bb329}.statBoard .stackRows{gap:12px;display:grid}.stackRows div{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}.stackRows div:first-child{border-top:0;padding-top:0}@media (max-width:1220px){.contentGrid{grid-template-columns:240px minmax(0,1fr)}.rightRail{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.homeShell{width:min(100vw - 20px,100%);padding-top:10px}.topbar,.feedHeader,.heroCard,.contentGrid,.storyLayout{grid-template-columns:1fr}.topbar,.feedHeader{display:grid}.topNav{flex-wrap:nowrap;justify-content:start;padding-bottom:4px;overflow-x:auto}.topActions{flex-wrap:wrap}.contentGrid{display:grid}.leftRail,.rightRail{grid-template-columns:1fr}.storyCover{min-height:136px}}@media (max-width:640px){.homeShell{width:min(100vw - 16px,100%)}.topbar,.heroContent,.heroPanel,.sideCard,.storyCard{border-radius:20px;padding:16px}.brandBlock{min-width:0}.brandName{font-size:18px}.heroContent h2,.feedHeader h2,.storyCopy h3{letter-spacing:-.04em}.storyTopline{flex-direction:column;align-items:start}.storyFooter{gap:8px}}
