.language-selector{display:inline-block;position:relative}.language-selector-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 12px;transition:all .2s ease}.language-selector-button:hover{background:#fff;border-color:#0003;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.language-icon{color:#667eea;font-size:16px}.language-text{font-weight:500}.chevron-icon{color:#6b7280;font-size:12px;transition:transform .2s ease}.chevron-icon.rotated{transform:rotate(180deg)}.language-dropdown{animation:slideDown .2s ease;background:#fff;border:1px solid #0000001a;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:4px;min-width:140px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.language-option{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:10px 12px;transition:background-color .2s ease;width:100%}.language-option:hover{background:#f3f4f6}.language-option.active{background:#667eea;color:#fff}.language-option.active .flag{filter:brightness(1.2)}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}20%{opacity:1;transform:translate(-50%,-50%) scale(1)}80%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.8)}}.flag{font-size:16px;margin-right:4px}@media (max-width:640px){.language-selector-button{font-size:13px;padding:6px 10px}.language-dropdown{min-width:120px}.language-option{font-size:13px;padding:8px 10px}}body,html{height:100vh;margin:0;overflow:hidden;padding:0}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}body,html{scrollbar-width:none}.App{background-color:var(--background-color);overflow:hidden;transition:background-color .3s ease}@media screen and (max-width:768px){body,html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;height:100%;min-height:100vh}.start-menu-container{bottom:0;height:100%;left:0;min-height:100vh;position:fixed;right:0;top:0}.start-menu-container,.start-menu-container>div{align-items:center;display:flex;justify-content:center}.start-menu-container>div{flex:1 1;padding:10px}@supports (-webkit-touch-callout:none){.start-menu-container{height:-webkit-fill-available;min-height:-webkit-fill-available}}input[type=text]{-webkit-appearance:none;appearance:none;border-radius:0;font-size:16px!important}.explore-search-container{padding:0 16px!important}.explore-search-container,.explore-search-input{box-sizing:border-box!important;max-width:100%!important;width:100%!important}.explore-search-input{flex:1 1!important;min-width:0!important}@media screen and (max-width:480px){.explore-search-container{padding:0 12px!important}.explore-search-input{font-size:14px!important;padding:8px 12px 8px 36px!important}}@media screen and (max-width:768px) and (orientation:landscape){.explore-search-container{padding:0 20px!important}.explore-search-input{padding:10px 16px 10px 40px!important}}@media screen and (max-width:768px){.explore-modal{box-sizing:border-box!important;left:0!important;max-width:100vw!important;right:0!important;width:100vw!important}.explore-search-input{-webkit-tap-highlight-color:transparent!important;min-height:44px!important;touch-action:manipulation!important}.explore-search-container{word-wrap:break-word!important;overflow-x:hidden!important}.explore-search-container svg{left:clamp(12px,3vw,16px)!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:2!important}@media screen and (max-width:360px){.explore-search-container{padding:0 8px!important}.explore-search-input{font-size:13px!important;padding:6px 8px 6px 32px!important}.explore-search-container svg{height:16px!important;left:8px!important;width:16px!important}}}}body{background-color:var(--background-color);transition:background-color .3s ease}*{scrollbar-width:none}::-webkit-scrollbar{display:none}.button-primary{background-color:var(--primary-color)}.text-primary{color:var(--text-color)}.route-item-group,.route-item-group circle,.route-item-group rect,.route-item-group text{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.route-item-group circle[fill=transparent],.route-item-group rect[fill=transparent]{min-height:44px;min-width:44px}.route-item-group:active text{fill:#0056b3!important}.route-item-group:active rect{stroke:#0056b3!important;opacity:.8!important}@media (hover:hover){.route-item-group:hover text{fill:#007bff}.route-item-group:hover rect{stroke:#007bff;stroke-width:2;opacity:1}}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:#ccc;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#555;border:2px solid #ccc;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#333}.auth-modal{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.auth-content,.load-content,.save-content{background-color:#fff;border-radius:10px;padding:20px;text-align:center;width:300px}.auth-content button,.load-content button,.save-content button{margin:10px 5px;padding:8px 15px}.auth-error{color:red;font-size:14px}.user-info{background:#fffc;border-radius:20px;padding:5px 10px;position:absolute;right:10px;top:10px;z-index:10}.list-management{bottom:60px;display:flex;gap:10px;left:50%;position:fixed;transform:translateX(-50%);z-index:9}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.animate-slide-down{animation:slideDown .3s ease-out}@keyframes slideUpFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownToBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.slide-up-animation{animation:slideUpFromBottom .3s ease forwards}.slide-down-animation{animation:slideDownToBottom .3s ease forwards}@keyframes slideUpFromBottome{0%{opacity:0;transform:translateX(-50%) translateY(100%)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.slide-up-animatione{animation:slideUpFromBottome .3s ease forwards}@keyframes slideUpFromBottomee{0%{opacity:0;transform:translateX(-50%) translateY(100%)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.slide-up-animationee{animation:slideUpFromBottomee .3s ease forwards}@keyframes pathPulse{0%{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));opacity:.7}50%{filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));opacity:1}to{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));opacity:.7}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (min-width:1024px){.explore-modal{border-radius:16px!important;bottom:20px!important;left:50%!important;max-height:80vh!important;max-width:1000px!important;transform:translateX(-50%)!important}.explore-modal .custom-scrollbar{gap:20px!important;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;margin:0 auto!important;max-width:100%!important}.explore-modal>div:first-child{padding:clamp(20px,3vw,32px)!important}.explore-search-container{margin:0 auto 20px!important;max-width:600px!important}.explore-modal button{font-size:clamp(12px,1.5vw,14px)!important;padding:clamp(8px,1.5vw,12px) clamp(12px,2vw,16px)!important}}@media screen and (min-width:1440px){.explore-modal{max-height:85vh!important;max-width:1200px!important}.explore-modal .custom-scrollbar{gap:24px!important;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important}.explore-modal>div:first-child{padding:clamp(24px,4vw,40px)!important}}@media screen and (min-width:1920px){.explore-modal{max-height:90vh!important;max-width:1400px!important}.explore-modal .custom-scrollbar{gap:28px!important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important}.explore-modal>div:first-child{padding:clamp(28px,5vw,48px)!important}}@media screen and (min-width:1024px) and (orientation:landscape){.explore-modal{bottom:15px!important;max-height:85vh!important}}@media screen and (min-width:768px){.explore-modal{left:50%!important;right:auto!important;transform:translateX(-50%)!important}}@media screen and (min-width:768px) and (max-width:1023px){.explore-modal{border-radius:16px!important;bottom:15px!important;left:50%!important;max-width:90vw!important;transform:translateX(-50%)!important}.explore-modal .custom-scrollbar{gap:16px!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}.explore-search-container{margin:0 auto 20px!important;max-width:500px!important}}@media screen and (max-width:767px){.explore-modal{border-radius:16px 16px 0 0!important;bottom:0!important;left:0!important;max-width:100vw!important;right:0!important;transform:none!important}.explore-modal .custom-scrollbar{gap:12px!important;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))!important}.explore-search-container{margin:0 0 20px!important;max-width:100%!important}}.explore-modal,.explore-modal .custom-scrollbar{transition:all .3s ease-in-out!important}.explore-modal{z-index:5000!important}@media screen and (min-width:1024px){.explore-modal button{min-height:44px!important;min-width:44px!important}.explore-modal input{min-height:48px!important}}
/*# sourceMappingURL=main.5794ca66.css.map*/