*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#f0f2f5;color:#1a1a1a}#root{min-height:100vh}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}input,select,textarea{font:inherit;padding:.5rem;border:1px solid #ccc;border-radius:6px}label{display:block;margin-bottom:.25rem;font-weight:500}button{font:inherit;cursor:pointer;padding:.5rem 1rem;border-radius:6px;border:none;background:#2563eb;color:#fff}button:hover{background:#1d4ed8}button.secondary{background:#6b7280}button.secondary:hover{background:#4b5563}button.danger{background:#dc2626}button.danger:hover{background:#b91c1c}.layout{display:flex;min-height:100vh}.sidebar{width:260px;background:#1e293b;color:#fff;padding:1rem}.sidebar h1{font-size:1.25rem;margin:0 0 1rem}.sidebar nav a{display:block;padding:.5rem .75rem;color:#94a3b8;border-radius:6px;margin-bottom:.25rem}.sidebar nav a:hover,.sidebar nav a.active{color:#fff;background:#334155}.content{flex:1;padding:1.5rem;overflow:auto}.card{background:#fff;border-radius:10px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #00000014}.form-row{margin-bottom:1rem}.form-row label{margin-bottom:.35rem}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.grid2{grid-template-columns:1fr}}.map-container{height:400px;border-radius:8px;overflow:hidden}.mapboxgl-map{width:100%;height:100%}.toggle-3d{position:absolute;top:10px;right:10px;z-index:10}.breadcrumb{font-size:.9rem;margin-bottom:.75rem;color:#64748b}.breadcrumb a{color:#2563eb;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{color:#94a3b8;margin:0 .15rem}.breadcrumb-current{color:#0f172a;font-weight:500}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f2f5;padding:1rem}.login-page .login-card{max-width:380px;width:100%}.login-page h1{margin-top:0}.login-page button{margin-top:.5rem}
