/* HealingMart Weather product studio v16.1
   Additive presentation layer. Existing weather/data selectors are preserved. */
:root{
  --hm-product-ink:#12242d;
  --hm-product-navy:#102436;
  --hm-product-blue:#2777e8;
  --hm-product-mint:#0fa79e;
  --hm-product-line:#dce5e8;
  --hm-product-soft:#f4f7f8;
  --hm-product-warm:#fbf7ee;
}

html,body{
  background:#f7f9fa!important;
  color:var(--hm-product-ink)!important;
  font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-feature-settings:"tnum" 1,"ss01" 1;
  text-rendering:optimizeLegibility;
}
button,input{font-family:inherit!important}
button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(39,119,232,.28)!important;outline-offset:2px!important}

#app.app-v1520{
  width:100%!important;
  max-width:none!important;
  min-height:100dvh!important;
  margin:0!important;
  padding:0 16px 14px!important;
  background:#f7f9fa!important;
}

/* Header: calm, compact, commercial product proportions. */
#app.app-v1520 .appbar{
  height:64px!important;
  min-height:64px!important;
  grid-template-columns:260px minmax(360px,720px) 170px!important;
  gap:20px!important;
  padding:7px 2px!important;
  background:rgba(247,249,250,.97)!important;
  border-bottom:1px solid rgba(18,36,45,.07)!important;
  backdrop-filter:blur(12px)!important;
}
#app.app-v1520 .brand-mark{width:40px!important;height:40px!important;border-radius:12px!important;background:#102436!important;box-shadow:none!important}
#app.app-v1520 .brand-mark svg{width:25px!important;height:25px!important}
#app.app-v1520 .brand-copy strong{font-size:20px!important;letter-spacing:-.55px!important}
#app.app-v1520 .brand-copy b{color:#2777e8!important;font-size:10px!important;letter-spacing:.12em!important}
#app.app-v1520 .brand-copy small{display:none!important}
#app.app-v1520 .header-search-zone .search{height:44px!important;border:1px solid #d9e2e6!important;border-radius:13px!important;box-shadow:none!important}
#app.app-v1520 .header-search-zone .search:focus-within{border-color:#7ba9ee!important;box-shadow:0 0 0 3px rgba(39,119,232,.10)!important}
#app.app-v1520 .header-icon-button{height:42px!important;min-width:60px!important;border-radius:12px!important}

