/* ALEX-DIGITAL /admin visual system for the public Bali intelligence page. */
:root{
  --bg:#f8fafc;--bg-2:#f1f5f9;--panel:#fff;--panel-2:#f8fafc;--panel-3:#eef2f6;
  --surface:#fff;--surface-strong:#fff;--line:#d9e0e7;--line-strong:#b9c4cf;--line-soft:#eef2f6;
  --text:#101828;--muted:#667085;--muted-2:#98a2b3;
  --teal:#078480;--teal-2:#14998e;--teal-3:#0e625d;--teal-soft:#e7f7f5;
  --amber:#e49a18;--amber-2:#a76600;--amber-soft:#fff8e6;
  --red:#ef3e45;--red-soft:#fff0f1;--blue:#2277ee;--good:#078480;
  --shadow:0 10px 30px rgba(16,24,40,.06);--shadow-glow:0 10px 30px rgba(16,24,40,.06);
  --radius-xl:16px;--radius-lg:16px;--radius-md:11px;--topbar-h:72px;--pad:22px;
  --font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
html{background:var(--bg);scroll-padding-top:96px}
body{overflow-x:hidden;overflow-y:auto;color:var(--text);background:var(--bg);font-family:var(--font);font-size:14px;line-height:1.4}
button,select,input{font-family:inherit}
button:focus-visible,select:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid rgba(20,153,142,.26);outline-offset:2px}

