:root{font-family:Inter,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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100vw;height:100vh;display:flex}.main-layout{width:100%;height:100%;display:flex}.left-panel{background:#333;width:300px;min-width:300px;height:100%;display:flex;flex-direction:column;gap:10px}.left-panel .query-input{width:100%;padding:10px;font-size:16px;height:40px}.left-panel .osm-query{width:100%;flex:1 1 auto}.left-panel .actions{height:40px}.map-wrapper{display:flex;flex:1 1 auto;height:100%}@media screen and (max-width: 768px){.main-layout{flex-direction:column-reverse}.left-panel{width:100%;height:300px}.map-wrapper{height:calc(100% - 300px)}}
