:root{
  --bg:#0b1020;--panel:#111a2c;--text:#e7edf7;--muted:#9db0d1;--accent:#6ae3ff;--border:#1f2b45;--green:#39d98a;--red:#f45b69
}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;background:linear-gradient(180deg,#0b1020,#0b1428);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial}
.lp-header{position:sticky;top:0;background:rgba(11,16,32,.8);backdrop-filter:saturate(1.2) blur(8px);border-bottom:1px solid var(--border);z-index:10}
.lp-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:12px 16px}
.lp-logo{font-weight:700;color:var(--text);text-decoration:none;letter-spacing:.3px}
.lp-nav a{color:var(--muted);text-decoration:none;margin-left:16px}
.lp-main{max-width:1100px;margin:0 auto;padding:16px}
.lp-controls{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.control{display:flex;flex-direction:column;gap:6px;background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:8px 10px;min-width:140px}
.control select{background:#0f1725;color:var(--text);border:1px solid var(--border);border-radius:8px;padding:6px}
.button{background:#193153;color:var(--text);border:1px solid var(--border);border-radius:10px;padding:10px 12px;cursor:pointer}
.button:hover{background:#204068}
.lp-map-feed{display:grid;grid-template-columns:2fr 1fr;gap:12px}
.lp-map{height:68vh;border:1px solid var(--border);border-radius:12px;overflow:hidden}
.lp-feed{height:68vh;overflow:auto;border:1px solid var(--border);border-radius:12px;background:var(--panel)}
.feed-list{list-style:none;margin:0;padding:8px}
.feed-item{border:1px solid var(--border);border-radius:10px;padding:10px;margin:8px;background:#0f1725}
.feed-item.selected{outline:2px solid var(--accent)}
.feed-item h3{margin:0 0 6px 0;font-size:16px}
.feed-item .meta{color:var(--muted);font-size:12px}
.leaflet-container{background:#0a0f1d}
.lp-marker .marker-dot{display:inline-block;width:14px;height:14px;border-radius:50%;box-shadow:0 0 0 2px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.7)}
.submit-form{min-width:320px;max-width:560px}
.submit-form h2{margin-top:0}
.submit-form label{display:flex;flex-direction:column;gap:6px;margin:8px 0}
.submit-form input,.submit-form select,.submit-form textarea{background:#0f1725;color:var(--text);border:1px solid var(--border);border-radius:8px;padding:8px}
.submit-form .row{display:flex;gap:8px}
.submit-form menu{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}
.hp{display:none}
@media(max-width: 960px){.lp-map-feed{grid-template-columns:1fr}.lp-map,.lp-feed{height:52vh}}
