/* HealingMart Weather Product UI v16.0
   UI-only override. No API/data source contract changes. */
:root{
  --wx-bg:#f4f8fb;
  --wx-surface:#ffffff;
  --wx-soft:#eef4f8;
  --wx-text:#10263c;
  --wx-muted:#607386;
  --wx-line:#dbe5ed;
  --wx-blue:#1687e8;
  --wx-blue-dark:#0c67bd;
  --wx-blue-soft:#eaf5ff;
  --wx-orange:#f07a2b;
  --wx-green:#198754;
  --wx-amber:#b7791f;
  --wx-red:#cf3e43;
  --wx-shadow:0 12px 34px rgba(32,67,94,.10);
  --wx-shadow-lg:0 22px 62px rgba(25,55,80,.16);
}
html,body{width:100%;height:100%;overflow:hidden;background:var(--wx-bg)!important;color:var(--wx-text)!important}
body{margin:0!important}
#app.app-v1520{
  width:100%!important;max-width:none!important;height:100dvh!important;min-height:0!important;
  margin:0!important;padding:0!important;overflow:hidden!important;background:var(--wx-bg)!important;
  font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
#app.app-v1520 button,#app.app-v1520 input{font:inherit}
#app.app-v1520 button:focus-visible,#app.app-v1520 a:focus-visible,#app.app-v1520 input:focus-visible{
  outline:3px solid rgba(22,135,232,.25)!important;outline-offset:2px!important
}

/* Header */
#app.app-v1520 .appbar{
  position:relative!important;z-index:120!important;display:grid!important;
  grid-template-columns:260px minmax(360px,720px) minmax(170px,1fr)!important;gap:22px!important;
  align-items:center!important;width:100%!important;height:64px!important;min-height:64px!important;
  padding:8px 18px!important;border-bottom:1px solid var(--wx-line)!important;
  background:rgba(255,255,255,.97)!important;backdrop-filter:none!important;box-shadow:none!important
}
#app.app-v1520 .brand{height:48px!important;gap:10px!important;text-decoration:none!important;color:var(--wx-text)!important}
#app.app-v1520 .brand-mark{width:36px!important;height:36px!important;color:var(--wx-blue)!important;background:var(--wx-blue-soft)!important;border-radius:11px!important}
#app.app-v1520 .brand-mark svg{width:23px!important;height:23px!important}
#app.app-v1520 .brand-copy{display:flex!important;flex-direction:column!important;gap:1px!important;min-width:0!important}
#app.app-v1520 .brand-copy strong{font-size:15px!important;line-height:1.1!important;font-weight:900!important;letter-spacing:-.02em!important;color:var(--wx-text)!important}
#app.app-v1520 .brand-copy b{font-size:11px!important;line-height:1.1!important;font-weight:800!important;letter-spacing:.08em!important;color:var(--wx-blue-dark)!important}
#app.app-v1520 .brand-copy small{margin:1px 0 0!important;font-size:11px!important;line-height:1.1!important;color:var(--wx-muted)!important;white-space:nowrap!important}
#app.app-v1520 .header-search-zone{width:100%!important;max-width:none!important;min-width:0!important}
#app.app-v1520 .search{height:46px!important;border:1px solid #cfdce6!important;border-radius:14px!important;background:#fff!important;box-shadow:0 4px 14px rgba(30,69,101,.05)!important;overflow:visible!important}
#app.app-v1520 .search:focus-within{border-color:var(--wx-blue)!important;box-shadow:0 0 0 4px rgba(22,135,232,.10)!important}
#app.app-v1520 .search input{height:44px!important;font-size:14px!important;color:var(--wx-text)!important}
#app.app-v1520 .search button{min-width:72px!important;height:38px!important;margin:3px!important;border-radius:10px!important;background:var(--wx-blue)!important;color:#fff!important;font-size:13px!important}
#app.app-v1520 .header-actions{justify-self:end!important;display:flex!important;gap:8px!important}
#app.app-v1520 .header-icon-button{min-width:54px!important;height:44px!important;border:1px solid var(--wx-line)!important;border-radius:12px!important;background:#fff!important;color:var(--wx-text)!important}
#app.app-v1520 .header-icon-button small{font-size:11px!important;color:var(--wx-muted)!important}

/* Main full-screen composition */
#app.app-v1520 .app-workspace{
  position:relative!important;display:grid!important;grid-template-columns:344px minmax(0,1fr)!important;
  grid-template-rows:minmax(0,1fr) 124px!important;gap:10px!important;
  width:100%!important;height:calc(100dvh - 64px)!important;min-height:0!important;padding:10px!important;overflow:hidden!important
}
#app.app-v1520 .sidebar-stack{
  grid-column:1!important;grid-row:1 / span 2!important;display:flex!important;flex-direction:column!important;
  gap:9px!important;min-height:0!important;padding:0!important;overflow:auto!important;scrollbar-width:thin!important
}
#app.app-v1520 .app-workspace>.map-stage{
  grid-column:2!important;grid-row:1!important;position:relative!important;display:flex!important;flex-direction:column!important;
  width:100%!important;height:100%!important;min-height:0!important;margin:0!important;border:1px solid var(--wx-line)!important;
  border-radius:18px!important;background:#eaf1f5!important;box-shadow:none!important;overflow:hidden!important
}
#app.app-v1520 .weather-dock{
  grid-column:2!important;grid-row:2!important;position:relative!important;width:100%!important;height:124px!important;min-height:124px!important;
  border:1px solid var(--wx-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 6px 20px rgba(29,61,87,.05)!important;
  overflow:hidden!important;transition:height .22s ease,box-shadow .22s ease!important
}
#app.app-v1520 .weather-dock.hm-dock-expanded{
  position:absolute!important;right:10px!important;bottom:10px!important;z-index:70!important;width:calc(100% - 374px)!important;
  height:min(44dvh,430px)!important;box-shadow:var(--wx-shadow-lg)!important
}

