.route-actions{display:flex;align-items:center;gap:9px}.route-actions .primary-button{min-height:40px;padding-inline:14px}.route-actions .secondary-button{min-height:40px}.route-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0 2px;padding:5px;border:1px solid var(--border);border-radius:16px;background:var(--surface-soft)}.route-mode-switch button{min-height:54px;display:grid;align-content:center;gap:2px;padding:8px 12px;border:0;border-radius:12px;background:transparent;color:var(--muted);text-align:left;cursor:pointer}.route-mode-switch button strong{color:var(--text);font-size:13px}.route-mode-switch button small{font-size:10px;line-height:1.3}.route-mode-switch button.active{background:var(--surface);box-shadow:var(--shadow-soft)}.route-mode-switch button.active strong{color:var(--primary)}.trip-mode{position:fixed;z-index:500;inset:0;overflow:auto;background:color-mix(in srgb,var(--bg) 86%,#020617 14%);animation:trip-fade-in .2s ease}.trip-mode-shell{min-height:100dvh;width:min(760px,100%);margin:0 auto;display:flex;flex-direction:column;background:var(--bg);border-inline:1px solid var(--border)}.trip-mode-header{position:sticky;top:0;z-index:2;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:max(17px,env(safe-area-inset-top)) 20px 15px;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.trip-mode-header>div{display:grid;gap:4px;min-width:0}.trip-mode-header strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}.trip-kicker{color:var(--primary);font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.trip-close{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--border);border-radius:14px;background:var(--surface);cursor:pointer}.trip-progress-copy{display:flex;justify-content:space-between;gap:14px;padding:15px 20px 8px;color:var(--muted);font-size:11px;font-weight:750}.trip-progress{height:6px;margin:0 20px;border-radius:99px;overflow:hidden;background:var(--border)}.trip-progress span{display:block;height:100%;border-radius:inherit;background:var(--trip-color);transition:width .28s ease}.trip-mode-content{width:100%;flex:1;padding:22px 20px 130px}.trip-current-card{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:15px;padding:22px;border:1px solid color-mix(in srgb,var(--trip-color) 32%,var(--border));border-radius:27px;background:linear-gradient(145deg,color-mix(in srgb,var(--trip-color) 12%,var(--surface)),var(--surface));box-shadow:var(--shadow)}.trip-current-card:after{content:"";position:absolute;inset:auto -40px -62px auto;width:150px;height:150px;border-radius:50%;background:color-mix(in srgb,var(--trip-color) 12%,transparent)}.trip-current-card.is-finished{border-color:color-mix(in srgb,#22c55e 38%,var(--border));background:linear-gradient(145deg,color-mix(in srgb,#22c55e 12%,var(--surface)),var(--surface))}.trip-line-pill{position:relative;z-index:1;min-width:42px;height:30px;display:grid;place-items:center;border-radius:10px;color:#fff;font-size:12px;font-weight:900}.trip-current-card>div{position:relative;z-index:1;min-width:0}.trip-current-card small{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.trip-current-card h1{margin:5px 0 9px;font-size:clamp(32px,7vw,52px);line-height:.98;letter-spacing:-.045em}.trip-current-card p{margin:0;color:var(--muted);line-height:1.5;font-size:14px}.trip-current-icon{position:relative;z-index:1;width:50px;height:50px;display:grid;place-items:center;border-radius:17px;background:var(--surface);color:var(--trip-color);box-shadow:var(--shadow-soft)}.trip-current-card.is-finished .trip-current-icon{color:#16a34a}.trip-upcoming{margin-top:17px;padding:19px;border:1px solid var(--border);border-radius:23px;background:var(--surface);box-shadow:var(--shadow-soft)}.trip-section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.trip-section-title span{font-size:14px;font-weight:850}.trip-section-title small{color:var(--muted);font-size:10px}.trip-upcoming-list{display:grid}.trip-upcoming-list>div{position:relative;min-height:58px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:8px 5px}.trip-upcoming-list>div:not(:last-child):after{content:"";position:absolute;left:9px;top:38px;width:2px;height:35px;background:var(--border)}.trip-stop-dot{position:relative;z-index:1;width:19px;height:19px;border:4px solid var(--border);border-radius:50%;background:var(--surface)}.trip-upcoming-list .is-next .trip-stop-dot{border-color:var(--trip-color);box-shadow:0 0 0 5px color-mix(in srgb,var(--trip-color) 11%,transparent)}.trip-upcoming-list>div>span:nth-child(2){display:grid;gap:3px}.trip-upcoming-list strong{font-size:14px}.trip-upcoming-list small{color:var(--muted);font-size:10px}.trip-upcoming-list em{padding:5px 7px;border-radius:8px;background:color-mix(in srgb,var(--trip-color) 12%,var(--surface));color:var(--trip-color);font-size:9px;font-style:normal;font-weight:850;text-transform:uppercase}.trip-note{display:flex;align-items:flex-start;gap:8px;margin:16px 2px 0;color:var(--muted);font-size:11px;line-height:1.45}.trip-note svg{flex:0 0 auto;margin-top:1px}.trip-mode-actions{position:fixed;z-index:3;left:50%;bottom:0;transform:translate(-50%);width:min(760px,100%);display:grid;grid-template-columns:auto 1fr;gap:10px;padding:14px 20px max(14px,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.trip-mode-actions:has(.trip-primary:only-child){grid-template-columns:1fr}.trip-primary,.trip-secondary{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;border-radius:16px;font-weight:850;cursor:pointer}.trip-primary{border:0;background:var(--trip-color);color:#fff;box-shadow:0 12px 28px color-mix(in srgb,var(--trip-color) 28%,transparent)}.trip-secondary{min-width:94px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.trip-secondary:disabled{opacity:.4;cursor:default}@keyframes trip-fade-in{0%{opacity:0}}@media(max-width:560px){.route-summary{display:grid;grid-template-columns:1fr}.route-actions{display:grid;grid-template-columns:1fr auto}.route-actions .primary-button{display:inline-flex}.route-mode-switch button{padding-inline:9px}.trip-mode-shell{border-inline:0}.trip-mode-header{min-height:70px;padding-inline:16px}.trip-progress-copy{padding-inline:16px}.trip-progress{margin-inline:16px}.trip-mode-content{padding:18px 14px 124px}.trip-current-card{grid-template-columns:auto 1fr;padding:18px}.trip-current-icon{grid-column:1 / -1;width:100%;height:44px}.trip-upcoming{padding:16px}.trip-mode-actions{padding-inline:14px}}:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background:#edf2f8;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #edf2f8;--surface: #ffffff;--surface-soft: #f7f9fc;--surface-elevated: rgba(255, 255, 255, .92);--text: #111827;--muted: #667085;--muted-2: #98a2b3;--border: #e4e9f1;--primary: #2563eb;--primary-dark: #1d4ed8;--primary-soft: #e9f0ff;--shadow: 0 18px 55px rgba(25, 43, 78, .1);--shadow-soft: 0 8px 28px rgba(25, 43, 78, .08);--nav-height: 78px;--safe-bottom: env(safe-area-inset-bottom, 0px)}:root[data-theme=dark]{color:#f6f8fc;background:#080d18;--bg: #080d18;--surface: #111827;--surface-soft: #172033;--surface-elevated: rgba(17, 24, 39, .94);--text: #f6f8fc;--muted: #a9b4c7;--muted-2: #75839b;--border: #253149;--primary: #6f9cff;--primary-dark: #8aafff;--primary-soft: #1d315f;--shadow: 0 20px 60px rgba(0, 0, 0, .28);--shadow-soft: 0 9px 30px rgba(0, 0, 0, .22)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-width:320px;min-height:100%;background:var(--bg);color:var(--text)}button,input{font:inherit}button{color:inherit}button:focus-visible,[tabindex="0"]:focus-visible,input:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 35%,transparent);outline-offset:2px}.app-shell{min-height:100dvh;padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 26px)}.topbar{position:sticky;top:0;z-index:30;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,env(safe-area-inset-left)) 0 max(20px,env(safe-area-inset-right));background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--border) 78%,transparent)}.brand{border:0;background:transparent;display:inline-flex;align-items:center;gap:11px;padding:0;cursor:pointer;text-align:left}.brand-mark{width:39px;height:39px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:22px;border-radius:13px;background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 8px 18px #2563eb45}.brand>span:last-child{display:grid;line-height:1.1;gap:3px}.brand strong{font-size:16px}.brand small{color:var(--muted);font-size:11px;font-weight:600}.topbar-actions{display:flex;gap:8px}.icon-button{width:41px;height:41px;display:grid;place-items:center;border:1px solid var(--border);border-radius:13px;background:var(--surface-elevated);cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .18s ease,background .18s ease}.icon-button:active{transform:scale(.95)}.icon-button.is-favorite{color:#f59e0b;background:color-mix(in srgb,#f59e0b 13%,var(--surface))}.icon-button.is-favorite svg{fill:currentColor}.offline-banner{position:sticky;top:0;z-index:50;display:flex;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:7px 16px;background:#9a3412;color:#fff;font-size:12px;font-weight:700;text-align:center}main{width:min(1120px,100%);margin:0 auto;padding:0 22px}.hero-section{padding:42px 0 24px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(430px,1.15fr);gap:44px;align-items:center}.hero-copy h1,.page-title h1{margin:12px 0;font-size:clamp(39px,5vw,64px);letter-spacing:-.055em;line-height:.98}.hero-copy p,.page-title p{max-width:560px;margin:0;color:var(--muted);line-height:1.6;font-size:16px}.status-chip{display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:8px 11px;font-size:11px;color:var(--muted);font-weight:750;box-shadow:var(--shadow-soft)}.online-dot,.fallback-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px color-mix(in srgb,#22c55e 16%,transparent)}.fallback-dot{background:#f59e0b;box-shadow:0 0 0 4px color-mix(in srgb,#f59e0b 16%,transparent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow)}.planner-card{padding:18px}.station-select-stack{position:relative;display:grid;gap:10px}.station-select{width:100%;min-height:86px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;border:1px solid var(--border);background:var(--surface-soft);border-radius:19px;padding:13px 14px;cursor:pointer;text-align:left;transition:border .2s ease,transform .2s ease}.station-select:hover{border-color:color-mix(in srgb,var(--primary) 40%,var(--border))}.station-select:active{transform:scale(.992)}.selector-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:var(--primary);background:var(--primary-soft)}.from-icon>span{width:9px;height:9px;border:3px solid var(--primary);border-radius:50%}.to-icon{color:#7c3aed;background:color-mix(in srgb,#7c3aed 12%,var(--surface))}.selector-copy{display:grid;gap:2px;min-width:0}.selector-copy small{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.selector-copy strong{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selector-copy em{color:var(--muted);font-style:normal;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swap-button{position:absolute;right:39px;top:77px;z-index:2;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;border:1px solid var(--border);background:var(--surface);cursor:pointer;box-shadow:var(--shadow-soft)}.planner-actions{display:flex;gap:10px;margin-top:14px}.primary-button,.secondary-button,.ghost-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:0 17px;border:0;cursor:pointer;font-weight:750;transition:transform .18s ease,filter .18s ease}.primary-button{background:var(--primary);color:#fff;box-shadow:0 10px 24px color-mix(in srgb,var(--primary) 25%,transparent)}.secondary-button{background:var(--surface-soft);color:var(--text);border:1px solid var(--border)}.ghost-button{background:transparent;color:var(--primary)}.primary-button:active,.secondary-button:active,.ghost-button:active{transform:scale(.98)}.primary-button:disabled,.ghost-button:disabled{opacity:.62;cursor:wait}.planner-actions>*{flex:1}.compact-button{min-height:39px;padding:0 13px;font-size:13px}.eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:850}.route-result{margin:24px 0 36px;padding:25px}.route-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.route-time{display:flex;align-items:baseline;gap:7px;margin-top:2px}.route-time strong{font-size:50px;letter-spacing:-.055em;line-height:1}.route-time span{color:var(--muted);font-size:17px;font-weight:700}.route-stats{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 28px}.route-stats>span{display:inline-flex;align-items:center;gap:7px;min-height:33px;padding:0 11px;border-radius:11px;background:var(--surface-soft);color:var(--muted);font-size:12px;font-weight:700}.timeline{display:grid;gap:10px}.timeline-ride{border:1px solid var(--border);border-radius:19px;overflow:hidden;background:var(--surface-soft)}.ride-heading{display:flex;align-items:center;gap:12px;padding:15px 16px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 86%,transparent)}.line-pill{min-width:38px;height:27px;display:inline-grid;place-items:center;border-radius:9px;color:#fff;font-weight:850;font-size:12px;box-shadow:inset 0 0 0 1px #ffffff29}.ride-heading div,.timeline-transfer div:last-child{display:grid;gap:3px}.ride-heading strong,.timeline-transfer strong{font-size:14px}.ride-heading small,.timeline-transfer small{color:var(--muted);font-size:12px}.ride-stations{padding:13px 16px 14px 22px}.ride-station{position:relative;width:100%;display:flex;align-items:center;gap:12px;min-height:32px;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;font-size:13px}.ride-station:not(:last-child):before{content:"";position:absolute;left:4px;top:17px;width:3px;height:30px;background:var(--line-color);opacity:.42}.route-node{position:relative;z-index:1;width:11px;height:11px;flex:0 0 auto;border:3px solid var(--line-color);background:var(--surface);border-radius:50%}.ride-station.endpoint{font-weight:800}.ride-station.endpoint .route-node{width:13px;height:13px;background:var(--line-color);border-color:var(--line-color)}.timeline-transfer{position:relative;display:flex;align-items:center;gap:12px;min-height:61px;padding:10px 16px 10px 22px}.transfer-icon{width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;background:var(--surface-soft);border:1px solid var(--border);border-radius:11px;color:var(--muted)}.timeline-connector{position:absolute;left:27px;top:-15px;height:15px;border-left:3px dotted var(--muted-2)}.data-note{display:flex;align-items:flex-start;gap:8px;margin:18px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.data-note svg{flex:0 0 auto;margin-top:1px}.quick-section{padding:4px 0 24px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:15px}.section-heading h2,.map-header h2{margin:4px 0 0;font-size:24px;letter-spacing:-.025em}.text-button{display:inline-flex;align-items:center;gap:3px;padding:8px;border:0;background:transparent;color:var(--primary);cursor:pointer;font-weight:750}.station-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.favorite-station-card{position:relative;min-height:174px;padding:17px;overflow:hidden;display:flex;flex-direction:column;border-radius:20px;text-align:left;cursor:pointer;color:var(--text)}.favorite-line{position:absolute;inset:0 auto 0 0;width:4px}.favorite-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.favorite-icon,.filled{color:#f59e0b;fill:currentColor}.favorite-station-card>strong{font-size:18px;margin-bottom:auto}.favorite-trains{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.favorite-trains>span{display:grid;gap:3px;min-width:0}.favorite-trains small{color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-trains b{font-size:14px}.page-section{padding:28px 0}.map-page{display:grid;gap:14px}.map-route-banner{min-height:72px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:13px 16px;border-radius:19px}.map-route-banner>span:first-child{display:grid;gap:3px;min-width:0}.map-route-banner small{color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.07em}.map-route-banner strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-route-time{color:var(--primary);font-weight:850}.map-card{overflow:hidden}.map-header{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 20px;border-bottom:1px solid var(--border)}.zoom-controls{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--border);border-radius:12px;padding:3px;background:var(--surface-soft)}.zoom-controls button{width:31px;height:31px;border:0;border-radius:9px;background:var(--surface);cursor:pointer;font-size:19px}.zoom-controls span{min-width:47px;color:var(--muted);font-size:11px;font-weight:750;text-align:center}.map-scroll{overflow:auto;overscroll-behavior:contain;background:var(--surface-soft);min-height:570px;scrollbar-width:thin}.metro-map{display:block;min-width:740px;height:auto;margin:0 auto;transition:width .2s ease}.map-grid line{stroke:var(--border);stroke-width:.7;opacity:.42}.metro-line-base{fill:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;opacity:.76}.metro-line-active{stroke-width:15;stroke-linecap:round;opacity:.95;filter:drop-shadow(0 2px 5px rgba(0,0,0,.18))}.transfer-link{stroke:var(--text);stroke-width:7;stroke-linecap:round;opacity:.35}.transfer-link.active{opacity:.9;stroke-width:10}.map-station{cursor:pointer}.station-node{fill:var(--surface);stroke-width:3.3;transition:r .14s ease;filter:drop-shadow(0 1px 1px rgba(0,0,0,.14))}.map-station:hover .station-node{r:7px}.map-station.active .station-node{fill:#f59e0b;stroke:#fff!important;stroke-width:3.8}.map-station.on-route .station-node{fill:var(--surface);stroke-width:4}.transfer-ring{fill:var(--surface);stroke:var(--text);stroke-width:2.2}.station-label{fill:var(--text);font-size:10px;font-weight:720;paint-order:stroke;stroke:var(--surface-soft);stroke-width:4px;stroke-linejoin:round}.map-legend{min-height:54px;display:flex;align-items:center;gap:15px;padding:11px 18px;border-top:1px solid var(--border);color:var(--muted);font-size:11px;font-weight:750}.map-legend>span{display:inline-flex;align-items:center;gap:6px}.map-legend i{width:18px;height:5px;border-radius:99px}.map-tip{margin-left:auto}.page-title{padding:15px 0 24px}.page-title h1{font-size:46px}.favorites-list{display:grid;gap:11px}.favorite-row{overflow:hidden;border-radius:20px}.favorite-main{width:100%;min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:13px 15px;border:0;background:transparent;text-align:left;cursor:pointer}.line-dot{width:11px;height:11px;flex:0 0 auto;border-radius:50%;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 10%,transparent)}.line-dot.large{width:16px;height:16px}.favorite-main>span:nth-child(2){display:grid;gap:4px}.favorite-main strong{font-size:16px}.favorite-main small{color:var(--muted)}.favorite-row-actions{display:grid;grid-template-columns:1fr 1fr auto;border-top:1px solid var(--border)}.favorite-row-actions button{min-height:42px;border:0;border-right:1px solid var(--border);background:var(--surface-soft);color:var(--primary);cursor:pointer;font-weight:750;font-size:12px}.favorite-row-actions button:last-child{border-right:0;width:48px;color:#f59e0b}.about-card{display:flex;align-items:flex-start;gap:13px;padding:17px;margin-top:18px;border-radius:19px;color:var(--muted)}.about-card svg{flex:0 0 auto;color:var(--primary)}.about-card strong{color:var(--text)}.about-card p{margin:4px 0 0;font-size:12px;line-height:1.55}.empty-state{min-height:260px;display:grid;place-items:center;align-content:center;gap:9px;padding:25px;text-align:center;color:var(--muted)}.empty-state h2{margin:5px 0 0;color:var(--text)}.empty-state p{margin:0 0 10px}.empty-state.compact{min-height:150px}.bottom-nav{position:fixed;z-index:40;left:50%;bottom:calc(12px + var(--safe-bottom));transform:translate(-50%);width:min(430px,calc(100% - 28px));height:66px;display:grid;grid-template-columns:repeat(3,1fr);padding:5px;border:1px solid color-mix(in srgb,var(--border) 88%,transparent);border-radius:22px;background:var(--surface-elevated);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 18px 50px #0f172a2e}.bottom-nav button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;border:0;border-radius:16px;background:transparent;color:var(--muted);cursor:pointer;font-size:10px;font-weight:750;transition:background .18s ease,color .18s ease}.bottom-nav button.active{color:var(--primary);background:var(--primary-soft)}.bottom-nav svg{width:21px;height:21px}.sheet-backdrop{position:fixed;z-index:100;inset:0;display:flex;justify-content:center;align-items:flex-end;padding:18px 18px max(18px,env(safe-area-inset-bottom));background:#050a148a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fade-in .18s ease}.station-sheet,.station-detail-sheet{width:min(620px,100%);max-height:min(86dvh,780px);display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:28px;box-shadow:0 28px 90px #0000004d;animation:sheet-in .24s ease}.sheet-header{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:20px 20px 13px}.sheet-header h2{margin:4px 0 0;font-size:22px;letter-spacing:-.025em}.search-field{margin:0 18px 12px;min-height:49px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:0 13px;border:1px solid var(--border);border-radius:15px;background:var(--surface-soft);color:var(--muted)}.search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}.search-field button{border:0;background:transparent;color:var(--muted);cursor:pointer}.station-options{overflow-y:auto;padding:0 10px 16px}.option-group-title{display:flex;align-items:center;gap:6px;padding:13px 11px 7px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.station-option{width:100%;min-height:60px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:9px 11px;border:0;border-radius:13px;background:transparent;text-align:left;cursor:pointer}.station-option:hover,.station-option.is-selected{background:var(--surface-soft)}.station-option-copy{display:grid;gap:2px;min-width:0}.station-option-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.station-option-copy small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.station-detail-sheet{position:relative}.detail-accent{height:7px;flex:0 0 auto}.detail-header{align-items:flex-start}.station-title-row{display:flex;align-items:flex-start;gap:12px}.station-title-row .line-pill{margin-top:4px}.station-title-row small{color:var(--muted)}.detail-actions{display:flex;gap:7px}.detail-body{overflow-y:auto;padding:4px 20px 20px}.train-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.train-card{display:grid;gap:5px;padding:14px;border-radius:17px;background:var(--surface-soft);border:1px solid var(--border)}.train-card>span{color:var(--muted);font-size:11px;font-weight:700}.train-card strong{font-size:29px;letter-spacing:-.04em}.train-card small{color:var(--muted-2);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.detail-facts{display:grid;gap:2px;margin:15px 0}.detail-facts>span{min-height:55px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border)}.detail-facts>span>svg{color:var(--primary)}.detail-facts>span>span{display:grid;gap:2px}.detail-facts small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:750}.detail-facts strong{font-size:13px}.detail-buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}.toast{position:fixed;z-index:200;left:50%;bottom:calc(var(--nav-height) + var(--safe-bottom) + 28px);transform:translate(-50%);width:max-content;max-width:calc(100% - 32px);padding:12px 16px;border-radius:13px;background:#111827;color:#fff;font-size:12px;font-weight:700;box-shadow:0 16px 44px #00000047;animation:toast-in .2s ease}@keyframes fade-in{0%{opacity:0}}@keyframes sheet-in{0%{transform:translateY(28px);opacity:.5}}@keyframes toast-in{0%{transform:translate(-50%,10px);opacity:0}}@media(max-width:820px){main{padding:0 16px}.hero-section{grid-template-columns:1fr;gap:24px;padding-top:27px}.hero-copy h1{font-size:47px}.hero-copy p{font-size:14px}.planner-card{padding:13px}.station-card-grid{grid-template-columns:1fr 1fr}.station-card-grid>:nth-child(3){display:none}.map-scroll{min-height:515px}}@media(max-width:560px){.topbar{height:64px;padding-inline:15px}.brand-mark{width:36px;height:36px;border-radius:12px}.brand strong{font-size:15px}.hero-section{padding-top:22px}.hero-copy h1{font-size:42px}.planner-actions{display:grid;grid-template-columns:1fr}.planner-actions .primary-button{display:none}.route-result{padding:18px 14px;margin-top:15px}.route-time strong{font-size:43px}.route-summary{align-items:center}.route-summary .secondary-button{width:42px;padding:0;font-size:0}.route-summary .secondary-button svg{margin:0}.route-stats{margin-bottom:20px}.station-card-grid{grid-template-columns:1fr}.station-card-grid>:nth-child(2){display:none}.favorite-station-card{min-height:160px}.section-heading h2{font-size:22px}.page-section{padding-top:18px}.page-title h1{font-size:39px}.map-header{align-items:flex-start;padding:15px}.map-header h2{font-size:19px}.map-scroll{min-height:490px}.map-legend{flex-wrap:wrap;gap:10px}.map-tip{width:100%;margin-left:0}.sheet-backdrop{padding:0;align-items:flex-end}.station-sheet,.station-detail-sheet{width:100%;max-height:91dvh;border-radius:27px 27px 0 0;border-bottom:0}.train-grid{grid-template-columns:1fr}.train-card{grid-template-columns:1fr auto;align-items:center}.train-card small{grid-column:1 / -1}.detail-buttons{position:sticky;bottom:0;padding-top:8px;background:var(--surface)}.bottom-nav{bottom:calc(8px + var(--safe-bottom))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.place-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:-2px 0 22px}.place-action{min-height:76px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 15px;border-radius:20px;color:var(--text);text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease}.place-action:hover{border-color:color-mix(in srgb,var(--primary) 38%,var(--border))}.place-action:active{transform:scale(.99)}.place-action>span:nth-child(2),.place-setting>span:nth-child(2){display:grid;gap:3px;min-width:0}.place-action small,.place-setting small{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.place-action strong,.place-setting strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.place-badge{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:color-mix(in srgb,#16a34a 14%,var(--surface));color:#15803d;font-size:15px;font-weight:900}:root[data-theme=dark] .place-badge{color:#86efac}.place-badge.work{background:color-mix(in srgb,#7c3aed 14%,var(--surface));color:#6d28d9}:root[data-theme=dark] .place-badge.work{color:#c4b5fd}.route-endpoints{display:block;max-width:min(58vw,560px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-section{padding:2px 0 30px}.recent-route-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.recent-route-card{min-height:82px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;border-radius:19px;color:var(--text);text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease}.recent-route-card:hover{border-color:color-mix(in srgb,var(--primary) 36%,var(--border))}.recent-route-card:active{transform:scale(.99)}.recent-route-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:var(--primary-soft);color:var(--primary)}.recent-route-copy{display:grid;gap:5px;min-width:0}.recent-route-copy strong{display:flex;align-items:center;min-width:0;overflow:hidden;font-size:14px;white-space:nowrap;text-overflow:ellipsis}.recent-route-copy strong svg{flex:0 0 auto;margin:0 5px;color:var(--muted-2)}.recent-route-copy small,.recent-route-card time{color:var(--muted);font-size:11px}.recent-route-card time{align-self:start;padding-top:4px;white-space:nowrap}.places-settings{overflow:hidden;margin-bottom:16px;border-radius:22px}.places-settings-heading{padding:18px 18px 14px;border-bottom:1px solid var(--border)}.places-settings-heading h2{margin:4px 0 5px;font-size:21px;letter-spacing:-.025em}.places-settings-heading p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.place-setting{width:100%;min-height:70px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 16px;border:0;border-bottom:1px solid var(--border);background:var(--surface);color:var(--text);text-align:left;cursor:pointer}.place-setting:last-child{border-bottom:0}.place-setting:hover{background:var(--surface-soft)}.update-toast{position:fixed;z-index:190;left:50%;bottom:calc(var(--nav-height) + var(--safe-bottom) + 76px);transform:translate(-50%);width:min(430px,calc(100% - 28px));min-height:66px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:10px 11px;border:1px solid color-mix(in srgb,var(--primary) 32%,var(--border));border-radius:18px;background:var(--surface-elevated);box-shadow:0 20px 55px #0f172a3d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:toast-in .2s ease}.update-toast-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--primary-soft);color:var(--primary)}.update-toast>span:nth-child(2){display:grid;gap:2px}.update-toast strong{font-size:13px}.update-toast small{color:var(--muted);font-size:10px}.update-toast button{min-height:38px;padding:0 13px;border:0;border-radius:11px;background:var(--primary);color:#fff;cursor:pointer;font-size:12px;font-weight:800}@media(max-width:820px){.recent-route-list{grid-template-columns:1fr}}@media(max-width:560px){.place-actions{grid-template-columns:1fr 1fr;gap:9px;margin-top:-6px}.place-action{min-height:86px;grid-template-columns:auto minmax(0,1fr);align-content:center;padding:12px}.place-action>svg{display:none}.place-action strong{font-size:13px}.place-badge{width:35px;height:35px;border-radius:12px}.route-endpoints{max-width:64vw}.recent-route-card{grid-template-columns:auto minmax(0,1fr)}.recent-route-card time{display:none}.update-toast{bottom:calc(var(--nav-height) + var(--safe-bottom) + 67px)}}.stations-launcher{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:calc(var(--nav-height) + var(--safe-bottom) + 14px);z-index:38;min-height:48px;display:grid;grid-template-columns:34px auto auto;align-items:center;gap:8px;padding:6px 12px 6px 7px;border:1px solid color-mix(in srgb,var(--primary) 28%,var(--border));border-radius:17px;background:var(--surface-elevated);color:var(--text);box-shadow:0 15px 38px #192b4e2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer}.stations-launcher>span{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--primary),#7c3aed)}.stations-launcher strong{font-size:13px}.stations-launcher small{min-width:25px;padding:4px 6px;border-radius:8px;background:var(--primary-soft);color:var(--primary);font-weight:850;text-align:center}.stations-launcher:active{transform:scale(.97)}.station-catalog-screen,.station-page{position:fixed;inset:0;z-index:120;display:flex;flex-direction:column;background:var(--bg);color:var(--text);animation:station-screen-in .22s ease both}@keyframes station-screen-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.catalog-topbar,.station-page-topbar{min-height:calc(70px + env(safe-area-inset-top));display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;padding:env(safe-area-inset-top) max(18px,env(safe-area-inset-right)) 0 max(18px,env(safe-area-inset-left));border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex:0 0 auto}.catalog-topbar h1{margin:2px 0 0;font-size:22px;letter-spacing:-.03em}.catalog-topbar .eyebrow{font-size:9px}.catalog-back-button,.station-page-back{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-soft);cursor:pointer}.catalog-back-button svg,.station-page-back svg{transform:rotate(180deg)}.catalog-count{min-width:42px;height:32px;display:grid;place-items:center;padding:0 10px;border-radius:11px;background:var(--primary-soft);color:var(--primary);font-size:13px;font-weight:850}.catalog-controls{width:min(920px,calc(100% - 36px));margin:18px auto 0;display:grid;gap:12px;flex:0 0 auto}.catalog-search{min-height:54px;display:grid;grid-template-columns:24px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:0 10px 0 16px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-soft);color:var(--muted)}.catalog-search input{min-width:0;height:50px;border:0;outline:0;background:transparent;color:var(--text);font-size:15px}.catalog-search input::placeholder{color:var(--muted-2)}.catalog-search>button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:11px;background:var(--surface-soft);color:var(--muted);cursor:pointer}.catalog-line-filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.catalog-line-filters::-webkit-scrollbar{display:none}.catalog-line-filters button{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--muted);font-weight:800;cursor:pointer;white-space:nowrap}.catalog-line-filters button i{width:9px;height:9px;border-radius:50%}.catalog-line-filters button.active{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));background:var(--primary-soft);color:var(--primary)}.catalog-content{width:min(920px,calc(100% - 36px));margin:18px auto 0;padding:0 0 calc(32px + env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain}.catalog-line-section{margin-bottom:24px}.catalog-line-section>header{display:grid;grid-template-columns:45px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:10px;padding:0 4px}.catalog-line-code{width:43px;height:30px;display:grid;place-items:center;border-radius:10px;color:#fff;font-size:12px;font-weight:900}.catalog-line-section>header>span:nth-child(2){min-width:0;display:grid;gap:2px}.catalog-line-section>header strong{font-size:15px}.catalog-line-section>header small{color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-line-section>header b{color:var(--muted);font-size:12px}.catalog-station-list{overflow:hidden;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-soft)}.catalog-station-row{width:100%;min-height:68px;display:grid;grid-template-columns:34px minmax(0,1fr) auto 20px;align-items:center;gap:11px;padding:10px 14px;border:0;border-bottom:1px solid var(--border);background:transparent;text-align:left;cursor:pointer}.catalog-station-row:last-child{border-bottom:0}.catalog-station-row:hover{background:var(--surface-soft)}.catalog-station-order{width:31px;height:31px;display:grid;place-items:center;border:2px solid;border-radius:50%;background:var(--surface);font-size:10px;font-weight:850}.catalog-station-copy{min-width:0;display:grid;gap:3px}.catalog-station-copy strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-station-copy small{color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-station-badges{display:inline-flex;align-items:center;gap:8px;color:#f59e0b}.catalog-station-badges em{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:8px;background:var(--surface-soft);color:var(--muted);font-size:9px;font-style:normal;font-weight:750}.catalog-station-badges .filled{fill:currentColor}.catalog-empty{margin-top:24px;padding:42px 22px;text-align:center}.catalog-empty svg{color:var(--muted)}.catalog-empty h2{margin:13px 0 6px}.catalog-empty p{margin:0 0 18px;color:var(--muted)}.station-page-topbar{grid-template-columns:44px minmax(0,1fr) auto}.station-page-top-title{font-weight:850;text-align:center}.station-page-top-actions{display:flex;gap:7px}.station-page-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain}.station-hero{position:relative;overflow:hidden;min-height:285px;display:flex;align-items:end;padding:36px max(24px,calc((100% - 880px)/2));background:linear-gradient(145deg,color-mix(in srgb,var(--station-line) 30%,#101827),#101827 72%);color:#fff}.station-hero:after{content:"M";position:absolute;right:max(14px,calc((100% - 920px)/2));bottom:-58px;font-size:260px;font-weight:950;line-height:1;opacity:.055}.station-hero-glow{position:absolute;width:330px;height:330px;left:54%;top:-170px;border-radius:50%;background:var(--station-line);filter:blur(80px);opacity:.28}.station-hero-content{position:relative;z-index:1;width:min(880px,100%);margin:0 auto}.station-hero-meta{display:flex;align-items:center;gap:10px;color:#ffffffb8;font-size:12px;font-weight:750}.station-line-pill{width:45px;height:31px}.station-hero h1{max-width:780px;margin:15px 0 3px;font-size:clamp(43px,8vw,78px);letter-spacing:-.06em;line-height:.98}.station-hero p{margin:0;color:#ffffffb3;font-size:16px}.station-line-name{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:#ffffffd1;font-size:13px;font-weight:700}.station-line-name i{width:12px;height:12px;border-radius:50%;box-shadow:0 0 0 5px #ffffff1a}.station-page-content{width:min(880px,calc(100% - 36px));margin:-20px auto 0;padding:0 0 calc(38px + env(safe-area-inset-bottom));position:relative;z-index:2}.station-route-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px;border-radius:21px}.station-section{padding-top:30px}.station-section-heading{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:13px}.station-section-heading h2{margin:4px 0 0;font-size:24px;letter-spacing:-.03em}.calculated-badge{padding:7px 9px;border-radius:9px;background:color-mix(in srgb,#f59e0b 13%,var(--surface));color:#b45309;font-size:10px;font-weight:850}.station-direction-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.station-direction-card{min-height:180px;display:flex;flex-direction:column;padding:20px}.station-direction-card>span{color:var(--muted);font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.station-direction-card>strong{margin-top:7px;font-size:18px}.station-direction-card>b{margin-top:auto;font-size:43px;letter-spacing:-.05em}.station-direction-card>small{margin-top:3px;color:var(--muted);font-size:11px}.station-direction-card.terminal{justify-content:center;background:var(--surface-soft)}.station-direction-card.terminal>small{margin-top:8px}.station-data-warning{display:flex;align-items:flex-start;gap:8px;margin:12px 3px 0;color:var(--muted);font-size:11px;line-height:1.5}.station-data-warning svg{flex:0 0 auto}.station-neighbours{min-height:98px;display:grid;grid-template-columns:1fr 34px 1fr;align-items:center;overflow:hidden}.station-neighbours button{min-width:0;height:100%;display:flex;align-items:center;gap:10px;padding:17px;border:0;background:transparent;cursor:pointer;text-align:left}.station-neighbours button:last-child{justify-content:flex-end;text-align:right}.station-neighbours button:first-child svg{transform:rotate(180deg)}.station-neighbours button span{min-width:0;display:grid;gap:3px}.station-neighbours button small{color:var(--muted);font-size:10px}.station-neighbours button strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.station-current-node{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;box-shadow:0 0 0 7px var(--surface-soft)}.station-current-node i{width:8px;height:8px;border-radius:50%;background:#fff}.station-neighbour-empty{padding:17px;color:var(--muted-2);font-size:11px;text-align:center}.station-transfer-list{display:grid;gap:10px}.station-transfer-card{min-height:72px;display:grid;grid-template-columns:45px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:13px 15px;border:1px solid var(--border);text-align:left;cursor:pointer}.station-transfer-card>span:nth-child(2){min-width:0;display:grid;gap:3px}.station-transfer-card strong{font-size:15px}.station-transfer-card small{color:var(--muted);font-size:11px}.station-map-card{min-height:78px;display:grid;grid-template-columns:45px minmax(0,1fr) 22px;align-items:center;gap:12px;padding:14px 16px;color:var(--text);text-decoration:none}.station-map-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:15px;background:var(--primary-soft);color:var(--primary)}.station-map-card>span:nth-child(2){display:grid;gap:3px}.station-map-card small{color:var(--muted);font-size:11px}.station-source-card{display:flex;align-items:flex-start;gap:12px;margin-top:30px;padding:18px}.station-source-card>svg{flex:0 0 auto;color:var(--muted)}.station-source-card strong{font-size:13px}.station-source-card p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.55}@media(max-width:640px){.stations-launcher{right:13px;bottom:calc(var(--nav-height) + var(--safe-bottom) + 8px);min-height:43px;grid-template-columns:31px auto auto;padding:5px 9px 5px 6px;border-radius:15px}.stations-launcher>span{width:31px;height:31px}.catalog-topbar,.station-page-topbar{padding-left:14px;padding-right:14px}.catalog-controls,.catalog-content{width:calc(100% - 28px)}.catalog-station-row{grid-template-columns:31px minmax(0,1fr) auto 18px;padding:9px 11px}.catalog-station-badges em{display:none}.station-page-top-title{font-size:14px}.station-page-top-actions .icon-button{width:39px;height:39px}.station-hero{min-height:245px;padding:30px 20px 37px}.station-hero h1{font-size:clamp(40px,13vw,62px)}.station-page-content{width:calc(100% - 28px)}.station-route-actions,.station-direction-grid{grid-template-columns:1fr}.station-direction-card{min-height:154px}.station-neighbours{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr)}.station-neighbours button{padding:14px 10px;gap:6px}.station-neighbours button>svg{display:none}}@media(min-width:900px){.stations-launcher{right:30px;bottom:28px}}@media(prefers-reduced-motion:reduce){.station-catalog-screen,.station-page{animation:none}}.metro-status-dock{position:fixed;left:max(14px,env(safe-area-inset-left));bottom:calc(var(--nav-height) + var(--safe-bottom) + 15px);z-index:39;width:min(370px,calc(100vw - 110px));min-height:58px;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--border);border-radius:18px;background:color-mix(in srgb,var(--surface) 94%,transparent);color:var(--text);box-shadow:0 16px 42px #1118272e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer;text-align:left}.metro-status-dock.state-changes{border-color:color-mix(in srgb,#f59e0b 48%,var(--border))}.metro-status-dock.state-disrupted{border-color:color-mix(in srgb,#dc2626 58%,var(--border))}.metro-status-dock.state-unknown,.metro-status-dock.is-stale{border-style:dashed}.status-dock-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;color:#15803d;background:color-mix(in srgb,#22c55e 14%,var(--surface))}.state-changes .status-dock-icon{color:#b45309;background:color-mix(in srgb,#f59e0b 15%,var(--surface))}.state-disrupted .status-dock-icon{color:#b91c1c;background:color-mix(in srgb,#ef4444 14%,var(--surface))}.state-unknown .status-dock-icon{color:var(--muted);background:var(--surface-soft)}.status-dock-copy{min-width:0;display:grid;gap:2px}.status-dock-copy small{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.status-dock-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.status-dock-lines{display:flex;align-items:center;gap:5px}.status-dock-lines i{width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 2px var(--surface)}.status-dock-lines i.line-state-changes{outline:2px solid #f59e0b;outline-offset:2px}.status-dock-lines i.line-state-disrupted{outline:2px solid #dc2626;outline-offset:2px}.status-dock-lines i.line-state-unknown{opacity:.35;filter:grayscale(1)}.status-count{min-width:23px;height:23px;display:grid;place-items:center;padding:0 6px;border-radius:999px;color:#fff;background:#dc2626;font-size:11px}.metro-status-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:stretch center;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:#070c179e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:auto}.metro-status-panel{width:min(820px,100%);min-height:min-content;margin:auto;padding:24px;border:1px solid var(--border);border-radius:30px;background:var(--bg);box-shadow:0 30px 90px #00000052}.status-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.status-panel-header h2{margin:5px 0;font-size:clamp(30px,5vw,46px);line-height:1;letter-spacing:-.045em}.status-panel-header p{margin:0;color:var(--muted)}.status-header-actions{display:flex;gap:8px}.status-header-actions button:disabled{opacity:.55;cursor:wait}.status-spin{animation:status-spin .8s linear infinite}@keyframes status-spin{to{transform:rotate(360deg)}}.status-freshness{display:flex;align-items:center;gap:11px;padding:13px 14px;margin-bottom:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.status-freshness-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:color-mix(in srgb,#22c55e 14%,var(--surface));color:#15803d}.status-freshness.source-cache .status-freshness-icon,.status-freshness.source-none .status-freshness-icon{background:color-mix(in srgb,#f59e0b 14%,var(--surface));color:#b45309}.status-freshness>span:last-child{min-width:0;display:grid;gap:3px}.status-freshness strong{font-size:13px}.status-freshness small{color:var(--muted);font-size:11px}.status-line-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.status-line-card{min-width:0;display:grid;grid-template-columns:40px minmax(0,1fr) 30px;align-items:center;gap:10px;padding:12px;border:1px solid var(--border);border-radius:17px;background:var(--surface)}.status-line-card.state-changes{border-color:color-mix(in srgb,#f59e0b 48%,var(--border))}.status-line-card.state-disrupted{border-color:color-mix(in srgb,#dc2626 52%,var(--border))}.status-line-card.state-unknown{border-style:dashed}.status-line-badge{width:40px;height:30px;display:grid;place-items:center;border-radius:10px;color:#fff;font-size:12px;font-weight:900}.status-line-card>span:nth-child(2){min-width:0;display:grid;gap:3px}.status-line-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.status-line-card small{color:var(--muted);font-size:10px}.status-line-card>button{width:29px;height:29px;display:grid;place-items:center;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);cursor:pointer;font-weight:900}.status-line-card>button.is-watched{color:#fff;border-color:var(--primary);background:var(--primary)}.status-notification-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 16px;align-items:center;padding:15px;margin-bottom:22px;border-radius:19px;box-shadow:var(--shadow-soft)}.status-notification-card>div{display:grid;gap:4px}.status-notification-card p{margin:0;color:var(--muted);font-size:12px}.status-notification-card>small{grid-column:1 / -1;color:var(--muted);font-size:10px;line-height:1.5}.status-notification-card .notification-message{color:var(--primary);font-weight:700}.status-notices-section .section-heading{align-items:center}.status-notices-section .section-heading h3{margin:4px 0 0;font-size:23px}.status-notices-section .section-heading>span{min-width:31px;height:31px;display:grid;place-items:center;border-radius:11px;color:var(--muted);background:var(--surface);border:1px solid var(--border);font-size:12px;font-weight:800}.status-notice-list{display:grid;gap:10px}.status-notice-card{position:relative;display:grid;gap:8px;padding:17px;border:1px solid var(--border);border-radius:19px;background:var(--surface);color:var(--text);text-decoration:none;transition:transform .18s ease,border-color .18s ease}.status-notice-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--primary) 38%,var(--border))}.status-notice-card.severity-critical{border-left:5px solid #dc2626}.status-notice-card.severity-warning{border-left:5px solid #f59e0b}.status-notice-card.severity-resolved{border-left:5px solid #22c55e}.status-notice-card.severity-info{border-left:5px solid #3b82f6}.notice-severity{width:max-content;padding:4px 7px;border-radius:8px;color:var(--muted);background:var(--surface-soft);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.status-notice-card strong{font-size:15px;line-height:1.35}.status-notice-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.status-notice-card footer{display:flex;flex-wrap:wrap;gap:5px 12px;color:var(--muted-2);font-size:10px}.status-notice-card footer span:first-child{color:var(--primary);font-weight:750}.notice-lines{margin-left:auto}.status-empty{display:grid;justify-items:center;gap:8px;padding:30px 20px;text-align:center;box-shadow:var(--shadow-soft)}.status-empty h3{margin:3px 0 0}.status-empty p{max-width:540px;margin:0;color:var(--muted);font-size:12px;line-height:1.55}.status-warning{display:flex;align-items:flex-start;gap:8px;padding:11px 12px;margin:14px 0 0;border-radius:13px;color:#92400e;background:color-mix(in srgb,#f59e0b 14%,var(--surface));font-size:11px;line-height:1.45}.status-sources{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.status-sources strong{width:100%;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.status-sources a{display:inline-flex;align-items:center;gap:6px;color:var(--primary);text-decoration:none;font-size:11px;font-weight:700}.status-sources i{width:8px;height:8px;border-radius:50%;background:#ef4444}.status-sources i.source-ok{background:#22c55e}@media(max-width:720px){.metro-status-dock{width:calc(100vw - 106px);grid-template-columns:34px minmax(0,1fr) auto;min-height:54px;padding:8px 9px}.status-dock-lines{display:none}.status-dock-icon{width:33px;height:33px}.status-dock-copy strong{font-size:11px}.metro-status-panel{padding:18px 14px;border-radius:24px}.status-panel-header h2{font-size:34px}.status-line-grid,.status-notification-card{grid-template-columns:1fr}.status-notification-card>button{width:100%}.notice-lines{width:100%;margin-left:0}}@media(min-width:1000px){.metro-status-dock{bottom:24px}}.map-card-v6{overflow:hidden}.map-header-v6{align-items:flex-start;min-height:98px}.map-header-v6>div:first-child{min-width:0}.map-header-v6 p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.map-header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.map-route-focus,.map-reset-button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft);color:var(--primary);cursor:pointer;font-size:12px;font-weight:800}.map-route-focus{padding:0 12px}.map-reset-button{width:39px;padding:0}.map-line-toolbar{display:flex;align-items:center;gap:8px;padding:11px 18px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 90%,var(--surface-soft));overflow-x:auto;scrollbar-width:none}.map-line-toolbar::-webkit-scrollbar{display:none}.map-line-toolbar button{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--muted);white-space:nowrap;cursor:pointer;font-size:12px;font-weight:800}.map-line-toolbar button i{width:18px;height:5px;border-radius:999px}.map-line-toolbar button span{min-width:23px;padding:2px 6px;border-radius:999px;background:var(--surface-soft);font-size:10px;text-align:center}.map-line-toolbar button.active{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));background:var(--primary-soft);color:var(--primary)}.map-workspace{display:grid;grid-template-columns:minmax(0,1fr) 286px;min-height:620px;background:var(--surface-soft)}.map-viewport{position:relative;min-width:0;height:clamp(560px,68vh,720px);overflow:hidden;border-right:1px solid var(--border);background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--surface) 82%,transparent),var(--surface-soft));isolation:isolate}.metro-map-v6{display:block;width:100%!important;min-width:0!important;height:100%;margin:0;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;transition:none}.metro-map-v6:active{cursor:grabbing}.metro-line-base,.transfer-link,.map-station{transition:opacity .22s ease,filter .22s ease}.metro-line-base.is-dimmed,.transfer-link.is-dimmed{opacity:.09}.map-station.is-dimmed{opacity:.12;pointer-events:none}.map-station.on-route{opacity:1}.map-gesture-hint{position:absolute;left:14px;bottom:14px;z-index:2;display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--border) 86%,transparent);border-radius:12px;background:var(--surface-elevated);color:var(--muted);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-size:10px;font-weight:750;pointer-events:none}.map-gesture-hint span{display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:var(--surface-soft);color:var(--primary);font-size:13px}.map-line-panel{min-width:0;max-height:clamp(560px,68vh,720px);display:flex;flex-direction:column;background:var(--surface);overflow:hidden}.map-line-panel>header{display:flex;align-items:flex-start;gap:10px;padding:16px;border-bottom:1px solid var(--border)}.map-line-panel>header>div{display:grid;gap:4px;min-width:0}.map-line-panel>header strong{font-size:13px;line-height:1.25}.map-line-panel>header small{color:var(--muted);font-size:10px;line-height:1.4}.map-line-stations{overflow-y:auto;padding:7px;scrollbar-width:thin}.map-line-stations button{position:relative;width:100%;min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:8px;border:0;border-radius:12px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.map-line-stations button:hover,.map-line-stations button.active{background:var(--surface-soft)}.map-line-stations button.on-route{background:color-mix(in srgb,var(--primary-soft) 70%,var(--surface))}.map-line-stations button>span:nth-child(2){display:grid;gap:3px;min-width:0}.map-line-stations strong,.map-line-stations small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-line-stations strong{font-size:12px}.map-line-stations small{color:var(--muted);font-size:9px}.map-line-stations button>svg:nth-last-child(2){color:var(--primary)}.map-line-stations button>svg:last-child{color:var(--muted-2)}.map-line-order{width:26px;height:26px;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--muted);font-size:10px;font-weight:850}.map-line-stations button.active .map-line-order,.map-line-stations button.on-route .map-line-order{border-color:var(--primary);background:var(--primary);color:#fff}.map-lines-overview{padding:17px;overflow-y:auto}.map-lines-overview h3{margin:5px 0 7px;font-size:22px;letter-spacing:-.03em}.map-lines-overview>p{margin:0 0 15px;color:var(--muted);font-size:11px;line-height:1.5}.map-lines-overview>button{width:100%;min-height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;margin-bottom:9px;padding:11px;border:1px solid var(--border);border-radius:15px;background:var(--surface-soft);color:var(--text);text-align:left;cursor:pointer}.map-lines-overview>button>i{width:7px;height:38px;border-radius:999px}.map-lines-overview>button>span{display:grid;gap:4px;min-width:0}.map-lines-overview>button strong,.map-lines-overview>button small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-lines-overview>button strong{font-size:11px}.map-lines-overview>button small{color:var(--muted);font-size:9px}.map-lines-overview>button>svg{color:var(--muted-2)}.map-legend-v6 button{display:inline-flex;align-items:center;gap:6px;padding:5px;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:11px;font-weight:800}.map-legend-v6 button i{width:18px;height:5px;border-radius:999px}.map-legend-v6 .map-tip{margin-left:auto}@media(min-width:1280px){main{width:min(1280px,100%)}.map-workspace{grid-template-columns:minmax(0,1fr) 320px}.map-line-panel{max-height:740px}.map-viewport{height:740px}.map-header-v6{padding-inline:24px}.map-line-toolbar{padding-inline:22px}}@media(max-width:900px){.map-workspace{grid-template-columns:1fr}.map-viewport{height:clamp(510px,64vh,650px);border-right:0;border-bottom:1px solid var(--border)}.map-line-panel{max-height:none}.map-line-panel>header{align-items:center}.map-line-stations{display:flex;gap:7px;overflow-x:auto;overflow-y:hidden;padding:9px}.map-line-stations button{min-width:205px;grid-template-columns:auto minmax(0,1fr) auto;padding:8px 10px;border:1px solid var(--border);background:var(--surface-soft)}.map-line-stations button>svg:last-child{display:none}.map-lines-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.map-lines-overview>.eyebrow,.map-lines-overview>h3,.map-lines-overview>p{grid-column:1/-1}.map-lines-overview>button{margin:0;min-height:78px}.map-lines-overview>button>svg{display:none}}@media(max-width:620px){.map-header-v6{display:grid;grid-template-columns:1fr;padding:14px}.map-header-v6 p{font-size:11px}.map-header-actions{width:100%;justify-content:space-between}.map-route-focus{flex:1}.map-line-toolbar{padding:9px 12px}.map-workspace{min-height:0}.map-viewport{height:min(61vh,540px);min-height:430px}.map-gesture-hint{left:10px;bottom:10px}.map-lines-overview{grid-template-columns:1fr;padding:13px}.map-lines-overview>.eyebrow,.map-lines-overview>h3,.map-lines-overview>p{grid-column:auto}.map-lines-overview>button{min-height:66px}.map-line-panel>header{padding:13px}.map-line-stations button{min-width:190px}.map-legend-v6{padding-inline:12px}.map-legend-v6 .map-tip{width:100%;margin-left:0}.map-reset-button{width:38px}.zoom-controls{margin-left:auto}}@media(prefers-reduced-motion:reduce){.metro-line-base,.transfer-link,.map-station{transition:none}}.language-toggle{min-width:42px;height:42px;display:inline-grid;place-items:center;padding:0 9px;border:1px solid var(--border);border-radius:13px;background:var(--surface-soft);color:var(--text);cursor:pointer;font-size:11px;font-weight:900;letter-spacing:.06em;transition:background .18s ease,border-color .18s ease,transform .18s ease}.language-toggle:hover{border-color:color-mix(in srgb,var(--primary) 42%,var(--border));background:var(--primary-soft)}.language-toggle:active{transform:scale(.96)}.tourist-page{display:grid;gap:18px;padding-bottom:36px}.tourist-hero{position:relative;min-height:270px;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.5fr);align-items:center;gap:26px;padding:38px;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 15%,var(--surface)),var(--surface));border:1px solid var(--border)}.tourist-hero:before{content:"";position:absolute;inset:auto -90px -120px auto;width:330px;height:330px;border-radius:50%;background:color-mix(in srgb,#f59e0b 18%,transparent);filter:blur(2px)}.tourist-hero-copy{position:relative;z-index:1}.tourist-hero h1{max-width:720px;margin:7px 0 12px;font-size:clamp(36px,5vw,62px);line-height:1.02;letter-spacing:-.055em}.tourist-hero p{max-width:690px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.tourist-hero-art{position:relative;z-index:1;justify-self:end;width:220px;height:180px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--primary) 18%,var(--border));border-radius:34px;background:color-mix(in srgb,var(--surface-elevated) 78%,transparent);box-shadow:0 24px 70px #0f172a21;transform:rotate(3deg)}.tourist-hero-art span,.tourist-hero-art b{position:absolute;font-size:58px;font-weight:950;letter-spacing:-.08em}.tourist-hero-art span{left:31px;top:27px;color:var(--primary)}.tourist-hero-art b{right:32px;bottom:22px;color:#f59e0b}.tourist-hero-art i{width:95px;height:9px;border-radius:99px;background:linear-gradient(90deg,#e63946 0 33%,#2563eb 33% 66%,#16a34a 66%);transform:rotate(-31deg)}.tourist-controls{display:grid;grid-template-columns:minmax(230px,.75fr) minmax(0,1.25fr);align-items:center;gap:14px;padding:13px;border-radius:21px}.tourist-search{min-height:48px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:0 13px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft);color:var(--muted)}.tourist-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit}.tourist-search button{border:0;background:transparent;color:var(--muted);cursor:pointer}.tourist-categories{display:flex;justify-content:flex-end;gap:7px;overflow-x:auto;scrollbar-width:none}.tourist-categories::-webkit-scrollbar{display:none}.tourist-categories button{min-height:39px;padding:0 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--muted);cursor:pointer;font-size:11px;font-weight:800;white-space:nowrap}.tourist-categories button.active{border-color:color-mix(in srgb,var(--primary) 34%,var(--border));background:var(--primary-soft);color:var(--primary)}.tourist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tourist-card{display:grid;grid-template-columns:118px minmax(0,1fr);min-height:300px;overflow:hidden;border-radius:25px}.tourist-card-visual{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(155deg,color-mix(in srgb,var(--primary) 18%,var(--surface-soft)),var(--surface-soft))}.tourist-card-visual:before,.tourist-card-visual:after{content:"";position:absolute;border-radius:50%;border:1px solid color-mix(in srgb,var(--text) 10%,transparent)}.tourist-card-visual:before{width:115px;height:115px;left:-50px;top:-30px}.tourist-card-visual:after{width:85px;height:85px;right:-42px;bottom:13px}.tourist-card-visual span{position:relative;z-index:1;width:68px;height:68px;display:grid;place-items:center;border-radius:22px;background:var(--surface-elevated);box-shadow:0 16px 35px #0f172a26;font-size:31px;font-weight:950}.tourist-card-visual i{position:absolute;inset:auto 0 0;height:7px}.tourist-card-body{display:flex;flex-direction:column;padding:20px}.tourist-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tourist-card-heading h2{margin:5px 0 0;font-size:22px;line-height:1.12;letter-spacing:-.035em}.tourist-category-label{color:var(--primary);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.tourist-card-heading>a{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft);color:var(--primary)}.tourist-card-body>p{margin:13px 0 16px;color:var(--muted);font-size:12px;line-height:1.55}.tourist-station{width:100%;min-height:70px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 12px;border:1px solid var(--border);border-radius:16px;background:var(--surface-soft);color:var(--text);text-align:left;cursor:pointer}.tourist-station>span:nth-child(2){display:grid;gap:2px;min-width:0}.tourist-station small{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.tourist-station strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.tourist-station em{color:var(--muted);font-size:10px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tourist-station>b{display:flex;align-items:center;gap:4px;color:var(--primary);font-size:10px;white-space:nowrap}.tourist-card-actions{display:grid;grid-template-columns:1.2fr .8fr;gap:8px;margin-top:auto;padding-top:15px}.tourist-card-actions button{min-height:43px;padding-inline:12px;font-size:11px}.tourist-empty{min-height:230px;display:grid;place-items:center;align-content:center;gap:9px;border-radius:24px;color:var(--muted)}.tourist-empty h2{margin:0;color:var(--text)}.tourist-note{display:flex;align-items:flex-start;gap:13px;padding:18px;border-radius:20px;color:var(--muted)}.tourist-note svg{flex:0 0 auto;color:#f59e0b}.tourist-note strong{color:var(--text)}.tourist-note p{margin:5px 0 0;font-size:12px;line-height:1.55}.bottom-nav{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.tourist-hero{grid-template-columns:1fr;padding:30px}.tourist-hero-art{position:absolute;right:20px;bottom:-56px;width:170px;height:140px;opacity:.35}.tourist-controls{grid-template-columns:1fr}.tourist-categories{justify-content:flex-start}.tourist-grid{grid-template-columns:1fr}}@media(max-width:560px){.language-toggle{min-width:38px;height:38px;border-radius:12px}.tourist-page{gap:13px}.tourist-hero{min-height:245px;padding:25px 20px;border-radius:24px}.tourist-hero h1{font-size:39px}.tourist-hero p{font-size:13px}.tourist-controls{padding:10px}.tourist-grid{gap:11px}.tourist-card{grid-template-columns:84px minmax(0,1fr);min-height:335px;border-radius:21px}.tourist-card-visual span{width:54px;height:54px;border-radius:18px;font-size:24px}.tourist-card-body{padding:16px 14px}.tourist-card-heading h2{font-size:20px}.tourist-station{grid-template-columns:auto minmax(0,1fr)}.tourist-station>b{grid-column:2}.tourist-card-actions{grid-template-columns:1fr}.bottom-nav{width:min(470px,calc(100% - 20px));height:68px}.bottom-nav button{font-size:9px}}
