:root{--rg-bg:#f7f7f5;--rg-panel:#fff;--rg-text:#1b1c1f;--rg-text-muted:#55585f;--rg-border:#dcdcd8;--rg-red:#b31712;--rg-blue:#1a59e6;--rg-amber:#b8790a;--rg-urgent:#b31712;--rg-soon:#b8590a;--rg-ok:#1b7a3d;--rg-focus:#1a59e6;--rg-radius:14px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--rg-bg:#17181a;--rg-panel:#232427;--rg-text:#f5f5f0;--rg-text-muted:#b7b8bd;--rg-border:#3a3b3f;--rg-red:#ef5750;--rg-blue:#6d9cff;--rg-amber:#ffb82e;--rg-urgent:#ff6b64;--rg-soon:#ffb82e;--rg-ok:#4fd07a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html,body{overscroll-behavior-y:none;margin:0;padding:0}body{background:var(--rg-bg);color:var(--rg-text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#root{min-height:100vh}a{color:var(--rg-blue)}.skip-link{background:var(--rg-panel);color:var(--rg-text);z-index:100;border-radius:0 0 8px;padding:.75rem 1rem;position:absolute;top:0;left:-999px}.skip-link:focus{left:0}:focus-visible{outline:3px solid var(--rg-focus);outline-offset:2px}button{font:inherit}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.app-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{border-bottom:1px solid var(--rg-border);background:var(--rg-panel);z-index:20;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex;position:sticky;top:0}.brand{color:var(--rg-text);align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.brand-mark{background:var(--rg-red);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.8rem;font-weight:800;display:inline-flex}.site-header nav,.site-footer nav{flex-wrap:wrap;gap:1.25rem;display:flex}.site-header nav a,.site-footer nav a{color:var(--rg-text-muted);font-size:.95rem;font-weight:600;text-decoration:none}.site-header nav a.active,.site-footer nav a.active{color:var(--rg-text)}main{flex-direction:column;flex:1;display:flex}.site-footer{border-top:1px solid var(--rg-border);color:var(--rg-text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;font-size:.9rem;display:flex}.content-page{max-width:760px;margin:0 auto;padding:2.5rem 1.25rem 4rem;line-height:1.6}.content-page h1{margin-top:0}.content-page section{margin-bottom:1.75rem}.content-page h2{font-size:1.15rem}.rg-map{width:100%;height:100%;min-height:320px}.rg-user-dot{background:var(--rg-blue);width:16px;height:16px;box-shadow:0 0 0 2px var(--rg-blue), 0 2px 6px #0006;border:3px solid #fff;border-radius:50%}.rg-stop-marker{border:2px solid var(--rg-red);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex;box-shadow:0 1px 4px #00000059}.rg-stop-marker:before{content:"";background:var(--rg-red);border-radius:50%;width:10px;height:10px}.rg-stop-marker.selected{border-width:3px;width:38px;height:38px}.rg-stop-marker:focus-visible{outline:3px solid var(--rg-focus);outline-offset:2px}.rg-vehicle-marker span{background:var(--rg-blue);color:#fff;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 1px 4px #0006}.home-page{flex-direction:column;flex:1;min-height:0;display:flex}.home-toolbar{border-bottom:1px solid var(--rg-border);background:var(--rg-panel);flex-wrap:wrap;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.mode-switcher{border:1px solid var(--rg-border);border-radius:999px;display:inline-flex;overflow:hidden}.mode-switcher button{color:var(--rg-text);cursor:pointer;background:0 0;border:none;min-height:44px;padding:.5rem 1rem}.mode-switcher button.active{background:var(--rg-red);color:#fff;font-weight:700}.location-banner{color:var(--rg-text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;font-size:.9rem;display:flex}.location-banner button{border:1px solid var(--rg-border);background:var(--rg-panel);cursor:pointer;border-radius:6px;min-height:36px;padding:.3rem .6rem}.home-error{margin:.75rem 1rem}.normal-mode{flex:1;grid-template-columns:1fr 340px;min-height:0;display:grid}.normal-map-pane{min-height:320px;position:relative}.normal-panel{border-left:1px solid var(--rg-border);background:var(--rg-panel);padding:1rem;overflow-y:auto}.normal-panel-hint{color:var(--rg-text-muted)}.map-loading{height:100%;min-height:320px;color:var(--rg-text-muted);justify-content:center;align-items:center;display:flex}@media (width<=860px){.normal-mode{grid-template-rows:55vh auto;grid-template-columns:1fr}.normal-panel{border-left:none;border-top:1px solid var(--rg-border)}}.board-list{margin:0;padding:0;list-style:none}.board-row{border-bottom:1px solid var(--rg-border);grid-template-columns:3rem 1fr auto;align-items:center;gap:.75rem;padding:.75rem .25rem;display:grid}.board-line{background:var(--rg-red);color:#fff;text-align:center;border-radius:6px;padding:.25rem 0;font-size:.9rem;font-weight:800}.board-eta{font-variant-numeric:tabular-nums;font-weight:800}.board-row.urgent .board-eta{color:var(--rg-urgent)}.board-row.soon .board-eta{color:var(--rg-soon)}.board-error{color:var(--rg-urgent);font-weight:600}.simple-mode{flex-direction:column;flex:1;gap:1rem;width:100%;max-width:640px;margin:0 auto;padding:1.25rem;display:flex}.simple-mode-empty{text-align:center;justify-content:center;align-items:center}.simple-top-bar{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.simple-stop-name{margin:0;font-size:1.5rem;font-weight:800}.simple-distance{color:var(--rg-text-muted);margin:.15rem 0 0}.favourite-toggle{border:1px solid var(--rg-border);background:var(--rg-panel);cursor:pointer;width:48px;height:48px;color:var(--rg-text-muted);border-radius:999px;font-size:1.3rem}.favourite-toggle.active{color:#d6a300;border-color:#d6a300}.simple-hero{background:var(--rg-panel);border:1px solid var(--rg-border);text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;display:flex}.simple-hero-line{background:var(--rg-red);color:#fff;border-radius:12px;padding:.4rem 1rem;font-size:1.5rem;font-weight:800}.simple-hero-time{font-variant-numeric:tabular-nums;font-size:clamp(3.5rem,18vw,6.5rem);font-weight:900;line-height:1}.simple-hero.urgent .simple-hero-time{color:var(--rg-urgent)}.simple-hero.soon .simple-hero-time{color:var(--rg-soon)}.simple-hero-dest{color:var(--rg-text-muted);font-size:1.2rem;font-weight:600}.simple-next-card{background:var(--rg-panel);border:1px solid var(--rg-border);border-radius:16px;align-items:center;gap:.75rem;padding:1rem;font-size:1.1rem;display:flex}.simple-next-line{background:var(--rg-red);color:#fff;border-radius:8px;padding:.2rem .6rem;font-weight:800}.simple-next-dest{color:var(--rg-text-muted);flex:1}.simple-next-time{font-variant-numeric:tabular-nums;font-weight:800}.simple-none{color:var(--rg-text-muted);font-size:1.1rem}.simple-picker summary{cursor:pointer;align-items:center;min-height:44px;font-weight:600;display:flex}.simple-picker ul{flex-direction:column;gap:.4rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.simple-picker button{text-align:left;border:1px solid var(--rg-border);background:var(--rg-panel);cursor:pointer;border-radius:10px;width:100%;min-height:44px;padding:.75rem 1rem}.advanced-mode{flex:1;width:100%;max-width:760px;margin:0 auto;padding:1rem 1.25rem 2rem}.adv-filter-label{margin-bottom:.35rem;font-weight:600;display:block}.adv-filter-input{border:1px solid var(--rg-border);background:var(--rg-panel);width:100%;min-height:44px;color:var(--rg-text);border-radius:10px;margin-bottom:1rem;padding:.65rem .9rem;font-size:1rem}.adv-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.adv-card{border:1px solid var(--rg-border);background:var(--rg-panel);border-radius:12px;overflow:hidden}.adv-card-header{cursor:pointer;width:100%;min-height:44px;color:var(--rg-text);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.9rem 1rem;font-size:1rem;display:flex}.adv-stop-name{text-align:left;font-weight:700}.adv-distance{color:var(--rg-text-muted)}.adv-card-body{padding:0 1rem 1rem}.adv-arrival-list{margin:0;padding:0;list-style:none}.adv-arrival-list li{border-top:1px solid var(--rg-border);flex-wrap:wrap;align-items:baseline;gap:.6rem;padding:.4rem 0;display:flex}.adv-line{min-width:2.5rem;font-weight:800}.adv-dest{flex:1}.adv-eta{font-weight:700}.adv-expected{color:var(--rg-text-muted);width:100%;font-size:.85rem}
