@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f0f2f5}.app-layout{display:flex;flex-direction:column;height:100vh;height:100dvh}.app-header{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 20px;background:#1a3353;color:#fff;flex-shrink:0}.app-header h1{font-size:16px;font-weight:600;letter-spacing:.5px}.app-header span{font-size:12px;opacity:.7}.app-body{display:flex;flex:1;overflow:hidden;position:relative}.sidebar{width:360px;background:#fff;border-right:1px solid #e8e8e8;display:flex;flex-direction:column;overflow-y:auto;flex-shrink:0}.sidebar-section{padding:16px;border-bottom:1px solid #f0f0f0}.sidebar-section h3{font-size:13px;font-weight:600;color:#1a3353;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.button-row{display:flex;flex-wrap:wrap;gap:6px}.map-container{flex:1;position:relative}.map-container .leaflet-container{height:100%;width:100%}.result-card{background:#f6f8fa;border:1px solid #e1e4e8;border-radius:6px;padding:12px;margin-top:8px}.result-row{display:flex;justify-content:space-between;padding:4px 0;font-size:13px}.result-row .label{color:#586069}.result-row .value{font-weight:600;color:#24292e}.point-list{max-height:240px;overflow-y:auto;font-size:12px}.point-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid #f0f0f0}.point-item:last-child{border-bottom:none}.point-coords{font-family:JetBrains Mono,Courier New,monospace;font-size:11px;color:#586069}.point-clickable{cursor:pointer;transition:color .15s}.point-clickable:hover{color:#1a3353;text-decoration:underline}.empty-state{text-align:center;padding:40px 20px;color:#8c8c8c}.mobile-toggle,.sidebar-overlay,.sidebar-close{display:none}@media(max-width:768px){.app-header span{display:none}.app-header h1{font-size:15px}.app-body{flex-direction:column}.sidebar{position:fixed;bottom:0;left:0;right:0;width:100%;max-height:70vh;border-right:none;border-top:1px solid #e8e8e8;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #00000026;z-index:1000;transform:translateY(100%);transition:transform .3s ease}.sidebar.mobile-open{transform:translateY(0)}.sidebar-close{display:flex;justify-content:center;padding:8px 0 4px;cursor:pointer;flex-shrink:0}.sidebar-close:before{content:"";display:block;width:40px;height:4px;background:#d0d0d0;border-radius:2px}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000059;z-index:999}.sidebar-overlay.visible{display:block}.mobile-toggle{display:flex;align-items:center;justify-content:center;gap:6px;position:fixed;bottom:16px;left:50%;transform:translate(-50%);z-index:998;background:#1a3353;color:#fff;border:none;border-radius:24px;padding:10px 20px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:background .2s}.mobile-toggle:active{background:#0d1f33}.mobile-toggle .badge{background:#1890ff;color:#fff;font-size:11px;font-weight:600;padding:1px 6px;border-radius:10px;min-width:18px;text-align:center}.map-container{flex:1;width:100%}.point-list{max-height:160px}.empty-state{padding:20px 16px}}
