.page-module___8aEwW__appContainer{background:var(--bg-color);flex-direction:column;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__dashboardWrapper{flex:1;width:100%;position:relative;overflow:hidden}@media (max-width:900px){.page-module___8aEwW__dashboardWrapper{height:calc(100dvh - 70px)}}.page-module___8aEwW__appFooter{padding:.5rem var(--space-lg);background:var(--bg-color-secondary);border-top:1px solid var(--border-color);color:var(--text-secondary);z-index:101;justify-content:space-between;align-items:center;font-family:monospace;font-size:.7rem;display:flex;position:relative}@media (max-width:900px){.page-module___8aEwW__appFooter{border-bottom:1px solid var(--border-color);flex-direction:column;gap:.5rem;padding:.75rem;position:fixed;bottom:70px;left:0;right:0;box-shadow:0 -4px 10px #00000080}.page-module___8aEwW__ctaSmall{justify-content:center;width:100%;display:flex;transform:none}.page-module___8aEwW__footerInfo{white-space:nowrap;text-overflow:ellipsis;justify-content:center;width:100%;overflow:hidden}}.page-module___8aEwW__footerInfo{align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__ctaSmall{transform-origin:100%;transform:scale(.85)}.page-module___8aEwW__logoImage{border-radius:6px;width:32px;height:32px}.page-module___8aEwW__header{padding:var(--space-md)var(--space-lg);z-index:100;background:var(--bg-color-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;display:flex;position:relative}@media (max-width:768px){.page-module___8aEwW__header{height:50px;padding:.5rem 1rem;display:flex}.page-module___8aEwW__logoText{display:none}.page-module___8aEwW__logoImage{width:20px;height:20px}}.page-module___8aEwW__footerToggle{color:#00f2ff;cursor:pointer;z-index:102;background:#00f2ff1a;border:none;border-top:1px solid #00f2ff33;justify-content:center;align-items:center;gap:8px;width:100%;padding:8px;font-family:monospace;font-size:.65rem;font-weight:700;display:none}@media (max-width:900px){.page-module___8aEwW__footerToggle{display:flex}.page-module___8aEwW__collapsibleContent{width:100%;padding:1rem .5rem;display:none}.page-module___8aEwW__expanded .page-module___8aEwW__collapsibleContent{flex-direction:column;gap:1rem;display:flex}.page-module___8aEwW__appFooter{height:auto;padding:0!important}}.page-module___8aEwW__logo{align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__logoIcon{color:var(--accent-primary);width:24px;height:24px}.page-module___8aEwW__logoText{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.page-module___8aEwW__highlight{color:var(--accent-secondary)}.page-module___8aEwW__nav{gap:1rem;display:flex}.page-module___8aEwW__hero{text-align:center;padding:8rem 0 6rem}.page-module___8aEwW__heroContent{flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.page-module___8aEwW__badge{color:var(--accent-secondary);background:#00ccff1a;border:1px solid #0cf3;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.page-module___8aEwW__title{letter-spacing:-.04em;font-size:clamp(3rem,5vw,4.5rem)}.page-module___8aEwW__subtitle{color:var(--text-secondary);max-width:600px;font-size:1.125rem}.page-module___8aEwW__ctaGroup{gap:1rem;margin-top:1rem;display:flex}.page-module___8aEwW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.page-module___8aEwW__featureIconWrapper{background:#ff33661a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.page-module___8aEwW__featureIcon{color:var(--accent-primary)}.page-module___8aEwW__featureText{color:var(--text-secondary);margin-top:.5rem;font-size:.95rem}
.Button-module__xDwtkW__button{border-radius:var(--border-radius);border:1px solid #0000;justify-content:center;align-items:center;font-weight:500;transition:all .2s cubic-bezier(.165,.84,.44,1);display:inline-flex}.Button-module__xDwtkW__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__xDwtkW__sm{padding:.5rem 1rem;font-size:.875rem}.Button-module__xDwtkW__md{padding:.75rem 1.5rem;font-size:1rem}.Button-module__xDwtkW__lg{padding:1rem 2rem;font-size:1.125rem}.Button-module__xDwtkW__fullWidth{width:100%}.Button-module__xDwtkW__primary{background:linear-gradient(135deg,var(--accent-primary)0%,#f36c 100%);color:#fff;box-shadow:0 4px 14px #ff336663}.Button-module__xDwtkW__primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff336680}.Button-module__xDwtkW__secondary{background:var(--bg-color-tertiary);color:var(--text-primary);border-color:var(--border-color)}.Button-module__xDwtkW__secondary:hover:not(:disabled){background:var(--border-color)}.Button-module__xDwtkW__outline{color:var(--accent-secondary);border-color:var(--accent-secondary);background:0 0}.Button-module__xDwtkW__outline:hover:not(:disabled){background:#00ccff1a}.Button-module__xDwtkW__ghost{color:var(--text-secondary);background:0 0}.Button-module__xDwtkW__ghost:hover:not(:disabled){color:var(--text-primary);background:var(--bg-color-tertiry)}.Button-module__xDwtkW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1em;height:1em;margin-right:.5rem;animation:1s ease-in-out infinite Button-module__xDwtkW__spin}@keyframes Button-module__xDwtkW__spin{to{transform:rotate(360deg)}}
.AuthButton-module__aaJhHa__authContainer{align-items:center;gap:1rem;display:flex}.AuthButton-module__aaJhHa__userName{color:var(--text-secondary);font-size:.875rem}.AuthButton-module__aaJhHa__authButton{white-space:nowrap}@media (max-width:600px){.AuthButton-module__aaJhHa__userName{display:none}.AuthButton-module__aaJhHa__authButton{padding:.5rem;font-size:.75rem}.AuthButton-module__aaJhHa__authButton span{display:none}}
.GeolocationFeed-module__PUK0pq__feedContainer{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;height:100%;position:relative;overflow-y:auto;box-shadow:none!important;background:#000!important}.GeolocationFeed-module__PUK0pq__feedWrapper{justify-content:center;align-items:center;height:100%;display:flex;box-shadow:none!important;background:#000!important}.GeolocationFeed-module__PUK0pq__radarLoader{border:2px solid #00f2ff1a;border-top-color:#00f2ff;border-radius:50%;width:64px;height:64px;animation:1s linear infinite GeolocationFeed-module__PUK0pq__spin;box-shadow:0 0 20px #00f2ff33}.GeolocationFeed-module__PUK0pq__immersivePost{scroll-snap-align:start;scroll-snap-stop:always;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:none!important;background:#000!important}.GeolocationFeed-module__PUK0pq__videoWrapper{width:100%;height:100%;min-height:inherit;justify-content:center;align-items:center;display:flex}.GeolocationFeed-module__PUK0pq__tacticalOverlay{pointer-events:none;z-index:5;background:linear-gradient(#000000e6 0%,#0000 15% 85%,#000000f2 100%);flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex;position:absolute;inset:0}@media (max-width:768px){.GeolocationFeed-module__PUK0pq__feedContainer{width:100%;height:100%;position:absolute;inset:0}.GeolocationFeed-module__PUK0pq__immersivePost{width:100%;height:90vh;margin-bottom:2rem;overflow:visible}.GeolocationFeed-module__PUK0pq__tacticalOverlay{background:linear-gradient(#000000b3 0%,#0000 15% 70%,#0009 100%);padding:1rem 1rem 3rem}.GeolocationFeed-module__PUK0pq__sideActions{gap:1.25rem;bottom:2rem;right:.75rem}.GeolocationFeed-module__PUK0pq__bottomInfo{max-width:85%;padding-bottom:1.5rem}.GeolocationFeed-module__PUK0pq__footerLinks{display:none}}.GeolocationFeed-module__PUK0pq__topControls,.GeolocationFeed-module__PUK0pq__bottomInfo,.GeolocationFeed-module__PUK0pq__sideActions{pointer-events:auto}.GeolocationFeed-module__PUK0pq__topControls{justify-content:space-between;align-items:flex-start;display:flex}.GeolocationFeed-module__PUK0pq__bottomInfo{max-width:80%}.GeolocationFeed-module__PUK0pq__locationBadge{font-family:"Inter",var(--font-mono);letter-spacing:.1em;color:var(--accent-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;text-overflow:ellipsis;background:#00f2ff1a;border:1px solid #00f2ff4d;border-radius:4px;align-items:center;max-width:100%;padding:.5rem 1rem;font-size:.75rem;display:flex;overflow:hidden}.GeolocationFeed-module__PUK0pq__reportTitle{color:#fff;text-shadow:0 2px 4px #00000080;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .5rem;font-size:1.25rem;font-weight:700;overflow:hidden}.GeolocationFeed-module__PUK0pq__reportMetadata{color:#ffffff80;font-size:.7rem;font-family:"Inter",var(--font-mono);white-space:nowrap;text-overflow:ellipsis;gap:1rem;margin-bottom:.5rem;display:flex;overflow:hidden}.GeolocationFeed-module__PUK0pq__sideActions{pointer-events:auto;z-index:11;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:absolute;bottom:8rem;right:1.5rem}.GeolocationFeed-module__PUK0pq__publishLabel{color:#00f2ff;letter-spacing:.05em;margin-bottom:2px;font-size:.6rem;font-weight:800}.GeolocationFeed-module__PUK0pq__actionButton{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#00f2ff;cursor:pointer;background:#0006;border:1px solid #00f2ff4d;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex;box-shadow:0 0 10px #00f2ff33}.GeolocationFeed-module__PUK0pq__actionButton:hover{color:#000;background:#00f2ff;border-color:#fff;transform:scale(1.1);box-shadow:0 0 30px #00f2ff}.GeolocationFeed-module__PUK0pq__topControls{flex-direction:row;align-items:center;gap:.5rem;width:100%}.GeolocationFeed-module__PUK0pq__radiusSelect{padding:.4rem;font-size:.65rem}.GeolocationFeed-module__PUK0pq__topRightControls{align-items:center;gap:.75rem;display:flex}.GeolocationFeed-module__PUK0pq__mobileAuth{display:none}@media (max-width:768px){.GeolocationFeed-module__PUK0pq__mobileAuth{transform-origin:100%;display:block;transform:scale(.8)}}.GeolocationFeed-module__PUK0pq__noIntelligence{color:#00f2ff;text-shadow:0 0 10px #00f2ff80;text-align:center;padding:2rem;font-family:monospace}.GeolocationFeed-module__PUK0pq__footerLinks{letter-spacing:1px;opacity:.4;pointer-events:auto;gap:1.5rem;font-size:.65rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.GeolocationFeed-module__PUK0pq__footerLinks a{color:#00f2ff;text-decoration:none}@keyframes GeolocationFeed-module__PUK0pq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.GeolocationFeed-module__PUK0pq__intensityDot{border-radius:50%;width:8px;height:8px;margin-right:8px;box-shadow:0 0 10px}.GeolocationFeed-module__PUK0pq__low{color:#0f8;background:#0f8}.GeolocationFeed-module__PUK0pq__medium{color:#fc0;background:#fc0}.GeolocationFeed-module__PUK0pq__high{color:#f40;background:#f40}.GeolocationFeed-module__PUK0pq__critical{color:red;background:red;animation:1s infinite GeolocationFeed-module__PUK0pq__pulse}.GeolocationFeed-module__PUK0pq__verifiedTag{color:#00f2ff;background:#00f2ff33;border:1px solid #00f2ff;border-radius:2px;align-items:center;gap:4px;padding:2px 6px;font-size:.6rem;font-weight:800;display:flex}.GeolocationFeed-module__PUK0pq__newSignalToast{color:#000;z-index:100;background:#00f2ffe6;border-radius:4px;align-items:center;gap:10px;padding:.75rem 1.5rem;font-family:monospace;font-size:.8rem;font-weight:800;animation:.3s ease-out GeolocationFeed-module__PUK0pq__slideDown;display:flex;position:absolute;top:5rem;left:50%;transform:translate(-50%);box-shadow:0 0 30px #00f2ff80}.GeolocationFeed-module__PUK0pq__pulseIcon{animation:1.5s infinite GeolocationFeed-module__PUK0pq__pulse}@keyframes GeolocationFeed-module__PUK0pq__pulse{0%{opacity:.7;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.7;transform:scale(.95)}}@keyframes GeolocationFeed-module__PUK0pq__slideDown{0%{opacity:0;top:3rem}to{opacity:1;top:5rem}}
.TikTokEmbed-module__66mIYq__fullBleedWrapper{flex-direction:column;width:100%;height:100%;display:flex;box-shadow:none!important;background:#000!important}.TikTokEmbed-module__66mIYq__smartphoneWrapper{justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.TikTokEmbed-module__66mIYq__smartphoneFrame{aspect-ratio:9/18.5;background:#000;border:4px solid #1a1a1a;border-radius:40px;flex-direction:column;width:380px;max-width:90vw;height:auto;max-height:80vh;display:flex;position:relative;overflow:hidden;box-shadow:0 0 40px #000,0 0 20px #00f2ff1a}.TikTokEmbed-module__66mIYq__smartphoneSpeaker{z-index:10;background:#444;border-radius:10px;width:60px;height:5px;position:absolute;top:15px;left:50%;transform:translate(-50%)}.TikTokEmbed-module__66mIYq__smartphoneScreen{background:#000;flex-direction:column;flex:1;margin-top:30px;margin-bottom:30px;display:flex;position:relative;overflow:hidden}.tiktok-embed{background:#000!important;border:none!important;width:100%!important;height:100%!important;min-height:400px!important;margin:0!important;padding:0!important}.tiktok-embed section{background:#000!important}.TikTokEmbed-module__66mIYq__smartphoneHomeButton{background:#333;border:2px solid #444;border-radius:50%;width:30px;height:30px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}@media (max-width:768px){.TikTokEmbed-module__66mIYq__smartphoneFrame{border:none;border-radius:0;width:100%;height:100%}.TikTokEmbed-module__66mIYq__smartphoneWrapper{height:100%;padding:0}.TikTokEmbed-module__66mIYq__smartphoneSpeaker,.TikTokEmbed-module__66mIYq__smartphoneHomeButton{display:none}.TikTokEmbed-module__66mIYq__smartphoneScreen{height:100%;margin:0}}
.ConflictMap-module__-MpDMW__mapWrapper{width:100%;max-width:1000px;margin:var(--space-xl)auto;border:1px solid var(--border-color);padding:0;overflow:hidden}.ConflictMap-module__-MpDMW__mapHeader{padding:var(--space-md)var(--space-lg);border-bottom:1px solid var(--border-color);background:#0d1117cc;align-items:center;gap:1rem;display:flex}@media (max-width:900px){.ConflictMap-module__-MpDMW__mapHeader{display:none}}.ConflictMap-module__-MpDMW__headerIcon{color:var(--accent-primary);width:32px;height:32px}.ConflictMap-module__-MpDMW__mapContainerOuter{background:var(--bg-color);width:100%;height:600px;position:relative}.ConflictMap-module__-MpDMW__leafletContainer{filter:saturate(.8)contrast(1.1);width:100%;height:100%}.ConflictMap-module__-MpDMW__mapPlaceholder{background:var(--bg-color-secondary);height:600px;color:var(--text-secondary);justify-content:center;align-items:center;font-family:monospace;display:flex}.ConflictMap-module__-MpDMW__customPopup .leaflet-popup-content-wrapper{background:var(--bg-color-secondary);color:var(--text-primary);border-radius:var(--border-radius);border:1px solid var(--border-color);padding:0}.ConflictMap-module__-MpDMW__customPopup .leaflet-popup-tip{background:var(--bg-color-secondary)}.ConflictMap-module__-MpDMW__popupContent{width:350px;padding:var(--space-md)}.ConflictMap-module__-MpDMW__popupContent h4{color:#fff;margin:0 0 .5rem}.ConflictMap-module__-MpDMW__popupLocation{color:var(--accent-secondary);align-items:center;gap:.25rem;margin-bottom:1rem;font-size:.8rem;display:flex}.ConflictMap-module__-MpDMW__tiktokContainer{background:#000;border-radius:8px;width:100%;min-height:200px;overflow:hidden}.ConflictMap-module__-MpDMW__lockedPopup{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;display:flex}.ConflictMap-module__-MpDMW__lockedPopup p{color:var(--text-secondary);font-size:.9rem}.ConflictMap-module__-MpDMW__lockIcon{color:var(--accent-primary)}.ConflictMap-module__-MpDMW__rationale{color:var(--text-secondary);margin-top:-.5rem;font-size:.75rem;font-style:italic;line-height:1.4}
.BroadcastIntelModal-module__Bvpk0G__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out BroadcastIntelModal-module__Bvpk0G__fadeIn;display:flex;position:fixed;inset:0}.BroadcastIntelModal-module__Bvpk0G__modalContent{background:#0f0f14f2;border:1px solid #00ffff26;border-radius:12px;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 0 50px #00ffff0d}.BroadcastIntelModal-module__Bvpk0G__scanner{z-index:2;background:linear-gradient(90deg,#0000,#00f2ff,#0000);width:100%;height:2px;animation:3s linear infinite BroadcastIntelModal-module__Bvpk0G__scan;position:absolute;top:0;left:0}.BroadcastIntelModal-module__Bvpk0G__header{background:#ffffff05;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.BroadcastIntelModal-module__Bvpk0G__header h2{letter-spacing:2px;color:#00f2ff;text-transform:uppercase;margin:0;font-family:Courier New,Courier,monospace;font-size:1.2rem}.BroadcastIntelModal-module__Bvpk0G__closeBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s}.BroadcastIntelModal-module__Bvpk0G__closeBtn:hover{color:#fff}.BroadcastIntelModal-module__Bvpk0G__body{padding:1.5rem}.BroadcastIntelModal-module__Bvpk0G__uplinkStatus{color:#00f2ffe6;background:#00f2ff0d;border-left:3px solid #00f2ff;margin-bottom:1.5rem;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.85rem}.BroadcastIntelModal-module__Bvpk0G__optionCard{cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;width:100%;margin-bottom:1rem;padding:1.25rem;transition:all .2s}.BroadcastIntelModal-module__Bvpk0G__optionCard:hover{background:#ffffff0f;border-color:#00f2ff4d;transform:translateY(-2px)}.BroadcastIntelModal-module__Bvpk0G__optionCard.BroadcastIntelModal-module__Bvpk0G__active{background:#00f2ff0d;border-color:#00f2ff}.BroadcastIntelModal-module__Bvpk0G__optionHeader{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.BroadcastIntelModal-module__Bvpk0G__optionHeader h4{margin:0;font-size:1rem}.BroadcastIntelModal-module__Bvpk0G__optionIcon{color:#00f2ff;width:20px;height:20px}.BroadcastIntelModal-module__Bvpk0G__optionDesc{color:#fff9;font-size:.8rem;line-height:1.4}.BroadcastIntelModal-module__Bvpk0G__securityNote{background:#ffae0014;border:1px solid #ffae0033;border-radius:6px;gap:.75rem;margin-top:1.5rem;padding:1rem;display:flex}.BroadcastIntelModal-module__Bvpk0G__securityIcon{color:#ffae00;flex-shrink:0}.BroadcastIntelModal-module__Bvpk0G__securityText{color:#ffae00e6;margin:0;font-size:.8rem}.BroadcastIntelModal-module__Bvpk0G__footer{border-top:1px solid #ffffff0d;justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}@keyframes BroadcastIntelModal-module__Bvpk0G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes BroadcastIntelModal-module__Bvpk0G__scan{0%{opacity:.5;top:0}50%{opacity:1}to{opacity:.5;top:100%}}
.Card-module__si82nG__card{background:var(--bg-color-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:var(--space-md);transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Card-module__si82nG__glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.Card-module__si82nG__hoverable:hover{border-color:#ff33664d;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -2px #00000026}
.TacticalDashboard-module__QiCBTq__dashboardContainer{gap:var(--space-md);grid-template-columns:1fr 350px;width:100%;height:100%;display:grid;position:relative;overflow:hidden}.TacticalDashboard-module__QiCBTq__feedPanel{width:100%;height:100%;overflow:hidden}.TacticalDashboard-module__QiCBTq__radarPanel{background:#000;height:100%;overflow:hidden}@media (max-width:900px){.TacticalDashboard-module__QiCBTq__dashboardContainer{height:100%}}.TacticalDashboard-module__QiCBTq__radarPanel{gap:var(--space-md);flex-direction:column;height:100%;display:flex;position:relative}.TacticalDashboard-module__QiCBTq__searchContainer{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:1px solid #ffffff1a;border-radius:8px;gap:.5rem;padding:.5rem;display:flex}.TacticalDashboard-module__QiCBTq__searchInput{color:#fff;background:#111;border:1px solid #333;border-radius:4px;flex:1;padding:.5rem;font-family:monospace;font-size:.8rem}.TacticalDashboard-module__QiCBTq__searchButton{background:var(--accent-secondary);color:#000;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0 .75rem;transition:transform .1s;display:flex}.TacticalDashboard-module__QiCBTq__searchButton:active{transform:scale(.95)}.TacticalDashboard-module__QiCBTq__mapContainer{border:1px solid var(--border-color);border-radius:0;flex:1;overflow:hidden}.TacticalDashboard-module__QiCBTq__bottomTabBar{display:none}@media (max-width:900px){.TacticalDashboard-module__QiCBTq__dashboardContainer{grid-template-columns:1fr;height:100%;padding-bottom:0}.TacticalDashboard-module__QiCBTq__radarPanel,.TacticalDashboard-module__QiCBTq__feedPanel{height:100%;display:none;position:absolute;inset:0;overflow:hidden}.TacticalDashboard-module__QiCBTq__radarPanel.TacticalDashboard-module__QiCBTq__active,.TacticalDashboard-module__QiCBTq__feedPanel.TacticalDashboard-module__QiCBTq__active{flex-direction:column;display:flex}.TacticalDashboard-module__QiCBTq__mapContainer{border:none;border-radius:0;flex:1}.TacticalDashboard-module__QiCBTq__bottomTabBar{z-index:2001;height:70px;padding-bottom:env(safe-area-inset-bottom);background:#000;border-top:1px solid #ffffff26;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.TacticalDashboard-module__QiCBTq__tabItem{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-width:80px;height:100%;padding:5px;font-size:.65rem;font-weight:500;transition:all .2s;display:flex}.TacticalDashboard-module__QiCBTq__tabItem.TacticalDashboard-module__QiCBTq__active{color:var(--accent-secondary)}.TacticalDashboard-module__QiCBTq__tabItem.TacticalDashboard-module__QiCBTq__active svg{filter:drop-shadow(0 0 5px var(--accent-secondary))}}