/* Sidebar */
#app.app-v1520 .weather-side-card{
  flex:0 0 auto!important;min-height:0!important;padding:18px!important;border:1px solid var(--wx-line)!important;
  border-radius:18px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important
}
#app.app-v1520 .weather-side-art{display:none!important}
#app.app-v1520 .weather-side-current{padding:0!important;background:none!important}
#app.app-v1520 .weather-side-current .eyebrow{font-size:12px!important;font-weight:850!important;color:var(--wx-blue-dark)!important}
#app.app-v1520 .weather-side-current .hero-location-row{margin-top:7px!important}
#app.app-v1520 .weather-side-current .hero-location-row h1{font-size:24px!important;line-height:1.22!important;letter-spacing:-.035em!important;color:var(--wx-text)!important}
#app.app-v1520 .sidebar-weather-main{display:grid!important;grid-template-columns:60px auto 1fr!important;align-items:center!important;gap:10px!important;margin-top:10px!important}
#app.app-v1520 .hero-weather-visual{width:56px!important;height:56px!important}
#app.app-v1520 .sidebar-weather-main>#dashboard-temp{font-size:58px!important;line-height:.95!important;letter-spacing:-.06em!important;font-weight:780!important;color:var(--wx-text)!important}
#app.app-v1520 .sidebar-weather-main>#dashboard-condition{align-self:end!important;padding-bottom:6px!important;font-size:15px!important;font-weight:800!important;color:#32495c!important}
#app.app-v1520 .weather-yesterday-compare{margin-top:10px!important;padding:9px 10px!important;font-size:12px!important;color:var(--wx-blue-dark)!important;background:var(--wx-blue-soft)!important;border-radius:10px!important}
#app.app-v1520 .sidebar-weather-meta{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:7px!important;margin-top:13px!important}
#app.app-v1520 .sidebar-weather-meta span{min-height:52px!important;padding:8px 10px!important;border:1px solid #e6edf2!important;border-radius:12px!important;background:#fbfdfe!important}
#app.app-v1520 .sidebar-weather-meta small{font-size:11px!important;color:var(--wx-muted)!important}
#app.app-v1520 .sidebar-weather-meta b{font-size:15px!important;color:var(--wx-text)!important}
#app.app-v1520 .weather-side-alert{min-height:54px!important;margin-top:10px!important;padding:9px 10px!important;border:1px solid #f0dfbf!important;border-radius:12px!important;background:#fffbf2!important;color:var(--wx-text)!important}
#app.app-v1520 .weather-side-alert strong{font-size:12px!important}
#app.app-v1520 .weather-side-alert small{font-size:11px!important;color:#796845!important}
#app.app-v1520 .sidebar-sun-strip{flex:0 0 auto!important;min-height:72px!important;border:1px solid var(--wx-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
#app.app-v1520 .sidebar-sun-strip small{font-size:11px!important;color:var(--wx-muted)!important}
#app.app-v1520 .sidebar-sun-strip strong{font-size:15px!important;color:var(--wx-text)!important}
#app.app-v1520 .sidebar-top3{flex:0 0 auto!important;padding:14px!important;border:1px solid var(--wx-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
#app.app-v1520 .sidebar-top3 header>strong{font-size:13px!important;color:var(--wx-text)!important}
#app.app-v1520 .sidebar-top3 header button{font-size:11px!important;color:var(--wx-blue-dark)!important}
#app.app-v1520 .hm-live-entry-caption{font-size:11px!important;color:var(--wx-muted)!important}
#app.app-v1520 .sidebar-top3 li{min-height:40px!important}
#app.app-v1520 .sidebar-top3 li span{font-size:12px!important}
#app.app-v1520 .sidebar-top3 li strong{font-size:13px!important}
#app.app-v1520 .hm-live-dot{background:var(--wx-red)!important}
#app.app-v1520 .hm-sidebar-explore{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
#app.app-v1520 .hm-sidebar-explore button{min-height:64px!important;border:1px solid var(--wx-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}
#app.app-v1520 .hm-sidebar-explore b{font-size:12px!important;color:var(--wx-text)!important}
#app.app-v1520 .hm-sidebar-explore small{font-size:11px!important;color:var(--wx-muted)!important}
#app.app-v1520 .sidebar-location-settings{min-height:44px!important;border:1px solid var(--wx-line)!important;border-radius:12px!important;background:#fff!important;color:var(--wx-text)!important;font-size:12px!important}

