:root{--bg-primary: #080d1a;--bg-secondary: #0f172a;--bg-card: rgba(15, 23, 42, .9);--bg-card-hover: rgba(30, 41, 59, .95);--bg-input: #1e293b;--border-color: rgba(255, 255, 255, .1);--border-focus: #f43f5e;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--accent-red: #e11d48;--accent-red-hover: #be123c;--accent-red-glow: rgba(225, 29, 72, .35);--status-red: #ef4444;--status-amber: #f59e0b;--status-green: #10b981;--accent-purple: #8b5cf6;--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 8px 10px -6px rgba(0, 0, 0, .5);--shadow-glow: 0 0 20px rgba(225, 29, 72, .25);--font-main: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}.app-container{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;position:relative}.app-header{background:#080d1af2;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;z-index:1000;padding:.5rem 1.25rem;gap:.5rem;flex-shrink:0}.header-main-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.logo-group{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none}.radar-logo-container{border-radius:50%;background:#fff;padding:1px;box-shadow:0 0 16px #e11d4866;transition:transform .25s ease,box-shadow .25s ease}.logo-group:hover .radar-logo-container{transform:scale(1.08);box-shadow:0 0 24px #e11d48a6}@keyframes radarPulseGlow{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.15);opacity:.3}to{transform:scale(1.25);opacity:0}}.logo-title{display:flex;flex-direction:column}.logo-title h1{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(90deg,#fff,#fda4af 40%,#e11d48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.15}.logo-title span{font-size:.7rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.header-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:nowrap}.mobile-nav-bar{display:none;align-items:center;gap:.5rem;width:100%;padding-top:.35rem;border-top:1px solid rgba(255,255,255,.08)}.main-content{flex:1;display:flex;position:relative;overflow:hidden}.sidebar{width:440px;max-width:100%;background:var(--bg-secondary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;z-index:900;transition:transform .3s cubic-bezier(.16,1,.3,1);overflow-y:auto}.sidebar.closed{transform:translate(-100%)}.sidebar-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;background:#0f172abf}.sidebar-tabs{display:flex;background:var(--bg-primary);padding:4px;border-radius:8px;gap:4px;margin:.85rem 1rem}.tab-btn{flex:1;padding:8px 10px;background:transparent;border:none;color:var(--text-secondary);font-family:inherit;font-size:.82rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.tab-btn.active{background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 2px 6px #0006}.tab-badge{background:var(--accent-red);color:#fff;font-size:.68rem;padding:1px 6px;border-radius:10px;font-weight:700}.reports-list{padding:0 1rem 1.5rem;display:flex;flex-direction:column;gap:.85rem}.report-card{background:var(--bg-input);border:1px solid var(--border-color);border-radius:12px;padding:1rem;transition:all .2s ease;position:relative;cursor:pointer}.report-card:hover{border-color:#e11d4880;background:#1e293bf2;transform:translateY(-2px);box-shadow:0 10px 20px -5px #00000059}.report-card.selected{border-color:var(--accent-red);box-shadow:0 0 0 1px var(--accent-red),0 8px 20px var(--accent-red-glow)}.report-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.6rem}.report-logo-badge{width:32px;height:32px;border-radius:50%;background:#fff;padding:1px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:2px solid var(--accent-red)}.report-date-badge{font-family:var(--font-mono);font-size:.75rem;color:var(--text-secondary);background:#00000059;padding:3px 8px;border-radius:4px}.report-title{font-size:1.02rem;font-weight:700;margin-bottom:.35rem;line-height:1.3}.report-location{display:flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:.82rem;margin-bottom:.65rem}.report-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);padding-top:.65rem;margin-top:.5rem}.counter-protest-badge{font-size:.72rem;font-weight:700;padding:3px 8px;border-radius:6px;display:flex;align-items:center;gap:4px}.status-registered{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.4)}.status-in_planning{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.4)}.status-none{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.4)}.map-legend{position:absolute;bottom:1.5rem;left:1.5rem;z-index:800;background:#0f172af0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.75rem 1rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:.4rem;pointer-events:auto}.legend-title{font-size:.72rem;font-weight:800;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.legend-items{display:flex;flex-direction:column;gap:.35rem}.legend-item{display:flex;align-items:center;gap:8px;font-size:.78rem;color:#f8fafc}.legend-dot{width:12px;height:12px;border-radius:50%;border:1.5px solid #ffffff;display:inline-block;flex-shrink:0}.status-dot-red{background:#ef4444;box-shadow:0 0 8px #ef444499}.status-dot-amber{background:#f59e0b;box-shadow:0 0 8px #f59e0b99}.status-dot-green{background:#10b981;box-shadow:0 0 8px #10b98199}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-amber{background:#f59e0b;color:#0f172a;font-weight:700}.btn-amber:hover{background:#d97706}.map-wrapper{flex:1;position:relative;height:100%;width:100%}.leaflet-container{height:100%;width:100%;background:#f1f5f9!important}.leaflet-bar{border:none!important;box-shadow:var(--shadow-lg)!important}.leaflet-bar a{background-color:#1e293b!important;color:#f8fafc!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.leaflet-bar a:hover{background-color:#334155!important;color:#fff!important}@keyframes pulseRing{0%{transform:translate(-50%,-50%) scale(.85);opacity:.9}70%{transform:translate(-50%,-50%) scale(1.35);opacity:0}to{transform:translate(-50%,-50%) scale(1.35);opacity:0}}.leaflet-tooltip.custom-leaflet-tooltip{background:#0f172af2!important;border:1px solid rgba(244,63,94,.4)!important;border-radius:8px!important;box-shadow:0 10px 25px #00000080!important}.map-overlay-controls{position:absolute;top:1rem;left:1rem;right:1rem;z-index:800;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;pointer-events:none;max-width:480px}.map-overlay-controls>*{pointer-events:auto}.menu-toggle-btn{background:#0f172af2;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.6rem .95rem;border-radius:10px;cursor:pointer;box-shadow:var(--shadow-lg);display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;transition:all .2s;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.menu-toggle-btn:hover{background:#1e293b;border-color:#e11d4866;transform:translateY(-1px)}.search-box-container{flex:1;width:100%;max-width:480px;position:relative}.search-input-wrapper{display:flex;align-items:center;background:#0f172af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:.6rem .9rem;box-shadow:var(--shadow-lg);gap:.6rem;transition:all .2s}.search-input-wrapper:focus-within{border-color:var(--accent-red);box-shadow:0 0 0 2px var(--accent-red-glow),var(--shadow-lg)}.search-input{background:transparent;border:none;outline:none;color:var(--text-primary);font-family:inherit;font-size:.9rem;width:100%}.search-input::placeholder{color:var(--text-muted)}.search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#0f172a;border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow-lg);max-height:320px;overflow-y:auto;z-index:1000}.search-item{padding:.7rem .9rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05);transition:background .15s}.search-item:hover{background:#1e293b}.search-item-info{display:flex;flex-direction:column}.search-item-name{font-weight:600;font-size:.9rem}.search-item-sub{font-size:.72rem;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.6rem 1.1rem;border-radius:8px;font-family:inherit;font-size:.88rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#e11d48,#be123c);color:#fff;box-shadow:0 4px 12px var(--accent-red-glow)}.btn-primary:hover{background:linear-gradient(135deg,#f43f5e,#e11d48);transform:translateY(-1px);box-shadow:0 6px 16px #e11d4873}.btn-secondary{background:#1e293b;color:#f8fafc;border:1px solid rgba(255,255,255,.15)}.btn-secondary:hover{background:#334155;border-color:#ffffff4d}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-sm{padding:.42rem .75rem;font-size:.78rem;border-radius:6px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000c7;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal-content{background:#0f172a;border:1px solid rgba(255,255,255,.15);border-radius:16px;width:100%;max-width:680px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #000000bf;overflow:hidden;animation:modalIn .25s cubic-bezier(.16,1,.3,1)}.modal-content.wide{max-width:880px}.modal-content form{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}@keyframes modalIn{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{padding:1.15rem 1.35rem;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.modal-header h2{font-size:1.2rem;font-weight:700;display:flex;align-items:center;gap:.6rem}.modal-body{padding:1.35rem;overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:1.15rem}.modal-footer{padding:1.15rem 1.35rem;border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:flex-end;gap:.75rem;background:#00000040;flex-shrink:0}.close-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:6px;border-radius:6px;transition:all .2s}.close-btn:hover{background:#ffffff1a;color:#fff}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label{font-size:.82rem;font-weight:600;color:var(--text-secondary)}.form-label.required:after{content:" *";color:var(--accent-red)}.form-input,.form-select,.form-textarea{background:var(--bg-input);border:1px solid var(--border-color);border-radius:8px;padding:.62rem .8rem;color:var(--text-primary);font-family:inherit;font-size:.88rem;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--accent-red);box-shadow:0 0 0 2px var(--accent-red-glow)}.form-textarea{min-height:100px;resize:vertical}.form-help{font-size:.72rem;color:var(--text-muted)}.alert{padding:.9rem;border-radius:10px;font-size:.85rem;line-height:1.5;display:flex;gap:.75rem;align-items:flex-start}.alert-info{background:#e11d481f;border:1px solid rgba(225,29,72,.3);color:#fca5a5}.alert-warning{background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);color:#fcd34d}.alert-danger{background:#e11d4826;border:1px solid rgba(225,29,72,.4);color:#fda4af}.alert-success{background:#10b9811f;border:1px solid rgba(16,185,129,.3);color:#6ee7b7}.district-card{background:#1e293b;border-radius:12px;padding:1.15rem;border:1px solid var(--border-color);margin-bottom:1rem}.district-title{font-size:1.15rem;font-weight:700;display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.tag-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:.5rem}.subdistrict-tag{background:#00000059;border:1px solid rgba(255,255,255,.08);font-size:.72rem;padding:3px 8px;border-radius:4px;color:var(--text-secondary)}.wizard-stepper-bar{display:flex;background:#0f172afa;border-bottom:1px solid var(--border-color);padding:.6rem 1.25rem;gap:8px;width:100%}.wizard-step-tab{flex:1;min-width:0;display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;background:transparent;border:1px solid #334155;cursor:pointer;transition:all .2s ease}.wizard-step-tab.active{background:#e11d4826;border-color:#e11d48}.wizard-step-tab.completed{background:#10b9811a;border-color:#10b981}.wizard-step-circle{width:22px;height:22px;border-radius:50%;background:#475569;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;flex-shrink:0}.wizard-step-tab.active .wizard-step-circle{background:#e11d48}.wizard-step-tab.completed .wizard-step-circle{background:#10b981}.wizard-step-text{font-size:.78rem;font-weight:700;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wizard-step-tab.active .wizard-step-text{color:#fda4af}.wizard-step-tab.completed .wizard-step-text{color:#6ee7b7}.step-label-short,.step-btn-text-short{display:none}.step-label-full,.step-btn-text-full{display:inline}@media(max-width:768px){.app-header{padding:.5rem .75rem}.desktop-only-action{display:none!important}.mobile-nav-bar{display:flex}.sidebar{position:absolute;top:0;bottom:0;left:0;width:100%;z-index:1500}.form-row{grid-template-columns:1fr}.logo-title span{display:none}.map-overlay-controls{top:.75rem;left:.75rem;right:.75rem}.map-legend{bottom:1rem;left:.75rem;padding:.6rem .8rem}.wizard-stepper-bar{padding:.5rem .75rem;gap:4px}.wizard-step-tab{padding:5px 6px;gap:4px;justify-content:center}.wizard-step-circle{width:20px;height:20px;font-size:.7rem}.step-label-full,.step-btn-text-full{display:none}.step-label-short,.step-btn-text-short{display:inline}.modal-backdrop{padding:.5rem}.modal-header{padding:.85rem 1rem}.modal-body{padding:1rem}.modal-footer{padding:.75rem 1rem}}
