/* Forecast surfaces use a light palette. Dialogs and the weather rendering keep
   their own palette. This file owns layout; sizes come from readability.js. */
:root {
  --layout-top: 64px;
  --layout-bottom: 264px;
  --layout-side: 306px;
  --layout-location-height: 142px;
}
.topbar,.location-panel,.bottom-panel,.weather-legend,.camera-controls,
.navigation-controls,.mobile-scene-actions,#scene-settings,.camera-content {
  --ink: #173b48; --muted: #536e78; --accent: #20735e; --line: #c8d9d3;
  color: var(--ink); color-scheme: light; backdrop-filter: none;
}
.topbar {height:64px;padding:0 18px;gap:12px;background:#f4f8f7;border-bottom:1px solid #d3dfdf}
.brand {font-size:20px;gap:8px}.brand-symbol{font-size:29px}.brand small{font-size:8px}
.view-switch,.language-switch{background:#e5efed;backdrop-filter:none;border-color:#cbdad7}
.view-switch button{font-size:12px;min-height:40px;padding:6px 16px}
.view-switch .selected,.language-switch [aria-pressed=true]{background:#1e6e62;color:#fff}
.language-switch button{min-width:48px;padding:0 9px;font-size:11px}
.top-actions #data-status,.top-actions .live-dot{display:none}.top-actions .icon-btn{margin:0}
#globe,#ocean,.vignette{inset:var(--layout-top) var(--layout-side) var(--layout-bottom) 0}
.vignette{background:none}
.location-panel,.location-panel.collapsed,.location-panel:not(.collapsed) {
  top:var(--layout-top);right:0;left:auto;bottom:var(--layout-bottom);
  width:var(--layout-side);height:auto;max-height:none;padding:12px 16px;
  border:0;border-left:1px solid #d6e1df;border-radius:0;background:#f4f8f7;
  box-shadow:none;display:flex;flex-direction:column;overflow:auto;
}
.location-panel>*{flex-shrink:0}
#search-form{min-height:38px;padding-bottom:8px}
#search{font-size:12px}#search::placeholder{color:#607983}
.place-head,.location-panel.collapsed .place-head{margin-top:10px;order:2;gap:6px}
.place-head>div:first-child{min-width:0;flex:1}
.place-head h2,html[lang=en] .place-head h2{font-size:20px;letter-spacing:0;overflow-wrap:anywhere}
.place-head .eyebrow{font-size:9px;margin-bottom:4px;color:#50786b}
#panel-toggle{width:36px;height:36px;min-width:36px;margin:0;font-size:20px}
#search-results{order:1}#quick-metrics{order:3}#forecast-body{order:4}
.forecast-actions{order:5;margin-top:8px;gap:8px}
.forecast-actions button{color:#145c58;background:#e5efea;border-color:#bad2c9;min-height:38px;font-size:10px;padding:5px}
.forecast-actions button span{margin-left:3px}
.forecast-actions .mountain-profile{color:#12614c;border-color:#719f85;background:#dcefe3}
.coordinates{font-size:10px;color:#56747f;margin:6px 0}
.temperature{margin:10px 0 14px}.temperature strong{font-size:48px}
.temperature>span:first-child{font-size:26px;color:#237c69}.temperature .degree{font-size:22px}
.temperature small{color:#58717a}.metrics{margin-bottom:12px}
.metrics>div>span,.marine-row>div>span{font-size:11px;color:#536e78}
.metrics strong,.marine-row strong{font-size:22px}.metrics b,.wave-symbol{color:#277f70}
.metrics small,.marine-row small{color:#586f78;font-size:11px}
.marine-row{padding:10px 0 4px;gap:14px}.data-note{color:#56737e;font-size:10px;line-height:1.5}
.mountain-context{color:#446b60!important}#elevation-note{color:#56717b}
#elevation-control select{background:#e7f1ec;color:#214d45;border-color:#b6cdc3}
.location-panel.collapsed .compact-weather{display:flex;flex-direction:column;align-items:flex-end;gap:2px}
.compact-weather strong{font-size:28px;font-weight:400}.compact-weather>span{font-size:10px}
.location-panel.collapsed .quick-metrics{display:flex;justify-content:space-between;gap:5px;color:#315d6a;font-size:11px;margin:10px 0 4px}

/* A single toolbar keeps the legend and camera/settings toggles in one flow. */
.weather-layers{top:calc(var(--layout-top) + 14px);left:12px;gap:2px;padding:5px;border-radius:12px;background:#112e3cf2;backdrop-filter:none}
.weather-layers button{min-width:82px;min-height:36px;padding:5px 9px;gap:7px;font-size:12px}
.weather-layers button>span{font-size:19px;width:20px}
.weather-layers button[aria-pressed=true]{background:#c4eadd;color:#173f36}
.map-tools{position:absolute;left:12px;right:calc(var(--layout-side) + 12px);bottom:calc(var(--layout-bottom) + 12px);z-index:11;display:flex;align-items:flex-end;gap:12px;pointer-events:none}
.map-tools>*{pointer-events:auto}
.map-tools:has(#camera-controls[open]),.controls-open .map-tools{z-index:28}
.map-tools .weather-legend{position:static;flex:1;min-width:0;width:auto;max-width:250px;padding:9px 12px;background:#f4f8f7f2;border-color:#dfebe5;border-radius:12px}
.legend-title{font-size:11px;gap:5px}.legend-title b{font-size:18px;color:#1a5564;white-space:nowrap}
#layer-ticks,#field-status{color:#4f707c;font-size:9px}#field-status{margin-top:5px}
.map-tools .camera-controls{position:relative;left:auto;right:auto;top:auto;bottom:auto;flex:0 0 116px;width:116px;padding:0 10px;overflow:visible;border-radius:10px;background:#f4f8f7}
.camera-controls summary{font-size:12px;min-height:44px;padding:12px 0;white-space:nowrap}
.camera-content{position:absolute;right:0;bottom:calc(100% + 8px);width:222px;padding:12px;border:1px solid #bacfc5;border-radius:12px;background:#f4f8f7;box-shadow:0 8px 32px #06252733;max-height:calc(100dvh - var(--layout-top) - var(--layout-bottom) - 88px);overflow:auto}
.camera-buttons{gap:5px}.camera-buttons button{min-width:0;min-height:44px;padding:0;color:#245b5b;background:#e9f2ee}
.camera-content label{font-size:12px}.camera-content input{height:38px;accent-color:#398774}
.camera-content>button{min-height:36px;font-size:12px;padding:5px 10px;margin-top:4px;color:#245b50}
.map-tools .mobile-scene-actions{position:static;display:flex;flex:0 0 auto;flex-direction:row;align-items:flex-end;width:auto;gap:6px;margin-left:auto;pointer-events:auto}
.touch-hint{display:none}.mobile-scene-actions button{display:grid;place-items:center;min-width:44px;width:44px;min-height:44px;height:44px;padding:0;border:1px solid #d2e2dd;border-radius:10px;background:#f4f8f7;color:#244e5b;backdrop-filter:none;font-size:22px}
.map-tools .navigation-controls{position:absolute;left:auto;right:0;top:auto;bottom:56px;background:#f4f8f7;border-color:#d2dfdf;border-radius:10px;flex-direction:row}
.navigation-controls button{width:36px;height:40px;color:#335866}
.map-tools #scene-settings{display:none;position:absolute;top:auto;bottom:calc(100% + 12px);left:auto;right:0;width:300px;max-width:100%;max-height:calc(100dvh - var(--layout-top) - var(--layout-bottom) - 130px);overflow:auto;padding:10px;border:1px solid #bed3c9;border-radius:14px;background:#f4f8f7;box-shadow:0 8px 32px #06252733;gap:6px;grid-template-columns:repeat(4,1fr)}
.controls-open .map-tools #scene-settings{display:grid}.controls-open .navigation-controls{visibility:hidden}
#scene-settings .control-separator{display:none}
#scene-settings .scene-button,#scene-settings .scene-button:nth-last-child(2){display:flex;min-height:56px;padding:7px 4px;font-size:11px;gap:5px;color:#4c6b73;background:#e6eeea;backdrop-filter:none}
#scene-settings .scene-button.active{color:#165745;background:#cfe8da}#scene-settings .scene-button.active>span:first-child{color:#23735c}
#scene-settings #clean-toggle{display:none}#scene-settings .render-quality-control{grid-column:1/-1;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#e6eeea;backdrop-filter:none;color:#284e55;padding:7px 9px}
#scene-settings .render-quality-label{color:#385e64;font-size:12px}
#scene-settings .render-quality-control select{width:64%;max-width:180px;background:#f4f8f7;color:#1d544a;border-color:#b2cfc1;color-scheme:light;min-height:40px;font-size:13px}

.bottom-panel{left:0;right:0;bottom:18px;padding:8px 16px 2px;border:0;border-top:1px solid #d2deda;border-radius:0;background:#f4f8f7;box-shadow:none}
.forecast-bar-head{min-height:30px;margin-bottom:6px;gap:12px}.forecast-bar-head strong{font-size:16px}
.forecast-bar-head>div>span{font-size:10px;color:#526f7b}.model-picker{font-size:11px;color:#4e6e77}
.model-picker select{background:#e7f0ec;color:#29594f;border-color:#bfd3c9;min-height:32px;font-size:11px}
#daily-forecast{padding-bottom:3px;gap:0;scrollbar-color:#a0bfb5 transparent}
.day-card{min-width:94px;min-height:90px;border:0;border-right:1px solid #dbe6e2;border-radius:0;gap:4px;padding:7px 4px;background:transparent}
.day-card.selected{background:#dceee5;border:0;border-radius:8px}.day-card.distant{background:#edf3f0}
.day-date{font-size:11px;color:#314e5a}.day-icon{font-size:21px;color:#31756f}.day-temperatures{font-size:17px;color:#1c3c4a}.day-rain{font-size:9px;color:#456d7b}
.timeline{padding:5px 3px 0;margin-top:3px;gap:14px;border-top:1px solid #d5e3dd}
.play-btn{width:36px;height:36px;color:#227562;border-color:#9ebbb1}.time-current{min-width:104px;gap:2px}
.time-current strong{font-size:11px;color:#476976}.time-current>span{font-size:20px;color:#246c60}
.time-track input{height:24px;accent-color:#3d8b73}.time-ticks{color:#527480;font-size:9px}
#now-btn{color:#35655b;font-size:11px;min-height:36px}#uncertainty-note{font-size:9px;color:#52737e;margin:3px 0 0}
.footer-meta{height:21px;font-size:9px;color:#536f78}.footer-meta button{color:#456b65;font-size:9px;min-height:21px}
.map-credits{background:#f4f8f7;color:#4c6a74;bottom:0;left:0;width:100%;max-width:100%;padding:3px 12px;height:18px;opacity:1}.map-credits a{color:#4c6a74}
.notice{color:#eef5f1;top:calc(var(--layout-top) + 12px);max-width:calc(100vw - var(--layout-side) - 48px);left:calc((100% - var(--layout-side))/2);z-index:26}

@media(min-width:701px) and (max-width:850px){
  :root{--layout-side:280px}.topbar{padding:0 12px;gap:8px}.brand{font-size:17px}.brand-symbol{font-size:25px}.brand small{font-size:7px}.view-switch button{padding:6px 11px}.language-switch button{padding:0 7px;min-width:44px}.location-panel{padding:12px}
  .map-tools{gap:8px}.map-tools .weather-legend{padding:8px;max-width:none}.legend-title{font-size:10px}.legend-title b{font-size:15px}
  .map-tools .camera-controls{flex-basis:92px;width:92px;padding:0 7px}.camera-controls summary{font-size:10px}
  .map-tools .mobile-scene-actions{flex-direction:column}.map-tools .navigation-controls{bottom:106px}
}
@media(min-width:701px) and (max-height:680px){
  .weather-layers{flex-direction:row;left:12px;right:calc(var(--layout-side) + 12px);top:calc(var(--layout-top) + 10px);gap:2px;padding:4px;justify-content:space-between}
  .weather-layers button{flex:1;min-width:0;min-height:36px;padding:4px;gap:3px;font-size:10px}.weather-layers button>span{font-size:17px;width:18px}
}

/* Portrait phones retain the daily strip and a concise place summary. */
@media(max-width:700px), (max-height:500px) and (pointer:coarse){
  :root{--layout-side:0px;--layout-top:104px;--layout-bottom:226px;--layout-layer-size:48px}
  .topbar{height:calc(104px + env(safe-area-inset-top,0px));display:grid;grid-template-columns:1fr auto;grid-template-rows:48px 48px;padding:calc(4px + env(safe-area-inset-top,0px)) 12px 0;gap:0;background:#f4f8f7}
  .brand{font-size:20px;gap:8px}.brand-symbol{font-size:27px}.brand small{font-size:8px}
  .view-switch{width:100%!important;max-width:365px;position:static;margin:0;grid-column:1/-1;grid-row:2;padding:3px;justify-self:center}
  .view-switch button{min-height:38px;font-size:12px;padding:0 7px!important}.top-actions{grid-column:2;grid-row:1}
  .language-switch button{min-width:48px;min-height:40px;padding:0 8px;font-size:11px}
  .weather-layers{top:var(--layout-top);left:0;right:0;width:auto;flex-direction:row;padding:4px 6px;gap:2px;border-radius:0;border:0;background:#173844}
  .weather-layers button{min-width:0;min-height:40px;flex:1;flex-direction:column;gap:1px;font-size:10px;padding:2px;line-height:1.2}.weather-layers button>span{font-size:17px;height:18px;width:auto}
  #globe,.terrain-view #globe,#ocean,.vignette{inset:calc(var(--layout-top) + var(--layout-layer-size)) 0 calc(var(--layout-bottom) + var(--layout-location-height))}
  .location-panel,.location-panel.collapsed,.location-panel:not(.collapsed),body.panel-expanded .location-panel{top:auto;bottom:var(--layout-bottom);left:0;right:0;width:100%;height:auto;max-height:none;padding:6px 12px 8px;border:0;border-top:1px solid #c6dad1;border-radius:0;background:#f4f8f7;overflow:visible;display:flex}
  #search-form{height:35px;min-height:35px;padding:0}#search{height:35px;font-size:16px}#search::placeholder{font-size:12px}#search-form button{min-height:35px;min-width:35px}
  .place-head,.location-panel.collapsed .place-head{margin-top:5px;min-height:36px}.place-head h2,html[lang=en] .place-head h2{font-size:17px;line-height:1.4;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
  #panel-toggle{width:40px;height:40px;min-width:40px;font-size:22px}.compact-weather strong{font-size:25px}
  .location-panel.collapsed .quick-metrics{font-size:10px;margin:3px 0 4px;gap:4px;white-space:nowrap}
  .forecast-actions{gap:6px;margin-top:3px}.forecast-actions button{min-height:32px;font-size:10px;padding:4px 5px}.forecast-actions #profile-open{flex:1.3}
  #search-results{position:absolute;left:10px;right:10px;bottom:calc(100% + 8px);background:#f4f8f7;border-color:#b7cfc4;color:#173b48;backdrop-filter:none;max-height:40dvh}
  .search-result{border-color:#d4e3dc}.search-result small,.search-empty{color:#507480}
  body.panel-expanded .location-panel,.location-panel:not(.collapsed){bottom:18px;max-height:calc(100dvh - var(--layout-top) - 60px);overflow:auto;box-shadow:0 -10px 40px #09232822}
  body.panel-expanded .bottom-panel{display:none}.location-panel:not(.collapsed) .forecast-actions{margin-bottom:0}
  body.panel-expanded .map-tools{display:none}.location-panel:not(.collapsed) #search-results{position:static;margin:8px 0;max-height:170px}
  .map-tools{left:10px;right:10px;bottom:calc(var(--layout-bottom) + var(--layout-location-height) + 10px);gap:8px}
  .map-tools .weather-legend{padding:7px 9px;max-width:none;flex:1;font-size:10px}.legend-title b{font-size:16px}
  #layer-gradient{height:5px;margin-top:5px}#layer-ticks{font-size:8px;margin-top:3px}#field-status{display:block;font-size:8px;line-height:1.35;margin-top:4px}
  .map-tools .camera-controls{flex:0 0 86px;width:86px;padding:0 7px}.camera-controls summary{font-size:10px;padding:12px 0;min-height:42px}
  .camera-content{position:fixed;left:10px;right:auto;top:calc(var(--layout-top) + var(--layout-layer-size) + 8px);bottom:auto;width:min(260px,calc(100vw - 112px));max-height:calc(100dvh - var(--layout-top) - var(--layout-layer-size) - 28px);z-index:24}
  .map-tools .mobile-scene-actions{position:fixed;right:10px;left:auto;top:calc(var(--layout-top) + var(--layout-layer-size) + 8px);bottom:auto;flex-direction:column;gap:6px;width:auto;margin:0}
  .mobile-scene-actions button{min-width:44px;min-height:44px;width:44px;height:44px;font-size:22px}
  .map-tools .navigation-controls{display:none}
  .map-tools #scene-settings{position:fixed;left:10px;right:64px;top:calc(var(--layout-top) + var(--layout-layer-size) + 8px);bottom:auto;width:auto;max-width:none;max-height:calc(100dvh - var(--layout-top) - var(--layout-layer-size) - 28px);padding:9px;grid-template-columns:repeat(4,1fr)}
  #scene-settings .render-quality-control select{min-height:44px;font-size:16px}
  .bottom-panel{left:0;right:0;bottom:calc(18px + env(safe-area-inset-bottom,0px));padding:6px 10px 2px;border-radius:0;display:block}
  .forecast-bar-head{min-height:30px;gap:8px;margin-bottom:4px}.forecast-bar-head strong{font-size:14px}.forecast-bar-head>div>span,.model-picker>span{display:none}
  .model-picker select{max-width:164px;min-height:30px;font-size:11px;padding:3px 6px}
  .day-card{min-width:91px;min-height:85px;padding:6px 4px;gap:3px;border-radius:0}.day-date{font-size:10px}.day-icon{position:static;font-size:19px}.day-temperatures{font-size:16px;margin:0}.day-rain{font-size:9px}
  .timeline{display:grid;grid-template-columns:36px 1fr 42px;grid-template-rows:34px 31px;padding:3px 0 0;margin-top:3px;gap:0 8px;border-radius:0}
  .play-btn{width:34px;height:34px;min-width:34px}.time-current{min-width:0;gap:7px;grid-column:2;grid-row:1;flex-direction:row;align-items:baseline}.time-current strong{font-size:11px}.time-current>span{font-size:17px}.mobile-zone{color:#5c7881;font-size:8px}
  .time-track{grid-column:1/-1;grid-row:2;align-self:start}.time-track input{height:24px}.time-ticks{font-size:9px;margin-top:-2px}#now-btn{grid-column:3;grid-row:1;min-height:34px;font-size:11px}
  #uncertainty-note{display:block;font-size:8px;line-height:1.4;margin:3px 0 2px}.footer-meta{height:18px;padding:0;gap:6px}.footer-meta #grid-status{font-size:8px;color:#52717c}.footer-meta button{font-size:8px;min-height:18px}
  .map-credits{bottom:env(safe-area-inset-bottom,0px);left:0;padding:3px 8px}.notice{top:calc(var(--layout-top) + 55px);left:50%;max-width:calc(100vw - 24px)}
}
@media(max-width:700px) and (max-height:700px) and (orientation:portrait){
  :root{--layout-layer-size:40px}
  .topbar{height:calc(80px + env(safe-area-inset-top,0px));grid-template-rows:32px 40px;padding-top:calc(4px + env(safe-area-inset-top,0px))}
  .brand{font-size:17px}.brand-symbol{font-size:23px}.brand small{font-size:6px;margin-top:3px}.language-switch button{min-width:44px;min-height:30px;padding:0 6px;font-size:10px}
  .view-switch button{min-height:32px}.weather-layers button{min-height:32px;font-size:9px}.weather-layers button>span{font-size:15px;height:16px}
  .bottom-panel{padding-top:4px}.day-card{min-height:60px;min-width:88px;padding:4px;gap:2px}.day-icon{position:absolute;right:7px;top:5px;font-size:16px}.day-temperatures{font-size:14px;margin-top:8px}.day-rain{font-size:8px}
  .timeline{grid-template-rows:30px 39px}.play-btn{width:30px;height:30px;min-width:30px}#now-btn{min-height:30px}.footer-meta{height:17px}.footer-meta button{min-height:17px}
  #uncertainty-note{display:none}.location-panel.collapsed{padding-top:4px;padding-bottom:5px}#search-form,#search{height:32px;min-height:32px}#search-form button{min-height:32px}.place-head,.location-panel.collapsed .place-head{min-height:34px}#panel-toggle{width:34px;height:34px;min-width:34px}.compact-weather strong{font-size:23px}
  .forecast-actions button{min-height:30px;font-size:9px}.location-panel.collapsed .quick-metrics{font-size:9px;margin:2px 0}
  .map-tools .weather-legend{padding:5px 8px}.legend-title b{font-size:14px}#field-status{display:none}
  .forecast-bar-head{min-height:48px}.forecast-bar-head strong{font-size:12px}.model-picker select{width:128px;max-width:128px;font-size:10px}
  .map-tools{z-index:13}
  .map-tools .mobile-scene-actions{top:calc(100dvh - var(--layout-bottom) + 7px);right:148px;flex-direction:row}
  .map-tools #scene-settings{right:10px;grid-template-columns:repeat(4,1fr)}
}
@media(max-height:500px) and (pointer:coarse) and (orientation:landscape){
  :root{--layout-side:260px;--layout-top:56px;--layout-bottom:140px}
  .topbar{display:flex;height:56px;padding:4px 10px;gap:8px}.brand{font-size:17px}.brand-symbol{font-size:22px}.brand small{font-size:7px}.view-switch{width:250px!important;max-width:250px;margin-left:auto}.view-switch button{font-size:11px;min-height:36px}.language-switch button{min-width:44px;min-height:36px;font-size:10px}
  #globe,.terrain-view #globe,#ocean,.vignette{inset:var(--layout-top) var(--layout-side) var(--layout-bottom) 0}
  .weather-layers{left:8px;right:calc(var(--layout-side) + 8px);top:calc(var(--layout-top) + 6px);border-radius:10px;padding:3px}
  .weather-layers button{min-height:36px;font-size:9px}.weather-layers button>span{font-size:16px}
  .location-panel,.location-panel.collapsed,.location-panel:not(.collapsed),body.panel-expanded .location-panel{left:auto;right:0;top:var(--layout-top);bottom:var(--layout-bottom);width:var(--layout-side);height:auto;max-height:none;padding:5px 10px;overflow:auto;border-left:1px solid #c6dad1;border-top:0}
  .place-head h2,html[lang=en] .place-head h2{font-size:15px}.forecast-actions button{font-size:9px}.location-panel.collapsed .quick-metrics{font-size:9px}
  body.panel-expanded .bottom-panel{display:block}body.panel-expanded .map-tools{display:flex}
  .map-tools{left:8px;right:calc(var(--layout-side) + 8px);bottom:calc(var(--layout-bottom) + 10px);gap:7px}.map-tools .weather-legend{padding:6px 8px}.legend-title b{font-size:15px}#field-status{font-size:7px}
  .map-tools .camera-controls{flex-basis:80px;width:80px;padding:0 6px}.camera-controls summary{font-size:9px;min-height:40px}
  .map-tools .mobile-scene-actions{position:fixed;left:8px;right:auto;top:calc(var(--layout-top) + 53px);bottom:auto;flex-direction:row;gap:6px}
  .mobile-scene-actions button{min-width:40px;min-height:40px;width:40px;height:40px}
  .map-tools #scene-settings{position:fixed;left:102px;right:auto;top:calc(var(--layout-top) + 53px);bottom:auto;width:260px;max-width:calc(100vw - 120px);max-height:calc(100dvh - var(--layout-top) - 64px)}
  .camera-content{position:fixed;left:8px;right:auto;top:calc(var(--layout-top) + 53px);bottom:auto;width:min(240px,calc(100vw - var(--layout-side) - 110px));max-height:calc(100dvh - var(--layout-top) - 65px);padding:8px}
  .bottom-panel{bottom:18px;left:0;right:0;padding:4px 10px 1px}.forecast-bar-head{position:absolute;right:10px;bottom:17px;min-height:28px;margin:0}.forecast-bar-head>div{display:none}.model-picker select{width:128px;max-width:128px;min-height:28px;font-size:10px}
  .day-card{min-height:54px;min-width:88px;padding:4px;gap:1px}.day-date{font-size:9px}.day-icon{position:absolute;right:7px;top:5px;font-size:15px}.day-temperatures{font-size:14px;margin:0}.day-rain{font-size:8px}
  .timeline{grid-template-columns:34px 126px 1fr 36px;grid-template-rows:31px;gap:8px;margin-right:139px;padding-top:4px}.time-current{grid-column:2;gap:5px}.time-current strong{font-size:10px}.time-current>span{font-size:14px}.mobile-zone{display:none}.time-track{grid-row:1;grid-column:3;align-self:center}.time-track input{height:23px}#now-btn{grid-column:4;font-size:10px}.time-ticks{font-size:8px}
  #uncertainty-note{display:none}.footer-meta{height:14px}.footer-meta #grid-status,.footer-meta button{font-size:7px;min-height:14px}
}
.immersive #globe,.immersive.terrain-view #globe,.immersive #ocean{inset:0}
.immersive .topbar,.immersive .location-panel,.immersive .bottom-panel,.immersive .map-tools,.immersive .weather-layers{display:none!important}
.immersive .exit-immersive{color:#eef4ee}