/* Four product modes */
#app.app-v1520 .map-product-toolbar{flex:0 0 54px!important;height:54px!important;min-height:54px!important;padding:8px 10px!important;border-bottom:1px solid var(--wx-line)!important;background:rgba(255,255,255,.98)!important}
#app.app-v1520 .map-view-tabs{display:grid!important;grid-template-columns:repeat(4,minmax(100px,1fr))!important;gap:6px!important;width:min(690px,100%)!important}
#app.app-v1520 .map-view-tabs>.map-mode-button{
  min-width:0!important;width:auto!important;height:38px!important;padding:0 13px!important;border:1px solid transparent!important;
  border-radius:11px!important;background:transparent!important;color:#486073!important;font-size:12px!important;font-weight:850!important;box-shadow:none!important
}
#app.app-v1520 .map-view-tabs>.map-mode-button:hover{background:#f3f7fa!important;border-color:#e1e9ef!important}
#app.app-v1520 .map-view-tabs>.map-mode-button.is-active{background:var(--wx-blue)!important;border-color:var(--wx-blue)!important;color:#fff!important;box-shadow:0 6px 16px rgba(22,135,232,.18)!important}
#app.app-v1520 .map-rank-strip{display:none!important;align-items:center!important;gap:5px!important;margin-left:auto!important}
#app.app-v1520[data-ui-mode="korea"] .map-rank-strip{display:flex!important}
#app.app-v1520 .map-rank-strip .map-rank-button{width:34px!important;min-width:34px!important;height:34px!important;padding:0!important;border:1px solid #d8e5ee!important;border-radius:10px!important;background:#fff!important;color:var(--wx-text)!important;font-size:12px!important;font-weight:900!important}
#app.app-v1520 .map-view-meta{gap:6px!important}
#app.app-v1520 .map-view-meta span{height:34px!important;padding:0 10px!important;border:1px solid var(--wx-line)!important;border-radius:10px!important;background:#fff!important;color:var(--wx-muted)!important;font-size:11px!important}

/* Map */
#app.app-v1520 .map-canvas{position:relative!important;flex:1 1 auto!important;height:auto!important;min-height:0!important;background:#e9f0f4!important}
#app.app-v1520 #map{width:100%!important;height:100%!important}
#app.app-v1520 .map-hint{left:16px!important;bottom:16px!important;max-width:360px!important;padding:10px 12px!important;border:1px solid rgba(210,224,234,.95)!important;border-radius:12px!important;background:rgba(255,255,255,.94)!important;box-shadow:var(--wx-shadow)!important;color:var(--wx-text)!important;backdrop-filter:none!important}
#app.app-v1520 .map-hint strong{font-size:12px!important}
#app.app-v1520 .map-hint small{font-size:11px!important;color:var(--wx-muted)!important}
#app.app-v1520 .selected-weather-popover{border:1px solid rgba(211,225,235,.96)!important;background:rgba(255,255,255,.96)!important;color:var(--wx-text)!important;box-shadow:var(--wx-shadow)!important;backdrop-filter:none!important}
#app.app-v1520 .selected-glass-marker{border-color:#fff!important;background:var(--wx-blue)!important;color:#fff!important;box-shadow:0 8px 22px rgba(22,135,232,.24)!important;backdrop-filter:none!important}

