*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #8b5cf6;--primary-dark: #7c3aed;--secondary: #3b82f6;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--dark: #1f2937;--gray: #6b7280;--light: #f3f4f6;--white: #ffffff;--sidebar-width: 300px;--toolbar-height: 50px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--light);color:var(--dark);overflow:hidden}.app{display:flex;flex-direction:column;height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:0 1rem;height:var(--toolbar-height);background:var(--dark);color:var(--white);z-index:1000}.header h1{font-size:1.25rem;font-weight:600}.header-actions{display:flex;gap:.5rem;align-items:center}.main-content{display:flex;flex:1;overflow:hidden}.sidebar{width:var(--sidebar-width);background:var(--white);border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.sidebar-header{padding:1rem;border-bottom:1px solid #e5e7eb;font-weight:600}.sidebar-content{flex:1;overflow-y:auto;padding:.5rem}.map-container{flex:1;position:relative}.map-container .leaflet-container{height:100%;width:100%}.toolbar{position:absolute;top:10px;left:10px;z-index:1000;display:flex;gap:5px;background:var(--white);padding:5px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.toolbar button{width:40px;height:40px;border:none;background:var(--light);border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .2s}.toolbar button:hover,.toolbar button.active{background:var(--primary);color:var(--white)}.btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--gray);color:var(--white)}.btn-danger{background:var(--danger);color:var(--white)}.btn-sm{padding:.25rem .5rem;font-size:.75rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.25rem;font-weight:500;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #8b5cf61a}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%)}.auth-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px}.auth-card h2{text-align:center;margin-bottom:1.5rem;color:var(--dark)}.auth-card .btn{width:100%;padding:.75rem;margin-top:.5rem}.auth-card .auth-link{text-align:center;margin-top:1rem;font-size:.875rem}.auth-card .auth-link a{color:var(--primary);text-decoration:none}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;padding:1rem}.project-card{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000000d;cursor:pointer;transition:all .2s;border:2px solid transparent}.project-card:hover{border-color:var(--primary);transform:translateY(-2px)}.project-card h3{margin-bottom:.5rem}.project-card .meta{font-size:.75rem;color:var(--gray)}.layer-item{display:flex;align-items:center;padding:.75rem;border-radius:8px;margin-bottom:.5rem;background:var(--light);cursor:pointer}.layer-item:hover{background:#e5e7eb}.layer-color{width:16px;height:16px;border-radius:4px;margin-right:.75rem}.layer-name{flex:1;font-size:.875rem;font-weight:500}.layer-toggle{width:20px;height:20px;border:2px solid var(--gray);border-radius:4px;display:flex;align-items:center;justify-content:center}.layer-toggle.visible{background:var(--primary);border-color:var(--primary);color:var(--white)}.element-types{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.5rem}.element-type{display:flex;flex-direction:column;align-items:center;padding:.75rem;border-radius:8px;background:var(--light);cursor:pointer;font-size:.75rem;text-align:center}.element-type:hover{background:var(--primary);color:var(--white)}.element-type.active{background:var(--primary);color:var(--white);box-shadow:0 0 0 2px var(--primary-dark)}.element-type .icon{font-size:1.5rem;margin-bottom:.25rem}.active-users{display:flex;gap:.25rem}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;border:2px solid var(--white)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.modal{background:var(--white);border-radius:12px;padding:1.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-header h3{font-size:1.25rem}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray)}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}.properties-panel{position:absolute;right:10px;top:10px;width:280px;background:var(--white);border-radius:8px;box-shadow:0 2px 10px #0000001a;z-index:1000;padding:1rem}.measure-info{position:absolute;bottom:30px;left:50%;transform:translate(-50%);background:#1f2937f2;color:var(--white);padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;z-index:1000;box-shadow:0 4px 15px #0000004d;border:2px solid var(--primary)}.leaflet-tooltip{background:#1f2937e6!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:8px 12px!important;font-size:12px!important;font-weight:500!important;box-shadow:0 2px 10px #0000004d!important}.leaflet-tooltip:before{border-top-color:#1f2937e6!important}.custom-marker{background:transparent!important;border:none!important}.leaflet-draw-tooltip{background:#8b5cf6f2!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:8px 12px!important;font-weight:600!important}.leaflet-draw-tooltip-single{margin-top:-30px!important}.leaflet-draw-tooltip span{color:#fff!important}.leaflet-editing-icon{width:14px!important;height:14px!important;margin-left:-7px!important;margin-top:-7px!important;border-radius:50%!important;background:var(--primary)!important;border:3px solid white!important;box-shadow:0 2px 6px #0006!important;cursor:move!important;transition:transform .15s ease!important;pointer-events:auto!important}.leaflet-editing-icon:hover{transform:scale(1.3)!important;background:var(--primary-dark)!important}.leaflet-div-icon.leaflet-editing-icon{background:var(--secondary)!important;width:10px!important;height:10px!important;margin-left:-5px!important;margin-top:-5px!important;opacity:.7!important}.leaflet-div-icon.leaflet-editing-icon:hover{opacity:1!important;transform:scale(1.4)!important}@media (max-width: 768px){.sidebar{position:absolute;left:-100%;top:var(--toolbar-height);bottom:0;z-index:999;transition:left .3s}.sidebar.open{left:0}}
