.sidebar{width:250px;background:linear-gradient(180deg,#1e3a5f,#2c5282);color:#fff;height:100vh;display:flex;flex-direction:column;position:fixed;left:0;top:0;box-shadow:4px 0 12px #00000026;z-index:1000}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.logo{display:flex;align-items:center;gap:1rem}.logo-icon{width:44px;height:44px;background:#fff3;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo-text h2{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:-.5px}.logo-text p{margin:0;font-size:.7rem;opacity:.85;text-transform:uppercase;letter-spacing:1px;font-weight:600}.sidebar-nav{flex:1;padding:.5rem 0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.5rem;color:#ffffffe6;text-decoration:none;transition:all .25s ease;border-left:4px solid transparent;font-size:.95rem;font-weight:500}.nav-item:hover{background:#ffffff1a;border-left-color:#00d4ff;color:#fff}.nav-item.active{background:#ffffff26;border-left-color:#00d4ff;color:#fff}.nav-icon{font-size:1.4rem;width:28px;display:flex;align-items:center;justify-content:center;min-width:28px}.nav-label{font-weight:500}.sidebar-footer{padding:.5rem 0;border-top:1px solid rgba(255,255,255,.15)}.logout-btn{background:none;border:none;cursor:pointer;color:#ffffffe6;width:100%;text-align:left}.logout-btn:hover{background:#f003;border-left-color:#ff6b6b;color:#fff}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 768px){.sidebar{width:100%;height:auto;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem;position:relative}.sidebar-header{padding:0;border:none}.sidebar-nav,.sidebar-footer{display:none}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000d}.navbar-left{flex:1}.navbar-search-container{position:relative;display:flex;align-items:center;width:100%;max-width:420px}.navbar-search-icon{position:absolute;left:1.25rem;color:#9ca3af;font-size:.95rem;pointer-events:none}.navbar-search{width:100%;padding:.75rem 1rem .75rem 2.85rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;background:#f1f5f9;transition:all .25s ease;color:#1e293b}.navbar-search::placeholder{color:#94a3b8}.navbar-search:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f626}.navbar-right{display:flex;align-items:center;gap:1.5rem;margin-left:2rem}.navbar-icon-btn{background:none;border:none;cursor:pointer;position:relative;font-size:1.35rem;transition:all .3s ease;padding:.5rem;color:#475569}.navbar-icon-btn:hover{transform:scale(1.08);color:#1e293b}.navbar-badge-dot{position:absolute;top:2px;right:2px;background-color:#ef4444;color:#fff;font-size:.6rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;border:2px solid white;display:flex;align-items:center;justify-content:center;line-height:1;padding:0 3px}.navbar-divider{width:1px;height:28px;background:#cbd5e1}.navbar-user{display:flex;flex-direction:row;align-items:center;gap:.75rem}.navbar-user-text{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.navbar-user-title{font-size:.9rem;font-weight:700;color:#1e293b;line-height:1.25}.navbar-user-role{font-size:.75rem;color:#64748b;text-transform:capitalize;line-height:1.25}.navbar-user-avatar{width:38px;height:38px;background:#f4b486;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff;cursor:pointer;transition:all .25s ease;border:1px solid rgba(0,0,0,.05)}.navbar-user-avatar:hover{transform:scale(1.05);box-shadow:0 2px 8px #f4b48666}@media (max-width: 1024px){.navbar{flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem}.navbar-left{flex:1 1 100%}.navbar-search{max-width:100%}.navbar-right{gap:1.5rem;margin-left:0}}@media (max-width: 768px){.navbar{padding:.75rem 1rem;flex-wrap:wrap}.navbar-left{flex:1 1 100%;order:3}.navbar-search{max-width:100%;margin-top:.5rem}.navbar-right{gap:1rem;margin-left:0;flex:1 1 auto;order:1}.navbar-user-title,.navbar-user-role,.navbar-divider{display:none}}.layout{display:flex;height:100vh;width:100%}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f0f4f8;margin-left:250px}.main-content main{flex:1;overflow-y:auto;overflow-x:hidden}.main-content main::-webkit-scrollbar{width:8px}.main-content main::-webkit-scrollbar-track{background:transparent}.main-content main::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.main-content main::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width: 768px){.layout{flex-direction:column}.main-content{width:100%;height:auto;margin-left:0}}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0;transition:all .25s ease;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.stat-card:hover{box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}.stat-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;width:100%}.stat-card-icon-wrapper{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .25s ease}.stat-icon-blue{background:#eff6ff;color:#2563eb}.stat-icon-orange{background:#fff7ed;color:#ea580c}.stat-icon-purple{background:#faf5ff;color:#9333ea}.stat-icon-green{background:#f0fdf4;color:#16a34a}.stat-card-change{font-size:.75rem;font-weight:700;padding:.25rem .65rem;border-radius:20px;display:flex;align-items:center;gap:.15rem}.stat-card-change.trend-up{background:#dcfce7;color:#15803d}.stat-card-change.trend-warning,.stat-card-change.trend-down{background:#ffedd5;color:#ea580c}.stat-card-change.trend-neutral{background:#f1f5f9;color:#64748b}.stat-card-content{display:flex;flex-direction:column;gap:.25rem}.stat-card-label{margin:0;font-size:.85rem;color:#64748b;font-weight:500}.stat-card-value{margin:0;font-size:2rem;font-weight:700;color:#0f172a;line-height:1.1;letter-spacing:-.5px}@media (max-width: 768px){.stat-card{padding:1.25rem}.stat-card-value{font-size:1.75rem}}.incident-map{width:100%;height:420px;background:linear-gradient(135deg,#e8f4f8,#f0f8fa);border-radius:12px;overflow:hidden;position:relative;border:1px solid #e5e7eb}.map-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#fff);border-radius:12px}.map-placeholder svg{width:100%;height:100%;opacity:.7}.dashboard-map-container{position:relative;width:100%;height:420px;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.grayscale-map{width:100%;height:100%;border:none;filter:grayscale(1) invert(.04) contrast(1.15) brightness(1.03)}.dashboard-map-markers{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.dashboard-map-pin{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;pointer-events:auto;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.dashboard-map-pin:hover{transform:translate(-50%,-50%) scale(1.12);z-index:100}.red-pin .pin-icon{width:26px;height:26px;border-radius:50%;background-color:#ef4444;border:2px solid white;box-shadow:0 2px 8px #ef444466;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.95rem;font-family:inherit}.blue-pin .pin-dot{width:10px;height:10px;border-radius:50%;background-color:#3b82f6;border:2px solid white;box-shadow:0 0 0 4px #3b82f659,0 2px 8px #00000026}.orange-pin .pin-triangle{width:20px;height:20px;border-radius:5px;background-color:#ea580c;border:2px solid white;box-shadow:0 2px 6px #ea580c66;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:700}.pin-pulse{position:absolute;width:32px;height:32px;border-radius:50%;opacity:0;animation:pulse-ring 2s cubic-bezier(.215,.61,.355,1) infinite;z-index:-1}.red-pulse{background-color:#ef444466}.blue-pulse{background-color:#3b82f666;width:24px;height:24px}.orange-pulse{background-color:#ea580c66;width:28px;height:28px}@keyframes pulse-ring{0%{transform:scale(.65);opacity:0}50%{opacity:.5}to{transform:scale(1.4);opacity:0}}.dashboard-map-zoom{position:absolute;bottom:20px;right:20px;display:flex;flex-direction:column;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001f;overflow:hidden;border:1px solid #e2e8f0;z-index:10}.zoom-btn{width:32px;height:32px;background:#fff;border:none;font-size:1.1rem;font-weight:600;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.zoom-btn:hover{background:#f1f5f9;color:#0f172a}.zoom-btn:first-child{border-bottom:1px solid #e2e8f0}.incident-map-page{position:relative;width:100%;height:calc(100vh - 80px);display:flex;flex-direction:column;overflow:hidden;border-radius:12px;background:#f0f2f5}.map-filter-bar{position:absolute;top:20px;left:20px;background:#fff;padding:10px 16px;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;gap:16px;align-items:center;z-index:20}.map-filter-select{border:none;background:transparent;font-weight:500;color:#374151;font-size:14px;outline:none;cursor:pointer;padding-right:12px}.traffic-toggle{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151;font-size:14px;cursor:pointer;border-left:1px solid #e5e7eb;padding-left:16px}.map-body{position:relative;flex:1;width:100%;height:100%}.map-container-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.map-iframe{width:100%;height:100%;border:none}.map-pins-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10}.map-pin-btn{position:absolute;transform:translate(-50%,-50%);width:28px;height:28px;border-radius:50%;border:2px solid white;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px #0000004d;transition:transform .2s}.map-pin-btn:hover,.map-pin-btn.pin-selected{transform:translate(-50%,-50%) scale(1.2);z-index:20;box-shadow:0 0 0 4px #ffffff80}.incident-panel{position:absolute;top:20px;right:20px;width:380px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:24px;z-index:30;display:flex;flex-direction:column;gap:16px;max-height:calc(100% - 40px);overflow-y:auto}.panel-top{display:flex;justify-content:space-between;align-items:center}.priority-badge{font-size:11px;font-weight:700;padding:4px 8px;border-radius:4px;letter-spacing:.5px}.priority-urgent{background:#fee2e2;color:#ef4444}.priority-moderate{background:#fef3c7;color:#f59e0b}.priority-resolved{background:#d1fae5;color:#10b981}.panel-close{background:transparent;border:none;font-size:16px;color:#9ca3af;cursor:pointer}.panel-title{font-size:18px;font-weight:700;color:#111827;margin:0}.panel-id{font-size:13px;color:#6b7280;margin:-8px 0 0}.panel-details{display:flex;flex-direction:column;gap:12px;background:#fff;padding:0}.panel-detail-row{display:flex;align-items:flex-start;gap:12px}.detail-label{display:block;font-size:12px;color:#6b7280;margin-bottom:2px}.detail-value{font-size:14px;color:#111827}.detail-value.bold{font-weight:600}.incident-img{width:100%;height:160px;border-radius:8px;overflow:hidden;background:#111;position:relative}.incident-img img{width:100%;height:100%;object-fit:cover}.incident-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.assigned-units{display:flex;flex-direction:column;gap:12px}.units-label{font-size:12px;font-weight:700;color:#9ca3af;letter-spacing:.5px}.unit-row{display:flex;align-items:center;gap:12px;background:#f9fafb;padding:12px 16px;border-radius:8px;font-size:13px}.unit-dot{width:8px;height:8px;border-radius:50%}.unit-name{flex:1;font-size:13px;font-weight:500;color:#111827}.unit-status{font-size:11px;font-weight:500;color:#6b7280}.panel-actions{display:flex;gap:12px;margin-top:8px}.route-btn,.resolve-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none}.route-btn{background:#fff;border:1px solid #e5e7eb;color:#111827}.resolve-btn{background:#1e3a8a;color:#fff}.dashboard{padding:2rem;background-color:#f8fafc;min-height:100vh}.skeleton-box{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:4px;display:block}.skeleton-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1.25rem}.empty-state{padding:1.5rem 0;text-align:center;color:#94a3b8;font-size:.875rem}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.map-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0;font-size:1.25rem;color:#0f172a;font-weight:700}.section-header p{margin:.25rem 0 0;color:#64748b;font-size:.85rem}.map-actions{display:flex;gap:.75rem;align-items:center}.btn-secondary{padding:.5rem 1rem;border-radius:6px;border:1px solid #cbd5e1;font-size:.85rem;font-weight:600;background:#fff;color:#334155;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}.btn-primary-link{padding:.5rem 1rem;border-radius:6px;background:#0f456c;color:#fff;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;border:1px solid transparent;cursor:pointer}.btn-primary-link:hover{background:#0b3452;box-shadow:0 2px 4px #0f456c33}.bottom-section{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.alerts-container,.areas-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0}.container-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.container-header h3{margin:0;font-size:1.1rem;color:#0f172a;font-weight:700}.view-all{color:#2563eb;text-decoration:none;font-size:.85rem;font-weight:600}.view-all:hover{color:#1d4ed8;text-decoration:underline}.weekly-reports{font-size:.8rem;color:#64748b;font-weight:500}.alerts-list{display:flex;flex-direction:column}.alert-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f5f9;transition:all .2s ease}.alert-item:last-child{border-bottom:none;padding-bottom:0}.alert-item:first-child{padding-top:.5rem}.alert-icon-box{width:38px;height:38px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1rem}.alert-icon-medical{background-color:#ffe4e6;color:#e11d48}.alert-icon-suspicious{background-color:#fff7ed;color:#ea580c}.alert-icon-warning{background-color:#fee2e2;color:#ef4444}.alert-body{flex:1;min-width:0}.alert-body h4{margin:0 0 .15rem;font-size:.9rem;color:#1e293b;font-weight:700}.alert-body p{margin:0;font-size:.775rem;color:#64748b;line-height:1.35}.alert-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:max-content}.alert-time{font-size:.75rem;color:#94a3b8}.alert-status{padding:.15rem .5rem;border-radius:4px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.status-red{background:#ffe4e6;color:#e11d48}.status-orange{background:#fef3c7;color:#d97706}.areas-list{display:flex;flex-direction:column;gap:1.25rem;padding-top:.5rem}.area-item{display:flex;flex-direction:column}.area-info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.area-name{font-size:.9rem;color:#1e293b;font-weight:600}.area-percentage{font-size:.85rem;font-weight:700;color:#1e293b}.area-progress{width:100%}.progress-bar{height:6px;background:#f1f5f9;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#134e7c;border-radius:4px;transition:width .4s ease}@media (max-width: 1024px){.bottom-section{grid-template-columns:1fr;gap:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.map-actions{width:100%}.map-actions button,.map-actions a{flex:1}}@media (max-width: 768px){.dashboard{padding:1rem}.dashboard-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.map-section,.alerts-container,.areas-container{padding:1.25rem}}.users-page{padding:2rem;background:#f0f4f8;min-height:100%;display:flex;flex-direction:column;gap:1.5rem}.users-header{display:flex;justify-content:space-between;align-items:flex-start}.users-header h1{margin:0 0 .3rem;font-size:1.65rem;font-weight:800;color:#111827;letter-spacing:-.5px}.users-header p{margin:0;font-size:.92rem;color:#6b7280}.users-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.users-stat-card{background:#fff;border-radius:14px;box-shadow:0 1px 6px #00000012;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;border-left:4px solid transparent}.stat-red{border-left-color:#ef4444}.users-stat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.stat-blue .users-stat-icon{background:#dbeafe;color:#1d4ed8}.stat-green .users-stat-icon{background:#d1fae5;color:#065f46}.stat-red .users-stat-icon{background:#fee2e2;color:#dc2626}.stat-purple .users-stat-icon{background:#ede9fe;color:#5b21b6}.users-stat-label{margin:0 0 .15rem;font-size:.78rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.users-stat-value{margin:0;font-size:1.7rem;font-weight:800;color:#111827;line-height:1}.users-card{background:#fff;border-radius:14px;box-shadow:0 1px 6px #00000012;overflow:hidden}.users-filters{display:flex;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;flex-wrap:wrap;align-items:center}.users-search{width:100%;padding:.6rem .85rem .6rem 2.5rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.88rem;color:#374151;background:#f9fafb;outline:none;transition:border-color .2s;box-sizing:border-box}.users-search:focus{border-color:#6366f1;background:#fff}.filter-group{display:flex;gap:.5rem;flex-wrap:wrap}.status-pill{padding:.45rem 1rem;border:1.5px solid #e5e7eb;border-radius:20px;font-size:.83rem;font-weight:600;background:#fff;color:#6b7280;cursor:pointer;transition:all .18s}.status-pill:hover{border-color:#9ca3af;color:#374151}.status-pill.active{background:#1e3a5c;border-color:#1e3a5c;color:#fff}.users-table-wrap{overflow-x:auto}.users-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:760px}.users-table thead tr{background:#f9fafb}.users-table th{padding:.85rem 1.25rem;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.7px;color:#6b7280;text-transform:uppercase;border-bottom:1px solid #f3f4f6}.users-table td{padding:1rem 1.25rem;border-bottom:1px solid #f9fafb;color:#374151;vertical-align:middle}.users-table tbody tr:last-child td{border-bottom:none}.users-table tbody tr:hover td{background:#fafafa}.avatar{width:36px;height:36px;border-radius:50%;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-email,.user-phone{color:#6b7280;font-size:.87rem}.user-date{color:#9ca3af;font-size:.85rem;white-space:nowrap}.status-badge{display:inline-block;padding:.28rem .85rem;border-radius:20px;font-size:.78rem;font-weight:700;text-transform:capitalize}.status-active{background:#d1fae5;color:#065f46}.status-inactive{background:#fee2e2;color:#dc2626}.status-admin{background:#ede9fe;color:#5b21b6}.action-btns{display:flex;gap:.5rem}.skeleton-text{display:inline-block;width:80%;height:14px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:4px}.users-error{margin:1rem 1.5rem;padding:.85rem 1.25rem;background:#fee2e2;color:#dc2626;border-radius:10px;font-size:.9rem}.users-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #f3f4f6;font-size:.88rem;color:#6b7280;flex-wrap:wrap;gap:.75rem}.modal-box{background:#fff;border-radius:18px;padding:2rem;width:420px;max-width:92vw;position:relative;box-shadow:0 20px 60px #0000002e;animation:modalIn .22s ease}.modal-close{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#6b7280;transition:background .15s}.modal-avatar{width:64px;height:64px;border-radius:50%;font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.modal-name{text-align:center;margin:0 0 1.25rem;font-size:1.2rem;font-weight:700;color:#111827}.modal-label{padding:.55rem 0;color:#9ca3af;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.4px;width:110px;vertical-align:top;border-bottom:1px solid #f3f4f6}.modal-val{padding:.55rem 0 .55rem .5rem;color:#374151;word-break:break-all;border-bottom:1px solid #f3f4f6}.confirm-box{background:#fff;border-radius:16px;padding:1.75rem;width:380px;max-width:92vw;box-shadow:0 20px 60px #0000002e;animation:modalIn .22s ease}.confirm-box h3{margin:0 0 .75rem;font-size:1.1rem;font-weight:700;color:#111827}.confirm-box p{margin:0 0 1.5rem;font-size:.9rem;color:#6b7280;line-height:1.55}.confirm-btns{display:flex;gap:.75rem;justify-content:flex-end}.confirm-cancel{padding:.6rem 1.2rem;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.88rem;font-weight:600;color:#374151;cursor:pointer;transition:background .15s}.confirm-cancel:hover{background:#f9fafb}.confirm-delete{padding:.6rem 1.2rem;border:none;border-radius:8px;background:#ef4444;font-size:.88rem;font-weight:600;color:#fff;cursor:pointer;transition:background .15s}.confirm-delete:hover{background:#dc2626}@media (max-width: 1100px){.users-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.users-page{padding:1rem}.users-stats{grid-template-columns:repeat(2,1fr)}.users-header h1{font-size:1.3rem}.users-filters{flex-direction:column;align-items:flex-start}}.alerts-page{padding:2rem;background:#f0f4f8;min-height:100%;display:flex;flex-direction:column;gap:1.5rem}.alerts-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.alerts-header h1{margin:0 0 .3rem;font-size:1.65rem;font-weight:800;color:#111827;letter-spacing:-.5px}.alerts-header p{margin:0;font-size:.92rem;color:#6b7280}.map-link-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;background:#1e3a5c;color:#fff;border-radius:8px;font-size:.88rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:opacity .2s}.map-link-btn:hover{opacity:.87}.alerts-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.alerts-stat-card{background:#fff;border-radius:14px;box-shadow:0 1px 6px #00000012;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;border-left:4px solid transparent}.stat-blue{border-left-color:#3b82f6}.stat-orange{border-left-color:#f97316}.stat-green{border-left-color:#10b981}.stat-purple{border-left-color:#8b5cf6}.alerts-stat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.stat-blue .alerts-stat-icon{background:#dbeafe;color:#1d4ed8}.stat-orange .alerts-stat-icon{background:#ffedd5;color:#ea580c}.stat-green .alerts-stat-icon{background:#d1fae5;color:#065f46}.stat-purple .alerts-stat-icon{background:#ede9fe;color:#5b21b6}.alerts-stat-label{margin:0 0 .15rem;font-size:.78rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.alerts-stat-value{margin:0;font-size:1.7rem;font-weight:800;color:#111827;line-height:1}.alerts-card{background:#fff;border-radius:14px;box-shadow:0 1px 6px #00000012;overflow:hidden}.alerts-filters{display:flex;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;flex-wrap:wrap;align-items:center}.search-wrap{position:relative;flex:1;min-width:220px}.alerts-search{width:100%;padding:.6rem .85rem .6rem 2.5rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.88rem;color:#374151;background:#f9fafb;outline:none;transition:border-color .2s;box-sizing:border-box}.alerts-search:focus{border-color:#6366f1;background:#fff}.filter-select{padding:.6rem 2rem .6rem .85rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.88rem;color:#374151;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280' width='16' height='16'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right .5rem center;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;transition:border-color .2s}.alerts-table-wrap{overflow-x:auto}.alerts-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:700px}.alerts-table thead tr{background:#f9fafb}.alerts-table th{padding:.85rem 1.25rem;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.7px;color:#6b7280;text-transform:uppercase;border-bottom:1px solid #f3f4f6}.alerts-table td{padding:1rem 1.25rem;border-bottom:1px solid #f9fafb;color:#374151;vertical-align:middle}.alerts-table tbody tr:last-child td{border-bottom:none}.alerts-table tbody tr:hover td{background:#fafafa}.type-cell{display:flex;align-items:center;gap:.65rem}.type-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.82rem;flex-shrink:0}.type-label{font-weight:600;color:#111827;white-space:nowrap}.loc-cell{display:flex;align-items:center;gap:.4rem;color:#374151;font-size:.88rem}.loc-pin{color:#ef4444;font-size:.8rem}.coord-cell{font-family:monospace;font-size:.82rem;color:#6b7280}.seen-badge{display:inline-block;padding:.28rem .85rem;border-radius:20px;font-size:.78rem;font-weight:700}.seen-yes{background:#d1fae5;color:#065f46}.seen-no{background:#ffedd5;color:#c2410c}.action-btns{display:flex;gap:.45rem;align-items:center}.action-btn{width:32px;height:32px;border:none;border-radius:7px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.82rem;transition:background .18s,color .18s}.view-btn{background:#eff6ff;color:#3b82f6}.view-btn:hover{background:#dbeafe}.resolve-btn{background:#f0fdf4;color:#16a34a}.resolve-btn:hover{background:#dcfce7}.alerts-error{margin:1rem 1.5rem;padding:.85rem 1.25rem;background:#fee2e2;color:#dc2626;border-radius:10px;font-size:.9rem}.skeleton-text{display:inline-block;width:75%;height:14px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-row{text-align:center;color:#9ca3af;padding:2.5rem!important;font-size:.95rem}.alerts-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #f3f4f6;font-size:.88rem;color:#6b7280;flex-wrap:wrap;gap:.75rem}.pagination-info{flex:1}.pagination-btns{display:flex;align-items:center;gap:.5rem}.page-btn{display:flex;align-items:center;gap:.4rem;padding:.45rem .95rem;border:1.5px solid #e5e7eb;border-radius:7px;background:#fff;font-size:.85rem;color:#374151;cursor:pointer;font-weight:500;transition:border-color .2s}.page-indicator{font-size:.85rem;font-weight:600;color:#374151;padding:0 .25rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.notif-modal-box{background:#fff;border-radius:18px;padding:2rem;width:400px;max-width:92vw;position:relative;box-shadow:0 20px 60px #0000002e;animation:modalIn .22s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}@keyframes modalIn{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;color:#6b7280;font-size:.82rem;transition:background .15s}.modal-close:hover{background:#e5e7eb}.notif-modal-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:.25rem}.notif-modal-title{margin:0 0 1rem;font-size:1.2rem;font-weight:700;color:#111827}.modal-table{width:100%;border-collapse:collapse;font-size:.88rem}.modal-label{padding:.55rem 0;color:#9ca3af;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.4px;width:100px;vertical-align:top;border-bottom:1px solid #f3f4f6}.modal-val{padding:.55rem 0 .55rem .5rem;color:#374151;word-break:break-word;border-bottom:1px solid #f3f4f6}.notif-seen-btn{margin-top:.75rem;width:100%;padding:.7rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .18s}.notif-seen-btn:hover{background:#059669}.notif-map-link{display:flex;align-items:center;gap:.5rem;padding:.65rem;width:100%;background:#eff6ff;color:#1d4ed8;border-radius:8px;font-size:.88rem;font-weight:600;text-decoration:none;justify-content:center;transition:background .18s}.notif-map-link:hover{background:#dbeafe}@media (max-width: 1100px){.alerts-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.alerts-page{padding:1rem}.alerts-stats{grid-template-columns:repeat(2,1fr)}.alerts-header,.alerts-filters{flex-direction:column}.filter-group{flex-wrap:wrap}.alerts-table th:nth-child(3),.alerts-table td:nth-child(3){display:none}}.chat-page{padding:2rem;background:#f0f4f8;min-height:100%;display:flex;flex-direction:column;gap:1.5rem}.chat-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.chat-header h1{margin:0 0 .3rem;font-size:1.65rem;font-weight:800;color:#111827;letter-spacing:-.5px}.chat-header p{margin:0;font-size:.92rem;color:#6b7280}.export-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;font-size:.88rem;font-weight:600;color:#374151;cursor:pointer;white-space:nowrap;transition:border-color .2s,box-shadow .2s}.export-btn:hover{border-color:#9ca3af;box-shadow:0 2px 6px #00000014}.chat-card{background:#fff;border-radius:14px;box-shadow:0 1px 6px #00000012;overflow:hidden}.chat-filters{display:flex;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;flex-wrap:wrap}.search-wrap{position:relative;flex:1;min-width:200px}.search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.chat-search{width:100%;padding:.6rem .85rem .6rem 2.5rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.88rem;color:#374151;background:#f9fafb;outline:none;transition:border-color .2s;box-sizing:border-box}.chat-search:focus{border-color:#6366f1;background:#fff}.filter-group{display:flex;gap:.75rem}.filter-select{padding:.6rem 2rem .6rem .85rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.88rem;color:#374151;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280' width='16' height='16'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right .5rem center;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;transition:border-color .2s}.filter-select:focus{border-color:#6366f1}.chat-table{width:100%;border-collapse:collapse;font-size:.9rem}.chat-table thead tr{background:#f9fafb}.chat-table th{padding:.85rem 1.5rem;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.7px;color:#6b7280;text-transform:uppercase;border-bottom:1px solid #f3f4f6}.chat-table td{padding:1.1rem 1.5rem;border-bottom:1px solid #f9fafb;color:#374151;vertical-align:middle}.chat-table tbody tr:last-child td{border-bottom:none}.chat-table tbody tr:hover td{background:#fafafa}.user-cell{display:flex;align-items:center;gap:.75rem}.avatar{width:36px;height:36px;border-radius:50%;background:#e5e7eb;color:#4b5563;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-name{font-weight:600;color:#111827;white-space:nowrap}.content-cell{color:#374151;max-width:280px}.time-cell{color:#6b7280;white-space:nowrap;font-size:.87rem}.channel-badge{display:inline-block;padding:.3rem .85rem;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap}.channel-general{background:#dbeafe;color:#1d4ed8}.channel-traffic{background:#d1fae5;color:#065f46}.channel-offtopic{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.action-btns{display:flex;gap:.5rem;align-items:center}.action-btn{width:32px;height:32px;border:none;border-radius:7px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,color .18s}.flag-btn{background:#f3f4f6;color:#9ca3af}.flag-btn:hover,.flag-btn.flagged{background:#fff3e0;color:#f97316}.delete-btn{background:#f3f4f6;color:#9ca3af}.delete-btn:hover{background:#fee2e2;color:#dc2626}.chat-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #f3f4f6;font-size:.88rem;color:#6b7280}.pagination-btns{display:flex;gap:.5rem}.page-btn{padding:.45rem 1rem;border:1.5px solid #e5e7eb;border-radius:7px;background:#fff;font-size:.85rem;color:#374151;cursor:pointer;font-weight:500;transition:border-color .2s}.page-btn:disabled{opacity:.45;cursor:not-allowed}.page-btn:not(:disabled):hover{border-color:#9ca3af}.chat-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.activity-card{padding:1.5rem}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.activity-header h3{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.activity-list{display:flex;flex-direction:column;gap:1.1rem}.activity-item{display:flex;align-items:center;gap:.75rem}.activity-label{min-width:60px;font-size:.87rem;color:#6b7280}.activity-bar-wrap{flex:1}.activity-bar{height:8px;background:#f3f4f6;border-radius:6px;overflow:hidden}.activity-fill{height:100%;border-radius:6px;transition:width .4s ease}.activity-pct{min-width:38px;text-align:right;font-size:.87rem;font-weight:700;color:#374151}.mod-card{padding:1.5rem}.mod-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.mod-header h3{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.mod-stats{display:flex;gap:2rem;justify-content:center;text-align:center;padding:1rem 0}.mod-stat{display:flex;flex-direction:column;align-items:center;gap:.35rem}.mod-number{font-size:2rem;font-weight:800;color:#111827;line-height:1}.mod-number.red{color:#ef4444}.mod-label{font-size:.7rem;font-weight:700;letter-spacing:.8px;color:#9ca3af;text-transform:uppercase}.help-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem}.help-icon{width:52px;height:52px;background:#eff2ff;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.help-card h3{margin:0;font-size:1rem;font-weight:700;color:#111827}.help-card p{margin:0;font-size:.85rem;color:#6b7280;line-height:1.5}.guidelines-btn{margin-top:.75rem;width:100%;padding:.7rem 1.5rem;background:linear-gradient(135deg,#1e3a5c,#2d5a8e);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .2s}.guidelines-btn:hover{opacity:.88}@media (max-width: 1024px){.chat-bottom{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.chat-page{padding:1rem}.chat-header{flex-direction:column}.chat-bottom{grid-template-columns:1fr}.chat-filters{flex-direction:column}.filter-group{flex-wrap:wrap}.chat-table th:nth-child(4),.chat-table td:nth-child(4){display:none}}.analytics-page{padding:2rem;background:#f0f4f8;min-height:100%;display:flex;flex-direction:column;gap:1.5rem}.analytics-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.analytics-header h1{margin:0 0 .3rem;font-size:1.65rem;font-weight:800;color:#111827;letter-spacing:-.5px}.analytics-header p{margin:0;font-size:.92rem;color:#6b7280}.analytics-header-actions{display:flex;gap:.75rem;flex-shrink:0}.period-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;font-size:.88rem;font-weight:600;color:#374151;cursor:pointer;font-family:inherit;transition:border-color .2s}.period-btn:hover{border-color:#9ca3af}.export-btn-analytics{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;background:linear-gradient(135deg,#1e3a5c,#2d5a8e);color:#fff;border:none;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.export-btn-analytics:hover{opacity:.88}.analytics-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.analytics-stat-card{background:#fff;border-radius:14px;padding:1.5rem;box-shadow:0 1px 4px #00000012;display:flex;flex-direction:column;gap:.4rem}.stat-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.stat-icon-wrap{width:44px;height:44px;background:#f9fafb;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-change{font-size:.8rem;font-weight:700}.stat-label{margin:0;font-size:.85rem;color:#6b7280}.stat-value{margin:0;font-size:1.75rem;font-weight:800;color:#111827;letter-spacing:-.5px}.analytics-charts{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.chart-card{background:#fff;border-radius:14px;padding:1.5rem;box-shadow:0 1px 4px #00000012}.chart-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.chart-card-header h3{margin:0;font-size:1rem;font-weight:700;color:#111827}.chart-legend{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b7280}.legend-dot{width:9px;height:9px;border-radius:50%;display:inline-block}.daily-btn{padding:.3rem .75rem;border:1.5px solid #e5e7eb;border-radius:6px;background:#fff;font-size:.8rem;color:#6b7280;font-weight:600;cursor:pointer;font-family:inherit}.analytics-bottom{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.risk-card{background:#fff;border-radius:14px;padding:1.5rem;box-shadow:0 1px 4px #00000012}.risk-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.risk-header h3{margin:0;font-size:1rem;font-weight:700;color:#111827}.view-map-link{font-size:.85rem;font-weight:600;color:#3b82f6;text-decoration:none}.view-map-link:hover{text-decoration:underline}.risk-list{display:flex;flex-direction:column;gap:1.1rem}.risk-item{display:flex;align-items:center;gap:.85rem}.risk-thumb{width:44px;height:34px;border-radius:6px;background:linear-gradient(135deg,#d1d5db,#9ca3af);flex-shrink:0}.risk-info{flex:1;min-width:0}.risk-name-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.3rem;gap:.5rem}.risk-name{font-size:.88rem;font-weight:600;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.risk-reports{font-size:.8rem;font-weight:700;white-space:nowrap}.risk-bar{height:5px;background:#f3f4f6;border-radius:4px;overflow:hidden}.risk-fill{height:100%;border-radius:4px;transition:width .4s ease}.peak-card{background:#fff;border-radius:14px;padding:1.5rem;box-shadow:0 1px 4px #00000012;display:flex;flex-direction:column;align-items:center}.peak-card h3{margin:0 0 1rem;font-size:1rem;font-weight:700;color:#111827;align-self:flex-start}.donut-wrap{width:180px;height:180px;margin:0 auto}.donut-svg{width:100%;height:100%}.peak-stats{display:flex;gap:1.25rem;margin-top:1.25rem;width:100%;justify-content:center}.peak-stat{padding:.75rem 1rem;border-radius:10px;display:flex;flex-direction:column;gap:.3rem;min-width:110px;text-align:center}.peak-stat-red{background:#fef2f2;border:1.5px solid #fecaca}.peak-stat-teal{background:#ecfeff;border:1.5px solid #a5f3fc}.peak-stat-label{font-size:.65rem;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:#9ca3af}.peak-stat-red .peak-stat-label{color:#ef4444}.peak-stat-teal .peak-stat-label{color:#06b6d4}.peak-stat-value{font-size:.92rem;font-weight:700;color:#111827}@media (max-width: 1100px){.analytics-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.analytics-page{padding:1rem}.analytics-stats{grid-template-columns:1fr 1fr}.analytics-charts,.analytics-bottom{grid-template-columns:1fr}}:root{--primary-color: #0A3D62;--primary-light: #155e91;--secondary-color: #f8f9fa;--text-dark: #1e293b;--text-light: #64748b;--accent-blue: #2563eb;--accent-red: #e11d48;--accent-green: #059669;--accent-orange: #d97706;--white: #ffffff;--shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}.landing-container{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-dark);background-color:var(--white);line-height:1.6}h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--primary-color)}h2{font-size:2.25rem;font-weight:700;color:var(--primary-color)}.highlight{color:var(--accent-blue)}.btn-primary{background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .3s}.btn-primary:hover{background-color:var(--primary-light)}.btn-secondary{background-color:#f1f5f9;color:var(--text-dark);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;border:1px solid #e2e8f0;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s}.btn-light{background-color:#fff;color:var(--primary-color);padding:.75rem 2rem;border-radius:8px;font-weight:700;border:none;cursor:pointer}.btn-outline{background-color:transparent;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;border:1px solid rgba(255,255,255,.3);cursor:pointer}.landing-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #f1f5f9}.logo-text{font-size:1.5rem;font-weight:800;color:var(--primary-color)}.landing-nav{display:flex;gap:2rem}.landing-nav a{text-decoration:none;color:var(--text-light);font-weight:500;font-size:.9rem;transition:color .3s}.landing-nav a:hover{color:var(--primary-color)}.hero-section{display:flex;align-items:center;padding:4rem 5% 6rem;gap:4rem;overflow:hidden}.hero-content{flex:1}.badge{display:inline-block;background-color:#f1f5f9;color:var(--text-light);padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:.05em}.hero-content p{font-size:1.125rem;color:var(--text-light);max-width:500px;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem}.hero-image-container{flex:1.2;position:relative}.dashboard-mockup{position:relative;transform:perspective(1000px) rotateY(-5deg) rotateX(2deg);box-shadow:20px 20px 60px #0000001a;border-radius:12px;background:#fff;padding:10px}.mockup-frame{border-radius:8px;overflow:hidden;background:#0f172a;aspect-ratio:16 / 11;display:flex;align-items:center;justify-content:center}.mockup-frame img{width:100%;height:auto}.floating-status{position:absolute;bottom:-20px;left:-20px;background:var(--primary-color);color:#fff;padding:1rem 1.5rem;border-radius:10px;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow);z-index:10}.status-label{display:block;font-size:.7rem;opacity:.7}.status-value{display:block;font-weight:700;font-size:.9rem}.stats-section{display:flex;justify-content:space-around;padding:4rem 10%;background-color:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.stat-item{text-align:center}.stat-item h2{font-size:2.5rem;margin-bottom:.5rem;color:var(--primary-color)}.stat-item p{font-size:.8rem;color:var(--text-light);font-weight:700;letter-spacing:.1em}.features-section{padding:8rem 5%;background-color:#fafafa}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header p{color:var(--text-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:15px;box-shadow:0 4px 6px -1px #0000000d;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.icon-wrapper{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.alert-bg{background-color:#fff1f2}.map-bg{background-color:#eff6ff}.chat-bg{background-color:#ecfdf5}.analytics-bg{background-color:#fffbeb}.feature-card h3{font-size:1.25rem;margin-bottom:1rem}.feature-card p{font-size:.95rem;color:var(--text-light)}.process-section{padding:8rem 5%}.process-steps{display:flex;flex-direction:column;align-items:center;gap:3rem;margin-top:4rem;max-width:1000px;margin-left:auto;margin-right:auto}.step-item{flex:1;text-align:center;padding:0 2rem;position:relative}.step-number{width:40px;height:40px;background-color:var(--primary-color);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 1.5rem}.process-connector{display:none}.cta-section{padding:6rem 5%}.cta-content{background-color:var(--primary-color);border-radius:20px;padding:5rem 4rem;text-align:center;color:#fff}.cta-content h2{color:#fff;margin-bottom:1.5rem}.cta-content p{max-width:600px;margin:0 auto 2.5rem;opacity:.9}.cta-actions{display:flex;justify-content:center;gap:1.5rem}.landing-footer{padding:4rem 5% 2rem;background-color:#f8f9fa;border-top:1px solid #e2e8f0}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.footer-logo{font-weight:800;font-size:1.5rem;color:var(--primary-color)}.footer-links{display:flex;gap:2rem}.footer-links a{text-decoration:none;color:var(--text-light);font-size:.85rem}.footer-social{display:flex;gap:1.5rem;color:var(--text-light)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #e2e8f0}.footer-bottom p{font-size:.75rem;color:var(--text-light)}@media (max-width: 1024px){h1{font-size:2.75rem}.hero-section{flex-direction:column;text-align:center}.hero-content p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.process-steps{flex-direction:column;gap:3rem}.process-connector{display:none}}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f8fafc;background-image:radial-gradient(#e2e8f0 1px,transparent 1px);background-size:24px 24px;font-family:Inter,system-ui,sans-serif}.login-container{width:100%;max-width:440px;padding:2rem;text-align:center}.login-header{margin-bottom:2.5rem}.admin-logo-wrapper{width:64px;height:64px;background-color:#0a3d62;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 10px 15px -3px #0a3d6233}.admin-logo-icon{color:#fff}.login-header h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.subtitle{color:#64748b;font-size:.875rem;font-weight:500}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;border:1px solid #f1f5f9;overflow:hidden}.card-header{padding:2.5rem 2.5rem 1.5rem;text-align:left}.card-header h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.card-header p{font-size:.875rem;color:#64748b;margin:0}.login-form{padding:0 2.5rem 2.5rem;text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#94a3b8}.input-wrapper input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s;color:#0f172a}.input-wrapper input:focus{outline:none;border-color:#0a3d62;box-shadow:0 0 0 3px #0a3d621a}.password-toggle{position:absolute;right:1rem;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.remember-me{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569;font-weight:500;cursor:pointer}.remember-me input{width:16px;height:16px;border-radius:4px;border:1px solid #e2e8f0}.forgot-password{font-size:.875rem;font-weight:700;color:#0a3d62;cursor:pointer}.login-btn{width:100%;padding:.875rem;background-color:#0a3d62;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:700;letter-spacing:.025em;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:background-color .2s;box-shadow:0 4px 6px -1px #0a3d6233}.login-btn:hover{background-color:#0d4a75}.card-footer{padding:1.5rem 2.5rem;background-color:#f8fafc;border-top:1px solid #f1f5f9;text-align:center}.card-footer p{font-size:.75rem;color:#64748b;margin:0;line-height:1.5}.card-footer a{color:#0a3d62;font-weight:700;text-decoration:none}.compliance-footer{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.compliance-item{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.625rem;font-weight:700;letter-spacing:.05em}.privacy-policy-container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background-color:var(--background-color, #f4f7f6);padding:40px 20px;box-sizing:border-box}.privacy-policy-content{background-color:#fff;max-width:800px;width:100%;padding:40px 50px;border-radius:12px;box-shadow:0 4px 20px #0000000d;color:#333;line-height:1.6}.privacy-policy-content h1{font-size:2.2rem;color:#1a1a1a;margin-bottom:20px;text-align:center;font-weight:700}.privacy-policy-content h2{font-size:1.5rem;color:#2c3e50;margin-top:30px;margin-bottom:15px;border-bottom:2px solid #ecf0f1;padding-bottom:5px;font-weight:600}.privacy-policy-content h3{font-size:1.2rem;color:#34495e;margin-top:25px;margin-bottom:10px;font-weight:600}.privacy-policy-content p{margin-bottom:15px;color:#555;font-size:1rem}.privacy-policy-content ul{margin-top:0;margin-bottom:20px;padding-left:20px;color:#555}.privacy-policy-content li{margin-bottom:8px}.effective-date{text-align:center;font-style:italic;color:#7f8c8d;margin-bottom:30px}.intro{font-size:1.05rem;color:#4a4a4a}@media (prefers-color-scheme: dark){.privacy-policy-container{background-color:#1a1a1a}.privacy-policy-content{background-color:#242424;box-shadow:0 4px 20px #0000004d;color:#e0e0e0}.privacy-policy-content h1,.privacy-policy-content h2,.privacy-policy-content h3{color:#fff}.privacy-policy-content h2{border-bottom:2px solid #333333}.privacy-policy-content p,.privacy-policy-content ul,.privacy-policy-content li,.intro{color:#ccc}.effective-date{color:#aaa}}@media (max-width: 600px){.privacy-policy-content{padding:30px 20px}.privacy-policy-content h1{font-size:1.8rem}.privacy-policy-content h2{font-size:1.3rem}}.delete-account-container{min-height:100vh;background-color:#f8fafc;display:flex;justify-content:center;padding:4rem 1.5rem;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b}.delete-account-content{max-width:800px;width:100%;animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.delete-header{text-align:center;margin-bottom:3rem}.icon-wrapper{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.danger-icon{background-color:#fef2f2;color:#ef4444}.header-icon{width:32px;height:32px}.delete-header h1{font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem;letter-spacing:-.025em}.subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.methods-container{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 4px 20px #0000000d;margin-bottom:2.5rem;border:1px solid #e2e8f0}.method-card h2{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1.5rem}.steps-list{display:flex;flex-direction:column;gap:1rem}.step-item{display:flex;align-items:center;background:#f8fafc;padding:1.25rem;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.step-item:hover{transform:translate(4px);border-color:#cbd5e1;box-shadow:0 4px 12px #00000008}.step-number{width:32px;height:32px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:1.25rem;flex-shrink:0}.step-text{flex:1;display:flex;flex-direction:column}.step-text strong{font-size:1rem;color:#1e293b;margin-bottom:.25rem}.step-text span{font-size:.875rem;color:#64748b}.step-icon{color:#94a3b8;width:24px;height:24px}.danger-color{color:#ef4444}.divider{display:flex;align-items:center;text-align:center;margin:2.5rem 0;color:#94a3b8;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.divider span{padding:0 1rem}.email-desc{color:#64748b;margin-bottom:1.25rem;font-size:.95rem}.email-box{display:flex;align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;padding:1.25rem 1.5rem;border-radius:16px;transition:all .3s ease}.email-box:hover{background:#dcfce7;border-color:#86efac}.email-icon{color:#22c55e;width:28px;height:28px;margin-right:1rem}.email-details{display:flex;flex-direction:column}.email-label{font-size:.875rem;color:#166534;margin-bottom:.25rem}.email-link{font-size:1.125rem;font-weight:600;color:#15803d;text-decoration:none;transition:color .2s}.email-link:hover{text-decoration:underline}.data-info-container h2{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:1.5rem;text-align:center}.data-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.data-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000000d;border:1px solid #e2e8f0}.data-card-header{display:flex;align-items:center;margin-bottom:1.25rem}.data-icon{width:24px;height:24px;margin-right:.75rem}.deleting .data-icon{color:#ef4444}.retention .data-icon{color:#3b82f6}.data-card h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.data-list{list-style-type:none;padding:0;margin:0}.data-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#475569;line-height:1.5}.data-list li:before{content:"•";color:#ef4444;position:absolute;left:0;font-weight:700;font-size:1.25rem;top:-4px}.retention-text{color:#475569;line-height:1.6}.retention-text strong{color:#1e293b}@media (max-width: 768px){.delete-account-container{padding:2rem 1rem}.delete-header h1{font-size:2rem}.data-grid{grid-template-columns:1fr}.methods-container{padding:1.5rem}.step-item{padding:1rem}}.location-permission-container{min-height:100vh;background-color:#f8fafc;padding:4rem 1.5rem;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b;display:flex;flex-direction:column;align-items:center}.location-header{text-align:center;margin-bottom:3rem;max-width:800px;animation:slideDown .6s ease-out forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.icon-badge{width:72px;height:72px;background-color:#dbeafe;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 20px #3b82f626}.badge-icon{width:36px;height:36px;color:#2563eb}.location-header h1{font-size:2.75rem;font-weight:800;color:#0f172a;margin-bottom:1.25rem;letter-spacing:-.03em}.subtitle{font-size:1.15rem;color:#64748b;line-height:1.6}.video-section{width:100%;max-width:900px;margin-bottom:4rem;animation:fadeIn .8s ease-out forwards;animation-delay:.2s;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.video-wrapper{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000001f;border:1px solid #e2e8f0}.video-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}.play-icon{width:64px;height:64px;color:#cbd5e1;margin-bottom:1.5rem;opacity:.8}.video-placeholder p{font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.video-hint{font-size:.95rem;color:#94a3b8}.demo-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.info-section{width:100%;max-width:1000px;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 30px #0000000a;border:1px solid #e2e8f0;animation:slideUp .8s ease-out forwards;animation-delay:.4s;opacity:0}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.info-header{display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem}.info-header-icon{width:32px;height:32px;color:#10b981;margin-right:1rem}.info-header h2{font-size:2rem;font-weight:700;color:#0f172a;margin:0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.feature-card{background:#f8fafc;padding:2rem;border-radius:16px;border:1px solid #f1f5f9;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#3b82f6;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000000d;background:#fff;border-color:#e2e8f0}.feature-card:hover:before{transform:scaleX(1)}.feature-icon-wrapper{width:50px;height:50px;background:#eff6ff;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon{width:24px;height:24px;color:#3b82f6}.feature-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.feature-card p{color:#475569;line-height:1.6;font-size:.95rem}.privacy-note{background:#f0fdf4;border-left:4px solid #22c55e;padding:1.5rem;border-radius:0 12px 12px 0}.privacy-note p{margin:0;color:#166534;line-height:1.6}.privacy-note a{color:#15803d;font-weight:600;text-decoration:underline}@media (max-width: 900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.location-permission-container{padding:2rem 1rem}.location-header h1{font-size:2rem}.features-grid{grid-template-columns:1fr}.info-section{padding:2rem 1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f4f8;color:#1f2937;line-height:1.6}#root{width:100%;height:100%}h1,h2,h3,h4,h5,h6{color:#1f2937;font-weight:700}p{color:#6b7280}button{font-family:inherit}a{color:inherit;text-decoration:none;transition:all .3s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}:root{--color-primary-blue: #0066cc;--color-primary-dark: #2c5282;--color-sidebar-light: #1e3a5f;--color-sidebar-dark: #2c5282;--color-secondary-orange: #ff6b35;--color-secondary-light: #ff8c42;--color-accent-purple: #9d4edd;--color-accent-green: #10b981;--color-success: #059669;--color-warning: #ff8c00;--color-danger: #dc2626;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-600: #6b7280;--color-gray-900: #1f2937}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}.layout{display:flex;min-height:100vh;width:100%}.sidebar{width:260px;background-color:#1a1a1a;color:#fff;padding:2rem 1rem;border-right:1px solid #333}.main-content{flex:1;display:flex;flex-direction:column}.navbar{height:64px;background-color:#fff;border-bottom:1px solid #eee;display:flex;align-items:center;padding:0 2rem}@media (prefers-color-scheme: dark){.navbar{background-color:#1a1a1a;border-bottom:1px solid #333}}
