:root{--ink:#18231e;--paper:#f1efe6;--panel:#fbfaf4;--lime:#d6f45d;--orange:#ff6b3d;--muted:#667069;--line:#c7c9bd;--blue:#315fa8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif}.topbar{height:76px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ink)}.brand{color:inherit;text-decoration:none;display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:50%;background:var(--ink);display:grid;place-content:center;gap:3px}.brand-mark i{display:block;width:22px;height:3px;background:var(--lime)}.brand-mark i:nth-child(2){width:14px}.brand b,.brand small{display:block}.brand b{font-size:17px;letter-spacing:.15em}.brand small{margin-top:2px;font-size:11px;color:var(--muted)}.status{font:700 12px/1 monospace;letter-spacing:.07em}.status span,.pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:#50a76e;margin-right:8px;box-shadow:0 0 0 4px #50a76e22}main{max-width:1440px;margin:auto;padding:58px clamp(18px,5vw,72px) 72px}.intro{max-width:850px;margin-bottom:38px}.eyebrow{font:700 11px/1.2 monospace;letter-spacing:.16em;color:var(--blue);text-transform:uppercase}.intro h1{font-size:clamp(42px,7vw,86px);line-height:.95;letter-spacing:-.065em;margin:18px 0 22px}.intro h1 em{font-style:normal;color:var(--blue)}.intro>p:last-child{font-size:16px;line-height:1.8;color:var(--muted);max-width:630px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;border:1px solid var(--ink);background:var(--panel);box-shadow:9px 9px 0 var(--ink)}.map-card{min-width:0;border-right:1px solid var(--ink)}.map-head{height:76px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ink)}.map-head>div{display:flex;align-items:center;gap:12px}.map-head h2{margin:0;font-size:17px}.map-head p{font-size:12px;color:var(--muted)}.line-badge{display:grid;place-content:center;width:34px;height:34px;border-radius:50%;background:var(--blue);color:white;font:bold 12px monospace}.map-wrap{position:relative;overflow:hidden;background:#deddd4}.station-map{width:100%;height:auto;min-height:470px;display:block}.floor{fill:#e8e6de;stroke:#18231e;stroke-width:3}.corridor{fill:#fbfaf4;stroke:#18231e;stroke-width:2}.platform{fill:#d6f45d;stroke:#18231e;stroke-width:2}.track{fill:none;stroke:#18231e;stroke-width:5;stroke-dasharray:28 9}.transfer-path{fill:none;stroke:#ff6b3d;stroke-width:9;stroke-dasharray:3 12;stroke-linecap:round}.zone-label{font:bold 17px Arial;fill:#18231e}.map-note{font:bold 11px monospace;letter-spacing:1px;fill:#667069}.hotspot{cursor:pointer;outline:none}.hotspot circle{fill:#fbfaf4;stroke:#18231e;stroke-width:3;transition:.2s}.hotspot path,.hotspot rect,.hotspot>circle:not(:first-child){fill:none;stroke:#18231e;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.hotspot text{font:bold 12px Arial;fill:#18231e;text-anchor:middle}.hotspot:hover circle:first-child,.hotspot:focus circle:first-child{fill:#d6f45d;stroke-width:5}.hotspot.selected circle:first-child{fill:var(--orange);stroke-width:5}.hotspot.selected text{font-size:13px}.map-key{position:absolute;left:14px;right:14px;bottom:12px;display:flex;justify-content:space-between;font:700 10px monospace;pointer-events:none}.map-key span,.map-key b{padding:6px 8px;background:#fbfaf4;border:1px solid var(--ink)}.detail-card{padding:28px;position:relative;background:var(--panel);display:flex;flex-direction:column}.detail-number{font:700 12px monospace;color:var(--muted);align-self:flex-end}.detail-icon{width:76px;height:76px;border-radius:50%;background:var(--orange);border:2px solid var(--ink);margin:8px 0 28px;display:grid;place-content:center;font:bold 28px monospace}.detail-type{font:700 11px monospace;letter-spacing:.12em;color:var(--blue);margin:0 0 8px}.detail-card h2{font-size:27px;letter-spacing:-.04em;margin:0 0 4px}.detail-en{font:700 11px monospace;color:var(--muted);letter-spacing:.13em;margin:0 0 26px}.detail-card dl{margin:0}.detail-card dl div{border-top:1px solid var(--line);padding:15px 0}.detail-card dt{font-size:11px;font-weight:bold;color:var(--muted);margin-bottom:6px}.detail-card dd{font-size:14px;line-height:1.65;margin:0}.favorite-btn{margin-top:auto;min-height:50px;background:var(--ink);color:white;border:0;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font:inherit}.favorite-btn span{font-size:22px}.favorite-btn:hover,.favorite-btn[aria-pressed=true]{background:var(--blue)}.favorites{margin-top:72px;display:grid;grid-template-columns:250px 1fr;gap:36px;align-items:start}.favorites h2{font-size:29px;margin:8px 0}.favorite-list{display:flex;flex-wrap:wrap;gap:10px}.favorite-chip{border:1px solid var(--ink);background:var(--panel);min-height:50px;padding:8px 12px;display:flex;align-items:center;gap:9px;cursor:pointer;box-shadow:3px 3px 0 var(--ink);font:inherit}.favorite-chip:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--ink)}.favorite-chip i{font-style:normal;font:700 10px monospace;background:var(--lime);padding:5px}.empty{color:var(--muted);font-size:14px;border-left:3px solid var(--line);padding:8px 14px}footer{border-top:1px solid var(--ink);padding:22px clamp(20px,5vw,72px);display:flex;justify-content:space-between;font:700 10px monospace;letter-spacing:.08em;color:var(--muted)}@media(max-width:850px){.workspace{grid-template-columns:1fr}.map-card{border-right:0;border-bottom:1px solid var(--ink)}.detail-card{min-height:480px}.favorites{grid-template-columns:1fr;gap:10px}.station-map{min-width:680px}.map-wrap{overflow-x:auto}}@media(max-width:540px){.topbar{height:66px}.status{font-size:0}.status span{margin:0}.intro{margin-bottom:26px}.intro h1{font-size:48px}.workspace{box-shadow:5px 5px 0 var(--ink)}.map-head{height:68px}.map-head p{display:none}.station-map{min-height:0;min-width:610px}.detail-card{padding:24px;min-height:520px}.favorites{margin-top:55px}footer{display:block;line-height:1.8}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
