*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:#08080f;width:100%;height:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{flex-direction:column;display:flex}.section-header{background:#1a1a2e;border-bottom:2px solid #f59e0b;align-items:center;gap:.5em;margin-bottom:.3em;padding:.4em .8em;display:flex}.section-arrow{color:#f59e0b;font-size:.9em}.section-destination{color:#f59e0b;letter-spacing:.12em;text-transform:uppercase;font-family:Courier New,Courier,monospace;font-size:1.1em;font-weight:700}.flip-board{flex-wrap:nowrap;gap:2px;display:inline-flex}.flip-char{font-family:Courier New,Courier,monospace;font-weight:700;font-size:inherit;color:inherit;background:#111827;border-top:1px solid #1c2333;border-bottom:1px solid #050810;border-radius:3px;justify-content:center;align-items:center;min-width:.75ch;height:1.35em;padding:0 1px;line-height:1;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff0a,0 1px 3px #0009}.flip-char.flip-space{box-shadow:none;background:0 0;border-color:#0000}.flip-char.flip-space:after{display:none}.flip-char:after{content:"";pointer-events:none;background:#000000b3;height:1px;position:absolute;top:calc(50% - .5px);left:0;right:0}.flip-char.flip-animating{animation:80ms linear flipTile}@keyframes flipTile{0%{transform:scaleY(1)}49%{transform:scaleY(.05)}51%{transform:scaleY(.05)}to{transform:scaleY(1)}}.train-row{background:#0d0d1a;border-bottom:1px solid #1e1e2e;align-items:center;gap:1em;padding:.5em .8em;transition:background .2s;display:flex}.train-row:last-child{border-bottom:none}.train-col{color:#fde68a;letter-spacing:.05em;white-space:nowrap;font-family:Courier New,Courier,monospace;font-size:1em}.train-number{min-width:5ch;font-weight:700}.train-time{flex:1;font-size:1.05em}.train-status{text-align:right;border-radius:3px;min-width:16ch;padding:.15em .5em;font-size:.9em}.status-ontime .flip-board{color:#4ade80}.status-delayed .flip-board{color:#f59e0b}.status-cancelled .flip-board{color:#f87171}.board-page{color:#fde68a;background:#08080f;flex-direction:column;min-height:100vh;font-family:Courier New,Courier,monospace;display:flex;overflow:hidden}.board-header{background:#0d0d1a;border-bottom:3px solid #f59e0b;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.board-title{flex-direction:column;gap:.15em;display:flex}.board-title-main{letter-spacing:.18em;color:#fde68a;text-transform:uppercase;font-size:clamp(1.1rem,2.5vw,2rem);font-weight:700}.board-title-sub{letter-spacing:.25em;color:#a16207;text-transform:uppercase;font-size:clamp(.6rem,1.2vw,1rem)}.clock-display{color:#f59e0b;letter-spacing:.08em;font-size:clamp(1.2rem,2.5vw,2.2rem);font-weight:700}.board-main{flex:1;gap:2rem;padding:2rem;display:flex}.board-section{background:#0a0a16;border:1px solid #1e1e3a;border-radius:4px;flex:1;overflow:hidden}.board-column-labels{letter-spacing:.2em;color:#6b5c2e;text-transform:uppercase;background:#050510;gap:1em;padding:.4em .8em;font-size:.7em;display:flex}.board-column-labels span:first-child{min-width:5ch}.board-column-labels span:nth-child(2){flex:1}.board-column-labels span:last-child{text-align:right;min-width:16ch}.board-rows{flex-direction:column;display:flex}.board-no-trains{text-align:center;color:#3a3a5c;letter-spacing:.15em;padding:2em 1em;font-size:.85em}.board-divider{background:#1e1e3a;width:2px;margin:0}.board-loading{letter-spacing:.3em;color:#6b5c2e;flex:1;justify-content:center;align-items:center;font-size:1.5rem;animation:1.5s ease-in-out infinite pulse;display:flex}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.board-error-banner{color:#f87171;letter-spacing:.15em;text-align:center;background:#1a0a0a;border-top:1px solid #7f1d1d;padding:.5em 2em;font-size:.75em}.board-footer{letter-spacing:.2em;color:#3a3a5c;text-transform:uppercase;background:#050510;border-top:1px solid #1e1e3a;justify-content:space-between;padding:.5rem 2rem;font-size:.65em;display:flex}@media (width<=1199px){.board-main{flex-direction:column;gap:1rem;padding:1rem}.board-divider{width:100%;height:2px}}@media (width<=767px){.board-header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem}.board-main{gap:.75rem;padding:.5rem}.board-footer{flex-direction:column;align-items:center;gap:.2em}}@media (width>=1600px){.board-header{padding:1.5rem 3rem}.board-main{gap:3rem;padding:2.5rem 3rem}.board-footer{padding:.75rem 3rem;font-size:.75em}}.embed-page{color:#fde68a;background:#08080f;flex-direction:column;min-height:100%;font-family:Courier New,Courier,monospace;font-size:.85rem;display:flex}.embed-header{background:#0d0d1a;border-bottom:2px solid #f59e0b;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.embed-title{letter-spacing:.2em;color:#f59e0b;text-transform:uppercase;font-size:.75em;font-weight:700}.embed-error-dot{background:#f87171;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.embed-main{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.embed-section{background:#0a0a16;border:1px solid #1e1e3a;border-radius:3px;overflow:hidden}.embed-rows{flex-direction:column;display:flex}.embed-no-trains{text-align:center;color:#3a3a5c;letter-spacing:.12em;padding:1em;font-size:.8em}.embed-loading{text-align:center;color:#6b5c2e;letter-spacing:.2em;padding:2em;font-size:.85em;animation:1.5s ease-in-out infinite pulse}.embed-footer{letter-spacing:.2em;color:#3a3a5c;text-align:center;text-transform:uppercase;border-top:1px solid #1e1e3a;padding:.4rem 1rem;font-size:.6em}
