.license{margin-top:1rem;font-size:1rem;text-align:center}.license ul{list-style-type:none;padding:0;margin:0}.license li{margin-top:.5rem;font-size:.8rem}.license a{color:#007bff;text-decoration:none}.license a:hover{text-decoration:underline}.license strong{font-weight:700;font-size:.9rem}.layout-container{margin-top:1.5rem;margin-bottom:1.5rem;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.input-container,.output-container{max-width:600px;width:100%;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;background-color:rgba(255,255,255,.8);border:1px solid #ddd;border-radius:1rem;padding:1rem;font-size:1.2rem}.station-selector{display:flex;flex-direction:row;width:100%;flex:1;min-width:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:.2rem}.station-input{width:100%;flex:1;background-color:#eee;padding:.2rem}.station-dropdown,.station-input{border:1px solid #ccc}.label{width:5rem;flex-shrink:0;font-weight:700;white-space:nowrap;padding:.2rem}.field-group{flex:1;min-width:0;gap:.3rem}.field-group,.route-result{display:flex;flex-direction:column}.route-result{position:relative;padding-left:1.5rem}.route-result:before{content:"";position:absolute;left:.75rem;top:1rem;bottom:1rem;width:4px;background-color:#cbd5e0;border-radius:2px;transform:translateX(-50%)}.route-station{position:relative;padding:.2rem 0;font-size:1.1rem;font-weight:700;display:flex;align-items:center;flex-wrap:wrap}.route-station:before{content:"";position:absolute;left:-.75rem;width:12px;height:12px;background-color:#fff;border:3px solid #004499;border-radius:50%;z-index:2;transform:translate(-50%,-50%);top:50%}.station-name{margin-right:.5rem}.line-name{font-size:.85rem;color:#718096;font-weight:400}.transfer{position:relative;margin:.2rem 0;padding:.15rem .5rem;font-size:.85rem;font-weight:800;color:#e53e3e;background-color:#fff5f5;border:1px solid #feb2b2;border-radius:4px;width:fit-content;z-index:3}.error-message,.idle-message{text-align:center;padding:2rem;color:#a0aec0;font-style:italic}.error-message{color:#e53e3e;font-weight:700;background:#fff5f5;border-radius:.5rem}.route-cost{text-align:center;font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.route-cost:after{content:"";display:block;width:100%;height:4px;background-color:#004499;margin:4px auto 0;border-radius:2px}@media(max-width:600px){.layout-container{padding:.2rem}.input-container,.output-container{gap:.8rem;font-size:.8rem;padding:.5rem}.label{width:3rem}.route-station{font-size:1rem;padding:.1rem 0}.transfer{font-size:.65rem;padding:.1rem .4rem}.route-cost{font-size:1.2rem}}