*{box-sizing:border-box}.app{display:flex;flex-direction:column;height:100vh}.toolbar{display:flex;gap:16px;align-items:center;padding:10px 12px;background:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between}.logo{display:flex;align-items:center}.logo-text{font-size:20px;font-weight:700;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2937;letter-spacing:-.025em}.logo-side-orange{color:#f97316}.logo-side-blue{color:#3b82f6}.search-section{display:flex;align-items:center;flex:1;max-width:400px}.search-form{display:flex;align-items:center;gap:12px;width:100%}.search-toggle{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500}.search-toggle span{color:#6b7280;transition:color .2s}.search-toggle span.active{color:#3b82f6;font-weight:600}.left-selected .search-toggle span.active{color:#f97316}.right-selected .search-toggle span.active{color:#3b82f6}.toggle-switch{position:relative;display:inline-block;width:40px;height:20px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.3s;border-radius:20px}.slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 3px #0003}.slider{background-color:#f97316}input:checked+.slider{background-color:#3b82f6}input:checked+.slider:before{transform:translate(20px)}.search-input{flex:1;padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.search-input:disabled{background-color:#f9fafb;color:#6b7280}.search-button{padding:6px 12px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s;font-size:14px}.search-button:hover:not(:disabled){background:#2563eb}.left-selected .search-button{background:#f97316}.left-selected .search-button:hover:not(:disabled){background:#ea580c}.search-button:disabled{background:#9ca3af;cursor:not-allowed}.rotation-section{display:flex;align-items:center;gap:8px}.rotation-value{display:inline-block;width:6ch;font-variant-numeric:tabular-nums;text-align:right}.rotation-section label{min-width:14ch}.about-button{border:1px solid #d0d0d0;background:#fff;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;font-weight:700;color:#374151}.about-button:hover{background:#f5f5f5}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:2000}.about-modal{background:#fff;border-radius:10px;width:min(520px,92vw);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee}.modal-content{padding:12px 16px}.modal-actions{padding:12px 16px;text-align:right}.close-button{border:none;background:transparent;font-size:18px;cursor:pointer}.maps-container{display:grid;grid-template-columns:1fr 1fr;gap:0;flex:1}.map-pane{position:relative;border-left:1px solid #e5e5e5}.map-pane:first-child{border-left:none}.map{height:100%}.leaflet-draw,.leaflet-draw-toolbar,.leaflet-draw-section{z-index:1000}.leaflet-pane.leaflet-overlay-pane svg path{pointer-events:none}.leaflet-draw-guide-dash,.leaflet-draw-tooltip,.leaflet-editing-icon,.leaflet-vertex-icon{pointer-events:auto}.corner-badge{position:absolute;top:8px;left:8px;background:#ffffffe6;border-radius:6px;padding:4px 8px;font-size:12px;border:1px solid #e6e6e6}.controls{position:absolute;bottom:8px;left:8px;background:#ffffffe6;border:1px solid #e6e6e6;border-radius:6px;padding:8px;display:flex;flex-direction:column;gap:8px;z-index:1000;pointer-events:auto}.controls label{font-size:12px}.controls input[type=range]{width:200px}button,select{border:1px solid #d0d0d0;background:#fff;padding:6px 10px;border-radius:6px;cursor:pointer}button:hover{background:#f5f5f5}.layers-button{width:36px;height:36px;border-radius:50%;border:1px solid #d0d0d0;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#374151;box-shadow:0 1px 2px #0000000d}.layers-button:hover{background:#f9fafb}.layers-button.open{color:#111827}.delete-button{width:36px;height:36px;border-radius:50%;border:1px solid #fecaca;background:#fee2e2;color:#ef4444;display:inline-flex;align-items:center;justify-content:center;margin-left:6px}.delete-button:hover{background:#fecaca}.leaflet-draw-toolbar .msbs-delete-btn{width:26px;height:26px;line-height:26px;text-align:center;background-color:#fee2e2!important;background-image:none!important;color:#ef4444!important;font-weight:700;font-size:16px;text-decoration:none;display:inline-block}.leaflet-draw-toolbar .msbs-delete-btn:hover{background-color:#fecaca!important}.map-type-dropdown{position:absolute;left:48px;bottom:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:6px;display:flex;flex-direction:column;gap:4px}.map-type-dropdown button{background:#fff;border:none;text-align:left;padding:6px 10px;border-radius:6px;font-size:13px;color:#111827}.map-type-dropdown button:hover{background:#f3f4f6}.map-type-dropdown button.active{background:#eff6ff;color:#1d4ed8}