/* Desktop map-click detail, 380-430px slide-in */
#app.app-v1520 .map-context{
  position:absolute!important;left:auto!important;right:14px!important;top:14px!important;bottom:14px!important;z-index:42!important;
  width:410px!important;min-width:380px!important;max-width:min(430px,calc(100% - 28px))!important;height:auto!important;
  padding:0!important;border:1px solid var(--wx-line)!important;border-radius:18px!important;background:rgba(255,255,255,.98)!important;
  box-shadow:var(--wx-shadow-lg)!important;overflow:hidden!important;backdrop-filter:none!important;
  transform:translateX(calc(100% + 30px))!important;opacity:0!important;pointer-events:none!important;
  transition:transform .22s ease,opacity .18s ease!important
}
#app.app-v1520 .map-context.has-selection:not(.hm-ui-dismissed){transform:translateX(0)!important;opacity:1!important;pointer-events:auto!important}
#app.app-v1520 .map-context-main{position:relative!important;padding:17px 50px 13px 17px!important;border-bottom:1px solid #e7edf2!important}
#app.app-v1520 .map-context-label{margin:0 0 6px!important;color:var(--wx-blue-dark)!important;font-size:11px!important;font-weight:850!important}
#app.app-v1520 .map-context-copy strong{display:block!important;font-size:20px!important;line-height:1.25!important;color:var(--wx-text)!important;white-space:normal!important}
#app.app-v1520 .map-context-copy small{display:block!important;margin-top:4px!important;font-size:11px!important;color:var(--wx-muted)!important}
#app.app-v1520 .map-context-five{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;margin-top:13px!important;padding-top:12px!important;border-top:1px solid #edf1f4!important;background:transparent!important}
#app.app-v1520 .map-context-five>span{min-width:0!important;padding:0 7px!important;border-left:1px solid #edf1f4!important;text-align:center!important}
#app.app-v1520 .map-context-five>span:first-child{border-left:0!important}
#app.app-v1520 .map-context-five small{display:block!important;font-size:11px!important;color:var(--wx-muted)!important}
#app.app-v1520 .map-context-five b{display:block!important;margin-top:4px!important;font-size:12px!important;color:var(--wx-text)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.hm-detail-close{position:absolute;right:12px;top:12px;width:34px;height:34px;border:1px solid var(--wx-line);border-radius:10px;background:#fff;color:#415568;font-size:18px;cursor:pointer}
.hm-click-card-shell{display:flex;flex-direction:column;height:calc(100% - 156px);min-height:0}
.hm-click-card-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;border-bottom:1px solid #e8eef3;background:#fbfdfe}
.hm-click-card-tabs button{min-width:0;min-height:42px;padding:5px 3px;border:0;border-radius:9px;background:transparent;color:#63778a;font-size:11px;font-weight:850;cursor:pointer}
.hm-click-card-tabs button.is-active{background:var(--wx-blue-soft);color:var(--wx-blue-dark)}
.hm-click-card-body{flex:1;min-height:0;padding:15px 16px 18px;overflow:auto;color:var(--wx-text)}
.hm-card-kicker{margin:0 0 5px;color:var(--wx-blue-dark);font-size:11px;font-weight:900;letter-spacing:.06em}
.hm-card-title{margin:0;font-size:18px;line-height:1.3;letter-spacing:-.025em}
.hm-card-desc{margin:6px 0 13px;color:var(--wx-muted);font-size:12px;line-height:1.5}
.hm-now-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.hm-now-grid>div{padding:12px;border:1px solid #e5edf2;border-radius:12px;background:#fbfdfe}
.hm-now-grid>div:first-child{grid-column:1/-1;background:var(--wx-blue-soft);border-color:#cfe7fb}
.hm-now-grid small{display:block;font-size:11px;color:var(--wx-muted)}
.hm-now-grid strong{display:block;margin-top:4px;font-size:18px;color:var(--wx-text)}
.hm-now-grid>div:first-child strong{font-size:30px;color:var(--wx-blue-dark)}
.hm-inline-data{display:flex;flex-direction:column;gap:7px;margin-top:10px}
.hm-inline-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:9px 11px;border:1px solid #e5edf2;border-radius:11px;background:#fff}
.hm-inline-row span{font-size:11px;color:var(--wx-muted)}
.hm-inline-row strong{font-size:12px;color:var(--wx-text);text-align:right}
.hm-card-action{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;margin-top:12px;border:1px solid #cde2f5;border-radius:11px;background:var(--wx-blue-soft);color:var(--wx-blue-dark);font-size:12px;font-weight:900;cursor:pointer}
.hm-card-empty{display:grid;place-items:center;min-height:140px;padding:18px;border:1px dashed #d8e3eb;border-radius:13px;background:#fbfdfe;color:var(--wx-muted);font-size:12px;text-align:center;line-height:1.55}
.hm-hour-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.hm-hour-preview>div{min-width:0;padding:9px 6px;border:1px solid #e5edf2;border-radius:11px;background:#fff;text-align:center;font-size:11px;line-height:1.35;color:#53687a}

/* Compare mode */
.hm-compare-panel{position:absolute;z-index:44;left:14px;right:14px;bottom:14px;max-height:48%;padding:14px;border:1px solid var(--wx-line);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:var(--wx-shadow-lg);transform:translateY(calc(100% + 30px));opacity:0;pointer-events:none;transition:.22s ease;overflow:auto}
#app.app-v1520[data-ui-mode="compare"] .hm-compare-panel{transform:translateY(0);opacity:1;pointer-events:auto}
#app.app-v1520[data-ui-mode="compare"] .map-context{display:none!important}
.hm-compare-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}
.hm-compare-head h2{margin:0;font-size:16px;letter-spacing:-.02em}.hm-compare-head p{margin:3px 0 0;color:var(--wx-muted);font-size:11px}
.hm-compare-head button{min-height:34px;padding:0 10px;border:1px solid var(--wx-line);border-radius:10px;background:#fff;color:#52687a;font-size:11px;font-weight:800;cursor:pointer}
.hm-compare-summary{margin:0 0 10px;padding:9px 11px;border-radius:10px;background:var(--wx-blue-soft);color:var(--wx-blue-dark);font-size:11px;font-weight:800}
.hm-compare-list{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:7px;overflow-x:auto}
.hm-compare-card{position:relative;min-width:130px;padding:10px;border:1px solid #e2eaf0;border-radius:12px;background:#fff}
.hm-compare-number{display:grid;place-items:center;width:24px;height:24px;margin-bottom:7px;border-radius:8px;background:var(--wx-blue);color:#fff;font-size:11px;font-weight:900}
.hm-compare-card h3{margin:0 24px 8px 0;font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hm-compare-temp{font-size:24px;font-weight:850;letter-spacing:-.04em;color:var(--wx-text)}
.hm-compare-condition{margin-left:4px;font-size:11px;color:var(--wx-muted)}
.hm-compare-metrics{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:8px}.hm-compare-metrics span{padding:5px;border-radius:7px;background:#f5f8fa;font-size:11px;color:#607486}.hm-compare-metrics b{display:block;margin-top:1px;font-size:11px;color:#243b4f}
.hm-compare-remove{position:absolute;right:7px;top:7px;width:24px;height:24px;border:0;border-radius:7px;background:#f4f7f9;color:#718292;font-size:14px;cursor:pointer}
.hm-compare-empty{grid-column:1/-1;padding:18px;border:1px dashed #d8e3eb;border-radius:12px;color:var(--wx-muted);font-size:12px;text-align:center}
.hm-compare-chip{position:absolute;z-index:43;left:14px;top:14px;display:none;align-items:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid #cfe3f5;border-radius:12px;background:rgba(255,255,255,.96);box-shadow:var(--wx-shadow);color:var(--wx-blue-dark);font-size:11px;font-weight:850}
#app.app-v1520[data-ui-mode="compare"] .hm-compare-chip{display:flex}
.hm-compare-chip b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:7px;background:var(--wx-blue);color:#fff;font-size:11px}

/* Dock */
.hm-dock-handle{position:absolute;z-index:4;left:50%;top:3px;transform:translateX(-50%);width:62px;height:18px;border:0;background:transparent;cursor:pointer}
.hm-dock-handle:before{content:"";display:block;width:38px;height:4px;margin:4px auto;border-radius:999px;background:#c9d5de}
#app.app-v1520 .dock-tabs{flex:0 0 42px!important;height:42px!important;padding:0 14px 0 78px!important;border-bottom:1px solid #e8eef3!important;background:#fff!important}
#app.app-v1520 .dock-tabs .layer-button{min-width:94px!important;height:42px!important;padding:0 12px!important;color:#5d7183!important}
#app.app-v1520 .dock-tabs .layer-button .layer-copy small{font-size:11px!important;line-height:42px!important}
#app.app-v1520 .dock-tabs .layer-button.is-active{color:var(--wx-blue-dark)!important}
#app.app-v1520 .dock-tabs .layer-button.is-active:after{background:var(--wx-blue)!important}
#app.app-v1520 .dock-panel{flex:1!important;min-height:0!important;overflow:auto!important;background:#fff!important}
#app.app-v1520 .dock-panel #panel-content{padding:8px 12px!important}
#app.app-v1520 .dock-primary .section-title{display:none!important}
#app.app-v1520 .dock-overview-grid{grid-template-columns:minmax(0,2.5fr) minmax(320px,1fr)!important;gap:8px!important}
#app.app-v1520 .dock-primary .weather-hour-grid{border-color:#e6edf2!important;border-radius:11px!important}
#app.app-v1520 .dock-primary .weather-hour-card{min-height:65px!important;padding:5px 4px!important;border-left-color:#edf2f5!important}
#app.app-v1520 .dock-primary .weather-hour-card:first-child{background:var(--wx-blue-soft)!important}
#app.app-v1520 .dock-primary .weather-hour-card time{font-size:11px!important}
#app.app-v1520 .dock-primary .weather-hour-card svg{width:22px!important;height:22px!important}
#app.app-v1520 .dock-primary .weather-hour-card strong{font-size:12px!important}
#app.app-v1520 .dock-primary .weather-hour-card small{font-size:11px!important}
#app.app-v1520 .dock-side-cards{padding-top:0!important;gap:6px!important}
#app.app-v1520 .dock-metric-card{min-height:65px!important;padding:6px!important;border-color:#e6edf2!important;border-radius:11px!important}
#app.app-v1520 .dock-metric-icon{width:22px!important;height:22px!important;color:var(--wx-blue)!important}
#app.app-v1520 .dock-metric-icon svg{width:20px!important;height:20px!important}
#app.app-v1520 .dock-metric-copy small{font-size:11px!important}
#app.app-v1520 .dock-metric-copy strong{font-size:11px!important}
#app.app-v1520 .dock-metric-copy em{display:none!important}
#app.app-v1520 .dock-weekly-grid{border-color:#e6edf2!important;border-radius:11px!important}
#app.app-v1520 .dock-day-card{min-height:70px!important}
#app.app-v1520 .dock-day-card time,#app.app-v1520 .dock-day-card small,#app.app-v1520 .dock-day-card em,#app.app-v1520 .dock-day-condition{font-size:11px!important}
#app.app-v1520 .dock-day-temp{font-size:11px!important}

/* LIVE: clean light product surface */
#app.app-v1520 .hm-live-overlay{background:rgba(241,246,250,.94)!important;backdrop-filter:none!important}
#app.app-v1520 .hm-live-shell{border-color:var(--wx-line)!important;background:#fff!important;color:var(--wx-text)!important;box-shadow:var(--wx-shadow-lg)!important}
#app.app-v1520 .hm-live-head h2{color:var(--wx-text)!important}
#app.app-v1520 .hm-live-head p{color:var(--wx-muted)!important}
#app.app-v1520 .hm-live-close{border-color:var(--wx-line)!important;background:#fff!important;color:var(--wx-text)!important}

/* Reduce excessive decorative effects */
#app.app-v1520 .info-panel,#app.app-v1520 .weather-side-card,#app.app-v1520 .sidebar-sun-strip,#app.app-v1520 .sidebar-top3{backdrop-filter:none!important}

@media (max-width:1180px) and (min-width:768px){
  #app.app-v1520 .appbar{grid-template-columns:220px minmax(300px,1fr) 138px!important;gap:12px!important}
  #app.app-v1520 .app-workspace{grid-template-columns:300px minmax(0,1fr)!important}
  #app.app-v1520 .weather-dock.hm-dock-expanded{width:calc(100% - 330px)!important}
  #app.app-v1520 .sidebar-weather-main{grid-template-columns:50px auto 1fr!important}
  #app.app-v1520 .sidebar-weather-main>#dashboard-temp{font-size:50px!important}
  #app.app-v1520 .map-view-tabs{grid-template-columns:repeat(4,minmax(82px,1fr))!important}
  #app.app-v1520 .map-view-meta{display:none!important}
  #app.app-v1520 .map-context{width:390px!important;min-width:360px!important}
}

/* Mobile = current header -> mode nav -> map -> bottom sheet */
@media (max-width:767px){
  html,body{overflow:hidden!important}
  #app.app-v1520 .appbar{
    display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:52px!important;gap:7px!important;
    height:60px!important;min-height:60px!important;padding:4px 8px!important;background:#fff!important
  }
  #app.app-v1520 .brand{display:none!important}
  #app.app-v1520 .header-search-zone{grid-column:1!important;grid-row:1!important;width:100%!important}
  #app.app-v1520 .search{height:44px!important;border-radius:13px!important}
  #app.app-v1520 .search input{height:42px!important;font-size:13px!important}
  #app.app-v1520 .search button{display:none!important}
  #app.app-v1520 .header-actions{grid-column:2!important;grid-row:1!important;gap:5px!important}
  #app.app-v1520 .header-icon-button{min-width:44px!important;width:44px!important;height:44px!important;padding:0!important;border-radius:12px!important}
  #app.app-v1520 .header-icon-button small{display:none!important}
  #app.app-v1520 .menu-button{display:none!important}

  #app.app-v1520 .app-workspace{
    position:relative!important;display:flex!important;flex-direction:column!important;gap:0!important;
    width:100%!important;height:calc(100dvh - 60px)!important;padding:0!important;overflow:hidden!important;background:#fff!important
  }
  #app.app-v1520 .sidebar-stack{display:contents!important}
  #app.app-v1520 .weather-side-card{
    order:1!important;flex:0 0 92px!important;width:100%!important;min-height:92px!important;margin:0!important;padding:10px 12px!important;
    border:0!important;border-bottom:1px solid var(--wx-line)!important;border-radius:0!important;background:#fff!important
  }
  #app.app-v1520 .weather-side-current .eyebrow{display:none!important}
  #app.app-v1520 .weather-side-current .hero-location-row{margin:0!important}
  #app.app-v1520 .weather-side-current .hero-location-row h1{font-size:17px!important;line-height:1.22!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  #app.app-v1520 .sidebar-weather-main{display:flex!important;align-items:baseline!important;gap:7px!important;margin-top:3px!important}
  #app.app-v1520 .hero-weather-visual{display:none!important}
  #app.app-v1520 .sidebar-weather-main>#dashboard-temp{font-size:34px!important;line-height:1!important}
  #app.app-v1520 .sidebar-weather-main>#dashboard-condition{padding:0!important;font-size:13px!important}
  #app.app-v1520 .sidebar-weather-meta{display:flex!important;gap:8px!important;margin-top:2px!important;overflow:hidden!important}
  #app.app-v1520 .sidebar-weather-meta span{display:flex!important;align-items:center!important;gap:4px!important;min-height:0!important;padding:0!important;border:0!important;background:none!important;white-space:nowrap!important}
  #app.app-v1520 .sidebar-weather-meta span:nth-child(n+3){display:none!important}
  #app.app-v1520 .sidebar-weather-meta small{font-size:11px!important}
  #app.app-v1520 .sidebar-weather-meta b{font-size:11px!important}
  #app.app-v1520 .weather-yesterday-compare{display:none!important}
  #app.app-v1520 .weather-side-alert{display:none!important}
  #app.app-v1520 .sidebar-sun-strip,#app.app-v1520 .sidebar-top3,#app.app-v1520 .hm-sidebar-explore,#app.app-v1520 .sidebar-location-settings{display:none!important}

  #app.app-v1520 .app-workspace>.map-stage{
    order:2!important;flex:1 1 auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;
    margin:0!important;border:0!important;border-radius:0!important;overflow:hidden!important
  }
  #app.app-v1520 .map-product-toolbar{display:flex!important;flex:0 0 54px!important;height:54px!important;min-height:54px!important;padding:5px 7px!important;border-bottom:1px solid var(--wx-line)!important;background:#fff!important;overflow-x:auto!important}
  #app.app-v1520 .map-view-tabs{display:grid!important;grid-template-columns:repeat(4,minmax(88px,1fr))!important;gap:4px!important;width:100%!important;min-width:372px!important}
  #app.app-v1520 .map-view-tabs>.map-mode-button{height:44px!important;padding:0 7px!important;border-radius:10px!important;font-size:11px!important;white-space:nowrap!important}
  #app.app-v1520 .map-rank-strip,#app.app-v1520 .map-view-meta{display:none!important}
  #app.app-v1520 .map-canvas{flex:1!important;height:auto!important;min-height:0!important}
  #app.app-v1520 .map-hint{left:8px!important;right:8px!important;top:8px!important;bottom:auto!important;max-width:none!important;padding:8px 10px!important;border-radius:11px!important}
  #app.app-v1520 .map-hint strong{font-size:11px!important}#app.app-v1520 .map-hint small{display:none!important}
  #app.app-v1520 .map-context{display:none!important}
  #app.app-v1520 .selected-weather-popover{display:none!important}

  #app.app-v1520 .weather-dock{
    order:3!important;position:absolute!important;z-index:55!important;left:8px!important;right:8px!important;bottom:8px!important;
    width:auto!important;height:96px!important;min-height:96px!important;border:1px solid var(--wx-line)!important;border-radius:20px!important;
    background:rgba(255,255,255,.98)!important;box-shadow:0 18px 50px rgba(25,55,80,.18)!important;overflow:hidden!important;
    transition:height .24s ease!important
  }
  #app.app-v1520 .weather-dock.hm-sheet-mid{height:55dvh!important}
  #app.app-v1520 .weather-dock.hm-sheet-full{height:calc(100dvh - 78px)!important}
  #app.app-v1520 .weather-dock.hm-dock-expanded{width:auto!important;height:55dvh!important;right:8px!important;bottom:8px!important}
  .hm-dock-handle{top:1px;width:76px;height:18px}
  #app.app-v1520 .dock-tabs{flex:0 0 42px!important;height:42px!important;padding:14px 6px 0!important;overflow-x:auto!important}
  #app.app-v1520 .dock-tabs .layer-button{min-width:78px!important;height:28px!important;padding:0 7px!important;border-radius:8px!important}
  #app.app-v1520 .dock-tabs .layer-button .layer-copy small{font-size:11px!important;line-height:28px!important}
  #app.app-v1520 .dock-tabs .layer-button.is-active{background:var(--wx-blue-soft)!important;border-radius:8px!important}
  #app.app-v1520 .dock-tabs .layer-button:after{display:none!important}
  #app.app-v1520 .dock-panel{overflow:auto!important}
  #app.app-v1520 .dock-panel #panel-content{padding:7px 8px 14px!important}
  #app.app-v1520 .dock-overview-grid{display:block!important}
  #app.app-v1520 .dock-side-cards{display:none!important}
  #app.app-v1520 .dock-primary .weather-hour-grid{grid-auto-columns:64px!important}
  #app.app-v1520 .dock-primary .weather-hour-card{min-height:44px!important;padding:3px!important}
  #app.app-v1520 .dock-primary .weather-hour-card svg{width:18px!important;height:18px!important}
  #app.app-v1520 .dock-primary .weather-hour-card small{display:none!important}

  .hm-compare-panel{left:8px;right:8px;bottom:112px;max-height:44%;padding:11px;border-radius:15px}
  #app.app-v1520[data-ui-mode="compare"] .weather-dock{display:none!important}
  #app.app-v1520[data-ui-mode="compare"] .hm-compare-panel{bottom:8px;max-height:55%;}
  .hm-compare-list{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:150px}
  .hm-compare-chip{left:8px;top:8px;min-height:34px;padding:0 9px;font-size:11px}

  #app.app-v1520 .hm-live-overlay{z-index:80!important}
  #app.app-v1520 .hm-live-shell{width:100%!important;height:100%!important;max-height:none!important;border:0!important;border-radius:0!important}
}

@media (max-width:390px){
  #app.app-v1520 .weather-side-card{flex-basis:88px!important;min-height:88px!important}
  #app.app-v1520 .weather-side-current .hero-location-row h1{font-size:16px!important}
  #app.app-v1520 .sidebar-weather-main>#dashboard-temp{font-size:31px!important}
  #app.app-v1520 .map-view-tabs{min-width:352px!important}
  #app.app-v1520 .map-view-tabs>.map-mode-button{font-size:11px!important}
}

/* Mobile 5-card swipe deck */
.hm-mobile-card-deck{display:none}
@media (max-width:767px){
  #app.app-v1520 .hm-mobile-card-deck{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;padding:15px 0 0;background:#fff}
  #app.app-v1520 .hm-mobile-card-head{display:flex;align-items:center;justify-content:center;min-height:24px;padding:0 12px 4px;color:var(--wx-blue-dark);font-size:11px;letter-spacing:.08em}
  #app.app-v1520 #hm-mobile-native-back{display:none;min-height:30px;padding:0 10px;border:1px solid var(--wx-line);border-radius:9px;background:#fff;color:var(--wx-blue-dark);font-size:11px;font-weight:850}
  #app.app-v1520 .hm-mobile-card-track{display:flex;flex:1 1 auto;min-height:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}
  #app.app-v1520 .hm-mobile-card-track::-webkit-scrollbar{display:none}
  #app.app-v1520 .hm-mobile-card{flex:0 0 100%;width:100%;min-width:100%;padding:6px 12px 16px;overflow-y:auto;scroll-snap-align:start;scroll-snap-stop:always}
  #app.app-v1520 .hm-mobile-card .hm-card-title{font-size:17px}
  #app.app-v1520 .hm-mobile-card .hm-card-desc{font-size:11px;margin-bottom:9px}
  #app.app-v1520 .hm-mobile-card .hm-now-grid{grid-template-columns:repeat(2,1fr);gap:6px}
  #app.app-v1520 .hm-mobile-card .hm-now-grid>div{padding:9px}
  #app.app-v1520 .hm-mobile-card .hm-now-grid>div:first-child strong{font-size:27px}
  #app.app-v1520 .hm-mobile-card .hm-now-grid strong{font-size:14px}
  #app.app-v1520 .hm-mobile-card .hm-hour-preview{grid-template-columns:repeat(3,1fr);gap:5px}
  #app.app-v1520 .hm-mobile-card .hm-card-action{min-height:42px;margin-top:9px}
  #app.app-v1520 .weather-dock:not(.hm-sheet-mid):not(.hm-sheet-full):not(.hm-dock-expanded) .hm-mobile-card-head{padding-top:1px}
  #app.app-v1520 .weather-dock:not(.hm-sheet-mid):not(.hm-sheet-full):not(.hm-dock-expanded) .hm-mobile-card-track{overflow:hidden}
  #app.app-v1520 .weather-dock:not(.hm-sheet-mid):not(.hm-sheet-full):not(.hm-dock-expanded) .hm-mobile-card{padding-top:0}
  #app.app-v1520 .weather-dock:not(.hm-sheet-mid):not(.hm-sheet-full):not(.hm-dock-expanded) .hm-mobile-card .hm-card-kicker,
  #app.app-v1520 .weather-dock:not(.hm-sheet-mid):not(.hm-sheet-full):not(.hm-dock-expanded) .hm-mobile-card .hm-card-desc,
  #app.app-v1520 .weather-dock:not(.hm-sheet-mid):not(.hm-sheet-full):not(.hm-dock-expanded) .hm-mobile-card .hm-now-grid,
  #app.app-v1520 .weather-dock:not(.hm-sheet-mid):not(.hm-sheet-full):not(.hm-dock-expanded) .hm-mobile-card .hm-hour-preview,
  #app.app-v1520 .weather-dock:not(.hm-sheet-mid):not(.hm-sheet-full):not(.hm-dock-expanded) .hm-mobile-card .hm-inline-data,
  #app.app-v1520 .weather-dock:not(.hm-sheet-mid):not(.hm-sheet-full):not(.hm-dock-expanded) .hm-mobile-card .hm-card-action{display:none}
  #app.app-v1520 .weather-dock:not(.hm-sheet-mid):not(.hm-sheet-full):not(.hm-dock-expanded) .hm-mobile-card .hm-card-title{margin:0;text-align:center;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  #app.app-v1520 .weather-dock .dock-tabs,#app.app-v1520 .weather-dock .dock-panel{display:none!important}
  #app.app-v1520 .weather-dock.hm-native-view .hm-mobile-card-deck{display:none!important}
  #app.app-v1520 .weather-dock.hm-native-view .dock-tabs{display:flex!important}
  #app.app-v1520 .weather-dock.hm-native-view .dock-panel{display:block!important}
  #app.app-v1520 .weather-dock.hm-native-view .dock-tabs{padding-left:86px!important}
  #app.app-v1520 .weather-dock.hm-native-view #hm-mobile-native-back{display:inline-flex}
  #app.app-v1520 .weather-dock.hm-native-view:before{content:"5카드";position:absolute;left:12px;top:19px;z-index:6;color:var(--wx-blue-dark);font-size:11px;font-weight:900}
}
@media (max-width:767px){
  #app.app-v1520 .weather-dock.hm-native-view .hm-mobile-card-deck{display:flex!important;flex:0 0 42px!important;min-height:42px!important;padding:10px 10px 0!important;border-bottom:1px solid var(--wx-line)!important}
  #app.app-v1520 .weather-dock.hm-native-view .hm-mobile-card-track{display:none!important}
  #app.app-v1520 .weather-dock.hm-native-view .hm-mobile-card-head{justify-content:flex-start!important;min-height:30px!important;padding:0!important}
  #app.app-v1520 .weather-dock.hm-native-view #hm-mobile-indicator{display:none!important}
  #app.app-v1520 .weather-dock.hm-native-view #hm-mobile-native-back{display:inline-flex!important;align-items:center!important}
  #app.app-v1520 .weather-dock.hm-native-view .dock-tabs{padding-left:6px!important}
  #app.app-v1520 .weather-dock.hm-native-view:before{content:none!important}
}

@media (max-width:767px){
  #app.app-v1520 .hm-compare-head button{min-height:44px!important}
  #app.app-v1520 #hm-mobile-native-back{min-height:44px!important}
}
