:root{--navy:#0b1220;--navy-soft:#162033;--blue:#2563eb;--blue-light:#dbeafe;--cyan:#22d3ee;--paper:#fff;--background:#f3f6fa;--text:#101828;--muted:#667085;--line:#e4e9f0;--green:#07865c;--green-bg:#dcfce7;--amber:#b54708;--amber-bg:#ffead5;--red:#c4320a;--red-bg:#fee4e2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.app-shell{min-height:100vh}.nav{background:var(--navy);color:#fff;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:72px;padding:0 max(24px,50vw - 620px);display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:11px;font-size:16px;font-weight:750;text-decoration:none;display:flex}.brand-icon{background:linear-gradient(145deg, var(--blue), var(--cyan));border-radius:9px;justify-content:center;align-items:flex-end;gap:3px;width:34px;height:34px;padding:9px 8px;display:flex}.brand-icon i{background:#fff;border-radius:2px;width:3px;display:block}.brand-icon i:first-child{height:8px}.brand-icon i:nth-child(2){height:15px}.brand-icon i:nth-child(3){height:11px}.live-state{background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:700;display:flex}.live-state>span{background:#41d69c;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #41d69c1f}.live-state.demo>span{background:#fdb022;box-shadow:0 0 0 4px #fdb0221f}.hero{background:radial-gradient(circle at 82% 20%, #2563eb5e, transparent 33%), radial-gradient(circle at 62% 90%, #22d3ee1f, transparent 27%), var(--navy);color:#fff;grid-template-columns:minmax(0,1fr) minmax(480px,.9fr);gap:70px;padding:76px max(24px,50vw - 620px) 92px;display:grid}.hero-copy{max-width:650px}.kicker{color:#8ab4ff;letter-spacing:.18em;margin:0 0 22px;font-size:11px;font-weight:800}.hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(52px,6.2vw,88px);line-height:.94}.hero h1 em{color:#0000;background:linear-gradient(90deg,#79a8ff,#67e8f9);-webkit-background-clip:text;background-clip:text;font-style:normal}.hero-copy>p:last-child{color:#b8c3d6;max-width:560px;margin:29px 0 0;font-size:17px;line-height:1.6}.hero-metrics{grid-template-columns:repeat(3,1fr);align-self:end;gap:12px;display:grid}.hero-metrics article{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff13;border:1px solid #ffffff1f;border-radius:16px;min-height:152px;padding:20px}.hero-metrics article.attention{background:#f59e0b1f;border-color:#f59e0b4d}.hero-metrics span,.hero-metrics small{color:#9cabc2;font-size:11px;display:block}.hero-metrics span{letter-spacing:.08em;text-transform:uppercase;font-weight:750}.hero-metrics strong{letter-spacing:-.05em;margin:18px 0 5px;font-size:38px;display:block}.content{z-index:1;max-width:1288px;margin:-28px auto 0;padding:0 24px 70px;position:relative}.notice{background:#fff8e8;border:1px solid #fedf89;border-radius:12px;align-items:center;gap:12px;margin:0 0 26px;padding:13px 16px;display:flex}.notice>span{color:#fff;background:#fdb022;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:flex}.notice p{color:#7a2e0e;margin:0;font-size:13px}.notice code{font-weight:700}.monitor-overview{background:var(--paper);border:1px solid var(--line);border-radius:18px;margin-bottom:24px;padding:25px;box-shadow:0 10px 35px #10182812}.section-title{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.section-title span,.table-eyebrow{color:var(--blue);letter-spacing:.16em;margin-bottom:6px;font-size:10px;font-weight:850;display:block}.section-title h2,.table-toolbar h2{letter-spacing:-.035em;margin:0;font-size:22px}.section-title p{color:var(--muted);margin:0;font-size:12px}.monitor-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.monitor-card{border:1px solid var(--line);background:#f8fafc;border-radius:12px;align-items:flex-start;gap:11px;min-height:116px;padding:15px;display:flex}.monitor-card>div:last-child{min-width:0}.stop-marker{background:var(--blue);border:3px solid var(--blue-light);border-radius:50%;flex:none;width:12px;height:12px;margin-top:3px}.monitor-card strong{margin-bottom:11px;font-size:13px;line-height:1.35;display:block}.monitor-lines{flex-direction:column;gap:6px;display:flex}.monitor-lines span{align-items:center;gap:6px;min-width:0;display:flex}.monitor-lines b{background:var(--navy);color:#fff;text-align:center;border-radius:5px;min-width:27px;padding:4px 6px;font-size:10px}.monitor-lines small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.monitor-skeleton i,.monitor-skeleton span{background:linear-gradient(90deg,#e9edf2 25%,#f7f9fb 50%,#e9edf2 75%) 0 0/200% 100%;border-radius:6px;animation:1.3s linear infinite shimmer;display:block}.monitor-skeleton i{width:12px;height:12px}.monitor-skeleton span{width:80%;height:60px}.table-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 35px #10182812}.table-toolbar{justify-content:space-between;align-items:center;padding:25px 26px 17px;display:flex}.table-toolbar p{color:var(--muted);margin:5px 0 0;font-size:11px}.refresh{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:10px;align-items:center;gap:8px;padding:11px 15px;font-size:12px;font-weight:700;transition:background .2s,transform .2s;display:flex}.refresh:hover:not(:disabled){background:var(--blue);transform:translateY(-1px)}.refresh:disabled{cursor:wait;opacity:.65}.spin{animation:.8s linear infinite spin;display:inline-block}.filters{border-bottom:1px solid var(--line);gap:7px;padding:0 26px 18px;display:flex;overflow-x:auto}.filters button{color:#475467;cursor:pointer;background:#f5f7fa;border:1px solid #e5e9ef;border-radius:999px;flex:none;min-width:38px;padding:7px 12px;font-size:11px;font-weight:750}.filters button.active{background:var(--blue);border-color:var(--blue);color:#fff}.error-box{background:var(--red-bg);color:var(--red);border-bottom:1px solid #fecdca;padding:14px 26px;font-size:13px}.table-scroll{overflow-x:auto}.departures-table{border-collapse:collapse;width:100%;min-width:1030px;font-size:12px}.departures-table thead{background:#f8fafc}.departures-table th{border-bottom:1px solid var(--line);color:#667085;letter-spacing:.09em;text-align:left;text-transform:uppercase;padding:13px 16px;font-size:9px;font-weight:800}.departures-table th:first-child,.departures-table td:first-child{padding-left:26px}.departures-table th:last-child,.departures-table td:last-child{padding-right:26px}.departures-table td{vertical-align:middle;border-bottom:1px solid #edf0f4;padding:15px 16px}.departures-table tbody tr:last-child td{border-bottom:0}.departure{animation:.35s both rowIn;animation-delay:var(--row-delay)}.departure:hover{background:#f9fbff}.departure.cancelled{background:snow}.departure-time strong{letter-spacing:-.025em;font-size:17px;display:block}.departure-time small,.departure-time del{color:var(--muted);margin-top:2px;font-size:9px;display:block}.departure-time del{color:#98a2b3}.line-tag{background:var(--navy);color:#fff;border-radius:7px;justify-content:center;min-width:36px;padding:7px 9px;font-size:12px;font-weight:800;display:inline-flex}.line-tag.product-tram,.line-tag.product-u-bahn{background:#d92d20}.line-tag.product-bus{background:#175cd3}.stop-cell{align-items:center;gap:8px;display:flex}.stop-cell strong{max-width:160px;font-size:11px}.mini-dot{background:var(--blue);box-shadow:0 0 0 3px var(--blue-light);border-radius:50%;flex:none;width:7px;height:7px}.direction-cell strong{max-width:180px;font-size:11px;display:block}.direction-cell small,.platform-cell small{color:var(--muted);margin-top:3px;font-size:9px;display:block}.platform-cell strong{font-size:13px}.delay-value{color:var(--muted);font-size:11px;font-weight:700}.delay-value.delayed{color:var(--amber)}.status{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:10px;font-weight:750;display:inline-flex}.status i{border-radius:50%;width:6px;height:6px}.status.on-time{background:var(--green-bg);color:var(--green)}.status.on-time i{background:var(--green)}.status.delayed{background:var(--amber-bg);color:var(--amber)}.status.delayed i{background:#f79009}.status.cancelled{background:var(--red-bg);color:var(--red)}.status.cancelled i{background:var(--red)}.status.scheduled{color:#475467;background:#eef2f6}.status.scheduled i{background:#98a2b3}.table-skeleton i{background:linear-gradient(90deg,#edf0f4 25%,#f8fafc 50%,#edf0f4 75%) 0 0/200% 100%;border-radius:5px;width:80%;height:17px;animation:1.3s linear infinite shimmer;display:block}.empty{color:var(--muted);text-align:center;padding:58px 25px}.empty>span{color:#98a2b3;margin-bottom:10px;font-size:32px;display:block}.empty strong{color:var(--text);font-size:15px;display:block}.empty p{margin:7px 0 0;font-size:11px}.table-footer{border-top:1px solid var(--line);color:var(--muted);background:#f8fafc;align-items:center;gap:24px;padding:12px 26px;font-size:10px;display:flex}.table-footer span{align-items:center;gap:7px;display:flex}.table-footer i{border-radius:50%;width:7px;height:7px}.legend-live{background:var(--green)}.legend-plan{background:#98a2b3}.page-footer{color:var(--muted);justify-content:space-between;align-items:center;max-width:1288px;margin:0 auto;padding:0 24px 32px;font-size:10px;display:flex}.page-footer a{text-decoration:none}.page-footer a:hover{color:var(--blue)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}@keyframes rowIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1080px){.hero{grid-template-columns:1fr;gap:40px}.hero-metrics{max-width:780px}.monitor-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.nav{height:64px;padding:0 18px}.hero{padding:52px 20px 72px}.hero h1{font-size:53px}.hero-metrics{grid-template-columns:1fr}.hero-metrics article{min-height:112px}.hero-metrics strong{margin-top:12px;font-size:30px}.content{margin-top:-24px;padding:0 12px 55px}.notice{align-items:flex-start}.monitor-overview{border-radius:14px;padding:19px}.section-title{flex-direction:column;align-items:flex-start;gap:6px}.monitor-grid{grid-template-columns:1fr}.monitor-card{min-height:auto}.table-card{border-radius:14px}.table-toolbar{align-items:flex-start;gap:14px;padding:20px 18px 14px}.refresh{padding:10px}.refresh span+*{display:none}.filters{padding:0 18px 15px}.table-scroll{padding:0 12px 12px;overflow:visible}.departures-table{min-width:0}.departures-table thead{display:none}.departures-table,.departures-table tbody,.departures-table tr,.departures-table td{width:100%;display:block}.departures-table tr{border:1px solid var(--line);border-radius:12px;margin:10px 0;padding:6px 13px;overflow:hidden}.departures-table td,.departures-table td:first-child,.departures-table td:last-child{text-align:right;border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;min-height:44px;padding:8px 2px;display:flex}.departures-table td:last-child{border-bottom:0}.departures-table td:before{color:var(--muted);content:attr(data-label);letter-spacing:.06em;text-align:left;text-transform:uppercase;margin-right:18px;font-size:9px;font-weight:800}.departure-time,.direction-cell,.platform-cell{text-align:right}.stop-cell strong,.direction-cell strong{max-width:210px}.table-skeleton{display:none!important}.table-footer{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 18px}.page-footer{flex-direction:column;align-items:flex-start;gap:8px;padding:0 18px 25px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
