*{margin:0;padding:0;box-sizing:border-box;font-family:Rajdhani,sans-serif}body{background-color:#f0f0f0;color:#222;display:flex;flex-direction:column;align-items:center;min-height:100vh}img{width:3rem;height:3rem}header{background:#f74d19;color:#fff;text-align:center;padding:12px 20px;width:100%;font-weight:700;display:flex;align-items:center}.headerBox{display:flex;align-items:center;margin:0 auto}header h1{font-size:2rem;letter-spacing:2px;text-transform:uppercase}#languageSelector{visibility:hidden;width:0;height:0}#languageSelector:checked+#languageSelectorLabel:after{left:calc(100% - 2px);transform:translate(-100%);background:url(/assets/poland_icon-C4uNOHBz.png);background-repeat:no-repeat;background-size:contain}#languageSelectorLabel{width:40px;height:24px;cursor:pointer;position:relative;display:block;background-color:#c4ddcb;border-radius:50px;border:3px solid #388e3c}#languageSelectorLabel:after{content:"";background:url(/assets/united-kingdom_icon-CJamFsJn.png);background-repeat:no-repeat;background-size:contain;position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50px;transition:.3s}#languageSelectorLabel:active:after{width:26px}main{display:flex;flex-direction:column;align-items:center;width:95%;height:100%;max-width:900px;margin-top:10px;padding-bottom:60px}#routeLengthContainer{display:flex;gap:.5rem;padding-top:.5rem;padding-bottom:1rem}.controlPanel{background:#fff;padding:8px;border-radius:6px;box-shadow:0 2px 8px #0000001a;display:flex;flex-wrap:wrap;gap:8px;width:100%;justify-content:space-between;align-items:center}.controlPanelGroup{display:flex;gap:1rem}#distance{font-weight:700;color:#388e3c}.controlPanel input,.controlPanel select{padding:6px;font-size:.9rem;border-radius:4px;border:1px solid #ccc;outline:none}.controlPanel button{background:#388e3c;color:#fff;border:none;cursor:pointer;padding:8px 12px;border-radius:4px;font-weight:700;transition:background .3s}.controlPanel button:hover{background:#2e7d32}#container{margin-top:10px;width:100%;height:600px}#map{width:100%;height:100%;border-radius:6px;box-shadow:0 2px 8px #0000001a}.custom-file-upload{display:inline-block;padding:8px 12px;background-color:#388e3c;color:#fff;border-radius:4px;border:none;cursor:pointer;font-weight:700;font-size:.84rem;text-align:center;transition:background .3s}.custom-file-upload:hover{background-color:#2e7d32}footer{position:absolute;bottom:0;margin-top:10px;padding:8px;background:#f74d19;color:#fff;width:100%;text-align:center;font-size:.85rem}button,input,label{width:100%;text-wrap:nowrap}@media (max-width: 600px){.controlPanel{flex-direction:column;gap:6px;padding:6px}.controlPanelGroup{width:100%;align-items:center;justify-content:space-between;gap:4px}select{width:100%;text-wrap:nowrap}#container{height:500px}}
