.SocialLinksButton-module__eITRQG__wrapper{position:relative}.SocialLinksButton-module__eITRQG__trigger{background:var(--surface-overlay);-webkit-backdrop-filter:blur(12px)saturate(120%);backdrop-filter:blur(12px)saturate(120%);border:1px solid var(--info-graphic);color:var(--info-graphic);padding:6px var(--space-s);border-radius:var(--radius-full);font-size:12px;font-weight:var(--weight-medium);white-space:nowrap;box-shadow:var(--elev-2);transition:transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);align-items:center;gap:6px;display:inline-flex}.SocialLinksButton-module__eITRQG__trigger:hover{box-shadow:var(--elev-3);transform:translateY(-1px)}.SocialLinksButton-module__eITRQG__menu{z-index:10;flex-direction:column;gap:2px;min-width:180px;padding:4px;display:flex;position:absolute;top:calc(100% + 6px);left:0;border-radius:var(--radius-s)!important}.SocialLinksButton-module__eITRQG__link{align-items:center;gap:var(--space-2xs);padding:6px var(--space-2xs);border-radius:var(--radius-xs);color:var(--text);font-size:12px;display:flex}.SocialLinksButton-module__eITRQG__link:hover{background:var(--surface-sunken)}.SocialLinksButton-module__eITRQG__linkIcon{color:var(--info-graphic);flex-shrink:0}
.ContactModal-module__eDfDkW__trigger{background:var(--action);color:var(--action-text);padding:6px var(--space-s);border-radius:var(--radius-full);font-size:12px;font-weight:var(--weight-medium);white-space:nowrap;box-shadow:var(--elev-2);transition:transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);align-items:center;gap:6px;display:inline-flex}.ContactModal-module__eDfDkW__trigger:hover{background:var(--action-hover);box-shadow:var(--elev-3);transform:translateY(-1px)}.ContactModal-module__eDfDkW__dialog{border-radius:var(--radius-l);max-width:min(440px, calc(100vw - var(--space-l)));background:0 0;border:none;width:100%;padding:0}.ContactModal-module__eDfDkW__dialog::backdrop{background:var(--surface-scrim);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ContactModal-module__eDfDkW__panel{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-l);box-shadow:var(--elev-3);padding:var(--space-m);gap:var(--space-2xs);color:var(--text);flex-direction:column;display:flex;position:relative}.ContactModal-module__eDfDkW__close{top:var(--space-xs);right:var(--space-xs);border-radius:var(--radius-full);width:30px;height:30px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex;position:absolute}.ContactModal-module__eDfDkW__close:hover{background:var(--surface-sunken);color:var(--text)}.ContactModal-module__eDfDkW__title{align-items:center;gap:var(--space-2xs);font-family:var(--font-display);font-size:var(--step-1);font-weight:var(--weight-semibold);color:var(--action);padding-right:var(--space-l);margin:0;display:flex}.ContactModal-module__eDfDkW__body{color:var(--text-secondary);font-size:var(--step--1);line-height:var(--leading-body);margin:0}.ContactModal-module__eDfDkW__form{gap:var(--space-2xs);margin-top:var(--space-2xs);flex-direction:column;display:flex}.ContactModal-module__eDfDkW__label{font-size:var(--step--1);color:var(--text-secondary)}.ContactModal-module__eDfDkW__input,.ContactModal-module__eDfDkW__select,.ContactModal-module__eDfDkW__textarea{border:1px solid var(--border-strong);border-radius:var(--radius-s);padding:var(--space-2xs) var(--space-s);background:var(--surface);color:var(--text);font-size:var(--step-0);width:100%;font-family:inherit}.ContactModal-module__eDfDkW__textarea{resize:vertical;min-height:96px}.ContactModal-module__eDfDkW__submit{background:var(--action);color:var(--action-text);padding:var(--space-2xs) var(--space-m);border-radius:var(--radius-full);font-weight:var(--weight-medium);margin-top:var(--space-2xs)}.ContactModal-module__eDfDkW__submit:disabled{cursor:not-allowed;opacity:.6}.ContactModal-module__eDfDkW__status{font-size:var(--step--1);margin:0}.ContactModal-module__eDfDkW__statusError{color:var(--status-uncontrolled);}.ContactModal-module__eDfDkW__statusSuccess{color:var(--status-controlled);}
.RegionSelect-module__ZkQk5q__wrapper{padding:var(--space-2xs) var(--space-xs);position:relative;border-radius:var(--radius-s)!important}.RegionSelect-module__ZkQk5q__trigger{align-items:center;gap:var(--space-2xs);width:100%;color:var(--text);font-size:11px;font-weight:var(--weight-medium);display:flex}.RegionSelect-module__ZkQk5q__icon{color:var(--info-graphic);flex-shrink:0}.RegionSelect-module__ZkQk5q__label{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.RegionSelect-module__ZkQk5q__chevron{color:var(--text-secondary);transition:transform var(--dur-fast) var(--ease-out);flex-shrink:0}.RegionSelect-module__ZkQk5q__chevronOpen{transform:rotate(180deg)}.RegionSelect-module__ZkQk5q__listbox{z-index:100;flex-direction:column;gap:2px;width:220px;max-height:260px;padding:4px;display:flex;position:fixed;overflow-y:auto;border-radius:var(--radius-s)!important}.RegionSelect-module__ZkQk5q__option,.RegionSelect-module__ZkQk5q__optionActive{justify-content:space-between;align-items:center;gap:var(--space-2xs);width:100%;padding:6px var(--space-2xs);border-radius:var(--radius-xs);text-align:left;color:var(--text);font-size:11px;display:flex}.RegionSelect-module__ZkQk5q__option:hover{background:var(--surface-sunken)}.RegionSelect-module__ZkQk5q__optionActive{color:var(--info-graphic);font-weight:var(--weight-semibold)}
.DashboardOverlay-module__Mi7Izq__topLeft,.DashboardOverlay-module__Mi7Izq__right,.DashboardOverlay-module__Mi7Izq__bottomLeft,.DashboardOverlay-module__Mi7Izq__bottomRight{z-index:5;gap:var(--space-2xs);flex-direction:column;display:flex;position:absolute}.DashboardOverlay-module__Mi7Izq__topLeft{top:var(--space-m);left:var(--space-2xs);width:230px;max-width:calc(50vw - var(--space-m))}.DashboardOverlay-module__Mi7Izq__right{top:var(--space-m);right:var(--space-2xs);width:190px;max-width:calc(50vw - var(--space-m));max-height:calc(100vh - var(--space-m) - var(--space-2xs));overflow-y:auto}.DashboardOverlay-module__Mi7Izq__bottomLeft{bottom:var(--space-2xs);left:var(--space-2xs)}.DashboardOverlay-module__Mi7Izq__bottomRight{bottom:var(--space-2xs);right:var(--space-2xs);align-items:flex-end}.DashboardOverlay-module__Mi7Izq__topCenter,.DashboardOverlay-module__Mi7Izq__bottomCenter{z-index:5;position:absolute;left:50%;transform:translate(-50%)}.DashboardOverlay-module__Mi7Izq__topCenter{top:var(--space-m)}.DashboardOverlay-module__Mi7Izq__bottomCenter{bottom:var(--space-2xs)}.DashboardOverlay-module__Mi7Izq__card{padding:var(--space-2xs) var(--space-xs);gap:var(--space-3xs);flex-direction:column;display:flex;border-radius:var(--radius-s)!important}.DashboardOverlay-module__Mi7Izq__panelLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:10px}.DashboardOverlay-module__Mi7Izq__brandCard{gap:var(--space-2xs);box-shadow:var(--elev-3);border:1px solid #ffffff1a;position:relative;overflow:hidden;padding:var(--space-s) var(--space-m)!important}.DashboardOverlay-module__Mi7Izq__brandCardDark{background:radial-gradient(circle at 100% 0%, #c6004c8c, transparent 60%), linear-gradient(135deg, var(--gris-900) 0%, var(--fuego-900) 130%)}.DashboardOverlay-module__Mi7Izq__brandCardLight{background:radial-gradient(circle at 100% 0%, #5399db8c, transparent 60%), linear-gradient(135deg, var(--agua-800) 0%, var(--viento-800) 130%)}.DashboardOverlay-module__Mi7Izq__brandHeader{justify-content:space-between;align-items:center;gap:var(--space-2xs);display:flex;position:relative}.DashboardOverlay-module__Mi7Izq__brandTitle{font-family:var(--font-display);font-weight:var(--weight-semibold);font-size:var(--step-2);letter-spacing:-.01em;color:#fff;margin:var(--space-2xs) 0 0;line-height:1.1;position:relative}.DashboardOverlay-module__Mi7Izq__brandSubtitle{font-size:11px;font-weight:var(--weight-medium);color:var(--agua-200);text-transform:uppercase;letter-spacing:.08em;margin:2px 0 0;position:relative}.DashboardOverlay-module__Mi7Izq__actionsRow{gap:var(--space-2xs);flex-wrap:wrap;display:flex}.DashboardOverlay-module__Mi7Izq__liveBadge{color:#fff;font-size:10px;font-weight:var(--weight-semibold);letter-spacing:.04em;padding:3px var(--space-2xs);border-radius:var(--radius-full);background:#ffffff24;flex-shrink:0;align-items:center;gap:5px;display:inline-flex;position:relative}.DashboardOverlay-module__Mi7Izq__liveDot{border-radius:var(--radius-full);background:var(--tierra-400);width:6px;height:6px;animation:1.8s ease-in-out infinite DashboardOverlay-module__Mi7Izq__livePulse}@keyframes DashboardOverlay-module__Mi7Izq__livePulse{0%,to{opacity:1;box-shadow:0 0 #f9cf1f99}50%{opacity:.7;box-shadow:0 0 0 4px #f9cf1f00}}.DashboardOverlay-module__Mi7Izq__segmented{gap:3px;display:flex}.DashboardOverlay-module__Mi7Izq__pill,.DashboardOverlay-module__Mi7Izq__pillActive{border-radius:var(--radius-xs);text-align:center;color:var(--text-secondary);background:var(--surface-sunken);transition:border-color var(--dur-fast) var(--ease-out);border:1px solid #0000;flex:1;padding:4px 6px;font-size:11px}.DashboardOverlay-module__Mi7Izq__pill:hover{border-color:var(--agua-300)}.DashboardOverlay-module__Mi7Izq__pillActive{background:var(--info-graphic);color:var(--text-inverse);font-weight:var(--weight-medium)}.DashboardOverlay-module__Mi7Izq__centerPill{padding:5px var(--space-xs);color:var(--text);white-space:nowrap;transition:border-color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);border:1px solid #0000;align-items:center;gap:5px;font-size:11px;display:flex;border-radius:var(--radius-full)!important}.DashboardOverlay-module__Mi7Izq__centerPill:hover{border-color:var(--agua-300);transform:translateY(-1px)}.DashboardOverlay-module__Mi7Izq__verMasPill{padding:10px var(--space-m);font-size:14px;font-weight:var(--weight-semibold);color:var(--text);white-space:nowrap;border:1px solid var(--info-graphic);transition:transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);align-items:center;gap:8px;animation:2.4s ease-in-out infinite DashboardOverlay-module__Mi7Izq__verMasGlow;display:flex;border-radius:var(--radius-full)!important}.DashboardOverlay-module__Mi7Izq__verMasPill:hover{box-shadow:var(--elev-3);transform:translateY(-2px)}.DashboardOverlay-module__Mi7Izq__verMasChevron{animation:1.6s ease-in-out infinite DashboardOverlay-module__Mi7Izq__verMasBounce}@keyframes DashboardOverlay-module__Mi7Izq__verMasGlow{0%,to{box-shadow:0 0 #5399db73}50%{box-shadow:0 0 0 8px #5399db00}}@keyframes DashboardOverlay-module__Mi7Izq__verMasBounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.DashboardOverlay-module__Mi7Izq__selectRow{align-items:center;gap:6px;display:flex}.DashboardOverlay-module__Mi7Izq__selectIcon{color:var(--info-graphic);flex-shrink:0}.DashboardOverlay-module__Mi7Izq__searchInput{color:var(--text);background:0 0;border:none;flex:1;min-width:0;font-size:11px}.DashboardOverlay-module__Mi7Izq__searchInput::placeholder{color:var(--text-tertiary)}.DashboardOverlay-module__Mi7Izq__searchInput:focus-visible{outline:none}.DashboardOverlay-module__Mi7Izq__searchResults{border-top:1px solid var(--border-hairline);flex-direction:column;gap:2px;margin-top:2px;padding-top:4px;display:flex}.DashboardOverlay-module__Mi7Izq__searchResults button{justify-content:space-between;gap:var(--space-2xs);width:100%;color:var(--text);border-radius:var(--radius-xs);text-align:left;padding:4px 2px;font-size:11px;display:flex}.DashboardOverlay-module__Mi7Izq__searchResults button:hover{background:var(--surface-sunken)}.DashboardOverlay-module__Mi7Izq__searchResults button span{color:var(--text-tertiary);flex-shrink:0}.DashboardOverlay-module__Mi7Izq__statPair{flex-direction:column;gap:6px;display:flex}.DashboardOverlay-module__Mi7Izq__statRow{align-items:center;gap:var(--space-2xs);display:flex}.DashboardOverlay-module__Mi7Izq__statBadgeAction,.DashboardOverlay-module__Mi7Izq__statBadgeInfo{border-radius:var(--radius-s);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.DashboardOverlay-module__Mi7Izq__statBadgeAction{background:var(--status-uncontrolled)}.DashboardOverlay-module__Mi7Izq__statBadgeInfo{background:var(--info-graphic)}.DashboardOverlay-module__Mi7Izq__statText{flex-direction:column;line-height:1.1;display:flex}.DashboardOverlay-module__Mi7Izq__statFooter{border-top:1px solid var(--border-hairline);justify-content:space-between;align-items:baseline;margin-top:2px;padding-top:6px;display:flex}.DashboardOverlay-module__Mi7Izq__statValue{font-size:var(--step-0);font-weight:var(--weight-semibold);color:var(--text)}.DashboardOverlay-module__Mi7Izq__statValueCritical{font-size:var(--step-0);font-weight:var(--weight-semibold);color:var(--status-uncontrolled)}.DashboardOverlay-module__Mi7Izq__statValueSmall{font-size:11px;font-weight:var(--weight-medium);color:var(--text)}.DashboardOverlay-module__Mi7Izq__leaderboard{flex-direction:column;gap:4px;display:flex}.DashboardOverlay-module__Mi7Izq__leaderboard li{color:var(--text);justify-content:space-between;font-size:11px;display:flex}.DashboardOverlay-module__Mi7Izq__leaderboard li span:last-child{color:var(--status-active);font-weight:var(--weight-medium)}.DashboardOverlay-module__Mi7Izq__langActive{color:var(--action);font-weight:var(--weight-semibold)}.DashboardOverlay-module__Mi7Izq__langInactive{color:var(--text-tertiary);cursor:not-allowed}.DashboardOverlay-module__Mi7Izq__quickActions{gap:var(--space-2xs);flex-direction:column;align-items:flex-end;display:flex}.DashboardOverlay-module__Mi7Izq__quickAction{align-items:center;gap:var(--space-2xs);background:var(--surface-overlay);-webkit-backdrop-filter:blur(12px)saturate(120%);backdrop-filter:blur(12px)saturate(120%);border:1px solid var(--info-graphic);border-radius:var(--radius-full);padding:var(--space-2xs) var(--space-s);font-size:14px;font-weight:var(--weight-semibold);color:var(--info-graphic);white-space:nowrap;transition:transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);display:flex}.DashboardOverlay-module__Mi7Izq__quickAction:hover{box-shadow:var(--elev-2);transform:translateY(-2px)}.DashboardOverlay-module__Mi7Izq__legend{flex-direction:column;gap:4px;display:flex}.DashboardOverlay-module__Mi7Izq__legend li{color:var(--text);align-items:center;gap:6px;font-size:11px;display:flex}.DashboardOverlay-module__Mi7Izq__legendDotCritical,.DashboardOverlay-module__Mi7Izq__legendDotMedium{border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px}.DashboardOverlay-module__Mi7Izq__legendDotCritical{background:var(--status-uncontrolled)}.DashboardOverlay-module__Mi7Izq__legendDotMedium{background:var(--status-active)}@media (max-width:720px){.DashboardOverlay-module__Mi7Izq__topLeft,.DashboardOverlay-module__Mi7Izq__right,.DashboardOverlay-module__Mi7Izq__bottomLeft,.DashboardOverlay-module__Mi7Izq__bottomRight{display:none}.DashboardOverlay-module__Mi7Izq__bottomCenter{bottom:calc(12dvh + var(--space-s))}}
.MobileBottomSheet-module__5sQxqq__sheet{z-index:10;background:var(--surface-raised);border-top-left-radius:var(--radius-l);border-top-right-radius:var(--radius-l);box-shadow:var(--elev-3);touch-action:none;overscroll-behavior:contain;flex-direction:column;display:none;position:fixed;bottom:0;left:0;right:0}@media (max-width:720px){.MobileBottomSheet-module__5sQxqq__sheet{display:flex}}.MobileBottomSheet-module__5sQxqq__handleRow{align-items:center;gap:var(--space-2xs);width:100%;padding:var(--space-2xs) var(--space-m) var(--space-s);flex-direction:column;flex-shrink:0;display:flex}.MobileBottomSheet-module__5sQxqq__handle{border-radius:var(--radius-full);background:var(--border-strong);width:36px;height:4px}.MobileBottomSheet-module__5sQxqq__summaryLine{font-size:var(--step--1);font-weight:var(--weight-medium);color:var(--text);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;max-width:100%;display:flex;overflow:hidden}.MobileBottomSheet-module__5sQxqq__statusDot{border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px}.MobileBottomSheet-module__5sQxqq__content{min-height:0;padding:0 var(--space-m) var(--space-m);gap:var(--space-s);touch-action:pan-y;flex-direction:column;flex:1;display:flex;overflow-y:auto}.MobileBottomSheet-module__5sQxqq__searchRow{align-items:center;gap:var(--space-2xs);background:var(--surface-sunken);border-radius:var(--radius-m);padding:var(--space-2xs) var(--space-s);flex-shrink:0;display:flex}.MobileBottomSheet-module__5sQxqq__searchIcon{color:var(--info-graphic);flex-shrink:0}.MobileBottomSheet-module__5sQxqq__searchInput{color:var(--text);font-size:var(--step-0);background:0 0;border:none;flex:1;min-width:0}.MobileBottomSheet-module__5sQxqq__searchInput::placeholder{color:var(--text-tertiary)}.MobileBottomSheet-module__5sQxqq__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:10px}.MobileBottomSheet-module__5sQxqq__countries{gap:var(--space-2xs);padding-bottom:var(--space-2xs);border-bottom:1px solid var(--border);flex-direction:column;flex-shrink:0;display:flex}.MobileBottomSheet-module__5sQxqq__resetRegion{color:var(--info-graphic);font-size:var(--step--1);font-weight:var(--weight-medium);align-self:flex-start}.MobileBottomSheet-module__5sQxqq__countryList{flex-direction:column;gap:2px;display:flex}.MobileBottomSheet-module__5sQxqq__countryRow,.MobileBottomSheet-module__5sQxqq__countryRowActive{width:100%;padding:var(--space-3xs) var(--space-2xs);border-radius:var(--radius-s);font-size:var(--step--1);color:var(--text);justify-content:space-between;align-items:center;display:flex}.MobileBottomSheet-module__5sQxqq__countryRowActive{background:var(--info-subtle-bg);color:var(--info-graphic);font-weight:var(--weight-medium)}.MobileBottomSheet-module__5sQxqq__countryCount{color:var(--text-secondary);align-items:center;gap:2px;display:flex}.MobileBottomSheet-module__5sQxqq__countryRowActive .MobileBottomSheet-module__5sQxqq__countryCount{color:var(--info-graphic)}.MobileBottomSheet-module__5sQxqq__list{gap:var(--space-2xs);flex-direction:column;display:flex}.MobileBottomSheet-module__5sQxqq__listRow{align-items:flex-start;gap:var(--space-2xs);width:100%;padding:var(--space-2xs) var(--space-2xs);border-radius:var(--radius-s);text-align:left;display:flex}.MobileBottomSheet-module__5sQxqq__listRow:hover{background:var(--surface-sunken)}.MobileBottomSheet-module__5sQxqq__listRow .MobileBottomSheet-module__5sQxqq__statusDot{margin-top:6px}.MobileBottomSheet-module__5sQxqq__listRowBody{flex-direction:column;min-width:0;display:flex}.MobileBottomSheet-module__5sQxqq__listRowName{font-weight:var(--weight-medium);color:var(--text)}.MobileBottomSheet-module__5sQxqq__listRowMeta{font-size:var(--step--1);color:var(--text-secondary)}.MobileBottomSheet-module__5sQxqq__empty{color:var(--text-secondary);font-size:var(--step--1);padding:var(--space-s) 0;text-align:center}.MobileBottomSheet-module__5sQxqq__detail{gap:var(--space-s);flex-direction:column;display:flex;position:relative}.MobileBottomSheet-module__5sQxqq__close{border-radius:var(--radius-full);width:28px;height:28px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.MobileBottomSheet-module__5sQxqq__close:hover{background:var(--surface-sunken)}.MobileBottomSheet-module__5sQxqq__detailSubtitle{color:var(--text-secondary);font-size:var(--step--1);padding-right:var(--space-l)}.MobileBottomSheet-module__5sQxqq__statusBanner{align-items:flex-start;gap:var(--space-s);border-radius:var(--radius-m);padding:var(--space-s);border:1px solid;display:flex}.MobileBottomSheet-module__5sQxqq__statusLabel{font-weight:var(--weight-semibold);letter-spacing:.02em;font-size:var(--step--1);margin:0}.MobileBottomSheet-module__5sQxqq__statusMeta{color:var(--text-secondary);font-size:var(--step--1);margin:0}.MobileBottomSheet-module__5sQxqq__figures{justify-content:space-between;gap:var(--space-s);margin:0;display:flex}.MobileBottomSheet-module__5sQxqq__figures dt{font-size:var(--step--1);color:var(--text-secondary)}.MobileBottomSheet-module__5sQxqq__figures dd{font-size:var(--step-0);font-weight:var(--weight-semibold);color:var(--text);margin:0}.MobileBottomSheet-module__5sQxqq__evacuation{background:var(--action-subtle-bg);border-left:3px solid var(--action);border-radius:var(--radius-s);padding:var(--space-2xs) var(--space-s)}.MobileBottomSheet-module__5sQxqq__evacuationTitle{font-weight:var(--weight-semibold);color:var(--action);font-size:var(--step--1);margin:0 0 2px}.MobileBottomSheet-module__5sQxqq__evacuationQuote{color:var(--text);font-style:italic;font-size:var(--step--1);margin:0}.MobileBottomSheet-module__5sQxqq__permalink{color:var(--info-graphic);font-size:var(--step--1);font-weight:var(--weight-medium)}
.MapView-module__IQ8xZW__wrapper{background:var(--surface-sunken);width:100%;height:100%;position:relative;inset:0}.MapView-module__IQ8xZW__placeholder{background:var(--surface-sunken);position:absolute;inset:0}
.AppShell-module__LVobBa__shell{width:100%;height:100dvh;position:relative;overflow:hidden}
.VerMasSection-module__Hadk5G__section{z-index:0;background:var(--surface);color:var(--text);position:relative}.VerMasSection-module__Hadk5G__inner{max-width:1120px;padding:var(--space-xl) var(--space-m) var(--space-2xl);gap:var(--space-xl);flex-direction:column;margin:0 auto;display:flex}.VerMasSection-module__Hadk5G__backLink{align-items:center;gap:var(--space-3xs);color:var(--text-secondary);font-size:var(--step--1);font-weight:var(--weight-medium);border:1px solid var(--border);border-radius:var(--radius-full);padding:var(--space-3xs) var(--space-s);align-self:flex-start;display:inline-flex}.VerMasSection-module__Hadk5G__backLink:hover{color:var(--action);border-color:var(--action)}.VerMasSection-module__Hadk5G__block{gap:var(--space-s);flex-direction:column;display:flex}.VerMasSection-module__Hadk5G__heading{font-family:var(--font-display);font-size:var(--step-2);font-weight:var(--weight-semibold);color:var(--text);margin:0}.VerMasSection-module__Hadk5G__fireGrid{gap:var(--space-s);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.VerMasSection-module__Hadk5G__fireCard{align-items:flex-start;gap:var(--space-2xs);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-m);padding:var(--space-s);height:100%;display:flex}.VerMasSection-module__Hadk5G__fireCard:hover{border-color:var(--action)}.VerMasSection-module__Hadk5G__statusDot{border-radius:var(--radius-full);flex-shrink:0;width:10px;height:10px;margin-top:5px}.VerMasSection-module__Hadk5G__fireCardBody{flex-direction:column;gap:2px;min-width:0;display:flex}.VerMasSection-module__Hadk5G__fireName{font-weight:var(--weight-semibold);color:var(--text)}.VerMasSection-module__Hadk5G__fireMeta{font-size:var(--step--1);color:var(--text-secondary)}.VerMasSection-module__Hadk5G__geoSentence{font-size:var(--step-1);line-height:var(--leading-body);color:var(--text);border-left:3px solid var(--action);padding-left:var(--space-s);margin:0}.VerMasSection-module__Hadk5G__statRow{gap:var(--space-l);flex-wrap:wrap;margin:0;display:flex}.VerMasSection-module__Hadk5G__statRow dt{font-size:var(--step--1);color:var(--text-secondary)}.VerMasSection-module__Hadk5G__statRow dd{font-size:var(--step-2);font-weight:var(--weight-semibold);color:var(--text);align-items:center;gap:2px;margin:0;display:flex}.VerMasSection-module__Hadk5G__deltaUp{color:var(--status-uncontrolled)}.VerMasSection-module__Hadk5G__deltaDown{color:var(--status-controlled)}.VerMasSection-module__Hadk5G__summaryList{gap:var(--space-2xs);flex-direction:column;display:flex}.VerMasSection-module__Hadk5G__summaryList li{font-size:var(--step-0);color:var(--text-secondary);line-height:var(--leading-body);padding-left:var(--space-s);border-left:2px solid var(--border)}.VerMasSection-module__Hadk5G__footer{gap:var(--space-2xs);border-top:1px solid var(--border);padding-top:var(--space-m);color:var(--text-secondary);font-size:var(--step--1);flex-direction:column;display:flex}.VerMasSection-module__Hadk5G__disclaimer{color:var(--text-tertiary)}
