:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#555}*{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}@keyframes loading-bounce{0%{transform:scaleY(.7)}40%{transform:scale(.8,1.2)}60%{transform:scale(1)}to{bottom:140px}}@keyframes loading-step{0%{box-shadow:0 10px #0000,0 10px #fff,-35px 50px #fff,-70px 90px #fff}to{box-shadow:0 10px #fff,-35px 50px #fff,-70px 90px #fff,-70px 90px #0000}}#root{text-align:center}.main{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.floorManipulator{position:absolute;top:50%;transform:translateY(-50%);left:1rem;border-radius:.5rem;display:flex;flex-direction:column;z-index:1000;background-color:#fff;color:#80889d;box-shadow:0 0 7px 2px #1370b9}.floorHead{padding:.5rem;border-radius:.5rem}.floorItem{padding:.5rem 0;border-radius:.5rem;cursor:pointer;color:#80889d;transition:all .2s ease}.floorItem_selected,.floorItem:hover{background-color:#c7c9cf}.modalRoute_flex{display:flex;align-items:center;gap:.5rem}.modal{position:fixed;width:30%;height:30%;display:flex;background-color:#fff;flex-direction:column;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.5rem;z-index:1001;padding:1rem;box-shadow:0 0 1000px 1000px #38424fb3}@media screen and (max-width: 768px){.modal{width:60%}}.modalBotom{position:fixed;width:30%;height:10%;display:flex;background-color:#fff;flex-direction:column;align-items:center;bottom:0;left:50%;transform:translate(-50%);border-radius:.5rem;z-index:1001;padding:1rem;color:#80889d;font-size:1.5rem;box-shadow:0 0 7px 2px #1370b9}.closeIcon{position:absolute;top:.25rem;right:.25rem;z-index:10000;cursor:pointer;background-color:transparent;box-shadow:none;border:none;outline:none}.modalRoute{width:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem}.flex{display:flex;gap:.5rem;align-items:center}.modalRoute_route{display:flex;gap:1rem;width:100%;align-items:center;justify-content:center}.modalRoute_route_prefix{color:#80889d}.modalRoute_input{width:100%;height:40px;border-radius:.5rem;outline:none;border:none;padding:.5rem;box-sizing:border-box;font-size:1.3rem;background-color:#eaeaea;color:#80889d}.modalRoute_input:focus{box-shadow:0 0 3px 2px #1370b9}.qrCodeWrapper{width:256px;height:256px;padding:1rem;border-radius:.5rem;display:flex;flex-direction:column;gap:2.5rem;align-items:center;justify-content:center}.modalRoute_cards{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem;height:180px;overflow-x:hidden;width:100%;box-sizing:border-box}.distance{color:#1370b9;height:24px}.modalRoute_cards_room{padding:.5rem;border-radius:.5rem;background-color:#3b4353;cursor:pointer;height:max-content}.modalRoute_cards_room:hover{background-color:#55627a}.modal_room{display:flex;flex-direction:column;align-items:center}.modal_room_btns{display:flex;gap:.5rem}.romm_btn{padding:.5rem;font-size:1rem;background-color:#eaeaea;border:none;border-radius:.5rem;display:flex;gap:.5rem;color:#80889d;transition:all .3s ease;cursor:pointer;align-items:center;height:fit-content}.room_btn:hover{border:1px solid #eaeaea}.loader-container{width:100vw;height:100vh;position:fixed;display:flex;justify-content:center;align-items:center;left:0;top:0}.loader{width:48px;height:48px;border:5px solid #0802ff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;z-index:1002}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-indicator{padding:1rem 2rem;border-radius:1rem;background-color:#6879b0;color:#fff}.route-modal{position:fixed;bottom:0;left:50%;width:30%;min-width:400px;height:50px;display:flex;flex-direction:column;align-items:center;gap:.6rem;transition:height .3s ease-in-out;overflow:hidden;transform:translate(-50%);border-radius:.5rem .5rem 0 0;z-index:1001;background-color:#fff;box-shadow:0 0 13px 2px #1370b9}@media screen and (max-width: 768px){.route-modal{min-width:340px}}.route-modal-bef{width:100%;height:20px;cursor:pointer}.route-modal-bef:before{content:"";position:absolute;top:10px;left:50%;width:100px;height:8px;transform:translate(-50%);border-radius:10px;background-color:#c7c9cf}@media screen and (max-width: 768px){.route-modal{width:90%}}.route-modal.open{height:320px;border-radius:.5rem;padding:.5rem;box-sizing:border-box}.route-modal.open.route{height:250px}.roomTag{background-color:#eaeaea;color:#80889d;border-radius:16px;padding:.5rem .35rem;min-width:70px;height:fit-content;min-height:44px;box-sizing:border-box}.roomTag:hover{box-shadow:0 0 2px 1px #dfe3ea}.downloadBtn{padding:.5rem;border-radius:.5rem;display:flex;gap:.5rem;background-color:#eaeaea;border:none;color:#80889d;font-size:1rem}
