.tv-stoptimes{--st-route-color: #0072bb;--st-rail-slot: 30px;--st-platform-fg: #ffffff;--st-rail-light: var(--st-route-color);--st-rail-dark: var(--st-route-color);--st-font-mono: ui-monospace, "SFMono-Regular", "Consolas", "Liberation Mono", monospace;font-family:var(--font-sans, "Segoe UI", system-ui, sans-serif);box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0;display:flex;flex-direction:column;align-items:stretch;color:var(--text, #1b1f23);--st-rail-active: var(--st-route-color);--st-sep: color-mix(in srgb, var(--text, #1b1f23) 24%, transparent);--user-icon-filled: color-mix(in srgb, var(--muted, #5d6772) 78%, var(--text, #1b1f23));--user-icon-empty: color-mix(in srgb, var(--muted, #5d6772) 54%, transparent);--st-node-fill: var(--surface, var(--bg, #ffffff))}[data-theme=dark] .tv-stoptimes{--st-rail-active: var(--st-route-color);--st-sep: rgba(255, 255, 255, .18)}.tv-stoptimes *,.tv-stoptimes *:before,.tv-stoptimes *:after{box-sizing:border-box}.st-row{--cell-platform-bg: color-mix(in srgb, var(--st-cell-platform-base) 9%, transparent);--_st-py: var(--st-row-pad-y, .38rem);--st-node-size: var(--st-node-ring, 15px);--st-node-center-y: calc(var(--_st-py) + var(--st-name-size, 1.2rem) * .52);display:grid;grid-template-columns:var(--st-rail-slot, 30px) minmax(0,1fr) minmax(0,clamp(4.35rem,32%,9.5rem));column-gap:var(--st-col-gap, .55rem);align-items:start;min-height:0;min-width:0;max-width:100%;padding:var(--_st-py) .5rem calc(var(--_st-py) + 1px) 0;text-decoration:none;color:inherit;border-radius:0;border-bottom:0;transition:background-color .15s ease,box-shadow .15s ease,opacity .15s ease;position:relative}.st-row:after{content:"";position:absolute;right:0;bottom:0;left:calc(var(--st-rail-slot, 30px) + var(--st-col-gap, .55rem));border-bottom:1px solid var(--st-sep, var(--border, #dfe2e6));pointer-events:none}a.st-row{cursor:pointer}a.st-row:hover{background-color:var(--st-row-hover, color-mix(in srgb, var(--st-route-color) 8%, transparent));box-shadow:none}[data-theme=dark] a.st-row:hover{background-color:color-mix(in srgb,var(--st-route-color) 12%,transparent);box-shadow:none;color:var(--text, #fff)}.st-rail{grid-column:1;justify-self:stretch;width:100%;max-width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:center;gap:.1rem;position:relative;align-self:stretch;min-height:1.85rem;margin-block:calc(-1 * var(--_st-py));margin-left:0;background:transparent;flex-shrink:0;overflow:visible}.st-rail-track{position:relative;align-self:stretch;width:var(--st-rail-w, 6px);flex:0 0 var(--st-rail-w, 6px);min-width:var(--st-rail-w, 6px);overflow:visible}.st-rail-track:before{content:"";position:absolute;left:0;top:-5px;bottom:-5px;width:100%;background:var( --st-rail-bg, linear-gradient( to bottom, var(--st-rail-start, var(--st-rail-active)), var(--st-rail-end, var(--st-rail-start, var(--st-rail-active))) ) );border-radius:3px;z-index:0;box-shadow:none;filter:none}.st-row--first:not(.st-row--after-continuity) .st-rail-track:before{top:50%}.st-row--after-continuity .st-rail-track:before{top:-14px}.st-row--last:not(.st-row--before-continuity) .st-rail-track:before{bottom:50%}.st-row--before-continuity .st-rail-track:before{bottom:-14px}.st-row--first.st-row--last:not(.st-row--after-continuity):not(.st-row--before-continuity) .st-rail-track:before{display:none}.st-exit-arrow--rail{position:absolute;z-index:1;top:calc(var(--st-node-center-y) - 2px);transform:translateY(-50%);color:var(--st-route-color);font-size:clamp(.62rem,2.5vw,.78rem);line-height:1;font-weight:800;-webkit-user-select:none;user-select:none;pointer-events:none}.st-exit-arrow--rail-before{right:calc(100% + .06rem);text-align:right}.st-exit-arrow--rail-after{left:calc(100% + .06rem);text-align:left}.st-node{position:absolute;left:50%;top:var(--st-node-center-y);transform:translate(-50%,-50%);width:var(--st-node-size);height:var(--st-node-size);border-radius:50%;background:var(--st-node-fill);border:solid 3px color-mix(in srgb,var(--st-rail-start, var(--st-rail-active)) 52%,var(--st-rail-end, var(--st-rail-active)) 48%);z-index:2;box-shadow:none;filter:none}.st-row--no-stop-marker .st-node,.st-row--no-stop-marker .st-exit-arrow--rail{display:none}.st-row--muted .st-node{border-color:var(--st-muted-rail, #9ca3af);background:var(--st-node-muted-center, var(--surface, #f3f4f6))}.st-row--muted .st-exit-arrow--rail{opacity:.58}[data-theme=dark] .st-row--muted .st-node{border-color:#6e7681;background:var(--surface, #21262d);box-shadow:none}.st-row--terminal:not(.st-row--no-stop-marker) .st-node{background:var(--st-rail-active);border-color:var(--st-rail-active);box-shadow:inset 0 0 0 3px var(--st-node-fill);filter:none;opacity:1}.st-row--terminal.st-row--muted:not(.st-row--no-stop-marker) .st-node{opacity:.88;filter:grayscale(.15)}.st-platform-cell{display:none}.st-platform{--st-cell-platform-base: var(--st-route-color);display:inline-flex;align-items:center;justify-content:center;min-width:var(--st-platform-min, 2.05rem);min-height:1.48rem;padding:.04rem .18rem;font-family:var(--font-sans, sans-serif);font-weight:650;font-size:clamp(.85rem,2.4vw,1.35rem);line-height:1;text-align:center;color:color-mix(in srgb,var(--text, #1b1f23) 92%,var(--st-route-color));background:var(--cell-platform-bg);border:1px solid color-mix(in srgb,var(--st-cell-platform-base) 24%,var(--muted, #6b7280));border-radius:3px;text-shadow:none}.st-platform--empty{min-width:var(--st-platform-min, 2.05rem);min-height:1.48rem;border:1px dashed var(--st-platform-empty-border, #c5cad1);background:var(--st-platform-empty-bg, color-mix(in srgb, var(--muted, #6b7280) 12%, transparent));color:transparent;font-size:0;text-shadow:none}[data-theme=dark] .st-platform--empty{border-color:#484f58;background:#ffffff0a}.st-body{grid-column:2;min-width:0;display:flex;flex-direction:column;gap:.08rem}.st-meta{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;column-gap:.65rem;row-gap:.22rem;font-size:var(--st-meta-size, .8rem);color:var(--muted, #5d6772);line-height:1.18;min-height:0;overflow:hidden}.st-meta-lead{display:flex;flex-wrap:wrap;align-items:baseline;gap:.28rem .42rem;min-width:0;flex:1 1 auto}.st-meta-tail{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;margin-left:auto}.st-timepair{font-family:var(--st-font-mono);font-variant-numeric:tabular-nums;letter-spacing:.02em;white-space:nowrap;color:color-mix(in srgb,var(--text, #1b1f23) 90%,var(--muted, #5d6772));font-weight:760;display:flex;flex-direction:column;align-items:flex-end;gap:.08rem;font-size:var(--st-time-size, 1rem);line-height:1.06;justify-content:flex-start}.tv-stoptimes--extra .st-timepair{min-height:calc((var(--st-time-size, 1rem) * 2.06) + .08rem);justify-content:center}.tv-stoptimes--simple .st-timepair{min-height:0;gap:0;line-height:1.08}.st-meta-gap{opacity:.55;font-weight:500}.st-status{font-family:var(--font-sans, sans-serif);font-weight:600;font-size:.9em;text-transform:lowercase;white-space:nowrap;opacity:.72;display:inline-block;min-width:0}.st-dwell{font-family:var(--st-font-mono);font-size:.82em;color:color-mix(in srgb,var(--muted, #5d6772) 86%,var(--text, #1b1f23));white-space:nowrap}.st-dwell--trail{min-width:4.25rem;text-align:right;font-size:var(--st-dwell-size, .8rem);margin-top:.04rem;min-height:0;display:block;line-height:1.15}.st-name-row{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:.55rem;row-gap:.2rem;align-items:center;min-width:0}.st-name-row>.st-name{min-width:0;grid-column:1}.st-name-row>.st-stop-pill{grid-column:2;align-self:center}.st-stop-pill{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;max-width:100%;font-family:var(--font-sans, sans-serif);font-size:.7rem;font-weight:700;line-height:1.1;letter-spacing:.02em;text-transform:none;padding:.2rem .52rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--text, #000) 10%,transparent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-stop-pill--passing{color:color-mix(in srgb,var(--text, #1b1f23) 86%,transparent);background:color-mix(in srgb,var(--muted, #6b7280) 18%,transparent);border-color:color-mix(in srgb,var(--muted, #6b7280) 42%,transparent)}.st-stop-pill--skipped{color:color-mix(in srgb,#b45309 55%,var(--text, #1b1f23));background:color-mix(in srgb,#f59e0b 16%,transparent);border-color:color-mix(in srgb,#b45309 28%,transparent)}.st-stop-pill--canceled{color:#fff;background:var(--service-type-canceled, #b22222);border-color:color-mix(in srgb,#000 28%,transparent)}.st-stop-pill--terminal{color:color-mix(in srgb,var(--st-route-color) 72%,var(--text, #1b1f23));background:color-mix(in srgb,var(--st-route-color) 14%,var(--surface, #fff));border-color:color-mix(in srgb,var(--st-route-color) 38%,transparent)}.st-stop-pill--k{color:var(--service-type-all-stops, #1f6feb);background:color-mix(in srgb,var(--service-type-all-stops, #1f6feb) 12%,var(--surface, #fff));border-color:color-mix(in srgb,var(--service-type-all-stops, #1f6feb) 28%,transparent)}[data-theme=dark] .st-stop-pill--passing{color:color-mix(in srgb,var(--text, #fff) 88%,transparent);background:color-mix(in srgb,var(--text, #fff) 14%,transparent);border-color:color-mix(in srgb,var(--text, #fff) 22%,transparent)}[data-theme=dark] .st-stop-pill--skipped{color:#fcd34d;background:#fbbf241f;border-color:#fbbf2452}[data-theme=dark] .st-stop-pill--terminal{color:color-mix(in srgb,var(--st-route-color) 35%,var(--text, #fff));background:color-mix(in srgb,var(--st-route-color) 18%,transparent);border-color:color-mix(in srgb,var(--st-route-color) 45%,transparent)}[data-theme=dark] .st-stop-pill--k{background:color-mix(in srgb,var(--service-type-all-stops, #1f6feb) 24%,transparent);border-color:color-mix(in srgb,var(--service-type-all-stops, #1f6feb) 38%,transparent)}.st-name{font-weight:760;font-size:var(--st-name-size, 1.2rem);line-height:1.12;text-transform:none;letter-spacing:0;color:var(--text, #1b1f23);word-break:break-word}.st-platform-label{color:color-mix(in srgb,var(--muted, #5d6772) 82%,var(--text, #1b1f23));white-space:nowrap;display:inline-block;min-width:0;font-size:calc(var(--st-meta-size, .82rem) * 1.22);font-weight:650;line-height:1.22}[data-theme=dark] .st-platform-label{color:color-mix(in srgb,var(--muted, #8b949e) 58%,var(--text, #ffffff))}.st-platform-label--unknown{opacity:.62;color:color-mix(in srgb,var(--muted, #5d6772) 92%,var(--text, #1b1f23));font-weight:540}[data-theme=dark] .st-platform-label--unknown{opacity:.48;color:color-mix(in srgb,var(--muted, #8b949e) 82%,transparent)}[data-theme=dark] .tv-stoptimes .st-row.passing .st-platform-label:not(.st-platform-label--unknown),.st-row.passing .st-platform-label:not(.st-platform-label--unknown){color:color-mix(in srgb,var(--muted, #5d6772) 82%,var(--text, #1b1f23))}[data-theme=dark] .tv-stoptimes .st-row.passing .st-platform-label:not(.st-platform-label--unknown){color:color-mix(in srgb,var(--muted, #8b949e) 58%,var(--text, #ffffff))}.tv-stoptimes--extra .st-admin-line{font-size:.7rem;color:var(--muted, #5d6772);font-family:var(--st-font-mono);font-variant-numeric:tabular-nums;display:flex;flex-wrap:wrap;gap:.25rem .5rem;align-items:baseline;line-height:1.25;margin-top:.06rem}.st-platform-sub{font-size:.78rem;font-weight:500;color:var(--text, #1b1f23);opacity:.88}.st-trail{grid-column:3;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:.06rem;align-self:start;min-width:0;min-height:0;padding-top:.04rem;text-align:right}.tv-stoptimes--extra .st-trail{gap:.12rem}.st-svc-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.45rem;height:1.32rem;padding:0 .28rem;font-size:.68rem;font-weight:800;text-transform:uppercase;border-radius:4px;border:1px solid color-mix(in srgb,var(--text, #000) 14%,transparent);line-height:1}.st-svc-badge--passing{background:var(--service-type-passing, #6b7280);color:#fff;border-color:transparent}.st-svc-badge--canceled{background:var(--service-type-canceled, #b22222);color:#fff;border-color:transparent}.st-svc-badge--term{background:color-mix(in srgb,var(--st-route-color) 22%,var(--surface, #fff));color:var(--text, #1b1f23);border-color:color-mix(in srgb,var(--st-route-color) 42%,transparent)}.st-svc-badge--k{background:var(--service-type-all-stops, #1f6feb);color:#fff;border-color:transparent}.st-trail-spacer{min-width:1.45rem;min-height:1.32rem}.st-row--muted .st-name,.st-row--muted .st-timepair,.st-row--muted .st-dwell{opacity:.58}.st-row--muted .st-platform:not(.st-platform--empty){filter:grayscale(.35);opacity:.75}.st-row--muted .st-meta .tv-delay.canceled,.st-row--muted .st-meta .st-delay.canceled,.st-row--muted .serviceCapacity{opacity:1}.st-row.passing:not(.canceled){background-color:color-mix(in srgb,var(--muted, #6b7280) 7%,transparent)}.st-row.canceled{background-color:color-mix(in srgb,var(--service-type-canceled, #b22222) 14%,transparent)}[data-theme=dark] .st-row.passing:not(.canceled){background-color:#ffffff09}[data-theme=dark] .st-row.canceled{background-color:color-mix(in srgb,var(--service-type-canceled, #b22222) 22%,transparent)}.delay.canceled,.tv-delay.canceled,.st-delay.canceled{color:#fff;background-color:var(--service-type-canceled, #b22222);padding:0 .3em;border-radius:.3em;font-weight:700}.st-row.highlighted{box-shadow:inset 0 0 0 2px var(--accent, #d29922);background-color:var(--st-highlight-bg, color-mix(in srgb, var(--accent, #f4b860) 16%, transparent))}[data-theme=dark] .st-row.highlighted{background-color:#d299221f;box-shadow:inset 0 0 0 2px #d29922}.serviceCapacity{display:inline-flex;align-items:center;gap:.1rem;vertical-align:middle;opacity:.72;min-width:0}.serviceCapacity :global(svg){width:.72rem;height:.72rem}.tv-platform-change,.st-platform-change{display:inline-block;font-size:.68rem;font-weight:700;color:var(--platform-change-text, #8a2d2d);background:var(--platform-change-bg, #fdeaea);border:1px solid var(--platform-change-border, #f4c7c7);border-radius:999px;padding:.04rem .35rem;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.very-late{color:var(--delay-very-late, red)}.late{color:var(--delay-late, darkgoldenrod)}.on-time{color:color-mix(in srgb,var(--delay-on-time, green) 45%,var(--muted, #5d6772))}.early{color:color-mix(in srgb,var(--delay-early, blue) 42%,var(--muted, #5d6772))}.scheduled,.estimated{color:var(--delay-scheduled, gray)}.tv-delay,.st-delay{font-weight:600}.tv-date-offset,.st-date-offset{font-size:.72rem;color:var(--muted, #757575);margin-left:.15rem;white-space:nowrap}.tv-stoptimes--linked{--st-node-ring: 16px;padding:.32rem .32rem .42rem;border-radius:14px;border:1px solid color-mix(in srgb,var(--text, #1b1f23) 14%,transparent);background:color-mix(in srgb,var(--surface, var(--bg, #fff)) 96%,transparent)}[data-theme=dark] .tv-stoptimes--linked{border-color:#8b949e3d;background:color-mix(in srgb,var(--surface, #161b22) 100%,rgba(30,40,62,.45));box-shadow:inset 0 1px #ffffff0b}.st-continuity{display:grid;grid-template-columns:var(--st-rail-slot, 30px) minmax(0,1fr) minmax(0,clamp(4.35rem,32%,9.5rem));column-gap:var(--st-col-gap, .55rem);align-items:stretch;padding:.48rem .5rem .14rem 0;position:relative;text-decoration:none;color:inherit;min-height:0;overflow:visible}.st-continuity--next{padding-bottom:.58rem;padding-top:.14rem}.st-continuity:after{content:"";position:absolute;right:0;bottom:0;left:calc(var(--st-rail-slot, 30px) + var(--st-col-gap, .55rem));border-bottom:1px solid var(--st-sep, var(--border, #dfe2e6));pointer-events:none}.st-continuity-rail{grid-column:1;justify-self:center;align-self:stretch;width:var(--st-rail-w, 6px);min-width:var(--st-rail-w, 6px);display:flex;flex-direction:column;align-items:center;min-height:0;margin-left:0;margin-top:0;position:relative}.st-continuity--prev .st-continuity-rail{justify-content:flex-start}.st-continuity--next .st-continuity-rail{justify-content:flex-end}.st-cont-node{width:11px;height:11px;border-radius:50%;border:2px solid var(--st-cont-accent, var(--st-prev-accent, var(--st-route-color)));background:var(--st-node-fill);flex-shrink:0;box-shadow:none}.st-cont-line{flex:1 1 auto;width:0;min-height:.72rem;border-radius:2px;border-left:2px dotted var(--st-cont-accent, var(--st-route-color));filter:none;opacity:.92}.st-continuity-body{grid-column:2;display:flex;flex-direction:column;gap:.14rem;justify-content:center;align-self:stretch;width:100%;min-width:0;padding:.12rem 0;margin:0;line-height:1.28}.st-continuity--next .st-continuity-body{justify-content:flex-end}.st-continuity-trail{grid-column:3}.st-cont-label{font-weight:700;font-size:.74rem;text-transform:uppercase;letter-spacing:.07em;color:color-mix(in srgb,var(--muted, #888) 82%,var(--text, #1b1f23))}[data-theme=dark] .st-cont-label{color:color-mix(in srgb,var(--muted, #8b949e) 38%,var(--text, #ffffff))}.st-cont-link{display:flex;flex-wrap:wrap;align-items:baseline;align-self:stretch;width:100%;max-width:100%;gap:.22rem;font-weight:760;font-size:1.06rem;line-height:1.35;text-decoration:none;color:color-mix(in srgb,var(--st-cont-accent, var(--st-route-color)) 92%,var(--text, #1b1f23));transition:opacity .15s ease,color .15s ease}[data-theme=dark] .st-cont-link{color:color-mix(in srgb,var(--st-cont-accent, var(--st-route-color)) 58%,#f2f7ff)}.st-cont-link:hover{opacity:.92;filter:brightness(1.05);text-decoration:none}[data-theme=dark] .st-cont-link:hover{color:color-mix(in srgb,var(--st-cont-accent, var(--st-route-color)) 52%,#ffffff)}.st-cont-chevron{display:inline-block;margin-left:.12rem;font-weight:900;opacity:.85}.tv-stoptimes>hr,.st-sep{border:0;border-top:1px solid var(--st-sep, var(--border, #dfe2e6));margin:.35rem 0;width:100%}[data-theme=dark] .tv-stoptimes>hr,[data-theme=dark] .st-sep{border-color:var(--st-sep, rgba(255, 255, 255, .12))}.block-nav-link{width:100%;padding:.28rem .42rem .38rem;font-size:.82rem;color:var(--muted, #555);display:flex;flex-direction:column;gap:.06rem}.block-nav-link .nav-label{font-weight:700;color:var(--muted, #888);font-size:.68rem;text-transform:uppercase;letter-spacing:.06rem}.block-nav-link a{color:var(--primary, #2980b9);text-decoration:none;font-weight:700;font-size:.95rem}.block-nav-link a:hover{text-decoration:underline}.stoptimes-controls{margin-bottom:.75rem;text-align:center;font-size:.88rem;color:var(--muted, #5d6772)}.stoptimes-controls label{cursor:pointer;margin:0 .5rem;-webkit-user-select:none;user-select:none}@media(max-width:768px){.tv-stoptimes .st-row,.tv-stoptimes .st-continuity{--st-col-gap: .35rem;padding-left:.35rem;padding-right:.35rem}.tv-stoptimes--extra .st-timepair{font-size:.88rem;min-height:0;justify-content:flex-start}.st-platform-label,.st-status,.st-dwell--trail{min-width:0}.st-meta{flex-wrap:wrap;row-gap:.12rem}}@media(min-width:900px){.tv-stoptimes{--st-name-size: 1.28rem;--st-meta-size: .82rem;--st-row-pad-y: .42rem;--st-node-ring: 16px;--st-rail-w: 6px;--st-time-size: 1.03rem}}
