html,body,#root{margin:0;padding:0;height:100%;width:100%;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f9fafb;color:#111827}@media(prefers-color-scheme:dark){html,body,#root{background:#0f172a;color:#f1f5f9}}.map-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.map-wrapper.with-alert{height:calc(100% - 100px)}.alert-header{display:flex;align-items:center;justify-content:space-between;background:#dc2626;color:#fff;padding:12px 20px;border-bottom:1px solid #b91c1c}.alert-icon{font-size:20px}.alert-text h3{margin:0;font-size:16px;font-weight:600}.alert-text p{margin:0;font-size:13px;opacity:.9}.alert-close{background:transparent;border:none;color:#fff;cursor:pointer}.sidebar{background:#fff;padding:16px;width:300px;overflow-y:auto}@media(prefers-color-scheme:dark){.sidebar{background:#1e293b;border-color:#334155}}.threat-popup{position:relative;transform:translate(-50%,-100%);z-index:10}.threat-card{width:260px;background:#fff;color:#111;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 4px 12px #00000026;padding:12px 14px}.threat-card:hover{transform:translateY(-2px);background:#f9fafb;border-color:#cbd5e1;box-shadow:0 6px 20px #0000001a}.timeabsolute{font-size:11px;opacity:.7}.threat-card__header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.08)}.threat-card__title{display:flex;align-items:center;gap:8px}.threat-card__icon{width:28px;height:28px;object-fit:contain;border-radius:8px;padding:4px;border:1px solid #e5e7eb;filter:brightness(0) invert(0)}.badge{display:inline-flex;align-items:center;font-size:13px;font-weight:700;padding:4px 8px;border-radius:999px;text-transform:capitalize}.badge--fight{background:#ffe4e6;color:#be123c}.badge--stabbing{background:#fee2e2;color:#dc2626}.badge--shooting{background:#fde68a;color:#92400e}.badge--mass_event{background:#e0f2fe;color:#075985}.badge--harassment{background:#fee2e2;color:#b91c1c}.chip{display:inline-flex;align-items:center;font-size:12px;padding:3px 8px;border-radius:999px;margin-left:4px}.chip--verified{background:#dcfce7;color:#166534}.chip--ghost{background:#f1f5f9;color:#334155}.threat-card__time{text-align:right;font-size:12px;opacity:.85}.timeago{font-weight:600}.threat-card__body{padding:10px 0 8px}.threat-card__desc{margin:0 0 8px;font-size:14px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;color:#111}.threat-card__meta{display:flex;align-items:center;gap:6px;font-size:13px;opacity:.9}.threat-card__footer{display:flex;justify-content:flex-end;gap:8px;padding-top:10px;border-top:1px solid rgba(0,0,0,.06)}.btn{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer}.btn--ghost{background:transparent;border-color:#00000026;color:#111}.btn--primary{background:#111827;color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background-color:#64748b66;border-radius:999px}::-webkit-scrollbar-thumb:hover{background-color:#47556999}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;position:fixed;-webkit-text-size-adjust:100%;touch-action:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%;overflow:hidden}.app{display:flex;height:100vh;width:100vw;overflow:hidden;position:relative}.alert-header{position:absolute;top:0;left:0;right:0;background:#dc2626;color:#fff;padding:12px 16px;z-index:100;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0003}.alert-content{display:flex;align-items:center;gap:12px}.alert-icon{font-size:24px}.alert-text h3{font-size:16px;font-weight:600;margin-bottom:2px}.alert-text p{font-size:12px;opacity:.9}.alert-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:4px}.sidebar{position:absolute;top:0;left:0;width:350px;height:100vh;background:transparent;display:flex;flex-direction:column;padding:16px;overflow-y:auto;z-index:10;pointer-events:none}.sidebar.with-alert{top:56px;height:calc(100vh - 56px)}.sidebar>*{pointer-events:auto}.sidebar-header{display:flex;gap:8px;margin-bottom:16px}.search-bar{flex:1;display:flex;align-items:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:35px;padding:10px 12px;box-shadow:0 2px 8px #0000001a;height:48px}.search-icon{color:#6b7280;margin-right:8px}.search-input{border:none;background:transparent;outline:none;flex:1;font-size:14px;color:#000!important}.app-store-promo-sidebar{background:#6b7280;color:#fff;padding:0 8px;display:flex;align-items:center;justify-content:center;border-radius:12px;box-shadow:0 2px 8px #6b72804d;cursor:pointer;transition:all .2s;height:48px;min-width:100px;position:fixed;right:16px;top:16px;z-index:100}.app-store-promo-sidebar img{filter:brightness(0) invert(1);width:32px;height:32px}.app-store-promo-sidebar svg{color:#fff;fill:#fff;width:32px;height:32px}.app-store-promo-sidebar:hover{background:#4b5563;transform:translateY(-2px)}.filters-container{display:flex;flex-direction:column;gap:12px}.filter-button{display:flex;align-items:center;padding:12px 16px;background:#fffffff2;border:1.5px solid rgba(229,231,235,.8);border-radius:28px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;box-shadow:0 2px 6px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;max-width:200px}.filter-button:hover{border-color:#3b82f6;background:#eff6fff2;transform:translate(4px)}.filter-button.active{background:#00d9ff;border-color:#00d9ff;color:#000}.filter-icon{margin-right:10px;font-size:18px}.filter-label{flex:1}.filter-count{background:#ffffff4d;padding:2px 8px;border-radius:12px;font-size:12px;margin-left:8px}.map-wrapper{position:absolute;inset:0;width:100%;height:100%}.map-wrapper.with-alert{top:56px;height:calc(100% - 56px)}.timeline-slider{position:absolute;bottom:30px;left:50%;transform:translate(-50%);background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 2px 12px #00000026;z-index:5;min-width:400px}.timeline-labels{display:flex;justify-content:space-between;margin-bottom:8px;font-size:12px;color:#6b7280;position:relative}.timeline-labels span:first-child{transform:translate(-6px)}.timeline-labels span:last-child{transform:translate(6px)}.slider{width:100%;height:4px;border-radius:2px;background:#e5e7eb;outline:none;-webkit-appearance:none;appearance:none;margin:12px 0;position:relative}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;margin-top:-2px;transform:translate(var(--thumb-offset, -6px))}.slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3b82f6;border:none;cursor:pointer;transform:translate(-9px)}.timeline-indicator{text-align:center;font-weight:600;color:#1f2937;margin-top:8px}.layers-container{position:absolute;bottom:30px;left:30px;z-index:5}.layers-button{background:#fff;border:none;padding:12px 16px;border-radius:8px;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;color:#1f2937;transition:all .2s}.layers-button:hover{background:#f9fafb}.layers-button:active{transform:scale(.98)}.layers-menu{position:absolute;bottom:60px;left:0;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;padding:12px;min-width:240px;animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.layers-menu-title{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;padding:0 4px}.layers-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.layer-option{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:8px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:6px}.layer-option:hover{border-color:#3b82f6;background:#f9fafb}.layer-option.active{border-color:#3b82f6;background:#eff6ff}.layer-preview{width:80px;height:60px;border-radius:4px;position:relative;overflow:hidden;background-size:cover;background-position:center}.layer-preview[data-type=roadmap]{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border:1px solid #ddd}.layer-preview[data-type=satellite]{background:linear-gradient(135deg,#4a5568,#2d3748)}.layer-preview[data-type=terrain]{background:linear-gradient(135deg,#d4e5d4,#a8c5a8)}.layer-preview[data-type=dark]{background:linear-gradient(135deg,#1a202c,#2d3748)}.layer-checkmark{position:absolute;top:4px;right:4px;background:#3b82f6;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003}.layer-name{font-size:12px;font-weight:500;color:#1f2937}.gm-control-active.gm-fullscreen-control{display:none!important}div[title="Show your location"]{margin-bottom:10px!important}.custom-location-button{background:#fff;border:none;box-shadow:0 1px 4px #0000004d;cursor:pointer;padding:0;margin:10px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s;border-radius:12px}.gm-bundled-control{position:fixed!important;bottom:101px!important;z-index:7!important;border-radius:12px!important}.custom-location-button:hover{background:#f5f5f5}.custom-location-button:active{background:#e0e0e0}@media(max-width:768px){html{-webkit-text-size-adjust:none}.app{position:fixed;inset:0}.sidebar{position:fixed;width:100vw;height:auto;flex-direction:column;padding:6px;inset:0 0 auto;overflow:visible}.sidebar.with-alert{top:50px}.sidebar-header{flex-direction:row;gap:4px;margin-bottom:6px}.search-bar{flex:1;height:50px;padding:6px 8px;font-size:12px;min-width:0}.search-icon{width:14px;height:14px;margin-right:6px}.search-input{font-size:12px}.app-store-promo-sidebar{position:relative;right:auto;top:auto;padding:0 10px;height:50px;font-size:9px;white-space:nowrap;flex-shrink:0}.filters-container{flex-direction:row;gap:4px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filters-container::-webkit-scrollbar{display:none}.filter-button{min-width:auto;padding:6px 10px;font-size:11px;max-width:none;white-space:nowrap;flex-shrink:0}.filter-button:hover{transform:none}.filter-icon-img{font-size:14px;margin-right:5px}.filter-count{font-size:10px;padding:1px 5px;margin-left:5px}.map-wrapper{position:fixed;inset:0;touch-action:pan-x pan-y}.map-wrapper *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.map-wrapper.with-alert{top:50px;height:calc(100vh - 50px)}.timeline-container{position:fixed;bottom:12px;left:5%;right:5%;width:90%;z-index:6}.timeline-slider{position:relative;width:100%;padding:10px 16px;margin:0;bottom:auto;left:auto;transform:none;min-width:0}.timeline-labels{font-size:9px;margin-bottom:6px}.slider{margin:6px 0;height:4px}.slider::-webkit-slider-thumb{width:14px;height:14px}.slider::-moz-range-thumb{width:14px;height:14px}.timeline-indicator{font-size:11px;margin-top:4px}.map-controls-container{position:fixed;bottom:60px;left:0;width:100%;z-index:7;pointer-events:none}.map-controls-container>*{pointer-events:auto}.layers-container{position:absolute;left:5%;width:56px;height:56px}.layers-button{padding:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px}.layers-button span{display:none}.layers-button svg{width:24px;height:24px}.layers-menu{position:absolute;bottom:64px;left:0;min-width:200px}.layers-options{grid-template-columns:repeat(2,1fr);gap:6px}.layer-preview{width:70px;height:50px}.layer-name{font-size:11px}.custom-location-button{position:fixed!important;bottom:180px!important;right:5%!important;margin:0!important;z-index:7!important;width:40px!important;height:40px!important;border-radius:12px}.gm-bundled-control{position:fixed!important;bottom:160px!important;right:calc(5% + 30px)!important;z-index:7!important;border-radius:12px!important}.alert-header{position:fixed;padding:6px 10px;height:50px;top:0;left:0;right:0}.alert-content{gap:6px}.alert-icon{font-size:18px}.alert-text h3{font-size:12px;margin-bottom:1px}.alert-text p{font-size:9px}.alert-close{font-size:18px;padding:2px}.threat-info{min-width:180px;padding:8px}.threat-icon-large{font-size:24px;margin-bottom:6px}.threat-info h3{font-size:13px;margin-bottom:6px}.threat-description{font-size:11px;margin-bottom:8px}.threat-meta{font-size:10px;margin-bottom:8px}.download-app-message{margin-top:10px;padding-top:8px}.download-app-message p{font-size:10px;margin-bottom:8px}.app-store-link{font-size:10px;padding:5px 10px}}.loading-overlay{position:absolute;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:1000}.spinner{border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.threat-info{padding:12px;min-width:250px;color:#000}.threat-info h3{font-size:16px;margin-bottom:8px;text-transform:capitalize;color:#000}.filter-icon-img{margin-right:10px;font-size:18px;filter:invert(1)}.custom-zoom-btn{width:48px;height:48px;border:none;border-radius:12px;background:#fff;color:#333;font-size:28px;font-weight:500;box-shadow:0 2px 8px #00000040;cursor:pointer;transition:all .2s ease-in-out}.custom-zoom-btn:hover{background:#f5f5f5;transform:translateY(-2px)}.custom-zoom-btn:active{background:#e0e0e0;transform:scale(.96)}.custom-map-btn{width:48px;height:48px;border:none;border-radius:12px;background:#fff;color:#333;font-size:26px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000040;cursor:pointer;transition:all .2s ease-in-out}.custom-map-btn:hover{background:#f5f5f5;transform:translateY(-2px)}.custom-map-btn:active{background:#e0e0e0;transform:scale(.96)}.custom-map-btn svg{stroke:#444}
