:root{--navy:#082b5c;--blue:#155eef;--green:#16a34a;--red:#dc2626;--yellow:#f59e0b;--bg:#f8fafc;--surface:#ffffff;--text:#0f172a;--border:#cbd5e1}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:270px 1fr}.sidebar{background:var(--navy);color:#fff;padding:24px;display:flex;flex-direction:column}.nav{display:grid;gap:8px;flex:1;margin:24px 0}.nav a{padding:11px 12px;border-radius:10px}.nav a:hover,.nav a.active{background:#ffffff1f}.main{padding:30px;overflow-x:auto}.auth-page{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(460px,94vw);background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px}.logo{width:56px;height:56px;display:grid;place-items:center;background:var(--navy);color:#fff;border-radius:16px;font-weight:900}.hero{margin-bottom:24px;padding:26px;border-radius:20px;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px}.danger-card{border-color:#fecaca;background:#fff7f7}.stack{display:grid;gap:14px}.row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.between{justify-content:space-between}.section{margin-top:26px}.button{border:0;border-radius:10px;padding:10px 15px;background:var(--blue);color:#fff;font-weight:800;cursor:pointer;display:inline-flex;justify-content:center;align-items:center}.button.large{min-height:48px}.button.red{background:var(--red)}.button.green{background:var(--green)}.button.yellow{background:var(--yellow);color:#111}.input{width:100%;border:1px solid var(--border);border-radius:10px;padding:11px;background:#fff}.badge{display:inline-block;padding:5px 10px;border-radius:999px;background:#e2e8f0;font-size:12px;font-weight:900}.metric{font-size:34px;font-weight:900}.alert{padding:16px;border-radius:12px;margin-bottom:18px}.alert-red{background:#fee2e2;color:#991b1b}.alert-yellow{background:#fef3c7;color:#92400e}.map{min-height:360px;position:relative;overflow:hidden;border-radius:16px;background:repeating-linear-gradient(45deg,#eef2f7 0 22px,#f8fafc 22px 44px)}.route-line{position:absolute;left:12%;top:48%;width:76%;height:6px;background:var(--blue);border-radius:999px;transform:rotate(-12deg)}.incident-dot{position:absolute;left:58%;top:34%;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-weight:900;box-shadow:0 0 0 8px #dc262624}.police-dot{position:absolute;left:26%;top:60%;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 8px 30px #0f172a29}.setting{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--border)}@media(max-width:900px){.shell{grid-template-columns:1fr}.hero{flex-direction:column;align-items:flex-start}}
