:root{--primary-color:#1976d2;--primary-dark:#115293;--primary-light:#42a5f5;--secondary-color:#dc004e;--success-color:#4caf50;--warning-color:#ff9800;--error-color:#f44336;--background:#f5f5f5;--surface:#fff;--text-primary:#212121;--text-secondary:#757575;--border-color:#e0e0e0;--border-color-dark:#bdbdbd;--shadow-sm:0 1px 3px #00000014;--shadow:0 2px 8px #0000001a;--shadow-md:0 4px 12px #0000001f;--shadow-lg:0 6px 16px #00000026;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--sidebar-width:400px;--header-height:60px}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{color:var(--text-primary);background:var(--background);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}#root{flex-direction:column;height:100vh;display:flex}.layout{grid-template-columns:var(--sidebar-width) 1fr;height:100%;display:grid;overflow:hidden}.sidebar{background:var(--surface);border-right:1px solid var(--border-color);box-shadow:var(--shadow);z-index:10;flex-direction:column;padding:clamp(1rem,2vw,1.5rem);display:flex;overflow:hidden auto}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:var(--background)}.sidebar::-webkit-scrollbar-thumb{background:var(--border-color-dark);border-radius:4px}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.map{background:var(--background);width:100%;height:100%;position:relative}.sidebar input,.sidebar textarea,.sidebar select{border:2px solid var(--border-color);width:100%;transition:var(--transition);background:var(--surface);color:var(--text-primary);border-radius:8px;margin:.375rem 0;padding:.75rem;font-family:inherit;font-size:clamp(.875rem,2vw,1rem)}.sidebar input:focus,.sidebar textarea:focus,.sidebar select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #1976d21a}.sidebar input:hover:not(:focus),.sidebar textarea:hover:not(:focus),.sidebar select:hover:not(:focus){border-color:var(--border-color-dark)}.sidebar textarea{resize:vertical;min-height:80px;max-height:200px}.sidebar input::placeholder,.sidebar textarea::placeholder{color:var(--text-secondary);opacity:.7}.sidebar label{color:var(--text-primary);margin-top:1rem;margin-bottom:.375rem;font-size:clamp(.875rem,2vw,.95rem);font-weight:500;display:block}.sidebar button{cursor:pointer;transition:var(--transition);background:var(--primary-color);color:#fff;box-shadow:var(--shadow-sm);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;margin:.375rem .375rem .375rem 0;padding:.75rem 1.25rem;font-family:inherit;font-size:clamp(.875rem,2vw,1rem);font-weight:500;display:inline-flex}.sidebar button:hover:not(:disabled){background:var(--primary-dark);box-shadow:var(--shadow);transform:translateY(-1px)}.sidebar button:active:not(:disabled){transform:translateY(0)}.sidebar button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.sidebar button.secondary{background:var(--text-secondary)}.sidebar button.secondary:hover:not(:disabled){background:var(--text-primary)}.sidebar button.danger{background:var(--error-color)}.sidebar button.danger:hover:not(:disabled){background:#d32f2f}.sidebar button.success{background:var(--success-color)}.sidebar button.success:hover:not(:disabled){background:#388e3c}.footer{color:var(--text-secondary);border-top:1px solid var(--border-color);margin-top:auto;padding-top:1.5rem;font-size:clamp(.75rem,2vw,.875rem);line-height:1.5}.footer a{color:var(--primary-color);transition:var(--transition);text-decoration:none}.footer a:hover{color:var(--primary-dark);text-decoration:underline}.sidebar h1,.sidebar h2,.sidebar h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.sidebar h1{margin-top:0;font-size:clamp(1.5rem,4vw,2rem)}.sidebar h2{font-size:clamp(1.25rem,3vw,1.5rem)}.sidebar h3{font-size:clamp(1.1rem,2.5vw,1.25rem)}.sidebar p{color:var(--text-secondary);margin:.5rem 0;font-size:clamp(.875rem,2vw,1rem)}.status-message{border-left:4px solid;border-radius:8px;margin:1rem 0;padding:1rem;font-weight:500;animation:.3s ease-out slideIn}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.status-message.success{color:#2e7d32;border-color:var(--success-color);background:#e8f5e9}.status-message.error{color:#c62828;border-color:var(--error-color);background:#ffebee}.status-message.warning{color:#e65100;border-color:var(--warning-color);background:#fff3e0}.status-message.info{color:#1565c0;border-color:var(--primary-color);background:#e3f2fd}.loading-spinner{border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;width:40px;height:40px;margin:1.5rem auto;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden{display:none!important}.text-center{text-align:center}@media (width<=1024px){:root{--sidebar-width:320px}.layout{grid-template-columns:var(--sidebar-width) 1fr}}@media (width<=768px){:root{--sidebar-width:100%}.layout{grid-template-rows:auto 1fr;grid-template-columns:1fr;position:relative}.sidebar{border-right:none;border-bottom:1px solid var(--border-color);max-height:50vh;padding:1rem;position:relative}.map{min-height:50vh}.sidebar button{width:100%;margin-right:0}}@media (width<=480px){.sidebar{padding:.75rem}.sidebar input,.sidebar textarea,.sidebar select{margin:.25rem 0;padding:.625rem}.sidebar button{margin:.25rem 0;padding:.625rem 1rem}.sidebar h1{font-size:1.5rem}.sidebar h2{font-size:1.25rem}}@media (width<=768px) and (orientation:landscape){.layout{grid-template-rows:1fr;grid-template-columns:40% 60%}.sidebar{border-bottom:none;border-right:1px solid var(--border-color);max-height:100vh}.map{min-height:100vh}}@media (-webkit-device-pixel-ratio>=2),(resolution>=192dpi){.sidebar input,.sidebar textarea,.sidebar select,.sidebar button{border-width:1.5px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:high){:root{--border-color:#333;--border-color-dark:#000}.sidebar input,.sidebar textarea,.sidebar select{border-width:3px}}@media print{.layout{display:block}.map{display:none}.sidebar{box-shadow:none;border:none;padding:0}.sidebar button{display:none}}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:linear-gradient(#0000,#0000),url(/assets/spritesheet-DpIxuf5L.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:linear-gradient(#0000,#0000),url(/assets/spritesheet-DpIxuf5L.svg)}.leaflet-draw a{text-align:center;text-decoration:none;display:block}.leaflet-draw a .sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.leaflet-draw-actions{white-space:nowrap;margin:0;padding:0;list-style:none;display:none;position:absolute;top:0;left:26px}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{left:auto;right:26px}.leaflet-touch .leaflet-right .leaflet-draw-actions{left:auto;right:32px}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{border-radius:4px 0 0 4px}.leaflet-draw-actions a{color:#fff;background-color:#919187;border-left:1px solid #aaa;height:28px;padding-left:10px;padding-right:10px;font:11px/28px Helvetica Neue,Arial,Helvetica,sans-serif;text-decoration:none}.leaflet-touch .leaflet-draw-actions a{height:30px;font-size:12px;line-height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{cursor:crosshair;background-color:#fff}.leaflet-draw-tooltip{color:#fff;visibility:hidden;white-space:nowrap;z-index:6;background:#00000080;border:1px solid #0000;border-radius:4px;margin-top:-21px;margin-left:20px;padding:4px 8px;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;position:absolute}.leaflet-draw-tooltip:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:6px solid #00000080;position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{color:#b94a48;background-color:#f2dede;border:1px solid #e6b6bd}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{opacity:.6;width:5px;height:5px;font-size:1%;position:absolute}.leaflet-edit-marker-selected{box-sizing:content-box;background-color:#fe57a11a;border:4px dashed #fe57a199;border-radius:4px}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}
