:root{--bg:#f5f8f6;--surface:#fff;--text:#16211c;--muted:#5c6b64;--border:#e4eae6;--brand:#0e9f6e;--c-calm:#0e9d6c;--c-calm-bg:#e6f6ef;--c-normal:#2f6fed;--c-normal-bg:#e9f0fe;--c-busy:#c67c00;--c-busy-bg:#fbf0d9;--c-packed:#db3f31;--c-packed-bg:#fbe6e3;--c-muted:#8a968f;--c-muted-bg:#eef1ef;--radius:16px;--shadow:0 1px 2px rgba(20,33,28,.04),0 6px 20px rgba(20,33,28,.05)}@media (prefers-color-scheme:dark){:root{--bg:#0e1512;--surface:#16201b;--text:#eaf2ee;--muted:#9db0a7;--border:#26332c;--brand:#37d29b;--c-calm:#35d29a;--c-calm-bg:#123329;--c-normal:#7aa8ff;--c-normal-bg:#16233d;--c-busy:#e9a83c;--c-busy-bg:#33280f;--c-packed:#ff6f61;--c-packed-bg:#37211e;--c-muted:#8a968f;--c-muted-bg:#202a25;--shadow:0 1px 2px rgba(0,0,0,.3),0 6px 20px rgba(0,0,0,.35)}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Apple SD Gothic Neo,Malgun Gothic,Segoe UI,Roboto,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}.wrap{max-width:1180px;margin:0 auto;padding:0 20px calc(40px + env(safe-area-inset-bottom))}.hero{padding:34px 0 14px}.eyebrow{margin:0 0 10px;color:var(--brand);font-weight:600;font-size:14px;letter-spacing:.01em}.hero h1{margin:0 0 10px;font-size:clamp(26px,5.5vw,38px);line-height:1.15;letter-spacing:-.02em;font-weight:700}.hero .sub{margin:0;max-width:34ch;color:var(--muted);font-size:clamp(15px,3.6vw,17px)}.hero .sub b{color:var(--text);font-weight:600}.controls{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;flex-direction:column;gap:10px;padding:12px 0;background:color-mix(in srgb,var(--bg) 90%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tabs-row{gap:12px}.legend,.tabs-row{display:flex;align-items:center;flex-wrap:wrap}.legend{gap:6px 10px}.legend-title{font-size:12px;font-weight:700;color:var(--text);margin-right:2px}.legend-item{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--muted)}.legend-dot{width:10px;height:10px;border-radius:50%;flex:none}.search{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font-size:14px;outline:none}.search:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 20%,transparent)}.leaflet-tooltip.cmarker-tip{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);font-size:12px;padding:4px 8px;font-weight:500}.leaflet-tooltip-top.cmarker-tip:before{border-top-color:var(--border)}.leaflet-tooltip.me-tip{color:#2f6fed;font-weight:700}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--muted);padding:9px 14px;min-height:40px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:color .18s,border-color .18s,background .18s}.tab:hover{color:var(--text)}.tab.on{color:#fff;background:var(--brand);border-color:var(--brand)}.tab:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 45%,transparent);outline-offset:2px}.calm-toggle{display:inline-flex;align-items:center;gap:8px;margin-left:auto;color:var(--muted);font-size:14px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.calm-toggle input{width:18px;height:18px;accent-color:var(--brand);cursor:pointer}.updated{margin:14px 2px 12px;color:var(--muted);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.board{margin-top:6px}.map-col{height:46vh;margin-bottom:14px}.list-col{min-width:0}@media (min-width:860px){.board{display:grid;grid-template-columns:1fr 384px;grid-gap:16px;gap:16px;height:calc(100dvh - 210px);min-height:520px}.map-col{height:100%;margin-bottom:0}.list-col{height:100%;overflow-y:auto;padding-right:4px}}.leaflet-map{width:100%;height:100%;min-height:300px;border-radius:var(--radius);border:1px solid var(--border);z-index:0}.map-loading{display:flex;align-items:center;justify-content:center;background:var(--surface);color:var(--muted);font-size:14px}.cmarker-wrap{background:transparent!important;border:0!important}.cmarker{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;background:var(--surface);color:var(--m);border:2px solid var(--m);font-size:11px;font-weight:800;white-space:nowrap;box-shadow:0 1px 5px rgba(0,0,0,.28)}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 16px 14px 18px;box-shadow:var(--shadow);overflow:hidden}.card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--lvl)}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.cat{color:var(--muted);font-size:12px;font-weight:600}.badge{color:var(--lvl);background:var(--lvl-bg);padding:4px 10px;border-radius:999px;font-size:12.5px;white-space:nowrap}.badge,.name{font-weight:700}.name{margin:2px 0 4px;font-size:18px;letter-spacing:-.01em}.ppl{margin:0 0 12px;color:var(--muted);font-size:13.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fcst{display:flex;align-items:center;gap:10px;padding-top:12px;border-top:1px dashed var(--border)}.fcst-label{color:var(--muted);font-size:11.5px;font-weight:600}.fcst-cells{display:flex;gap:12px}.fcst-cell{display:flex;flex-direction:column;align-items:center;gap:3px}.dot{width:10px;height:10px;border-radius:50%}.hh{color:var(--muted);font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.empty,.none{margin:24px 0;padding:40px 20px;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.empty-title{margin:0 0 6px;font-weight:700}.empty-sub,.none{color:var(--muted);font-size:14px}.none{margin-top:14px}.foot{margin-top:40px;padding-top:20px;border-top:1px solid var(--border);display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:12.5px}.foot .dim{opacity:.75}.card{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.card:hover{transform:translateY(-1px);box-shadow:0 2px 6px rgba(20,33,28,.08),0 12px 28px rgba(20,33,28,.1)}.card:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 45%,transparent);outline-offset:2px}.cdot{width:14px;height:14px;border-radius:50%;background:var(--m);cursor:pointer}.cdot,.evt-dot{display:block;border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.25),0 1px 3px rgba(0,0,0,.35)}.evt-dot{width:12px;height:12px;background:#8b5cf6;border-radius:3px;transform:rotate(45deg)}.me-dot{display:block;width:14px;height:14px;border-radius:50%;background:#2f6fed;border:3px solid #fff;box-shadow:0 0 0 2px #2f6fed,0 0 0 6px rgba(47,111,237,.3);animation:me-pulse 1.8s ease-out infinite}@keyframes me-pulse{0%{box-shadow:0 0 0 2px #2f6fed,0 0 0 4px rgba(47,111,237,.4)}to{box-shadow:0 0 0 2px #2f6fed,0 0 0 16px rgba(47,111,237,0)}}.dp-overlay{position:fixed;inset:0;z-index:1000;background:rgba(10,18,15,.5);display:flex;justify-content:flex-end;animation:dp-fade .15s ease}@keyframes dp-fade{0%{opacity:0}to{opacity:1}}.dp{width:min(440px,100%);height:100%;color:var(--text);overflow-y:auto;box-shadow:-8px 0 30px rgba(0,0,0,.2)}.dp,.dp-head{background:var(--surface)}.dp-head{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 14px;border-bottom:1px solid var(--border)}.dp-cat{font-size:12px;font-weight:700;color:var(--lvl,var(--brand))}.dp-name{margin:2px 0 0;font-size:20px;font-weight:800;letter-spacing:-.02em}.dp-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--bg);width:32px;height:32px;border-radius:8px;cursor:pointer;color:var(--muted);flex:none}.dp-close:hover{color:var(--text)}.dp-msg{padding:40px 18px;text-align:center;color:var(--muted)}.dp-body{padding:14px 18px 32px}.dp-congest{display:flex;align-items:center;gap:10px;margin-bottom:8px;padding:12px 14px;border-radius:12px;background:var(--lvl-bg)}.dp-congest p{margin:0;font-size:13px;color:var(--text)}.dp-badge{flex:none;color:#fff;background:var(--lvl);padding:4px 10px;border-radius:999px;font-size:12.5px;font-weight:800}.dp-sec{padding:14px 0;border-top:1px solid var(--border)}.dp-sec-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.dp-sec-head h4{margin:0;font-size:14px;font-weight:700}.dp-sec-right{font-size:12px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dp-big{margin:0 0 10px;font-size:22px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dp-unit{font-size:13px;font-weight:600;margin-left:6px}.dp-sub,.dp-unit{color:var(--muted)}.dp-sub{margin:8px 0 0;font-size:12.5px}.dp-inline{margin:0;font-size:13px;color:var(--text)}.tag{display:inline-block;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:2px 8px;font-size:12px;font-weight:700;margin-right:6px}.genderbar{display:flex;height:26px;border-radius:8px;overflow:hidden;margin:4px 0 12px;font-size:11.5px;font-weight:700;color:#fff}.g-male{background:#2f6fed}.g-female,.g-male{display:flex;align-items:center;justify-content:center;min-width:34px}.g-female{background:#e0568a}.bars{display:flex;flex-direction:column;gap:6px}.bar-row{display:grid;grid-template-columns:44px 1fr 42px;align-items:center;grid-gap:8px;gap:8px}.bar-label{font-size:11px;color:var(--muted);white-space:pre-line;line-height:1.05}.bar-track{height:8px;background:var(--bg);border-radius:99px;overflow:hidden}.bar-fill{display:block;height:100%;background:var(--brand);border-radius:99px}.bar-val{font-size:11px;color:var(--muted);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kv-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 12px;gap:10px 12px}.kv-grid>div{display:flex;flex-direction:column}.kv-grid b{font-size:15px;font-weight:800}.kv-grid span{font-size:11.5px;color:var(--muted);margin-top:1px}.fcst-strip{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px}.fcst-col{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:30px}.fcst-col .fcst-bar{width:20px;height:20px;border-radius:6px}.fcst-lvl{font-size:10px;font-weight:700}.fcst-hh{font-size:10px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rsb{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.rsb li{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12.5px}.rsb em{font-style:normal;color:var(--muted);font-weight:600;flex:none}@media (max-width:640px){.dp-overlay{align-items:flex-end}.dp{width:100%;height:auto;max-height:88vh;border-radius:18px 18px 0 0}}.lp{min-height:100dvh;display:flex;align-items:flex-start;justify-content:center;padding:7vh 20px 40px}.lp-inner{width:100%;max-width:460px}.lp-eyebrow{text-align:center;color:var(--brand);font-weight:700;font-size:14px;margin:0 0 16px}.lp-card{background:var(--surface);border:1px solid var(--border);border-top:4px solid var(--lvl,var(--brand));border-radius:22px;padding:28px 22px;box-shadow:var(--shadow)}.lp-skel{text-align:center;color:var(--muted)}.lp-verdict{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.lp-emoji{font-size:44px;line-height:1}.lp-verdict h1{margin:0;font-size:clamp(24px,6vw,30px);font-weight:800;letter-spacing:-.02em}.lp-best{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:20px;padding:16px;border-radius:14px;background:var(--lvl-bg);text-decoration:none;color:var(--text)}.lp-best-label{font-size:12px;color:var(--muted);font-weight:600}.lp-best-name{font-size:22px;font-weight:800;letter-spacing:-.02em}.lp-badge{color:#fff;background:var(--lvl);padding:3px 12px;border-radius:999px;font-size:12.5px;font-weight:800}.lp-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px}.chip{background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600;color:var(--text)}.chip.dim{color:var(--muted)}.chip.bad{color:var(--c-packed);border-color:var(--c-packed)}.lp-alts{margin-top:22px}.lp-alts-title{font-size:13px;font-weight:700;color:var(--muted);margin:0 0 8px}.lp-alts ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.lp-alts a{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:var(--text)}.lp-alts a:hover{border-color:var(--brand)}.lp-alts .dot{width:10px;height:10px;border-radius:50%;flex:none}.lp-alts .nm{font-weight:700;font-size:14px}.lp-alts .meta{margin-left:auto;font-size:12px;color:var(--muted)}.lp-actions{margin-top:24px;text-align:center}.btn{display:inline-block;text-decoration:none;font-weight:700;border-radius:12px;padding:13px 20px;font-size:15px}.btn.primary{background:var(--brand);color:#fff}.lp-note{margin:12px 0 0;font-size:12.5px;color:var(--muted)}.lp-hint{margin:14px 0 0;text-align:center;font-size:13.5px;font-weight:600;color:var(--text);background:var(--lvl-bg);padding:10px 14px;border-radius:12px}.ad-slot{margin:26px 0 0;min-height:90px;display:flex;align-items:center;justify-content:center;border:1px dashed var(--border);border-radius:12px;color:var(--muted);font-size:12px}.promo{margin:28px 0 0}.promo-title{font-size:13px;font-weight:700;color:var(--muted);margin:0 0 10px;text-align:center}.promo-list{display:flex;flex-direction:column;gap:10px}.promo-card{display:flex;align-items:center;gap:12px;padding:14px;background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--accent);border-radius:14px;text-decoration:none;color:var(--text);transition:transform .12s ease,box-shadow .12s ease}.promo-card:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.promo-ic{width:44px;height:44px;border-radius:12px;flex:none;display:flex;align-items:center;justify-content:center;font-size:22px;background:color-mix(in srgb,var(--accent) 15%,var(--surface))}.promo-body{min-width:0;display:flex;flex-direction:column}.promo-head{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.promo-name{font-weight:800;font-size:15px}.promo-link{font-size:12px;font-weight:700;color:var(--brand);white-space:nowrap}.promo-desc{margin:3px 0 0;font-size:12.5px;color:var(--muted);line-height:1.45}.lp-foot{text-align:center;color:var(--muted);font-size:12px;margin:22px 0 0}.lp-foot a{color:var(--muted);text-decoration:underline}.legal{max-width:720px;margin:0 auto;padding:28px 20px 60px}.legal h1{font-size:clamp(24px,5vw,32px);font-weight:800;margin:8px 0 4px;letter-spacing:-.02em}.legal h2{font-size:16px;font-weight:700;margin:26px 0 8px}.legal p{font-size:14.5px;line-height:1.7;color:var(--text);margin:0 0 10px}.legal a{color:var(--brand)}.legal-date{color:var(--muted);font-size:13px;margin-bottom:18px}.foot a{color:var(--muted);text-decoration:underline;margin-left:4px}.place{padding:20px}.place-inner{max-width:640px;margin:0 auto}.back{display:inline-block;color:var(--muted);text-decoration:none;font-size:13px;font-weight:600;margin-bottom:14px}.back:hover{color:var(--text)}.place-cat{color:var(--brand);font-weight:700;font-size:13px;margin:0 0 4px}.place-h1{margin:0 0 18px;font-size:clamp(26px,6vw,36px);font-weight:800;letter-spacing:-.02em;line-height:1.15}.place-answer{padding:16px 18px;border-radius:14px;background:var(--lvl-bg);border-left:4px solid var(--lvl);margin-bottom:8px}.place-answer p{margin:8px 0 0;font-size:15px;font-weight:600}.place-answer-msg{font-weight:400!important;color:var(--muted);font-size:13px!important}.place-cat a{color:var(--brand);text-decoration:underline}.dlist{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.dlist a{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--border);border-left:3px solid var(--lvl,var(--border));border-radius:10px;text-decoration:none;color:var(--text);background:var(--surface)}.dlist a:hover{border-color:var(--brand)}.dlist-dot{width:10px;height:10px;border-radius:50%;flex:none}.dlist-nm{font-weight:700;font-size:14px}.dlist-meta{margin-left:auto;font-size:12px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.district-select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;min-height:40px}.hero-sm{padding:20px 0 10px}.hero-sm h1{font-size:clamp(22px,5vw,30px);margin:6px 0 8px}.dp-alert{margin:4px 0 12px;padding:12px 14px;border-radius:12px;background:var(--c-packed-bg);border:1px solid color-mix(in srgb,var(--c-packed) 40%,transparent)}.dp-alert-tag{display:inline-block;font-size:12px;font-weight:800;color:var(--c-packed);margin-bottom:6px}.dp-alert ul{margin:0;padding-left:18px;font-size:13px;color:var(--text)}.dp-alert li{margin:2px 0}.sub-arr{display:flex;flex-direction:column;gap:12px}.sub-stn-nm{margin:0 0 6px;font-size:13.5px;font-weight:700;display:flex;align-items:baseline;gap:8px}.sub-stn-line{font-size:11.5px;font-weight:600;color:var(--muted)}.sub-trains{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.sub-trains li{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12.5px}.sub-route{color:var(--text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sub-eta{font-style:normal;font-weight:700;color:var(--muted);flex:none}.sub-eta.soon{color:var(--c-packed)}.wx-strip{display:flex;gap:4px;overflow-x:auto;padding-bottom:4px}.wx-col{display:flex;flex-direction:column;align-items:center;gap:3px;min-width:34px;padding:6px 2px;border-radius:8px}.wx-hh{font-size:10.5px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wx-temp{font-size:13px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wx-rain{font-size:10px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wx-rain.on{color:var(--c-normal);font-weight:700}.dp-more{margin-top:6px}.dp-more>summary{cursor:pointer;font-size:12.5px;font-weight:600;color:var(--brand);list-style:none;padding:4px 0}.dp-more>summary::-webkit-details-marker{display:none}.dp-more>summary:after{content:" ▾";color:var(--muted)}.dp-more[open]>summary:after{content:" ▴"}.road-list{max-height:260px;overflow-y:auto}.road-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:7px;vertical-align:middle}.ev-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.ev-card{display:flex;align-items:center;gap:12px;padding:8px;border:1px solid var(--border);border-radius:12px;text-decoration:none;color:var(--text);background:var(--surface)}a.ev-card:hover{border-color:var(--brand)}.ev-thumb{width:56px;height:56px;border-radius:8px;object-fit:cover;flex:none;background:var(--bg)}.ev-body{min-width:0;display:flex;flex-direction:column;gap:2px}.ev-nm{font-size:13px;font-weight:700;line-height:1.3}.ev-meta{font-size:11.5px;color:var(--muted)}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}