body{font-family:PTSans,sans-serif}.home-screen{position:relative;width:100%;height:100vh;overflow:hidden}.home-map{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0}.bottom-sheet{position:absolute;bottom:0;left:0;right:0;z-index:20;background:#f0f0f066;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);border-radius:32px 32px 0 0;padding:24px;box-shadow:0 -8px 32px #00000026;max-height:70vh;overflow-y:auto}.options-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.option-btn{background:#1c5ddc99;border:solid rgba(0,0,0,.1) 3px;border-radius:20px;padding:20px 16px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;overflow:hidden}.option-text{text-align:center;color:#fff}.option-label{font-size:11px;font-weight:500;opacity:.9;letter-spacing:.5px}.option-title{font-size:14px;font-weight:600;margin-top:2px}.selector-panel{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:20px;margin-top:16px;border:1px solid rgba(0,0,0,.05)}.selector-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.selector-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.close-selector{background:#0000000d;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.close-selector:hover{background:#0000001a}.close-selector .material-symbols-rounded{font-size:20px;color:#666}.category-tabs{display:flex;gap:8px;background:#0000000d;padding:4px;border-radius:12px;margin-bottom:12px}.category-tabs button{flex:1;padding:8px 12px;border:none;background:transparent;color:#666;font-size:13px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.category-tabs button.active{background:#fff;color:#667eea;box-shadow:0 2px 4px #0000001a}.category-tabs button:hover:not(.active){background:#ffffff80;color:#333}.route-search{width:100%;padding:12px 16px;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fff;color:#333;font-size:14px;font-family:inherit;transition:all .2s ease;margin-bottom:12px}.route-search::placeholder{color:#999}.route-search:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.routes-list::-webkit-scrollbar{width:6px}.routes-list::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.routes-list::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.routes-list::-webkit-scrollbar-thumb:hover{background:#0000004d}.home-route-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.home-route-item:hover{background:#f8f9ff}.route-badge{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;white-space:nowrap;min-width:50px;text-align:center}.route-info{flex:1;display:flex;flex-direction:column}.route-name{color:#333;font-size:13px;font-weight:500}.home-route-item .material-symbols-rounded{color:#999;font-size:18px}.no-routes,.coming-soon{text-align:center;padding:40px 24px;color:#999}.no-routes .material-symbols-rounded,.coming-soon .material-symbols-rounded{font-size:48px;margin-bottom:12px;opacity:.5}.no-routes p,.coming-soon p{margin:0;font-size:14px}#map{height:100%;width:100%}.bus-roundel-wrapper{background:transparent;border:none}.bus-roundel{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:PTSans,sans-serif;font-weight:700;font-size:14px;pointer-events:none;white-space:nowrap;position:relative}.bus-heading-arrow{position:absolute;top:0;right:0;bottom:0;left:0;display:none;pointer-events:none;transform:rotate(var(--heading, 0deg));transform-origin:center center}.bus-heading-arrow:after{content:"";position:absolute;top:-3px;left:50%;width:0;height:0;transform:translate(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:7px solid currentColor}.bus-heading-arrow[style*=--heading]{display:block}.bus-roundel-estimated{background-color:#ffffffd9;border:2.5px solid;box-shadow:0 0 6px #00000026;font-size:12px;width:26px;height:26px}.route-legend{position:absolute;bottom:100px;left:32px;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;box-shadow:0 4px 16px #00000026;padding:10px 12px;min-width:180px;max-width:260px;max-height:60vh;overflow-y:auto;font-family:PTSans,sans-serif}.route-legend-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #e0e0e0}.route-legend-title{font-size:13px;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.5px}.route-legend-toggle{background:none;border:none;cursor:pointer;padding:2px;color:#999;display:flex;align-items:center;justify-content:center}.route-legend-toggle:hover{color:#333}.route-legend-toggle .material-symbols-rounded{font-size:18px}.route-legend-list{display:flex;flex-direction:column;gap:6px}.route-legend-item{display:flex;align-items:center;gap:8px;padding:4px 6px;border-radius:6px;transition:background .1s ease}.route-legend-item:hover{background:#0000000a}.route-legend-swatch{width:20px;height:4px;border-radius:2px;flex-shrink:0}.route-legend-badge{font-size:12px;font-weight:1000;color:#555;flex-shrink:0}.route-legend-name{font-size:12px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-legend-show-btn{position:absolute;bottom:80px;left:12px;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:10px;box-shadow:0 2px 10px #0000001f;padding:8px;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.route-legend-show-btn:hover{background:#fff;box-shadow:0 4px 14px #0000002e;color:#333}.route-legend-show-btn .material-symbols-rounded{font-size:22px}@media (max-width: 600px){.route-legend{bottom:70px;left:8px;min-width:150px;max-width:220px;padding:8px 10px}.route-legend-show-btn{bottom:70px;left:8px}}.main-container{position:absolute;z-index:1000;padding:32px;width:100%;box-sizing:border-box;height:fit-content;display:flex}.main-container.header{top:0;background:linear-gradient(0deg,#0000,#00000080)}.main-container.footer{bottom:0;top:auto;background:linear-gradient(180deg,#0000,#00000080)}.sub-container{display:flex;align-items:center}.button-group{display:flex;gap:12px}.logo{height:60px;opacity:.9;filter:drop-shadow(0px 5px 12px rgba(0,0,0,.8));margin-right:32px}.fab{border:3px solid rgba(0,0,0,.1);background:#fff6;box-shadow:0 8px 12px #00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);height:55px;width:55px;display:flex;cursor:pointer;align-items:center;justify-content:center;color:#0009;transition:all .2s ease-in-out;border-radius:30px;gap:8px}.fab:hover{background:#fff9;color:#000c}.fab.fab-expand{width:auto;padding:0 16px}.search-field{border:none;background:transparent;font-size:14px;outline:none;width:200px;color:#000000b3}.search-field::placeholder{color:#00000080}.footer-button-group{display:flex;gap:12px}.iconLogo{height:22px}.fab.active{background:#2196f3;color:#fff;box-shadow:0 4px 12px #2196f366}.comments-panel{border-top:1px solid #ddd;padding-top:16px;font-family:PTSans,sans-serif;margin-top:16px}.comments-panel h3{margin:0 0 12px;font-size:1.1rem;color:#333}.add-comment-form{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #ddd}.comment-input,.comment-textarea{padding:10px;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:13px}.comment-input:focus,.comment-textarea:focus{outline:none;border-color:#1976d2;box-shadow:0 0 4px #1976d24d}.comment-submit-btn{padding:10px 16px;background:#1976d2;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer}.comment-submit-btn:hover:not(:disabled){background:#1565c0}.comment-submit-btn:disabled{background:#ccc;cursor:not-allowed}.comments-list{max-height:400px;overflow-y:auto}.no-comments{padding:16px;text-align:center;color:#999;font-size:13px}.comment-item{padding:12px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:8px}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.comment-author{font-weight:600;color:#333;font-size:13px}.comment-date{font-size:12px;color:#999}.comment-text{margin:8px 0;font-size:13px;line-height:1.4;color:#555;word-wrap:break-word}.comment-actions{display:flex;gap:8px}.vote-btn{padding:6px 12px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s ease}.vote-btn:hover{background:#e8e8e8;border-color:#999}.vote-btn.upvote:hover{background:#e3f2fd;border-color:#1976d2;color:#1976d2}.vote-btn.downvote:hover{background:#ffebee;border-color:#d32f2f;color:#d32f2f}.comments-list::-webkit-scrollbar{width:6px}.comments-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.comments-list::-webkit-scrollbar-thumb{background:#999;border-radius:3px}.comments-list::-webkit-scrollbar-thumb:hover{background:#666}.bus-info{padding:16px;overflow-x:hidden;font-family:PTSans,sans-serif}.bus-info-header{display:flex;justify-content:flex-end;margin-bottom:12px}.bus-info-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.bus-info-close:hover{color:#333}.bus-info-content h3{margin:12px 0;font-size:1.5rem;font-weight:700;color:#333}.estimated-banner{display:flex;align-items:center;gap:6px;background:#fff3e0;border:1px solid #FFB74D;border-radius:8px;padding:8px 12px;margin-bottom:12px;font-size:13px;font-weight:600;color:#e65100}.estimated-banner .material-symbols-rounded{font-size:18px}.routes-panel{padding:16px;font-family:PTSans,sans-serif}.routes-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.routes-panel-header h2{margin-top:0;font-size:2rem;color:#333}.selected-count{font-size:.85rem;color:#2196f3;font-weight:600;background:#2196f31a;padding:4px 10px;border-radius:12px}.route-button{font-family:PTSans,sans-serif;display:flex;align-items:center;gap:8px;padding:12px;border:2px solid transparent;background:none;cursor:pointer;border-radius:8px;font-size:.95rem;color:#333;font-weight:500;width:100%;text-align:left}.route-button:hover{background:#efefef}.route-button.selected{background:#2196f30f;border-color:#2196f3}.route-checkbox{width:22px;height:22px;border-radius:4px;border:2px solid #ccc;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;transition:all .15s ease}.route-button.selected .route-checkbox{border-color:#2196f3;background:#2196f3}.check-icon{font-size:16px!important;color:#fff;font-weight:700}.route-badge{display:flex;align-items:center;justify-content:center;min-width:40px;width:40px;height:40px;border-radius:50%;font-weight:700;flex-shrink:0}.stops-panel{padding:16px;overflow-x:hidden;font-family:PTSans,sans-serif;max-height:calc(100vh - 150px);overflow-y:auto}.stops-panel-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid rgba(0,0,0,.1)}.stops-panel-title{display:flex;align-items:center;gap:12px;flex:1}.stops-panel-title .stop-icon{height:40px;width:auto;flex-shrink:0}.stops-panel-title h3{margin:0;font-size:2rem;font-weight:700;color:#333;line-height:1.3}.close-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s;flex-shrink:0}.close-btn:hover{background-color:#0000000d}.close-btn .material-symbols-rounded{font-size:24px;color:#666}.stops-panel-content{display:flex;flex-direction:column;gap:24px}.stop-details{display:flex;flex-direction:column;gap:12px}.info-row{display:flex;gap:12px;align-items:flex-start;font-size:.95rem;color:#555}.info-row .icon-small{font-size:20px;color:#666;flex-shrink:0;margin-top:2px}.info-row>div{flex:1}.info-row strong{font-weight:600;color:#333;display:block;margin-bottom:2px}.routes-section{background-color:#00000005;padding:16px;border-radius:8px}.access-section{background-color:#2196f30d;padding:16px;border-radius:8px}.platforms-section{background-color:#4caf500d;padding:16px;border-radius:8px}.section-title{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:1.1rem;font-weight:600;color:#333}.section-title .material-symbols-rounded{font-size:24px;color:#1976d2}.routes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.route-item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;transition:background-color .2s}.route-badge{display:flex;align-items:center;justify-content:center;min-width:40px;width:40px;height:40px;border-radius:50%;font-weight:700;flex-shrink:0;box-shadow:0 2px 4px #00000026}.route-item .route-name{font-size:.9rem;font-weight:500;color:#333;flex:1}.access-list{display:flex;flex-direction:column;gap:12px}.access-item{display:flex;align-items:center;gap:12px;padding:12px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #00000014}.access-icon{width:40px;height:auto;flex-shrink:0;border-radius:4px}.access-info{flex:1;display:flex;flex-direction:column;gap:4px}.access-name{font-size:.9rem;font-weight:600;color:#333}.access-coords{font-size:.75rem;color:#666}.platforms-list{display:flex;flex-direction:column;gap:12px}.platform-item{background-color:#fff;border-radius:8px;padding:12px;box-shadow:0 2px 4px #00000014}.platform-code{background-color:#0d1926;color:#fff;font-weight:700;font-size:.85rem;padding:4px 12px;border-radius:4px;flex-shrink:0}.platform-route-badge{display:flex;align-items:center;justify-content:center;border-radius:50%;height:26px;aspect-ratio:1}.platform-routes{display:flex;flex-wrap:wrap;gap:6px}.no-routes{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;color:#999;text-align:cr}.no-routes .material-symbols-rounded{font-size:48px;color:#ccc;margin-bottom:12px}.no-routes p{margin:0;font-size:.95rem}@media (max-width: 900px){.stops-panel{max-height:calc(100vh - 100px)}.route-item{padding:12px 8px}.access-item{padding:10px}.access-icon{width:35px}}.route-info{display:flex;font-family:PTSans,sans-serif;flex-direction:column;height:100%}.route-info-header{position:relative;padding:16px 0;border-bottom:1px solid #e0e0e0}.header-content{display:flex;align-items:center;gap:12px;padding:0 24px}.route-badge-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.route-title-container{flex:1;min-width:0}.route-title-container h2{margin:0;font-size:18px;font-weight:600;color:#333}.route-title-container .route-subtitle{margin:2px 0 0;font-size:13px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-stats{display:flex;align-items:center;padding:12px 20px;border-bottom:1px solid #e0e0e0;flex-shrink:0}.stat-item{display:flex;align-items:center;gap:6px;flex:1}.stat-item .material-symbols-rounded{font-size:18px;color:#666}.stat-label{font-size:12px;color:#666;margin-right:auto}.stat-value{font-size:16px;font-weight:600;color:#333}.stat-divider{width:1px;height:24px;margin:0 12px}.stops-section{display:flex;flex-direction:column;flex:1;overflow:hidden}.section-title{margin:0;padding:16px 20px 12px;font-size:16px;font-weight:600;color:#333;border-bottom:1px solid #e0e0e0}.variant-selector{overflow-y:auto;display:flex;gap:8px;padding:12px 20px;border-bottom:1px solid #e0e0e0}.variant-btn{width:auto;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:13px;font-weight:500;color:#666;white-space:nowrap;display:flex;align-items:center;gap:6px}.variant-btn:hover{background:#f5f5f5;border-color:#999}.variant-btn.active{background:#333;color:#fff;border-color:#333}.stops-list{flex:1;overflow-y:auto;padding:0 20px 20px}.stop-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f0f0f0}.stop-item:last-child{border-bottom:none}.stop-badge{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.stop-name{flex:1;font-size:14px;color:#333;line-height:1.4}.stops-list::-webkit-scrollbar{width:6px}.stops-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.stops-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.stops-list::-webkit-scrollbar-thumb:hover{background:#999}.route-layers-panel{font-family:PTSans,sans-serif;border-top:1px solid #e0e0e0;padding:12px 16px;background:#fafafa}.layers-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.layers-header h3{margin:0;font-size:14px;font-weight:600;color:#333}.clear-all-btn{background:none;border:1px solid #ddd;border-radius:6px;padding:4px 10px;font-size:12px;color:#666;cursor:pointer;transition:all .15s ease}.clear-all-btn:hover{background:#fee;border-color:#fcc;color:#c00}.layers-list{display:flex;flex-direction:column;gap:6px}.layer-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#fff;border-radius:8px;border:1px solid #e8e8e8;transition:opacity .15s ease}.layer-item.hidden{opacity:.5}.layer-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.layer-visibility-btn{background:none;border:none;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;color:#666;flex-shrink:0}.layer-visibility-btn:hover{color:#333}.layer-visibility-btn .material-symbols-rounded{font-size:20px}.layer-badge{display:flex;align-items:center;justify-content:center;min-width:32px;width:32px;height:32px;border-radius:50%;font-weight:700;font-size:12px;flex-shrink:0}.layer-badge-and-swatch{display:flex;align-items:center;gap:8px}.layer-color-input{width:34px;height:26px;padding:0;border:none;background:transparent;cursor:pointer}.layer-reset-color{background:none;border:none;cursor:pointer;color:#666;padding:2px}.layer-reset-color .material-symbols-rounded{font-size:18px}.layer-name{font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.layer-opacity-slider{width:70px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ddd;border-radius:2px;outline:none;cursor:pointer}.layer-opacity-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#2196f3;cursor:pointer;border:2px solid white;box-shadow:0 1px 3px #0003}.layer-opacity-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#2196f3;cursor:pointer;border:2px solid white;box-shadow:0 1px 3px #0003}.layer-remove-btn{background:none;border:none;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;color:#999;flex-shrink:0}.layer-remove-btn:hover{color:#c00}.layer-remove-btn .material-symbols-rounded{font-size:18px}.info-box{position:absolute;right:32px;top:106px;height:calc(100vh - 136px);width:450px;z-index:1000;scale:1.05;opacity:0;border-radius:35px;padding:24px;border:3px solid rgba(0,0,0,.1);background:#fff9;box-shadow:0 8px 12px #00000080;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);filter:blur(32px);box-sizing:border-box;transition:all .5s cubic-bezier(.74,-.06,.43,1.07);display:flex;flex-direction:column}.info-box.show{opacity:1;-webkit-backdrop-filter:blur(8px) grayscale(1);backdrop-filter:blur(8px) grayscale(1);scale:1;filter:blur(0px);display:block;transition:all .5s cubic-bezier(.74,-.06,.43,1.07);overflow-y:auto}.info-box h3{margin:0 0 6px}.info-box p{margin:4px 0;font-size:14px}.info-box-header{display:flex;justify-content:space-between;align-items:center;padding:12px;margin:-24px -24px -12px}.info-box-back{background:none;border:none;font-size:24px;cursor:pointer;color:#0009;padding:4px 8px;display:flex;align-items:center;justify-content:center;transition:color .2s ease-in-out}.info-box-back:hover{color:#000c}.info-box-close{background:none;border:none;font-size:24px;cursor:pointer;color:#0009;padding:4px 8px;display:flex;align-items:center;justify-content:center;transition:color .2s ease-in-out}.info-box-close:hover{color:#000c}.info-box-content{flex:1;overflow-y:auto;padding:0;height:auto}@media (max-width: 900px){.info-box{width:100%;right:0;top:0;height:100%;border-radius:0}}.install-prompt-banner{position:fixed;right:32px;bottom:120px;width:400px;z-index:999;border-radius:25px;padding:20px;border:3px solid rgba(0,0,0,.1);background:#fff9;box-shadow:0 8px 12px #00000080;-webkit-backdrop-filter:blur(8px) grayscale(1);backdrop-filter:blur(8px) grayscale(1);box-sizing:border-box;animation:slideUp .5s cubic-bezier(.74,-.06,.43,1.07)}@keyframes slideUp{0%{transform:translateY(20px) scale(1.05);opacity:0;filter:blur(32px)}to{transform:translateY(0) scale(1);opacity:1;filter:blur(0px)}}.install-prompt-content{display:flex;flex-direction:column;gap:16px;max-width:100%}.install-prompt-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.install-prompt-icon{height:60px;border-radius:12px}.install-prompt-text{flex:1;min-width:0}.install-prompt-title{font-weight:600;font-size:18px;margin-bottom:4px;line-height:1.2;color:#000000e6}.install-prompt-description{font-size:14px;opacity:.8;line-height:1.4;color:#000000b3}.install-prompt-actions{display:flex;gap:10px;flex-shrink:0;width:100%}.install-prompt-button{padding:12px 20px;border:2px solid rgba(0,0,0,.1);border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex:1}.install-prompt-install{background-color:#000c;color:#fff}.install-prompt-install:hover{background-color:#000000e6;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.install-prompt-install:active{transform:translateY(0);box-shadow:0 2px 4px #0003}.install-prompt-dismiss{background-color:#fff9;color:#000000b3}.install-prompt-dismiss:hover{background-color:#fffc;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.install-prompt-dismiss:active{transform:translateY(0);box-shadow:0 2px 4px #00000026}.install-prompt-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#0009;font-size:24px;cursor:pointer;padding:4px 8px;flex-shrink:0;transition:color .2s ease}.install-prompt-close:hover{color:#000c}@media (max-width: 900px){.install-prompt-banner{right:16px;left:16px;width:auto;bottom:100px}}.map-screen{height:100vh;width:100%;position:relative;overflow:hidden}.map-container{height:100%;width:100%}.back-home-btn{position:absolute;top:24px;left:24px;z-index:1000;display:flex;align-items:center;gap:8px;padding:12px 20px;background:#ffffffe6;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(0,0,0,.1);border-radius:16px;box-shadow:0 4px 12px #00000026;cursor:pointer;font-size:15px;font-weight:500;color:#333;font-family:inherit;transition:all .2s ease}.back-home-btn:hover{background:#fff;box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.back-home-btn .material-symbols-rounded{font-size:20px}@media (max-width: 600px){.back-home-btn{top:16px;left:16px;padding:10px 16px;font-size:14px}.back-home-btn span:last-child{display:none}}.multi-route-info{display:flex;flex-direction:column;max-height:calc(100vh - 200px);overflow-y:auto}.multi-route-header{display:flex;align-items:center;justify-content:space-between;padding:8px 0 12px;border-bottom:1px solid #e0e0e0;margin-bottom:4px;flex-shrink:0}.multi-route-count{font-size:14px;font-weight:600;color:#333}.multi-route-header .clear-all-btn{background:none;border:1px solid #ddd;border-radius:6px;padding:4px 12px;font-size:12px;color:#666;cursor:pointer;transition:all .15s ease}.multi-route-header .clear-all-btn:hover{background:#fee;border-color:#fcc;color:#c00}.multi-route-item{padding:8px 0;border-bottom:1px solid #f0f0f0}.multi-route-item:last-child{border-bottom:none}.map-filter-panel{position:absolute;bottom:100px;left:300px;z-index:1001;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;box-shadow:0 4px 16px #00000026;padding:10px 12px;min-width:220px;max-width:300px;max-height:60vh;overflow-y:auto;font-family:PTSans,sans-serif}.map-filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #e0e0e0}.map-filter-title{font-size:13px;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.5px}.map-filter-close{background:none;border:none;cursor:pointer;padding:2px;color:#999;display:flex;align-items:center;justify-content:center}.map-filter-close:hover{color:#333}.map-filter-list{display:flex;flex-direction:column;gap:6px}.map-filter-item{display:flex;align-items:center;gap:8px;width:100%;border:1px solid #ddd;border-radius:8px;padding:8px 10px;background:#fff;color:#333;cursor:pointer;font-size:13px;text-align:left;transition:all .12s ease}.map-filter-item.on{border-color:#2196f3;background:#2196f314}.map-filter-item.off{opacity:.6}.map-filter-item:hover{background:#f6f8fa}.map-filter-item .material-symbols-rounded{font-size:18px}@media (max-width: 600px){.map-filter-panel{bottom:70px;right:8px;min-width:200px;max-width:260px;padding:8px 10px}}@font-face{font-family:Inter;src:url(/fonts/PTSans-Bold.ttf) format("truetype")}.app-container{position:relative;width:100vw;height:100vh;overflow:hidden}.map-container{width:100%;height:100%}.search-result,.search-error{padding:16px}.search-result h3,.search-error h3{margin-top:0;color:#333}.search-error p{color:#d32f2f;font-weight:500}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#999;padding:0;float:right}.close-btn:hover{color:#333}.info-row{display:flex;gap:8px;margin:8px 0;font-size:.95rem;color:#555}.info-row strong{font-weight:600;color:#333;min-width:120px}.search-results-list{margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:16px}.search-results-header{font-size:12px;font-weight:600;color:#00000080;text-transform:uppercase;margin-bottom:8px}.search-results-items{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.search-result-item{display:flex;gap:12px;padding:8px;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.search-result-item:hover{background-color:#0000000d}.result-operator{font-weight:700;font-size:14px;color:#000c;min-width:35px;text-align:center}.result-info{display:flex;flex-direction:column;flex:1}.result-info>div:first-child{font-size:13px;font-weight:600;color:#000c}.result-meta{font-size:12px;color:#00000080;margin-top:2px}:root{color:#ffffffde;background-color:#242424}*{margin:0;padding:0;box-sizing:border-box}.icon-text{display:flex;align-items:center;gap:8px;margin-bottom:12px}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Source Sans Pro,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100vh;margin:0;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
