*{box-sizing:border-box;margin:0;padding:0}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;width:100%}#root,body,html{height:100%;margin:0;padding:0;width:100%}.app-container{display:flex;height:100vh;position:relative;width:100%}.sidebar{background:#fff;box-shadow:2px 0 6px #0003;display:flex;flex-direction:column;height:100%;transition:margin-left .3s ease;width:360px;z-index:10}.sidebar.closed{margin-left:-360px}.sidebar-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px 16px 12px}.sidebar-header h2{color:#202124;font-size:18px;font-weight:500;margin:0}.sidebar-toggle{background:none;border:none;border-radius:4px;color:#5f6368;cursor:pointer;font-size:18px;padding:4px 8px}.sidebar-toggle:hover{background:#f1f3f4}.sidebar-search{border-bottom:1px solid #e0e0e0;padding:12px 16px}.sidebar-search input{background:#f1f3f4;border:1px solid #dfe1e5;border-radius:8px;font-size:14px;outline:none;padding:10px 12px;transition:all .2s;width:100%}.sidebar-search input:focus{background:#fff;border-color:#4285f4;box-shadow:0 1px 6px #4285f447}.sidebar-list{flex:1 1;overflow-y:auto}.sidebar-empty{color:#9aa0a6;font-size:14px;padding:24px 16px;text-align:center}.land-item{align-items:center;border-bottom:1px solid #f1f3f4;cursor:pointer;display:flex;padding:12px 16px;transition:background .15s}.land-item:hover{background:#f8f9fa}.land-item.selected{background:#e8f0fe}.land-color{border-radius:50%;flex-shrink:0;height:12px;margin-right:12px;width:12px}.land-info{flex:1 1;min-width:0}.land-name{color:#202124;font-size:14px;font-weight:500}.land-desc{color:#5f6368;font-size:12px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-open-btn{align-items:center;background:#fff;border:none;border-radius:2px;box-shadow:0 1px 4px #0000004d;color:#666;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;left:10px;position:absolute;top:10px;width:40px;z-index:5}.sidebar-open-btn:hover{background:#f1f3f4}.map{flex:1 1;height:100%}.loading{color:#555;font-size:18px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.my-location-btn{align-items:center;background:#fff;border:none;border-radius:2px;box-shadow:0 1px 4px #0000004d;cursor:pointer;display:flex;height:40px;justify-content:center;margin:0 10px 10px 0;width:40px}.my-location-btn:hover{background:#f1f3f4}.my-location-btn:hover svg{stroke:#333}.my-location-btn.loading svg{animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.land-marker{background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 3px #0003;color:#333;font-size:11px;font-weight:500;max-width:150px;padding:2px 6px;text-align:center;white-space:normal}@media (max-width:768px){.sidebar{left:0;max-width:320px;position:absolute;top:0;width:85%;z-index:20}.sidebar.closed{margin-left:-320px}.sidebar-open-btn{z-index:15}}
/*# sourceMappingURL=main.1dacd38d.css.map*/