/* Product navigation and the five local views. */
.hm-control-deck{
  position:relative;
  z-index:80;
  height:68px;
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--hm-product-line);
  background:#fff;
}
.hm-product-tabs{display:flex;align-items:stretch;min-width:560px;height:100%}
.hm-product-tabs>button{
  position:relative;
  min-width:132px;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:18px 20px;
  column-gap:8px;
  align-content:center;
  padding:8px 17px 7px;
  border:0;
  background:transparent;
  color:#667780;
  text-align:left;
}
.hm-product-tabs>button>span{align-self:end;color:#83939b;font-size:8px;font-weight:900;letter-spacing:.12em}
.hm-product-tabs>button>strong{align-self:end;color:#33464e;font-size:14px;line-height:18px;letter-spacing:-.25px}
.hm-product-tabs>button>small{grid-column:1/-1;color:#8a989f;font-size:9px;font-weight:700;white-space:nowrap}
.hm-product-tabs>button:after{content:"";position:absolute;right:16px;bottom:0;left:16px;height:3px;border-radius:3px 3px 0 0;background:transparent}
.hm-product-tabs>button:hover{background:#f7fafb}
.hm-product-tabs>button.is-active{background:#f8fbff;color:#1d5fbf}
.hm-product-tabs>button.is-active>span{color:#2777e8}
.hm-product-tabs>button.is-active>strong{color:#102436}
.hm-product-tabs>button.is-active:after{background:#2777e8}
.hm-product-tabs>button[data-hm-product="korea"]>span,.hm-product-tabs>button[data-hm-product="world"]>span{color:#e84e58}
.hm-product-tabs>button[data-hm-product="korea"].is-active:after{background:#e84e58}
.hm-product-tabs>button[data-hm-product="world"].is-active:after{background:#f29d38}

.hm-view-switcher{display:flex;align-items:center;gap:12px;min-width:0;padding-right:4px}
.hm-view-label{flex:0 0 auto;display:flex;flex-direction:column;padding-right:11px;border-right:1px solid var(--hm-product-line)}
.hm-view-label small{color:#2777e8;font-size:8px;font-weight:900;letter-spacing:.13em}
.hm-view-label strong{margin-top:2px;font-size:12px}
.hm-view-switcher>div{display:flex;align-items:center;gap:4px;min-width:0}
.hm-view-switcher button{
  height:38px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 10px;
  border:1px solid transparent;
  border-radius:10px;
  background:transparent;
  color:#687981;
  font-size:10px;
  font-weight:850;
  white-space:nowrap;
}
.hm-view-switcher button i{display:grid;place-items:center;width:20px;height:20px;border-radius:6px;background:#eef2f4;color:#75858d;font-size:8px;font-style:normal}
.hm-view-switcher button:hover{background:#f4f7f8}
.hm-view-switcher button.is-active{border-color:#bfd3f0;background:#eef5ff;color:#174f9f}
.hm-view-switcher button.is-active i{background:#2777e8;color:#fff}
.hm-control-deck.is-disabled .hm-view-switcher{opacity:.34;pointer-events:none}

/* Full-height primary composition. */
@media (min-width:761px){
  body{overflow:hidden!important}
  #app.app-v1520 .app-workspace{
    position:relative!important;
    height:calc(100dvh - 154px)!important;
    min-height:540px!important;
    margin-top:8px!important;
    padding:0!important;
    grid-template-columns:332px minmax(0,1fr)!important;
    grid-template-rows:minmax(300px,1fr) 210px!important;
    gap:10px!important;
    overflow:hidden!important;
  }
  #app.app-v1520 .sidebar-stack{gap:8px!important;padding-bottom:0!important}
  #app.app-v1520 .weather-dock{height:210px!important;border-radius:14px!important}
  #app.app-v1520 .app-workspace>.map-stage{border-radius:14px!important}
}

/* Local rail: readable without turning into a card wall. */
#app.app-v1520 .weather-side-card{border-radius:14px!important;border-color:#dce5e8!important;background:#fff!important;box-shadow:none!important}
#app.app-v1520 .weather-side-art{opacity:.4!important}
#app.app-v1520 .weather-side-current .eyebrow{color:#2777e8!important;font-size:12px!important}
#app.app-v1520 .weather-side-current .hero-location-row h1{color:#10242d!important;font-size:25px!important;line-height:1.24!important;letter-spacing:-.8px!important}
#app.app-v1520 .sidebar-weather-main>strong{color:#102436!important;font-size:60px!important;font-weight:780!important;letter-spacing:-3.5px!important}
#app.app-v1520 .sidebar-weather-main>span{color:#243b45!important;font-size:15px!important}
#app.app-v1520 .sidebar-weather-meta{border-radius:10px!important}
#app.app-v1520 .sidebar-weather-meta small{font-size:10px!important}
#app.app-v1520 .sidebar-weather-meta b{font-size:12px!important}
#app.app-v1520 .sidebar-top3,#app.app-v1520 .hm-sidebar-explore,#app.app-v1520 .sidebar-sun-strip{box-shadow:none!important}
#app.app-v1520 .map-stage,#app.app-v1520 .weather-dock{border-color:#dce5e8!important;box-shadow:none!important}
#app.app-v1520 .map-product-toolbar{height:44px!important;min-height:44px!important}
#app.app-v1520 .map-canvas{height:calc(100% - 44px)!important}
#app.app-v1520 .map-view-tabs button{height:32px!important;border-radius:8px!important;box-shadow:none!important}
#app.app-v1520 .map-view-tabs button.is-active{background:#102436!important;border-color:#102436!important;box-shadow:none!important}
#app.app-v1520 .map-view-meta span{height:30px!important;border-radius:8px!important}
#app.app-v1520 .map-context{border-radius:12px!important;box-shadow:0 9px 26px rgba(18,36,45,.12)!important;backdrop-filter:blur(8px)!important}
.city-temperature-glass{background:rgba(255,255,255,.92)!important;color:#17303a!important;border-color:#fff!important;box-shadow:0 9px 22px rgba(18,45,55,.14)!important;backdrop-filter:blur(13px)!important}
.city-temperature-glass .city-temperature-weather-icon{width:20px!important;height:20px!important;color:#e8a51e!important}
.city-temperature-glass .city-temperature-name{color:#4c6069!important}
.city-temperature-glass .city-temperature-value{color:#172f39!important}
#app[data-product="compare"] .city-temperature-marker{display:none!important}
#app.app-v1520 .dock-tabs{flex-basis:43px!important;height:43px!important;padding:0 9px!important}
#app.app-v1520 .dock-tabs .layer-button{height:43px!important;min-width:92px!important}
#app.app-v1520 .dock-tabs .layer-button .layer-copy small{line-height:43px!important;font-size:11px!important}
#app.app-v1520 .dock-panel #panel-content{padding:8px 10px!important}
#app.app-v1520 .dock-primary .weather-hour-card,#app.app-v1520 .dock-metric-card,#app.app-v1520 .dock-day-card{min-height:91px!important}

/* Extra local content only appears in its matching view. */
.hm-briefing-panel,.hm-easy-panel{display:none}
.hm-briefing-panel{padding:20px 18px;border:1px solid #d8d1c3;background:#fbf7ee}
.hm-briefing-panel>small{color:#1f65bd;font-size:9px;font-weight:900;letter-spacing:.14em}
.hm-briefing-panel>strong{display:block;margin-top:12px;font-size:25px;line-height:1.34;letter-spacing:-.8px;word-break:keep-all}
.hm-briefing-panel>p{margin:10px 0 0;color:#54636a;font-size:14px;line-height:1.7;word-break:keep-all}
.hm-briefing-panel dl{display:grid;grid-template-columns:repeat(3,1fr);margin:19px 0 0;border-top:2px solid #263a43;border-bottom:1px solid #263a43}
.hm-briefing-panel dl div{padding:10px 7px;border-left:1px solid #d8d1c3}
.hm-briefing-panel dl div:first-child{border-left:0}
.hm-briefing-panel dt{color:#6f7b80;font-size:9px;font-weight:800}
.hm-briefing-panel dd{margin:3px 0 0;font-size:17px;font-weight:900}
.hm-easy-panel{border:2px solid #1e614f;border-radius:14px;background:#fff;overflow:hidden}
.hm-easy-panel header{padding:16px;background:#e9f5ef}
.hm-easy-panel header small,.hm-easy-panel header strong{display:block}
.hm-easy-panel header small{color:#1d755d;font-size:10px;font-weight:900}
.hm-easy-panel header strong{margin-top:4px;font-size:18px}
.hm-easy-panel ol{list-style:none;margin:0;padding:0 14px}
.hm-easy-panel li{min-height:60px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:9px;align-items:center;border-top:1px solid #dfe8e3}
.hm-easy-panel li:first-child{border-top:0}
.hm-easy-panel li i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#1e614f;color:#fff;font-size:10px;font-style:normal;font-weight:900}
.hm-easy-panel li span{font-size:13px;font-weight:800}
.hm-easy-panel li b{font-size:18px;white-space:nowrap}

/* 02 · large-type reassurance view. */
@media (min-width:761px){
  #app[data-product="local"][data-view="large"] .app-workspace{grid-template-columns:minmax(390px,440px) minmax(0,1fr)!important;grid-template-rows:minmax(300px,1fr) 224px!important;background:#fbf8f0!important}
  #app[data-view="large"] .sidebar-top3,#app[data-view="large"] .hm-sidebar-explore,#app[data-view="large"] .sidebar-location-settings{display:none!important}
  #app[data-view="large"] .weather-side-card{padding:28px 25px!important;background:#fffdf8!important;border-radius:0!important}
  #app[data-view="large"] .weather-side-art{display:none!important}
  #app[data-view="large"] .weather-side-current .eyebrow{font-size:15px!important}
  #app[data-view="large"] .weather-side-current .hero-location-row h1{font-size:34px!important;line-height:1.3!important}
  #app[data-view="large"] .sidebar-weather-main{grid-template-columns:72px minmax(0,1fr)!important;margin-top:24px!important}
  #app[data-view="large"] .sidebar-weather-main .hero-weather-visual{width:70px!important;min-width:70px!important;min-height:70px!important}
  #app[data-view="large"] .sidebar-weather-main .hero-weather-visual svg{width:68px!important;height:68px!important}
  #app[data-view="large"] .sidebar-weather-main>strong{font-size:92px!important;letter-spacing:-6px!important}
  #app[data-view="large"] .sidebar-weather-main>span{font-size:21px!important;line-height:1.35!important}
  #app[data-view="large"] .weather-yesterday-compare{margin-top:22px!important;padding:12px 14px!important;font-size:15px!important;white-space:normal!important}
  #app[data-view="large"] .sidebar-weather-meta{grid-template-columns:repeat(2,1fr)!important;margin-top:20px!important}
  #app[data-view="large"] .sidebar-weather-meta>span{min-height:68px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
  #app[data-view="large"] .sidebar-weather-meta small{font-size:13px!important}
  #app[data-view="large"] .sidebar-weather-meta b{font-size:18px!important;margin-top:4px!important}
  #app[data-view="large"] .weather-side-alert{min-height:72px!important}
  #app[data-view="large"] .weather-side-alert strong{font-size:16px!important}
  #app[data-view="large"] .weather-side-alert small{font-size:13px!important}
  #app[data-view="large"] .sidebar-sun-strip{display:grid!important;margin-top:auto!important}
  #app[data-view="large"] .dock-tabs .layer-button{min-width:120px!important}
  #app[data-view="large"] .dock-tabs .layer-button .layer-copy small{font-size:13px!important}
}

/* 03 · map focus view. */
@media (min-width:761px){
  #app[data-product="local"][data-view="focus"] .app-workspace{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(300px,1fr) 202px!important}
  #app[data-view="focus"] .sidebar-stack{position:absolute!important;z-index:34!important;top:60px!important;left:16px!important;width:360px!important;height:auto!important;overflow:visible!important;pointer-events:none!important}
  #app[data-view="focus"] .sidebar-stack>*{display:none!important}
  #app[data-view="focus"] .sidebar-stack>.weather-side-card{display:grid!important;pointer-events:auto!important;padding:20px!important;border:1px solid rgba(255,255,255,.92)!important;background:rgba(255,255,255,.96)!important;box-shadow:0 20px 54px rgba(12,38,44,.22)!important}
  #app[data-view="focus"] .weather-side-art,#app[data-view="focus"] .weather-side-alert{display:none!important}
  #app[data-view="focus"] .weather-side-current .hero-location-row h1{font-size:25px!important}
  #app[data-view="focus"] .sidebar-weather-main>strong{font-size:67px!important}
  #app[data-view="focus"] .app-workspace>.map-stage{grid-column:1!important;grid-row:1!important}
  #app[data-view="focus"] .weather-dock{grid-column:1!important;grid-row:2!important;height:202px!important}
  #app[data-view="focus"] .map-context{right:16px!important;left:auto!important;max-width:430px!important}
}

/* 04 · editorial briefing view. */
@media (min-width:761px){
  #app[data-product="local"][data-view="briefing"] .app-workspace{grid-template-columns:410px minmax(0,1fr)!important;background:#e6e1d7!important}
  #app[data-view="briefing"] .sidebar-stack{gap:0!important;background:#fbf7ee!important;border:1px solid #d8d1c3!important;overflow:auto!important}
  #app[data-view="briefing"] .weather-side-card{border:0!important;border-radius:0!important;padding:24px 22px 16px!important;background:#fbf7ee!important}
  #app[data-view="briefing"] .weather-side-art,#app[data-view="briefing"] .weather-side-alert,#app[data-view="briefing"] .sidebar-sun-strip,#app[data-view="briefing"] .sidebar-top3,#app[data-view="briefing"] .hm-sidebar-explore,#app[data-view="briefing"] .sidebar-location-settings{display:none!important}
  #app[data-view="briefing"] .weather-side-current .hero-location-row h1{font-size:28px!important}
  #app[data-view="briefing"] .sidebar-weather-main>strong{font-size:78px!important;font-weight:700!important}
  #app[data-view="briefing"] .hm-briefing-panel{display:block!important;border-width:1px 0 0!important}
  #app[data-view="briefing"] .app-workspace>.map-stage{border-radius:0 14px 14px 0!important}
}

/* 05 · simple family view. */
@media (min-width:761px){
  #app[data-product="local"][data-view="easy"] .app-workspace{grid-template-columns:430px minmax(0,1fr)!important;background:#edf6f1!important}
  #app[data-view="easy"] .sidebar-stack{gap:10px!important}
  #app[data-view="easy"] .sidebar-top3,#app[data-view="easy"] .hm-sidebar-explore,#app[data-view="easy"] .sidebar-sun-strip,#app[data-view="easy"] .sidebar-location-settings{display:none!important}
  #app[data-view="easy"] .weather-side-card{padding:22px!important;border:2px solid #1e614f!important;background:#fff!important}
  #app[data-view="easy"] .weather-side-art{display:none!important}
  #app[data-view="easy"] .weather-side-current .eyebrow{color:#1d755d!important;font-size:14px!important}
  #app[data-view="easy"] .weather-side-current .hero-location-row h1{font-size:30px!important}
  #app[data-view="easy"] .sidebar-weather-main>strong{font-size:80px!important}
  #app[data-view="easy"] .sidebar-weather-main>span{font-size:19px!important}
  #app[data-view="easy"] .weather-side-alert{min-height:66px!important}
  #app[data-view="easy"] .hm-easy-panel{display:block!important}
  #app[data-view="easy"] .dock-tabs{min-height:52px!important;height:52px!important;flex-basis:52px!important}
  #app[data-view="easy"] .dock-tabs .layer-button{height:52px!important;min-width:120px!important}
  #app[data-view="easy"] .dock-tabs .layer-button .layer-copy small{font-size:14px!important;line-height:52px!important}
}

/* Compare product: map first, one bottom comparison tray. */
.hm-compare-tray{display:none;min-width:0;overflow:hidden;border:1px solid #dce5e8;background:#fff}
.hm-compare-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:13px 17px 8px}
.hm-compare-head small{color:#2777e8;font-size:8px;font-weight:900;letter-spacing:.13em}
.hm-compare-head h2{margin:3px 0 0;font-size:18px;letter-spacing:-.5px}
.hm-compare-head p{margin:4px 0 0;color:#697a82;font-size:10px}
.hm-compare-head>strong{flex:0 0 auto;padding:6px 9px;border-radius:8px;background:#102436;color:#fff;font-size:11px}
.hm-compare-actions{display:flex;gap:5px;padding:0 17px 9px;overflow-x:auto;scrollbar-width:none}
.hm-compare-actions::-webkit-scrollbar{display:none}
.hm-compare-actions button{flex:0 0 auto;height:31px;padding:0 10px;border:1px solid #dce5e8;border-radius:8px;background:#fff;color:#53666f;font-size:9px;font-weight:850}
.hm-compare-actions button:first-child{border-color:#a9c5ed;background:#edf5ff;color:#175cb8}
.hm-compare-actions button:disabled{opacity:.42;cursor:not-allowed}
.hm-compare-cards{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(190px,1fr);min-height:0;overflow-x:auto;border-top:1px solid #e3eaec;scrollbar-width:thin}
.hm-compare-card{position:relative;min-width:190px;padding:11px 14px 10px;border-left:1px solid #e3eaec;background:#fff}
.hm-compare-card:first-child{border-left:0}
.hm-compare-card>button{position:absolute;top:8px;right:8px;width:27px;height:27px;border:0;border-radius:8px;background:#f2f5f6;color:#6f7e85;font-size:17px;line-height:1}
.hm-compare-card>small{display:block;color:#2777e8;font-size:8px;font-weight:900}
.hm-compare-card h3{margin:4px 30px 6px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}
.hm-compare-main{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:end}
.hm-compare-main>strong{font-size:31px;line-height:1;letter-spacing:-1.6px}
.hm-compare-main span{display:flex;flex-direction:column;gap:2px;min-width:0;color:#41545c;font-size:10px;font-weight:800}
.hm-compare-main span small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#849198;font-size:8px;font-weight:700}
.hm-compare-facts{display:grid;grid-template-columns:repeat(3,1fr);margin-top:9px;border-top:1px solid #e8edef}
.hm-compare-facts div{padding:6px 5px 0;border-left:1px solid #e8edef;text-align:center}
.hm-compare-facts div:first-child{border-left:0}
.hm-compare-facts dt{color:#849198;font-size:7px;font-weight:800}
.hm-compare-facts dd{margin:2px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:900}
.hm-compare-loading,.hm-compare-empty{min-height:110px;display:grid;place-items:center;color:#77868d;font-size:11px;text-align:center}
.hm-compare-error{color:#bd3946!important}
.hm-compare-marker{display:flex;align-items:center;gap:5px;padding:5px 7px 5px 5px;border:2px solid #fff;border-radius:10px;background:#102436;color:#fff;box-shadow:0 8px 20px rgba(12,32,45,.24);white-space:nowrap}
.hm-compare-marker b{display:grid;place-items:center;width:21px;height:21px;border-radius:7px;background:#2777e8;font-size:10px}
.hm-compare-marker span{font-size:10px;font-weight:900}
@media (min-width:761px){
  #app[data-product="compare"] .app-workspace{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(300px,1fr) 268px!important}
  #app[data-product="compare"] .sidebar-stack,#app[data-product="compare"] .weather-dock{display:none!important}
  #app[data-product="compare"] .app-workspace>.map-stage{grid-column:1!important;grid-row:1!important}
  #app[data-product="compare"] .hm-compare-tray{display:grid!important;grid-column:1!important;grid-row:2!important;grid-template-rows:auto auto minmax(0,1fr);border-radius:14px!important}
  #app[data-product="compare"] .map-context{left:18px!important;right:auto!important}
}

/* Korea LIVE: full national map with a single ranking rail. */
.hm-korea-intro{display:none;position:absolute;z-index:22;top:40px;left:34px;pointer-events:none}
.hm-korea-intro small{display:block;color:#d94c55;font-size:9px;font-weight:950;letter-spacing:.15em}
.hm-korea-intro strong{display:block;margin-top:12px;color:#15303a;font-size:34px;line-height:1.2;letter-spacing:-1.4px}
.hm-korea-intro p{margin:10px 0 0;color:#5f727a;font-size:12px}
@media (min-width:761px){
  #app[data-product="korea"] .app-workspace,#app[data-product="world"] .app-workspace{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important}
  #app[data-product="korea"] .sidebar-stack,#app[data-product="korea"] .weather-dock,#app[data-product="world"] .sidebar-stack,#app[data-product="world"] .weather-dock{display:none!important}
  #app[data-product="korea"] .app-workspace>.map-stage,#app[data-product="world"] .app-workspace>.map-stage{grid-column:1!important;grid-row:1!important}
  #app[data-product="korea"] .map-context,#app[data-product="korea"] .map-hint{display:none!important}
  #app[data-product="korea"] .hm-korea-intro{display:block}
  #app[data-product="korea"] .hm-live-overlay[data-mode="korea"]{top:12px!important;right:12px!important;bottom:12px!important;width:420px!important}
}

/* World LIVE: real OpenWeather values on a dark world stage; Windy is on-demand. */
#app[data-product="world"] .map-product-toolbar{display:none!important}
#app[data-product="world"] .map-canvas{height:100%!important;background:#071725!important}
#app[data-product="world"] #map{visibility:hidden!important}
#app[data-product="world"] .hm-live-overlay[data-mode="world"]{padding:0!important;background:#071725!important;backdrop-filter:none!important}
#app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-shell{position:relative;border:0!important;border-radius:14px!important;background:#071725!important;box-shadow:none!important}
#app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head{position:absolute;z-index:8;top:14px;right:14px;padding:0!important;border:0!important;background:transparent!important}
#app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head>div{display:none!important}
#app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-close{border-color:rgba(255,255,255,.22)!important;background:rgba(7,23,37,.78)!important;color:#fff!important}
#app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-body{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 410px!important;
  grid-template-rows:auto auto minmax(0,1fr)!important;
  gap:10px 0!important;
  padding:0!important;
  overflow:hidden!important;
  color:#f4f8fb!important;
  background:#071725 url('/assets/world-earth.webp') center left 40%/min(60vw,760px) auto no-repeat!important;
}
#app[data-product="world"] .hm-live-summary{grid-column:2!important;grid-row:1!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin:0!important;padding:74px 20px 0!important;background:rgba(9,28,43,.94)!important}
#app[data-product="world"] .hm-live-stat{padding:11px!important;border-color:rgba(255,255,255,.12)!important;border-radius:11px!important;background:rgba(255,255,255,.035)!important}
#app[data-product="world"] .hm-live-stat small,#app[data-product="world"] .hm-live-stat em{color:#9db0bd!important}
#app[data-product="world"] .hm-live-stat strong{color:#fff!important;font-size:19px!important}
#app[data-product="world"] .hm-live-tabs{grid-column:2!important;grid-row:2!important;margin:0!important;padding:4px 20px 7px!important;background:rgba(9,28,43,.94)!important}
#app[data-product="world"] .hm-live-tabs button{border-color:rgba(255,255,255,.13)!important;background:transparent!important;color:#a9bbc7!important}
#app[data-product="world"] .hm-live-tabs button.is-active{border-color:#f3a453!important;background:#f3a453!important;color:#162632!important}
#app[data-product="world"] .hm-live-grid{grid-column:2!important;grid-row:3!important;display:block!important;min-height:0!important;padding:0 20px 18px!important;overflow:auto!important;background:rgba(9,28,43,.94)!important}
#app[data-product="world"] .hm-live-ranking{border-color:rgba(255,255,255,.11)!important;border-radius:12px!important;background:transparent!important}
#app[data-product="world"] .hm-live-section-head{border-color:rgba(255,255,255,.09)!important}
#app[data-product="world"] .hm-live-section-head small,.hm-live-overlay[data-mode="world"] .hm-rank-list small{color:#91a5b3!important}
#app[data-product="world"] .hm-rank-list li{border-color:rgba(255,255,255,.09)!important}
#app[data-product="world"] .hm-rank-list b{background:rgba(255,255,255,.08)!important;color:#c9d5dc!important}
#app[data-product="world"] .hm-rank-list span,#app[data-product="world"] .hm-rank-list strong{color:#f7fafc!important}
#app[data-product="world"] .hm-live-story{display:none!important}
.hm-world-stage-tools{grid-column:1!important;grid-row:1/4!important;position:relative;min-width:0;padding:54px 34px;pointer-events:none}
.hm-world-stage-tools>small{display:block;color:#7eb5e9;font-size:9px;font-weight:900;letter-spacing:.16em}
.hm-world-stage-tools>h2{max-width:420px;margin:12px 0 0;color:#f6f9fb;font-size:38px;line-height:1.18;letter-spacing:-1.5px}
.hm-world-stage-tools>p{margin:10px 0 0;color:#9eb1bd;font-size:12px}
.hm-world-layer-bar{position:absolute;z-index:3;top:24px;left:50%;display:flex;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.17);border-radius:11px;background:rgba(7,23,37,.78);transform:translateX(-50%);pointer-events:auto}
.hm-world-layer-bar button{height:34px;padding:0 13px;border:0;border-radius:8px;background:transparent;color:#b6c4cd;font-size:10px;font-weight:850}
.hm-world-layer-bar button:hover,.hm-world-layer-bar button.is-active{background:#f4f7fa;color:#142a38}
.hm-world-layer-note{position:absolute;bottom:22px;left:30px;display:flex;align-items:center;gap:8px;color:#a8bac5;font-size:9px;pointer-events:auto}
.hm-world-layer-note button{height:38px;padding:0 13px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:rgba(7,23,37,.75);color:#fff;font-size:10px;font-weight:850}
.hm-windy-frame{position:absolute;z-index:2;inset:0;width:100%;height:100%;border:0;background:#071725;pointer-events:auto}
.hm-windy-caption{position:absolute;z-index:4;right:18px;bottom:17px;padding:7px 10px;border-radius:8px;background:rgba(7,23,37,.82);color:#fff;font-size:9px;pointer-events:none}

/* Tablet tightening. */
@media (max-width:1280px) and (min-width:761px){
  #app.app-v1520{padding-right:10px!important;padding-left:10px!important}
  #app.app-v1520 .appbar{grid-template-columns:225px minmax(330px,1fr) 150px!important}
  .hm-control-deck{gap:8px}
  .hm-product-tabs{min-width:500px}
  .hm-product-tabs>button{min-width:118px;padding-right:11px;padding-left:11px}
  .hm-product-tabs>button>small{display:none}
  .hm-view-label{display:none}
  .hm-view-switcher{padding-right:0}
  .hm-view-switcher button{padding:0 7px}
  .hm-view-switcher button i{display:none}
  #app.app-v1520 .app-workspace{grid-template-columns:300px minmax(0,1fr)!important}
  #app[data-view="large"] .app-workspace{grid-template-columns:380px minmax(0,1fr)!important}
  #app[data-view="briefing"] .app-workspace{grid-template-columns:370px minmax(0,1fr)!important}
  #app[data-view="easy"] .app-workspace{grid-template-columns:390px minmax(0,1fr)!important}
  #app[data-product="compare"] .app-workspace,#app[data-product="korea"] .app-workspace,#app[data-product="world"] .app-workspace,#app[data-view="focus"] .app-workspace{grid-template-columns:minmax(0,1fr)!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-body{grid-template-columns:minmax(0,1fr) 370px!important;background-size:min(58vw,650px)!important}
}

@media (max-width:900px) and (min-width:761px){
  .hm-product-tabs{flex:1 1 auto;min-width:430px}
  .hm-product-tabs>button{flex:1 1 0;min-width:0;padding-right:8px;padding-left:8px}
  .hm-view-switcher{flex:0 0 auto;gap:4px}
  .hm-view-switcher button{width:34px;padding:0;justify-content:center}
  .hm-view-switcher button span{display:none}
  .hm-view-switcher button i{display:grid}
}

/* Mobile is a separate reading flow: current summary, modes, map, horizontal sheet. */
@media (max-width:760px){
  html,body{background:#f7f9fa!important}
  body{overflow:auto!important;padding-bottom:0!important}
  #app.app-v1520{padding:0 0 12px!important}
  #app.app-v1520 .appbar{top:0!important;height:62px!important;min-height:62px!important;padding:8px 12px!important;border-bottom:1px solid #e0e7ea!important}
  #app.app-v1520 .brand-copy strong{font-size:18px!important}
  #app.app-v1520 .brand-copy b{font-size:8px!important}
  #app.app-v1520 .header-icon-button.locate{display:flex!important}
  #app.app-v1520 .header-icon-button{width:48px!important;min-width:48px!important}
  .hm-control-deck{position:sticky;z-index:75;top:62px;height:auto;display:block;border-bottom:1px solid #dfe7ea;box-shadow:0 5px 15px rgba(18,36,45,.05)}
  .hm-product-tabs{width:100%;min-width:0;height:54px;overflow-x:auto;scrollbar-width:none}
  .hm-product-tabs::-webkit-scrollbar{display:none}
  .hm-product-tabs>button{min-width:114px;grid-template-rows:auto;padding:7px 12px}
  .hm-product-tabs>button>span,.hm-product-tabs>button>small{display:none}
  .hm-product-tabs>button>strong{align-self:center;font-size:13px;text-align:center}
  .hm-product-tabs>button:after{right:12px;left:12px}
  .hm-view-switcher{width:100%;height:43px;gap:0;padding:0 8px;border-top:1px solid #edf1f2;background:#fff;overflow-x:auto;scrollbar-width:none}
  .hm-view-switcher::-webkit-scrollbar{display:none}
  .hm-view-label{display:none}
  .hm-view-switcher>div{width:max-content}
  .hm-view-switcher button{height:34px;padding:0 9px;border-radius:8px;font-size:10px}
  .hm-view-switcher button i{display:none}
  .hm-control-deck.is-disabled .hm-view-switcher{display:none}
  #app.app-v1520 .app-workspace{gap:9px!important;margin-top:0!important;padding:9px!important;background:#f7f9fa!important}
  #app.app-v1520 .weather-side-card{border-radius:14px!important;padding:18px 16px!important}
  #app.app-v1520 .weather-side-current .hero-location-row h1{font-size:24px!important}
  #app.app-v1520 .sidebar-weather-main>strong{font-size:58px!important}
  #app.app-v1520 .sidebar-weather-main>span{font-size:15px!important}
  #app.app-v1520 .app-workspace>.map-stage{height:48vh!important;min-height:340px!important;max-height:480px!important;border-radius:14px!important}
  #app.app-v1520 .map-canvas{height:100%!important;min-height:340px!important}
  #app.app-v1520 .weather-dock{border-radius:14px!important}
  #app.app-v1520 .dock-tabs .layer-button{min-width:92px!important}
  #app[data-view="large"] .sidebar-weather-main>strong{font-size:76px!important}
  #app[data-view="large"] .weather-side-current .hero-location-row h1{font-size:30px!important}
  #app[data-view="large"] .sidebar-weather-meta small{font-size:12px!important}
  #app[data-view="large"] .sidebar-weather-meta b{font-size:16px!important}
  #app[data-view="briefing"] .hm-briefing-panel{display:block!important;order:2!important;border-radius:14px}
  #app[data-view="briefing"] .sidebar-top3{display:none!important}
  #app[data-view="easy"] .hm-easy-panel{display:block!important;order:2!important}
  #app[data-view="easy"] .sidebar-top3{display:none!important}
  #app[data-view="focus"] .weather-side-card{position:absolute!important;z-index:35!important;top:18px!important;left:18px!important;width:calc(100% - 36px)!important;max-width:330px!important;padding:14px!important;box-shadow:0 16px 40px rgba(12,38,44,.2)!important}
  #app[data-view="focus"] .app-workspace>.map-stage{order:1!important;height:58vh!important;min-height:430px!important}
  #app[data-view="focus"] .weather-side-alert,#app[data-view="focus"] .sidebar-weather-meta,#app[data-view="focus"] .sidebar-top3,#app[data-view="focus"] .sidebar-sun-strip,#app[data-view="focus"] .hm-sidebar-explore{display:none!important}
  #app[data-view="focus"] .weather-dock{order:3!important}
  #app[data-view="focus"] .sidebar-stack{display:contents!important}
  #app[data-product="compare"] .sidebar-stack,#app[data-product="compare"] .weather-dock{display:none!important}
  #app[data-product="compare"] .app-workspace>.map-stage{order:1!important;height:52vh!important;min-height:390px!important}
  #app[data-product="compare"] .hm-compare-tray{display:grid!important;order:2!important;grid-template-rows:auto auto minmax(170px,1fr);border-radius:14px!important;overflow:hidden!important}
  .hm-compare-head{padding:14px 14px 9px}
  .hm-compare-head h2{font-size:20px}
  .hm-compare-head p{max-width:270px;font-size:10px;line-height:1.5}
  .hm-compare-actions{padding-right:14px;padding-left:14px}
  .hm-compare-cards{grid-auto-columns:78vw;min-height:180px}
  .hm-compare-card{padding:14px 16px}
  .hm-compare-main>strong{font-size:38px}
  #app[data-product="korea"] .sidebar-stack,#app[data-product="korea"] .weather-dock,#app[data-product="world"] .sidebar-stack,#app[data-product="world"] .weather-dock{display:none!important}
  #app[data-product="korea"] .app-workspace>.map-stage,#app[data-product="world"] .app-workspace>.map-stage{order:1!important;height:calc(100dvh - 125px)!important;min-height:620px!important;max-height:none!important}
  #app[data-product="korea"] .hm-korea-intro{display:block;top:20px;left:20px}
  #app[data-product="korea"] .hm-korea-intro strong{font-size:27px}
  #app[data-product="korea"] .hm-live-overlay[data-mode="korea"]{top:auto!important;height:60vh!important;border-radius:18px 18px 0 0!important;box-shadow:0 -18px 45px rgba(18,36,45,.2)!important}
  #app[data-product="korea"] .hm-live-overlay[data-mode="korea"] .hm-live-shell{border-radius:18px 18px 0 0!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-body{display:block!important;overflow:auto!important;background:#071725 url('/assets/world-earth.webp') center 115px/460px auto no-repeat!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-summary{display:grid!important;padding:540px 15px 0!important;background:transparent!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-tabs{padding:10px 15px!important;background:transparent!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-grid{padding:0 15px 25px!important;background:transparent!important;overflow:visible!important}
  .hm-world-stage-tools{position:absolute;z-index:2;top:0;right:0;left:0;height:520px;padding:36px 20px;pointer-events:none}
  .hm-world-stage-tools>h2{max-width:280px;font-size:30px}
  .hm-world-layer-bar{top:135px;left:20px;right:20px;justify-content:center;overflow-x:auto;transform:none}
  .hm-world-layer-bar button{padding:0 10px}
  .hm-world-layer-note{bottom:18px;left:18px}
  .hm-windy-frame{height:520px}
}

@media (max-width:390px){
  .hm-product-tabs>button{min-width:106px}
  .hm-view-switcher button{padding:0 8px;font-size:9px}
  #app.app-v1520 .sidebar-weather-main>strong{font-size:52px!important}
  #app[data-view="focus"] .weather-side-card{max-width:300px!important}
  .hm-compare-cards{grid-auto-columns:84vw}
}

@media (prefers-reduced-motion:reduce){
  .hm-product-tabs>button,.hm-view-switcher button,.hm-compare-card{transition:none!important}
}

/* ========================================================================== */
/* v16.1.1 · layout rebuild                                                   */
/* The product shell below is intentionally last. It replaces accumulated     */
/* legacy proportions while leaving the weather and map data code untouched.  */
/* ========================================================================== */

:root{
  --hm-shell-header:72px;
  --hm-shell-rail:356px;
  --hm-shell-dock:176px;
  --hm-shell-border:#dfe6ea;
  --hm-shell-ink:#102532;
  --hm-shell-muted:#687983;
  --hm-shell-blue:#2878e7;
  --hm-shell-navy:#10283a;
}

html,body{width:100%;height:100%;margin:0!important;background:#fff!important}
#app.app-v1520{position:relative!important;width:100%!important;max-width:none!important;height:100dvh!important;min-height:0!important;padding:0!important;overflow:hidden!important;background:#fff!important}
#app.app-v1520 .mobile-bottom-nav{display:none!important}
#app.app-v1520 .map-product-toolbar{display:none!important}
#app.app-v1520 .map-canvas{position:relative!important;height:100%!important;min-height:0!important}
#app.app-v1520 .map-stage{min-width:0!important;min-height:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#eaf1ed!important}
#app.app-v1520 .weather-dock{min-width:0!important;border:0!important;border-top:1px solid var(--hm-shell-border)!important;border-radius:0!important;box-shadow:none!important}

/* Comparison map copy is separate from the latest selected-location card. */
.hm-compare-map-intro{display:none;position:absolute;z-index:28;top:24px;left:26px;width:min(430px,42vw);padding:18px 20px;border:1px solid rgba(255,255,255,.9);border-radius:15px;background:rgba(255,255,255,.92);box-shadow:0 14px 38px rgba(20,45,57,.13);backdrop-filter:blur(13px);pointer-events:none}
.hm-compare-map-intro small{display:block;color:#2674d8;font-size:10px;font-weight:950;letter-spacing:.12em}
.hm-compare-map-intro strong{display:block;margin-top:8px;color:#102936;font-size:24px;line-height:1.3;letter-spacing:-.8px}
.hm-compare-map-intro p{margin:7px 0 0;color:#61747d;font-size:12px;line-height:1.55}
#app[data-product="compare"] .selection-marker{display:none!important}

/* The five-card comparison dock. */
.hm-compare-tray{border-color:var(--hm-shell-border)!important;background:#fff!important}
.hm-compare-head{position:relative!important;min-width:0!important;padding:22px 20px 10px!important;border-right:1px solid var(--hm-shell-border)!important;background:#f8fbfd!important}
.hm-compare-head>div{min-width:0}
.hm-compare-head small{color:#2878e7!important;font-size:10px!important;letter-spacing:.12em!important}
.hm-compare-head h2{margin-top:7px!important;color:#102532!important;font-size:25px!important;line-height:1.2!important;letter-spacing:-.8px!important}
.hm-compare-head p{margin-top:9px!important;color:#62747d!important;font-size:12px!important;line-height:1.55!important;word-break:keep-all}
.hm-compare-head p.is-notice{color:#c24049!important;font-weight:850!important}
.hm-compare-head>strong{align-self:flex-start!important;min-width:54px;padding:7px 10px!important;border-radius:10px!important;background:#10283a!important;font-size:12px!important;text-align:center!important}
.hm-compare-actions{align-content:flex-start!important;flex-wrap:wrap!important;gap:6px!important;padding:8px 20px 18px!important;border-right:1px solid var(--hm-shell-border)!important;background:#f8fbfd!important;overflow:visible!important}
.hm-compare-actions button{height:33px!important;padding:0 10px!important;border-color:#d5e0e5!important;border-radius:9px!important;background:#fff!important;color:#4f646e!important;font-size:10px!important}
.hm-compare-actions button[data-compare-current]{border-color:#a9c8f0!important;background:#edf5ff!important;color:#175cae!important}
.hm-compare-actions #hm-compare-clear{border-color:#ead9dc!important;color:#a64750!important}
.hm-compare-actions button:disabled{opacity:.42!important;cursor:not-allowed!important}
.hm-compare-cards{min-width:0!important;min-height:0!important;border-top:0!important;background:#fff!important;overflow:hidden!important}
.hm-compare-card,.hm-compare-placeholder{position:relative!important;min-width:0!important;height:100%!important;border:0!important;border-left:1px solid var(--hm-shell-border)!important;border-radius:0!important;background:#fff!important;text-align:left!important}
.hm-compare-card{padding:20px 16px 14px!important}
.hm-compare-card>button{top:12px!important;right:12px!important;width:30px!important;height:30px!important;border-radius:9px!important;background:#f0f4f6!important;font-size:18px!important}
.hm-compare-card>small{padding-right:34px!important;color:#2878e7!important;font-size:9px!important;letter-spacing:.06em!important}
.hm-compare-card h3{margin:8px 34px 12px 0!important;color:#18303b!important;font-size:16px!important;line-height:1.3!important}
.hm-compare-main{grid-template-columns:auto minmax(0,1fr)!important;gap:10px!important;align-items:center!important}
.hm-compare-main>strong{color:#102532!important;font-size:39px!important;line-height:1!important;letter-spacing:-2px!important}
.hm-compare-main span{font-size:11px!important;line-height:1.45!important}
.hm-compare-main span small{font-size:9px!important}
.hm-compare-facts{margin-top:15px!important;padding-top:3px!important}
.hm-compare-facts div{padding:9px 3px 0!important}
.hm-compare-facts dt{font-size:8px!important}
.hm-compare-facts dd{font-size:10px!important}
.hm-compare-loading{min-height:100px!important;font-size:11px!important;line-height:1.55!important}
.hm-compare-placeholder{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:16px!important;color:#819099!important;text-align:center!important}
.hm-compare-placeholder small{position:absolute;top:18px;left:16px;color:#9aabb3;font-size:9px;font-weight:900}
.hm-compare-placeholder b{display:grid;place-items:center;width:38px;height:38px;border:1px dashed #aebdc4;border-radius:12px;color:#60757f;font-size:22px;font-weight:500}
.hm-compare-placeholder strong{font-size:11px}
.hm-compare-placeholder span{max-width:130px;color:#99a6ac;font-size:9px;line-height:1.45}
.hm-compare-placeholder:hover{background:#f7fafb!important}

/* A cleaner, stronger numbered marker. */
.hm-compare-marker{gap:7px!important;padding:6px 9px 6px 6px!important;border:2px solid #fff!important;border-radius:12px!important;background:#10283a!important;box-shadow:0 10px 25px rgba(10,31,45,.28)!important}
.hm-compare-marker b{width:26px!important;height:26px!important;border-radius:8px!important;background:#2878e7!important;font-size:12px!important}
.hm-compare-marker span{font-size:11px!important}

#app[data-product="korea"] .hm-live-head h2,#app[data-product="world"] .hm-live-head h2{font-size:25px!important;letter-spacing:-.65px!important}
#app[data-product="korea"] .hm-live-head p,#app[data-product="world"] .hm-live-head p{font-size:11px!important;line-height:1.5!important}
#app[data-product="korea"] .hm-live-stat small,#app[data-product="world"] .hm-live-stat small{font-size:9px!important}
#app[data-product="korea"] .hm-live-stat strong,#app[data-product="world"] .hm-live-stat strong{font-size:21px!important}
#app[data-product="korea"] .hm-rank-list li,#app[data-product="world"] .hm-rank-list li{min-height:44px!important}
#app[data-product="korea"] .hm-rank-list span,#app[data-product="world"] .hm-rank-list span{font-size:12px!important}
#app[data-product="korea"] .hm-rank-list strong,#app[data-product="world"] .hm-rank-list strong{font-size:14px!important}

@media (min-width:1181px){
  body{overflow:hidden!important}

  /* One commercial header row, matching the approved studio proportions. */
  #app.app-v1520 .appbar{
    position:relative!important;z-index:120!important;height:var(--hm-shell-header)!important;min-height:var(--hm-shell-header)!important;
    grid-template-columns:250px minmax(0,1fr) minmax(300px,380px) 108px!important;gap:12px!important;
    padding:10px 16px!important;border-bottom:1px solid var(--hm-shell-border)!important;background:rgba(255,255,255,.98)!important
  }
  #app.app-v1520 .brand{grid-column:1!important;min-width:0!important}
  #app.app-v1520 .brand-mark{width:42px!important;height:42px!important;border-radius:13px!important}
  #app.app-v1520 .brand-copy strong{font-size:20px!important}
  #app.app-v1520 .brand-copy b{font-size:9px!important}
  #app.app-v1520 .header-search-zone{grid-column:3!important;min-width:0!important}
  #app.app-v1520 .header-search-zone .search{height:46px!important;border-radius:14px!important}
  #app.app-v1520 .header-actions{grid-column:4!important;gap:7px!important}
  #app.app-v1520 .header-icon-button{height:44px!important;min-width:48px!important}

  .hm-control-deck{position:absolute!important;z-index:130!important;top:0!important;left:270px!important;right:510px!important;height:72px!important;border:0!important;background:transparent!important;pointer-events:none!important}
  .hm-product-tabs{width:100%!important;min-width:0!important;max-width:720px!important;height:72px!important;margin:0 auto!important;justify-content:center!important;pointer-events:auto!important}
  .hm-product-tabs>button{flex:1 1 0!important;min-width:132px!important;max-width:170px!important;height:72px!important;grid-template-columns:24px minmax(0,1fr)!important;grid-template-rows:18px 21px!important;padding:11px 13px 8px!important}
  .hm-product-tabs>button>span{display:block!important;font-size:8px!important;letter-spacing:.12em!important}
  .hm-product-tabs>button>strong{font-size:15px!important;line-height:20px!important;letter-spacing:-.35px!important}
  .hm-product-tabs>button>small{grid-column:1/-1!important;font-size:9px!important}
  .hm-product-tabs>button:after{right:12px!important;left:12px!important;height:3px!important}

  .hm-view-switcher{position:fixed!important;z-index:150!important;top:84px!important;left:50%!important;width:max-content!important;height:48px!important;padding:5px!important;border:1px solid rgba(211,222,227,.94)!important;border-radius:14px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 10px 28px rgba(20,45,57,.11)!important;backdrop-filter:blur(12px)!important;transform:translateX(-50%)!important;pointer-events:auto!important}
  .hm-view-label{display:none!important}
  .hm-view-switcher>div{gap:3px!important}
  .hm-view-switcher button{height:36px!important;padding:0 11px!important;border-radius:10px!important;font-size:11px!important}
  .hm-view-switcher button i{display:grid!important;width:21px!important;height:21px!important}
  .hm-control-deck.is-disabled .hm-view-switcher{display:none!important}

  #app.app-v1520 .app-workspace{position:relative!important;width:100%!important;height:calc(100dvh - var(--hm-shell-header))!important;min-height:0!important;margin:0!important;padding:0!important;gap:0!important;overflow:hidden!important;background:#fff!important}

  /* 01 local: stable left rail + map + readable forecast dock. */
  #app[data-product="local"] .app-workspace{display:grid!important;grid-template-columns:var(--hm-shell-rail) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) var(--hm-shell-dock)!important}
  #app[data-product="local"] .sidebar-stack{grid-column:1!important;grid-row:1/3!important;display:flex!important;flex-direction:column!important;gap:10px!important;padding:20px 18px!important;border-right:1px solid var(--hm-shell-border)!important;background:#fff!important;overflow:auto!important}
  #app[data-product="local"] .app-workspace>.map-stage{grid-column:2!important;grid-row:1!important;width:100%!important;height:100%!important}
  #app[data-product="local"] .weather-dock{grid-column:2!important;grid-row:2!important;width:100%!important;height:var(--hm-shell-dock)!important;background:#fff!important}
  #app[data-product="local"] .weather-side-card{flex:0 0 auto!important;padding:5px 0 16px!important;border:0!important;border-bottom:1px solid #e6ecef!important;border-radius:0!important;background:#fff!important}
  #app[data-product="local"] .weather-side-art{display:none!important}
  #app[data-product="local"] .weather-side-current .eyebrow{font-size:12px!important}
  #app[data-product="local"] .weather-side-current .hero-location-row h1{margin-top:9px!important;font-size:27px!important;line-height:1.3!important;letter-spacing:-.9px!important}
  #app[data-product="local"] .sidebar-weather-main{margin-top:18px!important}
  #app[data-product="local"] .sidebar-weather-main>strong{font-size:72px!important;line-height:.95!important}
  #app[data-product="local"] .sidebar-weather-main>span{font-size:17px!important;line-height:1.45!important}
  #app[data-product="local"] .weather-yesterday-compare{height:35px!important;margin-top:13px!important;padding:8px 10px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important}
  #app[data-product="local"] .sidebar-weather-meta{margin-top:13px!important}
  #app[data-product="local"] .sidebar-weather-meta>span{min-height:55px!important}
  #app[data-product="local"] .sidebar-weather-meta small{font-size:11px!important}
  #app[data-product="local"] .sidebar-weather-meta b{font-size:14px!important}
  #app[data-product="local"] .weather-side-alert{min-height:62px!important;margin-top:12px!important}
  #app[data-product="local"] .weather-side-alert strong{font-size:13px!important}
  #app[data-product="local"] .weather-side-alert small{font-size:10px!important}
  #app[data-product="local"] .sidebar-sun-strip{flex:0 0 auto!important;margin:0!important;box-shadow:none!important}
  #app[data-product="local"] .sidebar-top3{flex:0 0 auto!important;margin:0!important;box-shadow:none!important}
  #app[data-product="local"] .hm-sidebar-explore{flex:0 0 auto!important;margin-top:auto!important}
  #app[data-product="local"] .sidebar-location-settings{flex:0 0 auto!important}
  #app[data-product="local"] .dock-tabs{height:47px!important;min-height:47px!important;flex-basis:47px!important}
  #app[data-product="local"] .dock-tabs .layer-button{height:47px!important;min-width:112px!important}
  #app[data-product="local"] .dock-tabs .layer-button .layer-copy small{font-size:12px!important;line-height:47px!important}
  #app[data-product="local"] .dock-panel #panel-content{height:calc(100% - 47px)!important;padding:8px 12px!important;overflow:auto!important}

  /* 02 large, 04 briefing and 05 easy retain the same dependable skeleton. */
  #app[data-product="local"][data-view="large"] .app-workspace{grid-template-columns:430px minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) 184px!important}
  #app[data-view="large"] .sidebar-stack{padding:28px 24px!important;background:#fffdf8!important}
  #app[data-view="large"] .weather-side-current .hero-location-row h1{font-size:34px!important}
  #app[data-view="large"] .sidebar-weather-main>strong{font-size:92px!important}
  #app[data-view="large"] .sidebar-weather-main>span{font-size:21px!important}
  #app[data-view="large"] .weather-side-card{padding-bottom:23px!important}

  #app[data-product="local"][data-view="briefing"] .app-workspace{grid-template-columns:420px minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) 176px!important;background:#fbf7ee!important}
  #app[data-view="briefing"] .sidebar-stack{padding:24px 22px!important;background:#fbf7ee!important}
  #app[data-view="briefing"] .weather-side-card{padding:0 0 18px!important;background:transparent!important}
  #app[data-view="briefing"] .hm-briefing-panel{display:block!important;padding:22px 0!important;border-width:1px 0 0!important;background:transparent!important}
  #app[data-view="briefing"] .hm-briefing-panel>strong{font-size:28px!important}

  #app[data-product="local"][data-view="easy"] .app-workspace{grid-template-columns:430px minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) 184px!important;background:#eef7f3!important}
  #app[data-view="easy"] .sidebar-stack{padding:22px!important;background:#eef7f3!important}
  #app[data-view="easy"] .weather-side-card{padding:20px!important;border:2px solid #1e614f!important;border-radius:16px!important}
  #app[data-view="easy"] .hm-easy-panel{display:block!important}

  /* 03 focus: map dominates, but the selected weather remains readable. */
  #app[data-product="local"][data-view="focus"] .app-workspace{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) 176px!important}
  #app[data-view="focus"] .app-workspace>.map-stage{grid-column:1!important;grid-row:1!important}
  #app[data-view="focus"] .weather-dock{grid-column:1!important;grid-row:2!important;height:176px!important}
  #app[data-view="focus"] .sidebar-stack{position:absolute!important;z-index:38!important;top:24px!important;left:24px!important;width:350px!important;height:auto!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important;pointer-events:none!important}
  #app[data-view="focus"] .sidebar-stack>*{display:none!important}
  #app[data-view="focus"] .sidebar-stack>.weather-side-card{display:block!important;width:100%!important;padding:22px!important;border:1px solid rgba(255,255,255,.9)!important;border-radius:17px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 18px 46px rgba(15,40,53,.18)!important;pointer-events:auto!important}
  #app[data-view="focus"] .sidebar-weather-main>strong{font-size:70px!important}

  /* Comparison now uses the reference's map-over-cards composition. */
  #app[data-product="compare"] .app-workspace{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) 264px!important}
  #app[data-product="compare"] .sidebar-stack,#app[data-product="compare"] .weather-dock{display:none!important}
  #app[data-product="compare"] .app-workspace>.map-stage{grid-column:1!important;grid-row:1!important;width:100%!important;height:100%!important}
  #app[data-product="compare"] .hm-compare-map-intro{display:block!important}
  #app[data-product="compare"] .selection-marker{display:none!important}
  #app[data-product="compare"] .map-context,#app[data-product="compare"] .map-hint{display:none!important}
  #app[data-product="compare"] .hm-compare-tray{display:grid!important;grid-column:1!important;grid-row:2!important;grid-template-columns:286px minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) auto!important;border:0!important;border-top:1px solid var(--hm-shell-border)!important;border-radius:0!important;overflow:hidden!important}
  #app[data-product="compare"] .hm-compare-head{grid-column:1!important;grid-row:1!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}
  #app[data-product="compare"] .hm-compare-head>strong{position:absolute!important;top:20px!important;right:18px!important}
  #app[data-product="compare"] .hm-compare-actions{grid-column:1!important;grid-row:2!important;display:flex!important}
  #app[data-product="compare"] .hm-compare-cards{grid-column:2!important;grid-row:1/3!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important}

  /* LIVE views use a full stage plus one fixed-width information rail. */
  #app[data-product="korea"] .app-workspace,#app[data-product="world"] .app-workspace{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important}
  #app[data-product="korea"] .sidebar-stack,#app[data-product="korea"] .weather-dock,#app[data-product="world"] .sidebar-stack,#app[data-product="world"] .weather-dock{display:none!important}
  #app[data-product="korea"] .app-workspace>.map-stage,#app[data-product="world"] .app-workspace>.map-stage{grid-column:1!important;grid-row:1!important;width:100%!important;height:100%!important}
  #app[data-product="korea"] #map{right:410px!important;width:auto!important}
  #app[data-product="korea"] .hm-korea-intro{display:block!important;top:34px!important;left:36px!important}
  #app[data-product="korea"] .hm-korea-intro strong{font-size:38px!important}
  #app[data-product="korea"] .hm-live-overlay[data-mode="korea"]{inset:0 0 0 auto!important;width:410px!important;padding:0!important;background:#fff!important;backdrop-filter:none!important}
  #app[data-product="korea"] .hm-live-overlay[data-mode="korea"] .hm-live-shell{border:0!important;border-left:1px solid var(--hm-shell-border)!important;border-radius:0!important;box-shadow:none!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"]{inset:0!important;border-radius:0!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-shell{border-radius:0!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head{top:0!important;right:0!important;width:410px!important;height:116px!important;padding:23px 56px 12px 20px!important;background:rgba(9,28,43,.97)!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head>div{display:block!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head small{color:#ff7b72!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head h2{margin-top:5px!important;color:#fff!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head p{color:#93a8b5!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-close{position:absolute!important;top:18px!important;right:18px!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-body{grid-template-columns:minmax(0,1fr) 410px!important;background-position:center left 43%!important;background-size:min(59vw,760px) auto!important}
  #app[data-product="world"] .hm-live-summary{padding-top:122px!important}
}

/* Compact desktop and tablet keep two clear rows instead of squeezing text. */
@media (max-width:1180px) and (min-width:761px){
  :root{--hm-shell-header:64px;--hm-shell-rail:310px;--hm-shell-dock:168px}
  body{overflow:hidden!important}
  #app.app-v1520 .appbar{height:64px!important;min-height:64px!important;grid-template-columns:220px minmax(260px,1fr) 150px!important;gap:10px!important;padding:8px 12px!important}
  #app.app-v1520 .header-search-zone{grid-column:2!important}
  #app.app-v1520 .header-actions{grid-column:3!important}
  .hm-control-deck{position:relative!important;z-index:90!important;top:auto!important;left:auto!important;right:auto!important;height:62px!important;display:flex!important;gap:6px!important;padding:0 8px!important}
  .hm-product-tabs{flex:1 1 auto!important;width:auto!important;min-width:0!important;height:62px!important}
  .hm-product-tabs>button{flex:1 1 0!important;min-width:0!important;height:62px!important;padding:7px 8px!important}
  .hm-product-tabs>button>small{display:none!important}
  .hm-view-switcher{flex:0 0 auto!important;height:62px!important;padding:0!important}
  .hm-view-switcher button{width:34px!important;padding:0!important;justify-content:center!important}
  .hm-view-switcher button span{display:none!important}
  .hm-view-switcher button i{display:grid!important}
  .hm-control-deck.is-disabled .hm-view-switcher{display:none!important}
  #app.app-v1520 .app-workspace{height:calc(100dvh - 126px)!important;min-height:0!important;margin:0!important;padding:0!important;gap:0!important;overflow:hidden!important}
  #app[data-product="local"] .app-workspace{display:grid!important;grid-template-columns:310px minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) 168px!important}
  #app[data-product="local"] .sidebar-stack{grid-column:1!important;grid-row:1/3!important;padding:14px!important;border-right:1px solid var(--hm-shell-border)!important;background:#fff!important;overflow:auto!important}
  #app[data-product="local"] .app-workspace>.map-stage{grid-column:2!important;grid-row:1!important;height:100%!important}
  #app[data-product="local"] .weather-dock{grid-column:2!important;grid-row:2!important;height:168px!important}
  #app[data-product="compare"] .app-workspace{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr) 250px!important}
  #app[data-product="compare"] .sidebar-stack,#app[data-product="compare"] .weather-dock{display:none!important}
  #app[data-product="compare"] .app-workspace>.map-stage{grid-row:1!important;height:100%!important}
  #app[data-product="compare"] .hm-compare-map-intro{display:block!important}
  #app[data-product="compare"] .hm-compare-tray{display:grid!important;grid-row:2!important;grid-template-columns:238px minmax(0,1fr)!important;grid-template-rows:1fr auto!important;border-radius:0!important}
  #app[data-product="compare"] .hm-compare-head{grid-column:1!important;grid-row:1!important}
  #app[data-product="compare"] .hm-compare-actions{grid-column:1!important;grid-row:2!important}
  #app[data-product="compare"] .hm-compare-cards{grid-column:2!important;grid-row:1/3!important;display:grid!important;grid-template-columns:repeat(5,minmax(180px,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;overflow-x:auto!important}
  #app[data-product="korea"] .sidebar-stack,#app[data-product="korea"] .weather-dock,#app[data-product="world"] .sidebar-stack,#app[data-product="world"] .weather-dock{display:none!important}
  #app[data-product="korea"] .app-workspace>.map-stage,#app[data-product="world"] .app-workspace>.map-stage{height:100%!important}
  #app[data-product="korea"] .hm-live-overlay[data-mode="korea"]{width:360px!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-body{grid-template-columns:minmax(0,1fr) 360px!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head{top:0!important;right:0!important;width:360px!important;height:108px!important;padding:19px 52px 10px 17px!important;background:rgba(9,28,43,.97)!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head>div{display:block!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head h2{color:#fff!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head p{color:#93a8b5!important}
  #app[data-product="world"] .hm-live-summary{padding-top:114px!important}
}

/* Mobile follows the approved current-summary → map → bottom-sheet reading flow. */
@media (max-width:760px){
  html,body{height:auto!important;min-height:100%!important;overflow:auto!important;background:#fff!important}
  #app.app-v1520{height:auto!important;min-height:100dvh!important;overflow:visible!important}
  #app.app-v1520 .appbar{position:sticky!important;z-index:180!important;top:0!important;height:60px!important;min-height:60px!important;grid-template-columns:132px minmax(0,1fr)!important;gap:8px!important;padding:8px 10px!important;background:#fff!important}
  #app.app-v1520 .brand-mark{width:39px!important;height:39px!important}
  #app.app-v1520 .brand-copy strong{font-size:17px!important}
  #app.app-v1520 .brand-copy b{font-size:7px!important}
  #app.app-v1520 .header-search-zone{grid-column:2!important;grid-row:1!important}
  #app.app-v1520 .header-search-zone .search{height:42px!important}
  #app.app-v1520 .header-actions{display:none!important}
  .hm-control-deck{position:sticky!important;z-index:170!important;top:60px!important;height:auto!important;display:block!important;border-bottom:1px solid var(--hm-shell-border)!important;background:#fff!important;box-shadow:none!important}
  .hm-product-tabs{width:100%!important;height:49px!important;min-width:0!important;overflow-x:hidden!important}
  .hm-product-tabs>button{flex:1 1 0!important;min-width:0!important;height:49px!important;padding:5px 4px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .hm-product-tabs>button>span,.hm-product-tabs>button>small{display:none!important}
  .hm-product-tabs>button>strong{font-size:11px!important;text-align:center!important}
  .hm-view-switcher{height:41px!important;padding:4px 7px!important;border-top:1px solid #edf1f3!important}
  .hm-view-switcher>div{width:100%!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:3px!important}
  .hm-view-switcher button{width:100%!important;height:32px!important;padding:0 3px!important;justify-content:center!important;font-size:9px!important}
  .hm-view-switcher button i{display:none!important}
  .hm-control-deck.is-disabled .hm-view-switcher{display:none!important}
  #app.app-v1520 .app-workspace{display:flex!important;flex-direction:column!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;gap:0!important;overflow:visible!important;background:#fff!important}

  #app[data-product="local"] .sidebar-stack{display:contents!important}
  #app[data-product="local"] .weather-side-card{order:1!important;padding:22px 18px!important;border:0!important;border-bottom:1px solid var(--hm-shell-border)!important;border-radius:0!important;background:#fff!important}
  #app[data-product="local"] .weather-side-art{display:none!important}
  #app[data-product="local"] .weather-side-current{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:16px!important}
  #app[data-product="local"] .weather-side-current>.eyebrow,#app[data-product="local"] .hero-location-row{grid-column:1!important}
  #app[data-product="local"] .weather-side-current .hero-location-row h1{font-size:22px!important}
  #app[data-product="local"] .sidebar-weather-main{grid-column:2!important;grid-row:1/3!important;margin:0!important;align-self:center!important}
  #app[data-product="local"] .sidebar-weather-main .hero-weather-visual{width:48px!important;min-width:48px!important}
  #app[data-product="local"] .sidebar-weather-main>strong{font-size:54px!important}
  #app[data-product="local"] .sidebar-weather-main>span{font-size:12px!important}
  #app[data-product="local"] .weather-yesterday-compare,#app[data-product="local"] .sidebar-weather-meta,#app[data-product="local"] .weather-side-alert{grid-column:1/3!important}
  #app[data-product="local"] .sidebar-sun-strip,#app[data-product="local"] .sidebar-top3,#app[data-product="local"] .hm-sidebar-explore,#app[data-product="local"] .sidebar-location-settings{display:none!important}
  #app[data-product="local"] .app-workspace>.map-stage{order:2!important;width:100%!important;height:54vh!important;min-height:410px!important;max-height:none!important}
  #app[data-product="local"] .weather-dock{order:3!important;width:calc(100% - 16px)!important;height:auto!important;min-height:170px!important;margin:-18px 8px 12px!important;border:1px solid var(--hm-shell-border)!important;border-radius:17px!important;background:#fff!important;box-shadow:0 -10px 32px rgba(20,45,57,.11)!important;overflow:hidden!important}

  #app[data-product="compare"] .sidebar-stack,#app[data-product="compare"] .weather-dock{display:none!important}
  #app[data-product="compare"] .app-workspace>.map-stage{order:1!important;width:100%!important;height:50vh!important;min-height:390px!important;max-height:none!important}
  #app[data-product="compare"] .hm-compare-map-intro{display:block!important;top:18px!important;left:15px!important;width:calc(100% - 30px)!important;padding:14px 15px!important}
  #app[data-product="compare"] .hm-compare-map-intro strong{font-size:20px!important}
  #app[data-product="compare"] .map-context,#app[data-product="compare"] .map-hint{display:none!important}
  #app[data-product="compare"] .hm-compare-tray{order:2!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto auto 280px!important;width:100%!important;margin-top:-16px!important;border:0!important;border-radius:18px 18px 0 0!important;box-shadow:0 -12px 34px rgba(20,45,57,.13)!important;overflow:hidden!important}
  #app[data-product="compare"] .hm-compare-head{grid-column:1!important;grid-row:1!important;padding:20px 18px 10px!important;border-right:0!important;border-radius:18px 18px 0 0!important;background:#fff!important}
  #app[data-product="compare"] .hm-compare-head h2{font-size:23px!important}
  #app[data-product="compare"] .hm-compare-head>strong{position:absolute!important;top:18px!important;right:18px!important}
  #app[data-product="compare"] .hm-compare-actions{grid-column:1!important;grid-row:2!important;flex-wrap:nowrap!important;padding:7px 18px 13px!important;border-right:0!important;background:#fff!important;overflow-x:auto!important}
  #app[data-product="compare"] .hm-compare-cards{grid-column:1!important;grid-row:3!important;display:grid!important;grid-auto-flow:column!important;grid-auto-columns:245px!important;grid-template-columns:none!important;border-top:1px solid var(--hm-shell-border)!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}
  #app[data-product="compare"] .hm-compare-card,#app[data-product="compare"] .hm-compare-placeholder{scroll-snap-align:start!important}

  #app[data-product="korea"] .sidebar-stack,#app[data-product="korea"] .weather-dock,#app[data-product="world"] .sidebar-stack,#app[data-product="world"] .weather-dock{display:none!important}
  #app[data-product="korea"] .app-workspace>.map-stage,#app[data-product="world"] .app-workspace>.map-stage{order:1!important;width:100%!important;height:calc(100dvh - 109px)!important;min-height:650px!important;max-height:none!important}
  #app[data-product="korea"] .hm-korea-intro{display:block!important;top:20px!important;left:18px!important}
  #app[data-product="korea"] .hm-korea-intro strong{font-size:27px!important}
  #app[data-product="korea"] .hm-live-overlay[data-mode="korea"]{top:auto!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:62vh!important;border-radius:20px 20px 0 0!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-body{background-position:center 120px!important;background-size:470px auto!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head{position:absolute!important;top:0!important;right:0!important;left:0!important;width:auto!important;height:108px!important;padding:19px 54px 10px 17px!important;background:linear-gradient(180deg,rgba(7,23,37,.96),rgba(7,23,37,.3))!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head>div{display:block!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head h2{color:#fff!important}
  #app[data-product="world"] .hm-live-overlay[data-mode="world"] .hm-live-head p{color:#9db0bd!important}
}
