*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f172a;color:#e2e8f0}.container{max-width:560px;margin:0 auto;padding:3rem 1.5rem}h1{font-size:1.75rem;margin-bottom:.5rem}.subtitle{color:#94a3b8;margin-bottom:2rem}.hero{text-align:center;padding-top:2rem}.hero h1{font-size:2.5rem}.pitch{font-size:1.25rem;line-height:1.5;margin:1rem 0}.cta{display:inline-block;padding:1rem 2rem;font-size:1.1rem;border-radius:999px;background:#3b82f6;box-shadow:0 8px 24px rgba(59,130,246,.35);transition:transform .08s ease}.cta:hover{transform:translateY(-1px)}.map{height:280px;width:100%;border-radius:.75rem;margin-top:1.5rem;z-index:0}.leaflet-container{background:#1e293b}form{display:flex;flex-direction:column;gap:.75rem}label{font-weight:600}input[type=email]{border-radius:.5rem;border:1px solid #334155;background:#1e293b;color:#e2e8f0}button,input[type=email]{padding:.75rem 1rem;font-size:1rem}button{border-radius:.5rem;border:none;background:#3b82f6;color:white;font-weight:600;cursor:pointer}button:hover{background:#2563eb}button:disabled{opacity:.6;cursor:not-allowed}.error{color:#f87171;font-size:.9rem}.banner{border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;text-align:center}.banner.safe{background:#064e3b;color:#6ee7b7}.banner.danger{background:#7f1d1d;color:#fca5a5}.details{background:#1e293b;border-radius:.75rem;padding:1rem 1.5rem}.details dl{margin:0;display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem 1rem;gap:.5rem 1rem}.details dt{color:#94a3b8}.details dd{margin:0;font-weight:600}.logout{margin-top:1.5rem}.logout button{background:transparent;border:1px solid #334155;color:#94a3b8}.logout button:hover{background:#1e293b}