@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&family=Roboto+Mono:wght@500;700&display=swap";:root{--kmk-blue: #364fc7;--kmk-blue-dark: #2b3a8c;--kmk-blue-light: #4c6ef5;--kmk-accent: #228be6;--kmk-kst: #15aabf;--kmk-bus: #e03131;--kmk-bg: #e9ecef;--kmk-card: #ffffff;--kmk-text: #1a1d20;--kmk-text-muted: #6c757d;--kmk-border: #dee2e6}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--kmk-bg);color:var(--kmk-text);min-height:100vh;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden;-webkit-font-smoothing:antialiased}.mobile-app-wrapper{max-width:440px;width:100%;height:92vh;max-height:880px;min-height:560px;background-color:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #00000026;border:1px solid #ced4da;display:flex;flex-direction:column;position:relative}.mobile-top-header{background-color:#fff;padding:.9rem 1rem .6rem;border-bottom:1px solid #e9ecef;width:100%;flex-shrink:0}.top-brand-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;width:100%}.mobile-brand-title{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;color:var(--kmk-blue);display:flex;align-items:center;gap:.4rem}.mobile-live-indicator{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;color:#0ca678;background:#0ca6781a;padding:.25rem .6rem;border-radius:12px;border:1px solid rgba(12,166,120,.25);flex-shrink:0}.stop-select-row{display:flex;align-items:center;gap:.4rem;width:100%}.mobile-stop-select{flex:1;min-width:0;background:#f8f9fa;border:2px solid var(--kmk-blue);color:var(--kmk-blue);padding:.5rem .6rem;border-radius:8px;font-size:.9rem;font-weight:800;outline:none;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-action-btns{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.header-btn{background:#f1f3f5;border:1px solid #dee2e6;color:var(--kmk-blue);cursor:pointer;padding:.45rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.header-btn:hover,.header-btn:active{background:var(--kmk-blue);color:#fff;border-color:var(--kmk-blue)}.live-board-container{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.board-header{background-color:#fff;padding:.9rem 1.1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9ecef;flex-shrink:0}.board-title-text{font-size:1.5rem;font-weight:800;color:#111827;letter-spacing:-.5px}.live-badge{border:2px solid #364fc7;color:#364fc7;font-weight:800;font-size:.75rem;padding:.25rem .55rem;border-radius:4px;letter-spacing:.4px;background-color:transparent;display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0}.live-pulse-dot{width:7px;height:7px;background-color:#364fc7;border-radius:50%;animation:pulse-ring 1.5s infinite}@keyframes pulse-ring{0%{transform:scale(.95);opacity:1}50%{transform:scale(1.35);opacity:.5}to{transform:scale(.95);opacity:1}}.line-swiper-bar{display:flex;align-items:center;gap:.45rem;padding:.55rem 1.1rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;flex-shrink:0}.line-swiper-bar::-webkit-scrollbar{height:3px}.line-swiper-bar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.line-swiper-pill{border:2px solid #364fc7;background-color:#fff;color:#364fc7;font-weight:800;font-size:.88rem;padding:.28rem .65rem;border-radius:6px;cursor:pointer;flex-shrink:0;transition:all .15s ease;font-family:Outfit,Inter,sans-serif;display:inline-flex;align-items:center;justify-content:center}.line-swiper-pill:hover,.line-swiper-pill.active{background-color:#364fc7;color:#fff;box-shadow:0 2px 8px #364fc740}.board-table-header{background-color:#364fc7;color:#fff;display:grid;grid-template-columns:75px 1fr 95px;padding:.55rem 1rem;font-size:.8rem;font-weight:700;flex-shrink:0}.col-line-head,.col-dest-head{text-align:left}.col-time-head{text-align:right}.board-rows-list{background-color:#fff;display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;overscroll-behavior-y:contain;margin-bottom:0;border-bottom:none}.board-rows-list::-webkit-scrollbar{width:6px}.board-rows-list::-webkit-scrollbar-thumb{background:#364fc7;border-radius:4px}.board-row{display:grid;grid-template-columns:75px 1fr 95px;align-items:center;padding:.85rem 1rem;border-bottom:1px solid #edf2f7;flex-shrink:0}.board-row:last-child{border-bottom:none}.board-loading-box{padding:3.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;color:#364fc7;font-weight:600;font-size:.9rem;text-align:center}.board-loading-spinner{width:28px;height:28px;border:3px solid rgba(54,79,199,.2);border-top-color:#364fc7;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.line-badge-box{border:2px solid #364fc7;background-color:#fff;color:#364fc7;font-weight:800;font-size:1.2rem;width:52px;height:38px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:Outfit,Inter,sans-serif}.line-badge-box.bus-badge{border-color:#e03131;color:#e03131}.direction-box{display:flex;flex-direction:column;justify-content:center;padding-right:.4rem}.direction-main{font-size:1.1rem;font-weight:800;color:#111827;line-height:1.2}.direction-via{font-size:.82rem;color:#6b7280;margin-top:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.time-platform-box{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.platform-text{font-size:.72rem;color:#6b7280;font-weight:600}.time-countdown{font-size:1.2rem;font-weight:800;color:#111827;line-height:1.2;margin-top:.1rem}.time-countdown.due-now{color:#d97706}.board-footer{background-color:#364fc7;color:#fff;padding:.7rem 1.1rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;margin-top:auto}.footer-date-col{font-size:.78rem;font-weight:600;line-height:1.2;color:#e0e7ff}.footer-clock-center{font-size:1.7rem;font-weight:800;letter-spacing:-.5px;font-family:Outfit,Inter,sans-serif}.footer-brand-right{font-size:.95rem;font-weight:700}.mobile-map-container{flex:1;min-height:0;width:100%;position:relative}.leaflet-container{width:100%;height:100%}.mobile-lines-container{padding:1rem;display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0;overflow-y:auto}.mobile-line-card{background:#f8fafc;border:1px solid #e9ecef;padding:.85rem;border-radius:10px;display:flex;align-items:center;gap:.75rem}.mobile-gtfs-container{padding:1rem;display:flex;flex-direction:column;gap:.75rem;font-size:.85rem;flex:1;min-height:0;overflow-y:auto}.mobile-bottom-nav{background-color:#fff;border-top:1px solid #dee2e6;display:grid;grid-template-columns:repeat(4,1fr);padding:.4rem .2rem;flex-shrink:0;position:sticky;bottom:0;z-index:100}.mobile-nav-btn{display:flex;flex-direction:column;align-items:center;gap:.2rem;background:transparent;border:none;padding:.4rem .2rem;color:#6c757d;font-size:.72rem;font-weight:700;cursor:pointer;transition:all .15s ease}.mobile-nav-btn.active{color:var(--kmk-blue)}.mobile-nav-btn.active svg{transform:translateY(-2px);color:var(--kmk-blue)}@media (max-width: 480px){body{padding:0;background-color:#fff;height:100dvh;overflow:hidden}.mobile-app-wrapper{max-width:100vw;width:100vw;height:100dvh;min-height:100dvh;max-height:100dvh;border-radius:0;border:none;box-shadow:none}.mobile-top-header{padding:.75rem .85rem .5rem}.board-header{padding:.75rem .85rem}.board-title-text{font-size:1.25rem}.live-badge{font-size:.68rem;padding:.2rem .45rem}.board-table-header{grid-template-columns:60px 1fr 80px;padding:.5rem .75rem;font-size:.75rem}.board-rows-list{flex:1;min-height:0;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}.board-row{grid-template-columns:60px 1fr 80px;padding:.75rem}.line-badge-box{width:44px;height:34px;font-size:1.05rem}.direction-main{font-size:1rem}.direction-via{font-size:.75rem;max-width:150px}.time-countdown{font-size:1.05rem}.platform-text{font-size:.68rem}.board-footer{padding:.65rem .85rem}.footer-clock-center{font-size:1.45rem}.footer-date-col{font-size:.72rem}.footer-brand-right{font-size:.85rem}}