/* Admin-like header */
.topbar{position:sticky;top:0;z-index:1000;height:72px;display:grid;grid-template-columns:minmax(230px,.72fr) minmax(540px,1.25fr) minmax(350px,.8fr);gap:22px;padding:0 max(28px,calc((100vw - 1560px)/2));background:#050505;border-bottom:1px solid rgba(20,153,142,.65);box-shadow:none;backdrop-filter:none}
.brand{gap:12px;color:#fff;text-decoration:none}.brand-logo{width:78px;height:54px;object-fit:contain;filter:invert(1);mix-blend-mode:screen}.brand-copy strong{font-size:17px;font-weight:800;letter-spacing:-.02em}.brand-copy span{margin-top:4px;color:#98a2b3;font:700 8px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.15em}
.nav-tabs{justify-self:center;display:flex;gap:4px;padding:4px;background:#111315;border:1px solid #34383c;border-radius:999px;box-shadow:none}
.nav-tab{height:38px;min-width:auto;padding:0 15px;border:1px solid transparent;border-radius:999px;color:#cfd3d7;background:transparent;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}
.nav-tab:hover{color:#fff;background:#202428;border-color:#34383c}.nav-tab.active{color:#fff;background:#078480;box-shadow:none}.nav-tab.active::after{display:none}
.toolbar{gap:8px}.toolbar-date{order:1}.export-btn{order:2}.language-switch{order:3;flex:0 0 auto;margin-left:3px}.toolbar-date,.export-btn,.icon-btn{height:40px;border:1px solid #34383c;border-radius:10px;background:#111315;color:#d7dadd;box-shadow:none}
.toolbar-date{min-width:272px;grid-template-columns:28px minmax(140px,1fr) 28px auto}.date-field{background:#202428;border-radius:7px}.date-field input{color:#fff;color-scheme:dark;font:700 11px var(--font)}.date-field .live{background:#14b8a6;box-shadow:none}.date-step,.date-today{color:#cfd3d7}.date-step:hover,.date-today:hover{background:#2a2e31}.export-btn{padding:0 16px;border-color:#078480;background:#078480;color:#fff}.export-btn:hover{background:#0e625d;filter:none;transform:none}

/* One continuous page */
.workspace{position:relative;inset:auto;overflow:visible;background:var(--bg)}
.dashboard-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);align-items:end;gap:36px;max-width:1560px;margin:0 auto;padding:46px 28px 30px}
.dashboard-intro h1{margin:8px 0 0;color:var(--ink);font-size:clamp(36px,4.3vw,68px);line-height:.98;font-weight:800;letter-spacing:-.055em}.dashboard-intro h1 em{color:var(--teal);font-family:Georgia,"Times New Roman",serif;font-weight:400}.dashboard-intro p{max-width:880px;margin:16px 0 0;color:var(--muted);font-size:16px;line-height:1.55}.eyebrow{color:var(--teal);font:800 11px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.11em}
.intro-badges{justify-content:flex-end}.intro-badges span{height:36px;padding:0 13px;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:999px;font-size:10px;box-shadow:0 3px 10px rgba(16,24,40,.035)}.intro-badges .live{background:var(--teal);box-shadow:none}
.page,.page.active{position:relative;display:block;overflow:visible;padding:34px 28px 58px;border-top:1px solid var(--border);scroll-margin-top:86px;animation:none}.page:not(#page-overview){content-visibility:auto;contain-intrinsic-size:auto 980px}.page:nth-of-type(even){background:#f1f5f9}.page:not(#page-overview)::before{display:none}.page-grid{height:auto;max-width:1560px;margin:0 auto;gap:16px}
.section-lead{max-width:1560px;margin:0 auto 24px}.section-lead span{display:block;color:var(--teal);font:800 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.12em}.section-lead h2{max-width:900px;margin:8px 0 0;font-size:clamp(28px,3vw,44px);line-height:1.04;letter-spacing:-.045em}.section-lead h2 em{color:var(--teal);font-family:Georgia,"Times New Roman",serif;font-weight:400}.section-lead p{max-width:820px;margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.55}

/* Admin cards */
.panel,.kpi-card{border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:var(--shadow);color:var(--ink)}.panel{overflow:hidden}.panel.accent-amber,.kpi-card.accent-amber{border-color:#f0cf8d;background:#fffbef}.panel-title{color:var(--ink);font-size:19px;font-weight:800;letter-spacing:-.025em}.panel-sub{color:var(--muted);font-size:11px;line-height:1.45}.panel-head{padding:20px 22px 0}.panel-head.compact{padding-top:17px}.panel-body{padding:16px 22px 22px}.panel-footer{padding:0 20px 17px;color:var(--muted);font-size:10px;border-top:1px solid #eef2f6;padding-top:12px}
.kpi-row{gap:12px}.kpi-card{min-height:126px;padding:18px;grid-template-columns:56px minmax(0,1fr)}.kpi-card::after{display:none}.kpi-icon{width:48px;height:48px;color:var(--teal);border:1px solid #b5dfdc;background:var(--teal-soft);box-shadow:none}.accent-amber .kpi-icon{color:#a76600;border-color:#efcf91;background:#fff3d2;box-shadow:none}.kpi-label{color:var(--muted);font-size:10px;font-weight:700}.kpi-value{color:var(--ink);font-size:29px}.kpi-value .unit{color:var(--muted)}.kpi-meta{color:var(--muted);font-size:9px}.trend-up,.good{color:var(--teal)!important}.trend-down,.bad{color:var(--red)!important}.trend-warn,.warn{color:#b97000!important}
.tag{border-radius:999px}.tag.teal{color:var(--teal-dark);background:var(--teal-soft);border-color:#c5e8e4}.tag.amber{color:#965f00;background:#fff4d9;border-color:#eed49d}.tag.gray{color:var(--muted);background:#f1f5f9;border-color:#d9e0e7}.tag.red{color:#c81e24;background:var(--red-soft);border-color:#f7c6c9}.tag::before{box-shadow:none}
.legend{color:var(--muted)}.legend-swatch{background:var(--teal);box-shadow:none}.legend-swatch.amber{background:var(--amber);box-shadow:none}.legend-line{border-color:#14998e}.legend-line.amber{border-color:var(--amber)}.mini-info{color:var(--teal);border-color:#c5e8e4;background:var(--teal-soft)}

/* Readable internal widgets */
.forecast-list{gap:10px;padding:12px 14px 16px}.forecast-item{padding:14px;border:1px solid #efd59d;border-radius:11px;background:#fff8e6;box-shadow:none}.forecast-item .fi-icon{color:#a76600;border-color:#efcf91;background:#fff3d2}.forecast-item .fi-copy{min-width:0}.forecast-item .fi-month,.forecast-item .fi-value{color:var(--ink)}.forecast-item .fi-meta{color:var(--muted)}.value-kind{display:inline-flex;margin-right:7px;padding:3px 6px;border-radius:999px;font-size:7px;font-weight:900;letter-spacing:.09em}.value-kind.forecast{color:#8c5900;background:#ffe9b5}.fi-yoy{grid-column:1/-1;margin-top:9px;padding-top:9px;border-top:1px solid #efd9ad}.yoy-detail,.yoy-compact{display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:#475467;font-size:9px;font-style:normal}.yoy-detail i,.yoy-compact i{color:#98a2b3;font-style:normal}.yoy-detail strong,.yoy-compact strong{margin-left:auto}.yoy-empty{color:#98a2b3;font-size:9px}.kpi-yoy-compare{display:block;margin-top:3px}.kpi-yoy-compare .yoy-compact{justify-content:flex-start;font-size:8px}.kpi-yoy-compare .yoy-compact strong{margin-left:0}.legend-yoy{display:inline-grid;min-width:28px;height:16px;place-items:center;border-radius:4px;color:#fff;background:#078480;font-size:7px;font-style:normal;font-weight:900}
.rank-name,.rank-value,.country-rank .country,.country-rank .share,.metric-line strong,.flow-data-card strong{color:var(--ink)}.rank-track,.compare-track,.weekday-track,.learning-track{background:#e9eef3}.rank-track span,.region-rank .bar span{background:linear-gradient(90deg,#078480,#14b8a6);box-shadow:none}.rank-row.other .rank-track span{background:#98a2b3}.metric-line{border-bottom-color:#e5eaf0}.metric-line span{color:var(--muted)}
.donut{background:conic-gradient(var(--teal) 0 93.9%,#e9eef3 93.9% 100%);box-shadow:none}.donut::before{background:#fff;border-color:#d9e0e7}.donut-center strong{color:var(--ink)}.donut-center span{color:var(--muted)}
.data-table{font-size:11px}.data-table th{padding:0 8px 10px;color:var(--muted);border-bottom-color:#d9e0e7}.data-table td{padding:9px 8px;color:#344054;border-bottom-color:#eef2f6}.status-pill.fact{color:var(--teal-dark);background:var(--teal-soft);border-color:#c5e8e4}.status-pill.forecast{color:#965f00;background:#fff4d9;border-color:#eed49d}
.month-chip{height:52px;padding:0 12px;color:var(--ink);border-color:#d5e6e4;background:#f4fbfa}.month-chip.forecast{border-color:#efd59d;background:#fff8e6}.month-chip span{color:var(--ink)}.compare-track{background:#e9eef3}
.filter-stack{gap:14px;padding:18px}.field label{color:var(--muted);font-size:10px}.field select{height:42px;color:var(--ink);background-color:#fff;border-color:var(--border);background-image:linear-gradient(45deg,transparent 50%,#078480 50%),linear-gradient(135deg,#078480 50%,transparent 50%)}.filter-note{color:var(--muted);background:#f8fafc;border-color:#d9e0e7}.filter-note strong{color:var(--ink)!important}.horizon-switch button{border-color:#d9e0e7;background:#fff;color:var(--muted)}.horizon-switch button:hover,.horizon-switch button.active{color:var(--ink);border-color:#078480;background:var(--teal-soft);box-shadow:none}.horizon-switch strong{color:var(--teal)}
.coverage-card,.country-growth-row,.flow-data-card,.local-flow-card,.forecast-country,.region-card{border-color:#d9e0e7;background:#f8fafc;box-shadow:none}.coverage-card span,.coverage-card small,.flow-data-card span,.flow-data-card small,.local-flow-card span,.local-flow-card small,.region-card span,.region-card small{color:var(--muted)}.coverage-card strong,.local-flow-card strong,.region-card strong{color:var(--ink)}.region-card.active,.country-growth-row:first-child{border-color:#efcf91;background:#fff8e6}
.region-rank:hover,.region-rank.active{background:var(--teal-soft)}.region-rank .bar{background:#e9eef3}.signal-item{border-bottom-color:#eef2f6}.signal-icon,.insight-icon{color:var(--teal);border-color:#c5e8e4;background:var(--teal-soft)}.signal-copy strong,.insight strong{color:var(--ink)}.signal-copy span,.insight span{color:var(--muted)}.signal-value strong{color:var(--teal)}
.accuracy-verdict,.accuracy-mini-panel{border-color:var(--border);background:#fff;box-shadow:var(--shadow)}.accuracy-panel-note{border-top-color:#eef2f6}

/* Maps remain a dark, information-dense feature inside the admin shell. */
.region-map-panel{background:#071d1b;border-color:#0e625d}.region-map-panel .panel-title{color:#fff}.region-map-panel .panel-sub{color:#a8b7b5}.map-stage{border-color:rgba(20,153,142,.42);border-radius:12px;box-shadow:none}.map-live-summary>span{border-color:rgba(20,184,166,.25);background:rgba(5,5,5,.48);box-shadow:none}.country-world-body{border-radius:0 0 16px 16px;background:#071d1b}.countries-main-2{background:#071d1b;border-color:#0e625d}.countries-main-2 .panel-title{color:#fff}.countries-main-2 .panel-sub{color:#a8b7b5}.countries-main-2 .legend{color:#cbd5d1}
.map-gradient{box-shadow:none}.tooltip{background:#111315;border-color:#34383c;color:#fff;box-shadow:0 14px 30px rgba(0,0,0,.22)}

/* Large desktop composition: the same dashboard hierarchy, now vertically scrollable. */
@media (min-width:1101px){
  .page{padding:40px 28px 64px}.page-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
  .overview-grid{grid-template-rows:126px 540px 350px}.daily-grid{grid-template-rows:590px 360px}.monthly-grid{grid-template-rows:590px 400px}.countries-grid{grid-template-rows:450px auto 350px}.regions-grid{grid-template-rows:620px 390px}.accuracy-grid{grid-template-rows:500px 330px!important;gap:16px!important}
  .daily-chart{grid-column:1/10;grid-row:1}.daily-filters{grid-column:10/-1;grid-row:1}.daily-bottom-1{grid-column:1/9;grid-row:2}.daily-bottom-2{grid-column:9/-1;grid-row:2}
  .monthly-chart{grid-column:1/11;grid-row:1}.monthly-filters{grid-column:11/-1;grid-row:1}.monthly-bottom-1{grid-column:1/-1;grid-row:2}
  .accuracy-grid .panel-head,.accuracy-grid .panel-head.compact{min-height:58px;padding:18px 20px 0}.accuracy-grid .panel-title{font-size:19px}.accuracy-grid .panel-sub{font-size:10px}.accuracy-grid .panel-body{padding:14px 20px 20px}.accuracy-grid .chart-wrap{min-height:300px;padding:8px 12px}.accuracy-grid .data-table{font-size:11px}.accuracy-grid .data-table td{padding:8px}.accuracy-grid .insight strong{font-size:10px}.accuracy-grid .insight span{font-size:9px}.accuracy-grid .accuracy-mini-panel .panel-title,.accuracy-grid .accuracy-verdict .panel-title{font-size:17px}
}

/* Tablet and phone: no fixed canvases, no clipped controls, no tiny cards. */
@media (max-width:1100px){
  :root{--topbar-h:auto}.topbar{position:sticky;grid-template-columns:1fr auto;height:auto;min-height:64px;padding:8px 12px;gap:8px 12px}.brand{grid-column:1}.brand-logo{width:62px;height:44px}.toolbar{grid-column:2}.nav-tabs{grid-column:1/-1;grid-row:2;width:100%;justify-self:stretch;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;scroll-snap-type:x proximity;border-radius:12px}.nav-tabs::-webkit-scrollbar{display:none}.nav-tab{flex:0 0 auto;min-width:112px;scroll-snap-align:start}.toolbar-date{min-width:232px}.date-today{display:none}.export-btn span{display:none}.export-btn{width:40px;padding:0;justify-content:center}
  .dashboard-intro{display:grid;grid-template-columns:1fr;gap:18px;padding:34px 18px 26px}.dashboard-intro h1{font-size:clamp(34px,9vw,52px)}.intro-badges{justify-content:flex-start}
  .page,.page.active{display:block;padding:32px 14px 46px}.section-lead{margin-bottom:18px}.section-lead h2{font-size:clamp(28px,7vw,38px)}
  .page-grid{height:auto;display:flex;flex-direction:column;gap:14px}.panel{min-height:0}.panel-head{align-items:flex-start}.chart-wrap{min-height:330px}.map-stage{min-height:500px}.matrix-scroll{max-width:100%;overflow:auto}.data-table{min-width:620px}
  .kpi-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,76vw);grid-template-columns:none;gap:10px;overflow-x:auto;padding:2px 2px 10px;scroll-snap-type:x mandatory}.kpi-card,.kpi-card:last-child{grid-column:auto;scroll-snap-align:start}.forecast-stack{min-height:390px}.overview-mini-1,.overview-mini-2,.overview-mini-3,.overview-mini-4,.daily-bottom-1,.daily-bottom-2,.daily-bottom-3,.daily-bottom-4,.monthly-bottom-1,.monthly-bottom-2,.monthly-bottom-3,.monthly-bottom-4,.countries-main-1,.countries-main-2,.countries-bottom-1,.countries-bottom-2,.countries-bottom-3,.countries-bottom-4,.regions-main-1,.regions-main-2,.regions-bottom-1,.regions-bottom-2,.regions-bottom-3,.regions-bottom-4,.accuracy-main-1,.accuracy-main-2,.accuracy-bottom-1,.accuracy-bottom-2,.accuracy-bottom-3,.accuracy-bottom-4{min-height:280px}
  .methodology-footer{padding:34px 14px 44px;background:#fff}.methodology-heading{grid-template-columns:1fr}.methodology-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.methodology-grid article{background:#f8fafc;border-color:#d9e0e7;box-shadow:none}.methodology-grid h3{color:var(--ink)}.methodology-grid p{color:var(--muted)}
}
@media (max-width:640px){
  .topbar{grid-template-columns:1fr auto}.brand-copy{display:none}.brand-logo{width:56px;height:40px}.toolbar-date{min-width:176px;grid-template-columns:24px minmax(108px,1fr) 24px}.date-field{padding:0 4px}.date-field input{width:101px;font-size:10px}.export-btn{display:none}
  .dashboard-intro{padding:28px 14px 22px}.dashboard-intro p{font-size:14px}.intro-badges{gap:6px}.intro-badges span{height:31px;padding:0 10px;font-size:8px}
  .page,.page.active{padding:28px 10px 40px}.section-lead{padding:0 4px}.section-lead p{font-size:12px}.panel-head{padding:17px 16px 0;gap:10px}.panel-title{font-size:17px}.panel-sub{font-size:10px}.panel-body{padding:14px 16px 18px}.panel-footer{align-items:flex-start;flex-direction:column;padding:10px 16px 14px}.legend{gap:8px;font-size:8px}.chart-wrap{min-height:280px;padding:6px 2px 10px}
  .kpi-row{grid-auto-columns:84vw}.kpi-card{min-height:116px}.forecast-item{grid-template-columns:42px minmax(0,1fr)}.forecast-item .fi-spark{display:none}.map-stage{min-height:390px;margin:8px}.map-live-summary{grid-template-columns:1fr}.map-gradient{left:10px;bottom:10px;transform:scale(.86);transform-origin:left bottom}.region-marker .marker-title{font-size:10.5px}.region-marker .marker-value{font-size:9px}
  .methodology-grid{grid-template-columns:1fr}.footer-brand{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){.region-marker .marker-title{font-size:22px}.region-marker .marker-value{font-size:17px}.region-marker .marker-dot{r:7px}}
.nav-tab{white-space:nowrap}
@media (min-width:1101px) and (max-width:1350px){.topbar{grid-template-columns:170px minmax(500px,1fr) 310px;padding-left:14px;padding-right:14px;gap:10px}.brand-copy span{display:none}.nav-tab{padding:0 9px;font-size:9px}.toolbar-date{min-width:240px}.export-btn{padding:0 12px}}


/* Keep the section navigation available while the long report scrolls. */
@media (min-width:1101px){
  html{scroll-padding-top:92px}
  body{padding-top:72px}
  .topbar{position:fixed;inset:0 0 auto 0;width:100%;z-index:5000}
  .page,.page.active{scroll-margin-top:88px}
}
@media (max-width:1100px){
  html{scroll-padding-top:128px}
  .topbar{position:sticky;top:0;z-index:5000}
  .page,.page.active{scroll-margin-top:128px}
}

/* Full forecast history: 2023 -> selected date */
.overview-mini-4,.accuracy-bottom-2{display:flex;min-height:0;flex-direction:column}
.overview-history-scroll{min-height:0;overflow:auto!important;scrollbar-width:thin;scrollbar-color:#9ccac5 transparent}
.overview-mini-4 .overview-history-scroll{max-height:230px}
.accuracy-bottom-2 .overview-history-scroll{max-height:215px}
.overview-history-scroll .data-table{min-width:100%}
.overview-history-scroll .data-table thead{position:sticky;top:0;z-index:3;background:#fff}
.history-status{display:inline-flex;align-items:center;justify-content:center;min-height:18px;padding:2px 6px;border-radius:999px;font-size:8px;font-weight:800;line-height:1;white-space:nowrap}
.history-status.training{color:#526071;background:#f0f3f6;border:1px solid #d9e0e7}
.history-status.pending{color:#965f00;background:#fff4d9;border:1px solid #eed49d}
@media(max-width:1100px){.overview-mini-4 .overview-history-scroll,.accuracy-bottom-2 .overview-history-scroll{max-height:420px}}
/* Daily analytics: full-width readable chart with compact controls */
.daily-analysis-toolbar{display:grid;grid-template-columns:minmax(410px,1.15fr) minmax(560px,1.85fr);grid-template-areas:"horizon sources" "method method";align-items:end;gap:10px 18px;margin:12px 22px 2px;padding:12px 14px;border:1px solid #dbe5e8;border-radius:13px;background:linear-gradient(135deg,#f7fbfb,#f8fafc)}
.daily-horizon-control{grid-area:horizon;display:grid;gap:7px}.daily-toolbar-label{color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.daily-analysis-toolbar .horizon-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.daily-analysis-toolbar .horizon-switch button{display:flex;min-height:48px;padding:7px 10px;align-items:flex-start;justify-content:center;flex-direction:column;border:1px solid #d7e1e5;border-radius:10px;background:#fff;color:var(--muted);box-shadow:none}
.daily-analysis-toolbar .horizon-switch button:hover,.daily-analysis-toolbar .horizon-switch button.active{border-color:#078480;background:#e9f7f5;color:var(--ink);box-shadow:0 6px 16px rgba(7,132,128,.09)}
.daily-analysis-toolbar .horizon-switch strong{color:var(--ink);font-size:13px;line-height:1.1}.daily-analysis-toolbar .horizon-switch button.active strong{color:#067b77}.daily-analysis-toolbar .horizon-switch span{font-size:8px;font-weight:700}
.daily-analysis-toolbar .daily-source-status{grid-area:sources;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.daily-analysis-toolbar .daily-source-line{display:grid;gap:5px;min-width:0;padding:9px 10px;border:1px solid #e0e7ec;border-radius:10px;background:#fff;color:var(--muted);font-size:8px}
.daily-analysis-toolbar .daily-source-line span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.daily-analysis-toolbar .daily-source-line strong{color:var(--ink);font-size:13px}
.daily-method-note{grid-area:method;color:#64748b;font-size:9px;line-height:1.4}.daily-method-note strong{color:#067b77}
.daily-chart-body{padding:8px 20px 10px!important}.daily-chart .chart-wrap{min-height:350px;padding:4px 8px 8px}.daily-chart .panel-footer strong{color:#067b77;font-size:10px}
@media(min-width:1101px){.daily-grid{grid-template-rows:560px 360px}.daily-chart{grid-column:1/-1;grid-row:1}.daily-bottom-1{grid-column:1/9;grid-row:2}.daily-bottom-2{grid-column:9/-1;grid-row:2}}
@media(max-width:1100px){.daily-analysis-toolbar{grid-template-columns:1fr;grid-template-areas:"horizon" "sources" "method";margin:12px 16px 2px}.daily-analysis-toolbar .daily-source-status{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-chart .chart-wrap{min-height:330px;overflow-x:auto}.daily-chart .chart-wrap svg{min-width:900px}}
@media(max-width:640px){.daily-analysis-toolbar{margin:10px 12px 2px;padding:10px}.daily-analysis-toolbar .horizon-switch{grid-template-columns:1fr}.daily-analysis-toolbar .horizon-switch button{min-height:42px}.daily-analysis-toolbar .daily-source-status{grid-template-columns:1fr 1fr}.daily-chart-body{padding:6px 10px 10px!important}}
/* Overview backtest comparison */
.kpi-forecast-compare{display:block;margin-top:4px;color:#344054;font-size:9px;font-weight:800;white-space:nowrap}
@media(max-width:640px){.kpi-forecast-compare{white-space:normal}}
/* Monthly analytics: one calendar, details on demand, two useful comparisons */
.monthly-year-overview .panel-head{align-items:center}.month-calendar-legend{display:flex;gap:14px;color:var(--muted);font-size:9px;font-weight:700}.month-calendar-legend span{display:inline-flex;align-items:center;gap:6px}.month-calendar-legend i{width:9px;height:9px;border-radius:3px;background:#dff5f2;border:1px solid #9bd8d2}.month-calendar-legend i.forecast{background:#fff0cc;border-color:#e8c778}
.monthly-year-body{display:grid;gap:14px;padding-top:14px!important}.monthly-year-overview .month-chip-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:8px}.monthly-year-overview .month-chip{display:grid;height:112px;min-width:0;padding:12px 10px;align-content:space-between;border-radius:12px;background:#f4fbfa;box-shadow:none;transform:none!important}.monthly-year-overview .month-chip.forecast{background:#fff8e7}.month-chip-head,.month-chip-meta{display:flex;align-items:center;justify-content:space-between;gap:5px}.month-chip-head b{font-size:12px}.month-chip-status{padding:3px 5px;border-radius:999px;color:#087d77;background:#dff5f2;font-size:7px;font-style:normal;font-weight:800}.month-chip.forecast .month-chip-status{color:#9a6100;background:#ffebba}.monthly-year-overview .month-chip-value{color:var(--ink);font-size:20px;font-weight:900}.month-chip-meta{align-items:flex-start;flex-direction:column}.month-chip-meta small{color:var(--muted);font-size:8px}.monthly-details{border-top:1px solid #e4eaef;padding-top:10px}.monthly-details summary{display:flex;align-items:center;justify-content:center;min-height:38px;color:#087d77;font-size:10px;font-weight:800;cursor:pointer;list-style:none}.monthly-details summary::-webkit-details-marker{display:none}.monthly-details summary::after{content:'↓';margin-left:8px}.monthly-details[open] summary::after{content:'↑'}.monthly-details .matrix-scroll{max-height:430px;overflow:auto!important;padding-top:12px}.monthly-details .data-table thead{position:sticky;top:0;background:#fff;z-index:2}
.monthly-forecast-dynamics .chart-wrap{min-height:280px}.monthly-backtest-compare .comparison-list{display:grid;gap:16px}.monthly-backtest-compare .compare-row{grid-template-columns:62px minmax(0,1fr) 66px;gap:14px;font-size:12px}.monthly-backtest-compare .compare-bars{gap:6px}.monthly-backtest-compare .compare-track{height:9px}.monthly-backtest-compare .compare-row b{text-align:right;font-size:12px}
@media(min-width:1101px){.monthly-grid{grid-template-rows:590px 245px}.monthly-bottom-1{grid-column:1/-1;grid-row:2}}
@media(max-width:1350px) and (min-width:1101px){.monthly-year-overview .month-chip-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.monthly-grid{grid-template-rows:590px 360px 350px}}
@media(max-width:1100px){.monthly-year-overview .month-chip-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.month-calendar-legend{flex-wrap:wrap}}
@media(max-width:640px){.monthly-year-overview .month-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.monthly-year-overview .month-chip{height:104px}.monthly-backtest-compare .compare-row{grid-template-columns:44px minmax(0,1fr) 54px;gap:8px}}
/* Nationalities: a readable ranking, consistent chart and searchable table. */
.countries-main-2{background:#fff;border-color:var(--border)}
.countries-main-2 .panel-title{color:var(--ink)}
.countries-main-2 .panel-sub,.countries-main-2 .legend{color:var(--muted)}
.countries-main-1 .panel-body{padding-top:10px}
.country-ranks{gap:0}
.countries-main-1 .panel-body{min-height:0;overflow:hidden;padding-right:14px}.countries-main-1 #countryRanks{height:100%;max-height:390px;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:#b8d7d4 transparent}.countries-main-1 #countryRanks::-webkit-scrollbar{width:7px}.countries-main-1 #countryRanks::-webkit-scrollbar-thumb{border-radius:999px;background:#b8d7d4}.countries-main-1 #countryRanks::-webkit-scrollbar-track{background:transparent}#countryRankCount{flex:0 0 auto;white-space:nowrap}
.country-rank-columns,.country-rank{display:grid;grid-template-columns:34px minmax(130px,1fr) 90px minmax(90px,1fr) 58px;gap:10px;align-items:center}
.country-rank-columns{padding:0 2px 6px;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.country-rank-columns span:nth-child(3),.country-rank-columns span:last-child{text-align:right}.country-rank-columns span:nth-child(4){text-align:center}
.country-rank{min-height:49px;padding:7px 2px;border-bottom:1px solid #eef2f6;font-size:11px}
.country-rank:last-child{border-bottom:0}.country-rank:hover{background:#f8fbfc}
.country-rank .index{display:grid;width:27px;height:27px;place-items:center;border-radius:9px;color:#078480;background:#e8f6f4;font-size:9px;font-weight:900}
.country-rank .country{display:grid;gap:1px;min-width:0;white-space:normal}.country-rank .country strong{overflow:hidden;color:var(--ink);font-size:12px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.country-rank .country small{color:var(--muted);font-size:8px;font-weight:650}.country-rank .country small.country-yoy{overflow:hidden;font-size:7.5px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}
.country-rank .country-people{color:var(--ink);font-size:12px;font-weight:850;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}
.country-rank .rank-track{height:8px;border-radius:999px;background:#e8eef2;overflow:hidden}.country-rank .rank-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#078480,#21c9b5)}.country-rank.other .rank-track span{background:linear-gradient(90deg,#64748b,#9aa7b6)}
.country-rank .share{color:var(--ink);font-size:12px;font-variant-numeric:tabular-nums;text-align:right}
#countrySeriesLegend{max-width:56%;justify-content:flex-end;gap:7px 13px}#countrySeriesLegend span{color:#475467;font-size:9px;font-weight:750}#countrySeriesLegend i{width:18px;height:3px;box-shadow:none}
.countries-main-2 .chart-wrap{min-height:360px;padding:10px 12px 12px}
.country-table-head{align-items:flex-end;gap:18px;padding-bottom:14px}
.country-table-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:min(100%,650px)}
.country-search{display:grid;grid-template-columns:32px minmax(180px,270px);align-items:center;height:40px;border:1px solid #d7e0e6;border-radius:10px;background:#fff;color:#078480;transition:border-color .18s,box-shadow .18s}.country-search:focus-within{border-color:#078480;box-shadow:0 0 0 3px rgba(7,132,128,.1)}.country-search>span{text-align:center;font-size:19px}.country-search input{width:100%;height:38px;padding:0 12px 0 0;border:0;outline:0;color:var(--ink);background:transparent;font-size:11px}.country-search input::placeholder{color:#98a2b3}
#countryPeriodFilter,#countryRegionFilter{height:40px;min-width:170px;padding:0 34px 0 12px;border:1px solid #d7e0e6;border-radius:10px;color:var(--ink);background:#fff;font-size:10px;font-weight:750}
.country-table-count{display:inline-flex;height:32px;align-items:center;padding:0 10px;border-radius:999px;color:#067b77;background:#e7f7f5;font-size:9px;font-weight:850;white-space:nowrap}
.countries-bottom-1 .country-table-scroll{max-height:510px;overflow:auto!important;padding:0 22px 18px;scrollbar-width:thin;scrollbar-color:#b8d7d4 transparent}
.countries-bottom-1 .country-table{min-width:1380px;font-size:11px}.countries-bottom-1 .country-table thead{position:sticky;top:0;z-index:3;background:#fff}.countries-bottom-1 .country-table th{padding:12px 10px;color:#667085;background:#fff;border-bottom:1px solid #cfd9e1;font-size:9px;letter-spacing:.06em;text-transform:uppercase}.countries-bottom-1 .country-table td{height:48px;padding:8px 10px;font-size:11px}.countries-bottom-1 .country-table tbody tr:hover td{background:#f4faf9}.countries-bottom-1 .country-table th:first-child,.countries-bottom-1 .country-table td:first-child{padding-left:4px}.country-prior{color:#667085!important}
.country-table-name{color:var(--ink);font-size:12px}.country-region-pill,.country-share-pill,.country-status-pill{display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border-radius:999px;font-size:9px;font-weight:800}.country-region-pill{color:#475467;background:#f0f3f6}.country-share-pill{color:#067b77;background:#e6f6f4}.country-mini-trend{display:block;width:80px}.country-mini-trend svg{width:80px;height:24px}.country-table-empty td{height:140px!important;color:var(--muted)!important;text-align:center!important}
@media(min-width:1101px){
  .countries-grid{grid-template-rows:minmax(490px,auto) minmax(480px,auto) minmax(370px,auto)}
  .countries-main-1{grid-column:1/5;grid-row:1}.countries-main-2{grid-column:5/-1;grid-row:1}
  .countries-bottom-1{grid-column:1/-1;grid-row:2}.countries-bottom-2{grid-column:1/7;grid-row:3}.countries-bottom-3{grid-column:7/10;grid-row:3}.countries-bottom-4{grid-column:10/-1;grid-row:3}
}
@media(max-width:1100px){.country-table-head{align-items:stretch}.country-table-tools{width:100%;min-width:0;justify-content:flex-start;flex-wrap:wrap}.country-search{flex:1 1 280px}.countries-main-2 .chart-wrap{overflow-x:auto}.countries-main-2 .chart-wrap svg{min-width:760px}}
@media(max-width:640px){.country-rank-columns,.country-rank{grid-template-columns:30px minmax(105px,1fr) 76px 54px;gap:8px}.country-rank-columns span:nth-child(4),.country-rank .rank-track{display:none}.country-rank-columns span:last-child{grid-column:4}.country-table-tools{display:grid;grid-template-columns:1fr}.country-search{width:100%;grid-template-columns:32px 1fr}.country-search,#countryPeriodFilter,#countryRegionFilter{min-width:0}.country-table-count{justify-self:start}.countries-bottom-1 .country-table-scroll{padding-left:14px;padding-right:14px}.countries-main-2 .panel-head{align-items:flex-start}#countrySeriesLegend{max-width:100%;justify-content:flex-start}}
/* All nationalities: separate official fact, modeled residual and 3-year forecast. */
.country-status-pill{display:inline-flex;min-height:25px;align-items:center;padding:0 9px;border:1px solid transparent;border-radius:999px;font-size:8px;font-weight:850;white-space:nowrap}
.country-status-pill.fact{color:#08776f;background:#e4f7f4;border-color:#bce6df}.country-status-pill.modeled{color:#344054;background:#eef2f6;border-color:#d6dee7}.country-status-pill.forecast{color:#9a6200;background:#fff5dc;border-color:#f2d18b}
.country-p95{color:#667085;font-size:10px!important;white-space:nowrap}
#countryPeriodFilter{min-width:190px}
@media(max-width:640px){.country-search,#countryPeriodFilter,#countryRegionFilter{min-width:0;width:100%}}
/* Regions: give seasonality enough room to be readable instead of squeezing 12 months. */
.regions-bottom-3 .tourist-history-row label{min-height:46px;padding:7px 9px;border:1px solid #d7e5e7;border-radius:9px;background:#f2f8f8;align-items:flex-start!important;text-align:left}
.regions-bottom-3 .tourist-history-row label b{color:#0b2536!important;font-size:14px!important;line-height:1;font-weight:900;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.regions-bottom-3 .tourist-history-row label small{color:#617485!important;font-size:8px!important;line-height:1.25;font-weight:750}
.regions-bottom-3 .tourist-history-head span:first-child{color:#0b2536!important;font-size:10px!important;text-align:left;font-weight:900}
@media (min-width:1101px){
  .regions-grid{grid-template-rows:620px minmax(570px,auto) 210px!important}
  .regions-bottom-1{grid-column:1/4!important;grid-row:2!important}
  .regions-bottom-2{grid-column:4/7!important;grid-row:2!important}
  .regions-bottom-3{grid-column:7/-1!important;grid-row:2!important;min-height:570px!important}
  .regions-bottom-4{grid-column:1/-1!important;grid-row:3!important}
  .regions-bottom-3 .panel-head{padding:22px 24px 0}.regions-bottom-3 .panel-title{font-size:21px}.regions-bottom-3 .panel-sub{font-size:11px}
  .regions-bottom-3 .panel-body{padding:22px 24px 24px}
  .regions-bottom-3 .tourist-heatmap{gap:12px}
  .regions-bottom-3 .tourist-heatmap .heatmap-head,.regions-bottom-3 .tourist-heatmap .heatmap-row{grid-template-columns:112px repeat(12,minmax(34px,1fr));gap:7px}
  .regions-bottom-3 .tourist-heatmap .heatmap-head span{font-size:9px;font-weight:800}
  .regions-bottom-3 .tourist-heatmap .heatmap-row label{font-size:10px}
  .regions-bottom-3 .tourist-season-cell{height:68px;border-radius:8px;box-shadow:0 8px 20px rgba(7,132,128,.12)}
  .regions-bottom-3 .tourist-season-cell b{font-size:12px}.regions-bottom-3 .tourist-season-cell small{font-size:7px}
  .regions-bottom-3 .season-index-cell{height:34px;border-radius:7px}.regions-bottom-3 .season-index-cell b{font-size:10px}.regions-bottom-3 .season-index-cell small{font-size:7px}
  .regions-bottom-3 .season-legend{gap:18px;padding-left:99px;font-size:8px}.regions-bottom-3 .season-legend i{width:10px;height:10px}
  .regions-bottom-3 .tourist-history-row .tourist-season-cell{height:46px;border-radius:7px}.regions-bottom-3 .tourist-history-summary{gap:8px;margin-top:2px}.regions-bottom-3 .tourist-history-summary>span{min-height:58px;padding:9px 10px}.regions-bottom-3 .tourist-history-summary small{font-size:7px}.regions-bottom-3 .tourist-history-summary strong{font-size:12px}.regions-bottom-3 .tourist-history-summary em{font-size:7px}.regions-bottom-3 .season-legend{padding-left:0}
  .regions-bottom-4 .panel-body{padding-top:8px}.regions-bottom-4 .signal-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
  .regions-bottom-4 .signal-item{min-height:92px;padding:10px 18px;border-right:1px solid #eef2f6;border-bottom:0}.regions-bottom-4 .signal-item:last-child{border-right:0}
  .regions-bottom-4 .signal-copy strong{font-size:11px}.regions-bottom-4 .signal-copy span{font-size:9px}.regions-bottom-4 .signal-value strong{font-size:15px}
}
/* Accuracy: readable three-level hierarchy instead of four compressed mini-panels. */
.accuracy-grid .accuracy-mini-panel,
.accuracy-grid .accuracy-verdict{background:#fff!important;border-color:var(--border)!important;color:var(--ink)!important;box-shadow:var(--shadow)!important}
.accuracy-grid .accuracy-mini-panel .panel-title,
.accuracy-grid .accuracy-verdict .panel-title{color:var(--ink)!important}
.accuracy-grid .accuracy-mini-panel .panel-sub,
.accuracy-grid .accuracy-verdict .panel-sub{color:var(--muted)!important}
.accuracy-grid .accuracy-panel-note{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:10px!important;border-top:1px solid #eef2f6!important}
.accuracy-grid .overview-history-scroll{scrollbar-width:thin;scrollbar-color:#b8d7d4 transparent}
.accuracy-grid .overview-history-scroll .data-table thead{background:#fff}
.accuracy-grid .overview-history-scroll .data-table tbody tr:hover td{background:#f4faf9}

@media (min-width:1101px){
  .accuracy-grid{grid-template-rows:410px 350px 190px!important;gap:16px!important}
  .accuracy-main-1{grid-column:1/9!important;grid-row:1!important}
  .accuracy-main-2{grid-column:9/-1!important;grid-row:1!important}
  .accuracy-bottom-1{grid-column:1/5!important;grid-row:2!important}
  .accuracy-bottom-2{grid-column:5/9!important;grid-row:2!important}
  .accuracy-bottom-3{grid-column:9/-1!important;grid-row:2!important}
  .accuracy-bottom-4{grid-column:1/-1!important;grid-row:3!important}
  .accuracy-grid .panel-head,.accuracy-grid .panel-head.compact{min-height:66px;padding:20px 22px 0}
  .accuracy-grid .panel-title,.accuracy-grid .accuracy-mini-panel .panel-title,.accuracy-grid .accuracy-verdict .panel-title{font-size:19px}
  .accuracy-grid .panel-sub{margin-top:4px;font-size:10px}
  .accuracy-grid .panel-body{padding:12px 20px 18px}
  .accuracy-grid .accuracy-main-1 .chart-wrap,.accuracy-grid .accuracy-main-2 .chart-wrap{min-height:265px;padding:2px 8px 6px}
  .accuracy-grid .accuracy-bottom-1 .chart-wrap,.accuracy-grid .accuracy-bottom-3 .chart-wrap{min-height:250px;padding:4px 10px 12px}
  .accuracy-grid .accuracy-bottom-2 .overview-history-scroll{max-height:268px;padding-top:5px;overflow:auto}
  .accuracy-grid .accuracy-bottom-2 .data-table{font-size:10px}
  .accuracy-grid .accuracy-bottom-2 .data-table th{padding:7px 7px 9px}
  .accuracy-grid .accuracy-bottom-2 .data-table td{padding:7px}
  .accuracy-grid .accuracy-bottom-4 .panel-head{min-height:54px;padding-top:15px}
  .accuracy-grid .accuracy-bottom-4 .panel-body{padding:10px 20px 18px}
  .accuracy-grid .accuracy-bottom-4 .insights{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
  .accuracy-grid .accuracy-bottom-4 .insight{min-height:92px;padding:12px;border:1px solid #e3e9ee;border-radius:12px;background:#f8fafc;grid-template-columns:34px minmax(0,1fr);gap:10px}
  .accuracy-grid .accuracy-bottom-4 .insight.warn{border-color:#efd59d;background:#fff8e6}
  .accuracy-grid .accuracy-bottom-4 .insight-icon{width:32px;height:32px}
  .accuracy-grid .accuracy-bottom-4 .insight strong{font-size:10px;line-height:1.25}
  .accuracy-grid .accuracy-bottom-4 .insight span{margin-top:4px;font-size:8px;line-height:1.4}
}

@media (max-width:1100px){
  .accuracy-grid .accuracy-mini-panel .chart-wrap{min-height:240px}
  .accuracy-grid .accuracy-bottom-4 .insights{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .accuracy-grid .accuracy-bottom-4 .insight{padding:12px;border:1px solid #e3e9ee;border-radius:11px;background:#f8fafc}
}
@media (max-width:640px){.accuracy-grid .accuracy-bottom-4 .insights{grid-template-columns:1fr}}
.accuracy-grid .accuracy-bottom-1 svg [stroke="#d7fff8"]{stroke:#98a2b3}
/* Methodology: clear source cards and a prominent interpretation rule. */
.methodology-footer{max-width:none!important;margin:0!important;padding:52px max(28px,calc((100vw - 1560px)/2)) 34px!important;border-top:1px solid #dbe4e9!important;background:linear-gradient(180deg,#f8fafc 0%,#f2f6f8 100%)!important}
.methodology-heading{display:grid!important;grid-template-columns:minmax(430px,.9fr) minmax(520px,1.1fr)!important;align-items:center!important;gap:48px!important;max-width:1560px;margin:0 auto 26px!important}
.methodology-heading h2{margin:8px 0 0!important;color:var(--ink)!important;font-size:34px!important;line-height:1.06;letter-spacing:-.04em}
.methodology-heading p{margin:0!important;padding:16px 18px;border:1px solid #d7e6e4;border-radius:12px;background:#fff;color:#596778!important;font-size:12px!important;line-height:1.6!important;box-shadow:0 8px 22px rgba(16,24,40,.04)}
.methodology-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;max-width:1560px;margin:0 auto}
.methodology-grid article{position:relative;min-height:272px!important;padding:24px 24px 64px!important;overflow:hidden;border:1px solid #d9e2e8!important;border-radius:16px!important;background:#fff!important;box-shadow:0 12px 30px rgba(16,24,40,.055)!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.methodology-grid article::before{content:'';position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#078480,#22c8b6)}
.methodology-grid article:nth-child(2)::before{background:linear-gradient(90deg,#2277ee,#61a5ff)}
.methodology-grid article:nth-child(3)::before{background:linear-gradient(90deg,#d58c0f,#f1bd52)}
.methodology-grid article:nth-child(4)::before{background:linear-gradient(90deg,#7467d8,#a99ff2)}
.methodology-grid article:nth-child(5)::before{background:linear-gradient(90deg,#078480,#27c8b8)}
.methodology-grid article:hover{transform:translateY(-3px);border-color:#b9d6d3!important;box-shadow:0 18px 38px rgba(16,24,40,.085)!important}
.method-index{display:grid!important;width:43px;height:43px;place-items:center;border-radius:12px;color:#087d77!important;background:#e7f7f5;font:900 11px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;letter-spacing:.08em!important}
.methodology-grid article:nth-child(2) .method-index{color:#1f64c5!important;background:#eaf2ff}
.methodology-grid article:nth-child(3) .method-index{color:#9a6100!important;background:#fff3d2}
.methodology-grid article:nth-child(4) .method-index{color:#5a4fb4!important;background:#efedff}
.methodology-grid article:nth-child(5) .method-index{color:#087d77!important;background:#e7f7f5}
.methodology-grid h3{margin:18px 0 0!important;color:var(--ink)!important;font-size:20px!important;line-height:1.2;letter-spacing:-.025em}
.methodology-grid p{margin:12px 0 0!important;color:#596778!important;font-size:12px!important;line-height:1.62!important}
.method-status{position:absolute!important;left:24px!important;bottom:22px!important;display:inline-flex!important;height:30px!important;align-items:center;padding:0 11px!important;border-radius:999px!important;font-size:8px!important;font-weight:850!important;font-style:normal;letter-spacing:.02em}
.method-status.fact,.method-status.signal{color:#08776f!important;background:#e4f7f4!important;border:1px solid #bce6df!important}
.method-status.forecast{color:#965f00!important;background:#fff4d9!important;border:1px solid #eed49d!important}
.method-status.model{color:#5145a4!important;background:#efedff!important;border:1px solid #d8d3ff!important}
.methodology-note{position:relative;max-width:1560px;margin:18px auto 0!important;padding:19px 22px 19px 68px!important;border:1px solid #efd59d!important;border-left:4px solid #e49a18!important;border-radius:13px!important;background:#fff9eb!important;color:#596778!important;font-size:11px!important;line-height:1.55!important;box-shadow:0 8px 22px rgba(16,24,40,.035)}
.methodology-note::before{content:'!';position:absolute;left:20px;top:50%;display:grid;width:30px;height:30px;place-items:center;transform:translateY(-50%);border-radius:50%;color:#9a6100;background:#ffe9b4;font-size:16px;font-weight:900}
.methodology-note strong{color:#8a5600!important}
.footer-brand{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;max-width:1560px;margin:30px auto 0!important;padding:21px 2px 0!important;border-top:1px solid #d9e2e8!important}
.footer-brand span{color:var(--ink)!important;font-size:16px!important;font-weight:900!important;letter-spacing:.19em!important}
.footer-brand small{color:#667085!important;font-size:9px!important}

@media(max-width:1100px){
  .methodology-footer{padding:38px 18px 30px!important}
  .methodology-heading{grid-template-columns:1fr!important;gap:16px!important}
  .methodology-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .methodology-footer{padding:32px 12px 26px!important}
  .methodology-heading h2{font-size:27px!important}
  .methodology-heading p{padding:14px!important}
  .methodology-grid{grid-template-columns:1fr!important}
  .methodology-grid article{min-height:244px!important}
  .methodology-note{padding:56px 16px 16px!important}
  .methodology-note::before{left:16px;top:16px;transform:none}
  .footer-brand{align-items:flex-start!important;flex-direction:column!important}
}

/* Public weather workspace */
.weather-grid{position:relative}.weather-map-panel{display:flex;min-height:0;flex-direction:column;background:#071d1b;border-color:#0e625d}.weather-map-panel .panel-title{color:#fff}.weather-map-panel .panel-sub{color:#a8b7b5}.weather-map-panel .tag{align-self:flex-start}
.weather-focus-board{overflow:hidden}.weather-focus-head{align-items:center!important;background:linear-gradient(135deg,#fff 0%,#f4fbfa 72%,#e8f7f5 100%)}.weather-median-summary{display:grid;min-width:330px;grid-template-columns:auto auto;gap:3px 16px;padding:12px 16px;border:1px solid #9edbd5;border-radius:14px;background:#073a36;color:#fff;box-shadow:0 12px 26px rgba(7,58,54,.14)}.weather-median-summary span{align-self:end;color:#92d9d1;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.weather-median-summary strong{grid-row:1/3;grid-column:2;align-self:center;font-size:30px;line-height:1;letter-spacing:-.04em}.weather-median-summary small{color:#d2efec;font-size:9px}.weather-median-summary em{grid-column:1/-1;margin-top:5px;padding-top:7px;border-top:1px solid rgba(255,255,255,.14);color:#a9e9e2;font-size:8px;font-style:normal;font-weight:800}.weather-median-summary em.rain{color:#ffd18a}
.weather-focus-board .panel-body{padding-top:12px}.weather-focus-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.weather-focus-card{--weather-accent:#0d9488;display:grid;min-width:0;grid-template-columns:34px minmax(0,1fr) auto;gap:4px 9px;padding:13px;text-align:left;color:var(--ink);border:1px solid #d6e2e4;border-radius:13px;background:#fff;box-shadow:0 8px 20px rgba(16,44,58,.05);cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.weather-focus-card:hover,.weather-focus-card.active{transform:translateY(-2px);border-color:var(--weather-accent);box-shadow:0 11px 24px rgba(13,148,136,.12)}.weather-focus-card.watch{--weather-accent:#d99313;background:#fffaf0}.weather-focus-card.rain{--weather-accent:#dc3545;background:#fff6f6}.weather-focus-card.offline{--weather-accent:#98a2b3;background:#f8fafc}.weather-focus-icon{display:flex;width:34px;height:34px;grid-row:1/3;align-items:center;justify-content:center;color:#fff;border-radius:10px;background:var(--weather-accent)}.weather-focus-copy{display:grid;min-width:0;gap:2px}.weather-focus-copy b{font-size:12px}.weather-focus-copy small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.weather-focus-card>strong{align-self:center;color:var(--ink);font-size:22px;letter-spacing:-.035em}.weather-focus-card>div{display:grid;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:7px}.weather-focus-card>div span{display:grid;gap:2px;padding:6px;border-radius:7px;background:#f1f6f7;color:var(--muted);font-size:7px}.weather-focus-card>div b{color:var(--ink);font-size:9px}.weather-focus-card time{grid-column:1/-1;margin-top:4px;color:#7b8d98;font-size:7px}
.weather-map-stage{position:relative;min-height:0;flex:1;margin:10px 14px 14px;overflow:hidden;border:1px solid rgba(20,153,142,.45);border-radius:13px;background:#021514;box-shadow:inset 0 0 80px rgba(0,0,0,.38)}
.weather-map-stage::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 53% 54%,transparent 40%,rgba(1,16,15,.42) 100%)}.weather-map-stage>img{display:block;width:100%;height:100%;object-fit:fill;filter:saturate(.86) brightness(.78) contrast(1.08)}.weather-map-markers{position:absolute;inset:0;z-index:3}.weather-map-marker{--state:#14b8a6;position:absolute;left:var(--wx);top:var(--wy);display:grid;grid-template-columns:28px auto;grid-template-rows:auto auto;min-width:84px;padding:5px 8px 5px 5px;transform:translate(-14px,-50%);align-items:center;text-align:left;color:#fff;border:1px solid var(--state);border-radius:999px;background:rgba(3,24,22,.9);box-shadow:0 8px 22px rgba(0,0,0,.34);backdrop-filter:blur(8px);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.weather-map-marker:hover,.weather-map-marker.active{z-index:5;transform:translate(-14px,-50%) scale(1.08);border-color:#fff;box-shadow:0 0 0 4px rgba(20,184,166,.2),0 12px 28px rgba(0,0,0,.4)}.weather-map-marker>span{grid-row:1/3;display:flex;width:26px;height:26px;align-items:center;justify-content:center;color:#fff;border-radius:50%;background:var(--state)}.weather-map-marker b{max-width:118px;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:9px;line-height:1.05;white-space:nowrap}.weather-map-marker strong{color:#9cf3e7;font-size:11px;line-height:1.05}.weather-map-marker.rain{--state:#e0494f}.weather-map-marker.watch{--state:#e7a321}.weather-map-marker.offline{--state:#667085;opacity:.72}.weather-map-marker.rain strong,.weather-map-marker.watch strong{color:#fff2ce}
.weather-map-legend{position:absolute;left:18px;bottom:16px;z-index:4;display:flex;gap:12px;padding:8px 11px;color:#d7e3e1;border:1px solid rgba(20,153,142,.35);border-radius:999px;background:rgba(2,21,20,.88);font-size:8px}.weather-map-legend span{display:flex;gap:5px;align-items:center}.weather-map-legend i{width:7px;height:7px;border-radius:50%;background:#14b8a6}.weather-map-legend i.watch{background:#e7a321}.weather-map-legend i.rain{background:#e0494f}
.weather-detail-panel{display:flex;min-height:0;flex-direction:column}.weather-detail-panel .panel-head{align-items:flex-start}.weather-detail-score{display:flex;min-width:76px;height:54px;padding:0 10px;align-items:center;justify-content:center;color:#fff;border-radius:13px;background:#078480;font-size:21px;font-weight:850}.weather-detail-score.watch{background:#c88310}.weather-detail-score.rain{background:#d92d34}.weather-detail-score.offline{background:#98a2b3}.weather-detail-main{display:flex;gap:12px;margin:0 0 14px;align-items:flex-end}.weather-detail-main strong{color:var(--ink);font-size:56px;line-height:.9;letter-spacing:-.055em}.weather-detail-main span{padding-bottom:5px;color:var(--muted);font-size:10px}.weather-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.weather-facts>span{display:grid;grid-template-columns:28px 1fr;gap:2px 8px;padding:9px;border:1px solid #d9e0e7;border-radius:10px;background:#f8fafc}.weather-facts .icon{grid-row:1/3;color:var(--teal)}.weather-facts small{color:var(--muted);font-size:8px}.weather-facts strong{color:var(--ink);font-size:11px}.weather-guest-impact{margin-top:12px;padding:13px;border-left:4px solid var(--teal);border-radius:0 11px 11px 0;background:var(--teal-soft)}.weather-impact-label{display:block;color:var(--teal-dark);font-size:8px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.weather-guest-impact>strong{display:block;margin-top:4px;color:var(--ink);font-size:14px}.weather-guest-impact>p{margin:5px 0 0;color:var(--muted);font-size:9px;line-height:1.45}.weather-visit-shift{display:grid;grid-template-columns:1fr auto;gap:3px 8px;margin-top:9px;padding-top:8px;border-top:1px solid #c5e8e4}.weather-visit-shift span{color:var(--muted);font-size:8px}.weather-visit-shift b{color:var(--ink);font-size:11px}.weather-visit-shift em{grid-column:2;font-size:8px;font-style:normal;font-weight:800}
.weather-alerts{display:grid;gap:7px;margin-top:11px}.weather-alert{display:grid;grid-template-columns:28px 1fr;gap:8px;padding:9px;border:1px solid #eed49d;border-radius:10px;background:#fff8e6;color:#b97000}.weather-alert.critical,.weather-alert.rain{color:#c81e24;border-color:#f7c6c9;background:#fff0f1}.weather-alert.clear{color:var(--teal);border-color:#c5e8e4;background:#f4fbfa}.weather-alert strong,.weather-alert small{display:block}.weather-alert strong{color:var(--ink);font-size:9px}.weather-alert small{margin-top:2px;color:var(--muted);font-size:8px;line-height:1.35}
.weather-hourly{display:grid;grid-template-columns:repeat(6,minmax(70px,1fr));gap:8px;overflow:auto}.weather-hour{display:grid;min-width:0;gap:5px;padding:11px 7px;text-align:center;border:1px solid #d9e0e7;border-radius:11px;background:#f8fafc}.weather-hour.rain{border-color:#eed49d;background:#fff8e6}.weather-hour time{color:var(--muted);font-size:8px}.weather-hour>span{display:flex;justify-content:center;color:var(--teal)}.weather-hour.rain>span{color:#c88310}.weather-hour strong{color:var(--ink);font-size:17px}.weather-hour b{color:var(--teal);font-size:10px}.weather-hour.rain b{color:#b97000}.weather-hour small{color:var(--muted);font-size:7px}.weather-empty{display:flex;min-height:100px;align-items:center;justify-content:center;padding:18px;color:var(--muted);border:1px dashed #d9e0e7;border-radius:11px;background:#f8fafc;text-align:center;font-size:10px}
.weather-impact-panel .panel-body{padding-top:12px}.weather-impact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.weather-impact-card{display:grid;min-height:112px;gap:7px;padding:13px;text-align:left;border:1px solid #d9e0e7;border-radius:12px;background:#f8fafc;color:var(--ink);cursor:pointer}.weather-impact-card:hover,.weather-impact-card.active{border-color:var(--teal);background:var(--teal-soft);box-shadow:0 8px 18px rgba(7,132,128,.08)}.weather-impact-card.rain{border-color:#f1b9bd;background:#fff4f4}.weather-impact-card.watch{border-color:#eed49d;background:#fff9e9}.weather-impact-card>span{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}.weather-impact-card b{font-size:11px}.weather-impact-card em{color:var(--muted);font-size:7px;font-style:normal;text-align:right}.weather-impact-card>strong{font-size:10px}.weather-impact-card>small{color:var(--muted);font-size:8px;line-height:1.35}.weather-history-panel .chart-wrap{min-height:250px}
@media (min-width:1101px){.weather-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:auto 610px 360px auto}.weather-focus-board{grid-column:1/-1;grid-row:1}.weather-map-panel{grid-column:1/9;grid-row:2}.weather-detail-panel{grid-column:9/-1;grid-row:2}.weather-history-panel{grid-column:1/7;grid-row:3}.weather-forecast-panel{grid-column:7/-1;grid-row:3}.weather-impact-panel{grid-column:1/-1;grid-row:4}.methodology-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.topbar{grid-template-columns:minmax(190px,.55fr) minmax(620px,1.25fr) minmax(500px,1fr);gap:14px}.nav-tab{padding:0 11px;font-size:10px}.language-switch{border-color:rgba(69,232,207,.35);background:#10211f;box-shadow:0 0 0 1px rgba(20,184,166,.06),0 8px 18px rgba(0,0,0,.18)}}
@media (min-width:1101px) and (max-width:1350px){.topbar{grid-template-columns:140px minmax(500px,1fr) 400px;gap:8px;padding-left:10px;padding-right:10px}.brand-copy span{display:none}.nav-tab{padding:0 5px;font-size:8px}.toolbar-date{min-width:220px}.export-btn{width:40px;padding:0;justify-content:center}.export-btn span{display:none}.language-switch{margin-left:0}.language-switch button{width:27px}}
@media (max-width:1100px){.weather-grid{display:flex;flex-direction:column}.weather-focus-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-focus-card:last-child{grid-column:1/-1}.weather-map-stage{min-height:520px}.weather-impact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-hourly{grid-template-columns:repeat(12,minmax(82px,1fr));padding-bottom:8px}}
@media (max-width:640px){.weather-focus-head{align-items:stretch!important}.weather-median-summary{min-width:0;width:100%}.weather-focus-cards{grid-template-columns:1fr}.weather-focus-card:last-child{grid-column:auto}.weather-map-stage{min-height:420px;margin:8px}.weather-map-marker{grid-template-columns:24px auto;min-width:0;padding:4px}.weather-map-marker>span{width:22px;height:22px}.weather-map-marker b{display:none}.weather-map-marker strong{font-size:10px}.weather-map-legend{left:8px;bottom:8px;gap:7px;padding:6px 8px}.weather-impact-grid{grid-template-columns:1fr}.weather-facts{grid-template-columns:1fr 1fr}.weather-detail-main strong{font-size:45px}}
