.Navbar-module__cJzEcG__navbar{z-index:500;transition:var(--transition);padding:1.5rem;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{padding:.75rem 1.5rem}.Navbar-module__cJzEcG__container{border-radius:99px;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:.75rem 1.5rem;display:flex;position:relative}.Navbar-module__cJzEcG__logo{align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__logoIcon{background-color:var(--primary);width:40px;height:40px;box-shadow:0 0 20px var(--primary-glow);border-radius:12px;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__logoText{color:#fff;font-size:1.25rem;font-weight:700;font-family:var(--font-heading)}.Navbar-module__cJzEcG__links{gap:2rem;display:none}@media (min-width:768px){.Navbar-module__cJzEcG__links{display:flex;position:absolute;left:50%;transform:translate(-50%)}}.Navbar-module__cJzEcG__navLink{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.Navbar-module__cJzEcG__navLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__iconWrapper{color:#10b98180}.Navbar-module__cJzEcG__reportBtn{background-color:var(--primary);color:#fff;box-shadow:0 0 20px var(--primary-glow);border-radius:99px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;display:none}@media (min-width:768px){.Navbar-module__cJzEcG__reportBtn{display:block}}.Navbar-module__cJzEcG__mobileMenu{color:#fff;display:block}@media (min-width:768px){.Navbar-module__cJzEcG__mobileMenu{display:none}}.Navbar-module__cJzEcG__mobileDropdown{background:var(--background);border:1px solid var(--card-border);border-radius:16px;flex-direction:column;gap:1rem;margin-top:1rem;padding:1rem;display:flex;position:absolute;top:100%;left:1.5rem;right:1.5rem;box-shadow:0 20px 50px #00000080}@media (min-width:768px){.Navbar-module__cJzEcG__mobileDropdown{display:none}}
.StatsGrid-module__Li08SW__statsSection{background:#10b98105;padding:5rem 0}.StatsGrid-module__Li08SW__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.StatsGrid-module__Li08SW__grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:640px){.StatsGrid-module__Li08SW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.StatsGrid-module__Li08SW__grid{grid-template-columns:repeat(4,1fr)}}.StatsGrid-module__Li08SW__statCard{flex-direction:column;gap:1rem;padding:2rem;display:flex}.StatsGrid-module__Li08SW__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.StatsGrid-module__Li08SW__value{font-size:2.5rem;font-weight:700;font-family:var(--font-heading);line-height:1}.StatsGrid-module__Li08SW__trend{align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;display:flex}.StatsGrid-module__Li08SW__up{color:var(--danger)}.StatsGrid-module__Li08SW__down{color:var(--primary)}.StatsGrid-module__Li08SW__timersContainer{color:var(--text-muted);border:1px solid var(--card-border);background:#0f172a80;border-radius:12px;flex-direction:column;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding:1rem;font-size:.875rem;display:flex}@media (min-width:640px){.StatsGrid-module__Li08SW__timersContainer{flex-direction:row}}.StatsGrid-module__Li08SW__timer{align-items:center;gap:.5rem;display:flex}.StatsGrid-module__Li08SW__pulseDot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s infinite StatsGrid-module__Li08SW__pulse}.StatsGrid-module__Li08SW__redDot{background:var(--danger);border-radius:50%;width:8px;height:8px}
.MapSection-module__luSC8q__section{padding:5rem 0}.MapSection-module__luSC8q__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.MapSection-module__luSC8q__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.MapSection-module__luSC8q__titleGroup{max-width:600px}.MapSection-module__luSC8q__title{margin-bottom:.5rem;font-size:2rem}.MapSection-module__luSC8q__subtitle{color:var(--text-muted)}.MapSection-module__luSC8q__mapWrapper{border:1px solid var(--card-border);border-radius:24px;flex-direction:column;width:100%;height:50vh;min-height:400px;max-height:600px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}@media (min-width:768px){.MapSection-module__luSC8q__mapWrapper{height:600px;display:block}}.MapSection-module__luSC8q__overlay{z-index:400;border-top:1px solid var(--card-border);border-radius:0 0 24px 24px;width:100%;position:relative}@media (min-width:768px){.MapSection-module__luSC8q__overlay{border:1px solid var(--card-border);border-radius:16px;width:300px;position:absolute;top:1.5rem;right:1.5rem}}.MapSection-module__luSC8q__legend{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.MapSection-module__luSC8q__legendTitle{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.MapSection-module__luSC8q__legendItem{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.MapSection-module__luSC8q__dot{border-radius:50%;width:12px;height:12px}.MapSection-module__luSC8q__dotHigh{background:var(--danger);box-shadow:0 0 10px var(--danger)}.MapSection-module__luSC8q__dotMid{background:var(--accent);box-shadow:0 0 10px var(--accent)}.MapSection-module__luSC8q__dotLow{background:var(--primary);box-shadow:0 0 10px var(--primary)}.MapSection-module__luSC8q__controls{gap:.5rem;display:flex}.MapSection-module__luSC8q__controlBtn{background:var(--card-bg);border:1px solid var(--card-border);color:#fff;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.MapSection-module__luSC8q__controlBtn:hover{border-color:var(--primary)}
.InfoHub-module__HUy8qG__section{padding:8rem 0}.InfoHub-module__HUy8qG__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.InfoHub-module__HUy8qG__header{text-align:center;margin-bottom:4rem}.InfoHub-module__HUy8qG__title{margin-bottom:1rem;font-size:2.5rem}.InfoHub-module__HUy8qG__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.InfoHub-module__HUy8qG__tabs{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.InfoHub-module__HUy8qG__tabBtn{color:var(--text-muted);border:1px solid var(--card-border);border-radius:99px;padding:.75rem 1.5rem;font-weight:600}.InfoHub-module__HUy8qG__activeTab{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 0 20px var(--primary-glow)}.InfoHub-module__HUy8qG__grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:768px){.InfoHub-module__HUy8qG__grid{grid-template-columns:repeat(3,1fr)}}.InfoHub-module__HUy8qG__card{flex-direction:column;gap:1.5rem;height:100%;padding:2.5rem;display:flex}.InfoHub-module__HUy8qG__iconBox{width:56px;height:56px;color:var(--primary);background:#10b9811a;border-radius:16px;justify-content:center;align-items:center;display:flex}.InfoHub-module__HUy8qG__cardTitle{font-size:1.25rem;font-weight:700}.InfoHub-module__HUy8qG__cardDesc{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.InfoHub-module__HUy8qG__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.InfoHub-module__HUy8qG__listItem{align-items:flex-start;gap:.75rem;font-size:.875rem;display:flex}.InfoHub-module__HUy8qG__check{color:var(--primary);margin-top:.125rem}
.page-module__LBTDbq__container{flex-direction:column;min-height:100vh;display:flex}.page-module__LBTDbq__footer{border-top:1px solid var(--card-border);background:#0a0f1480;margin-top:auto;padding:5rem 0 2rem}.page-module__LBTDbq__footerContent{flex-wrap:wrap;justify-content:space-between;gap:4rem;max-width:1280px;margin:0 auto 5rem;padding:0 1.5rem;display:flex}.page-module__LBTDbq__footerLinks{flex-wrap:wrap;gap:5rem;display:flex}.page-module__LBTDbq__footerBottom{border-top:1px solid #ffffff0d;max-width:1280px;margin:0 auto;padding:2rem 1.5rem 0}.page-module__LBTDbq__mb-2{margin-bottom:.5rem}.page-module__LBTDbq__mb-4{margin-bottom:1rem}.page-module__LBTDbq__block{display:block}
