:root{--accent:#dc2626;--accent-strong:#991b1b;--accent-bg:#fef2f2;--accent-soft:#fee2e2;--orange:#f97316;--orange-strong:#c2410c;--orange-bg:#fff7ed;--warning:#eab308;--success:#16a34a;--success-bg:#f0fdf4;--gradient-fire:linear-gradient(135deg, #dc2626 0%, #f97316 100%);--bg:#fff;--page:#fffaf7;--code-bg:#f8fafc;--border:#e5e7eb;--divider:#f1f3f5;--shadow-sm:0 1px 2px #1118270a;--shadow-md:0 4px 6px -1px #1118270f, 0 2px 4px -1px #1118270a;--shadow-lg:0 10px 20px -8px #1118271a;--shadow-fire:0 4px 14px -4px #dc262673;--shadow-orange:0 4px 14px -4px #f9731666;--text-h:#111827;--text:#4b5563;--text-muted:#6b7280;--sans:"Roboto", -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;--heading:"Roboto", -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;--mono:ui-monospace, Consolas, monospace;font:14px/1.5 var(--sans);letter-spacing:0;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--page);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:14px}}html,body{height:100%}body{background:var(--page);width:100%;min-height:100%;margin:0}#root{text-align:left;box-sizing:border-box;background:var(--page);flex-direction:column;width:100%;min-height:100svh;margin:0;display:flex}h1,h2,h3,h4{font-family:var(--heading);color:var(--text-h);letter-spacing:-.01em;margin:0}h1{font-size:22px;font-weight:600;line-height:1.2}h2{font-size:16px;font-weight:600;line-height:1.3}h3{font-size:14px;font-weight:600;line-height:1.3}p{margin:0}a{color:var(--accent)}a:hover{color:var(--accent-strong)}code{font-family:var(--mono);background:var(--code-bg);color:var(--text-h);border-radius:4px;padding:2px 6px;font-size:13px}input,select,textarea{font:inherit}.btnPrimary{background:var(--gradient-fire);color:#fff;height:40px;font:inherit;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-fire);border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:0 18px;font-size:12.5px;font-weight:600;transition:transform .15s,box-shadow .15s,filter .15s;display:inline-flex}.btnPrimary:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 18px -4px #dc26268c}.btnPrimary:active{transform:translateY(0)}.btnPrimary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.btnGhost{border:1px solid var(--border);background:var(--bg);height:38px;color:var(--text-h);font:inherit;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0 14px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.btnGhost:hover{background:var(--code-bg);border-color:var(--accent);color:var(--accent-strong)}.navbar{box-sizing:border-box;background:var(--bg);border-bottom:1px solid var(--border);width:100%;height:64px;min-height:64px;max-height:64px;box-shadow:var(--shadow-sm);z-index:1000;justify-content:space-between;align-items:center;padding:0 22px;display:flex;position:sticky;top:0}.navbarLeft{align-items:center;gap:12px;min-width:0;display:flex}.navbarRight{flex-shrink:0;align-items:center;gap:4px;display:flex}.navbarBrand{align-items:center;min-width:0;margin-right:4px;text-decoration:none;display:flex}.logoImg{object-fit:contain;object-position:center;flex:none;width:64px;max-width:64px;height:64px;max-height:64px;display:block}.greeting{color:var(--text-h);font-family:var(--heading);letter-spacing:.01em;white-space:nowrap;margin:0;font-size:14px;font-weight:600;line-height:1}.iconBtn,.iconLink{width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.iconBtn:hover,.iconLink:hover{background:var(--accent-bg);color:var(--accent-strong)}.iconBtn:focus-visible,.iconLink:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.iconSvg{width:20px;height:20px}@media (width<=640px){.navbar{height:60px;min-height:60px;max-height:60px;padding:0 16px}.logoImg{width:52px;max-width:52px;height:52px;max-height:52px}}@media (width<=520px){.greeting{display:none}}.appSidebar{background:var(--bg);border-right:1px solid var(--border);box-sizing:border-box;flex-direction:column;flex:0 0 240px;gap:14px;width:240px;padding:16px 12px;transition:width .18s,flex-basis .18s,padding .18s;display:flex;overflow:hidden}.appSidebar.isCollapsed{border-right:none;flex-basis:0;width:0;padding-inline:0}.sidebarSearch{align-items:center;display:flex;position:relative}.sidebarSearchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.sidebarSearch input{width:100%;font:inherit;border:1px solid var(--border);background:var(--code-bg);height:36px;color:var(--text-h);box-sizing:border-box;border-radius:6px;padding:0 10px 0 30px;font-size:13px;transition:border-color .15s,background .15s,box-shadow .15s}.sidebarSearch input::placeholder{color:var(--text-muted)}.sidebarSearch input:focus{background:var(--bg);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.sidebarNav{flex-direction:column;gap:2px;padding-top:4px;display:flex}.sidebarNavLink{color:var(--text);letter-spacing:.01em;box-sizing:border-box;border-radius:6px;align-items:center;gap:12px;min-height:42px;padding:0 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s,transform .15s;display:inline-flex;position:relative}.sidebarNavIcon{color:var(--text-muted);flex:none;transition:color .15s}.sidebarNavLink:hover{background:var(--code-bg);color:var(--text-h)}.sidebarNavLink:hover .sidebarNavIcon{color:var(--accent)}.sidebarNavLink.active{background:var(--gradient-fire);color:#fff;box-shadow:var(--shadow-fire);font-weight:600}.sidebarNavLink.active .sidebarNavIcon{color:#fff}.sidebarDivider{background:var(--divider);height:1px;margin:10px 4px}.sidebarLogoutBtn{text-align:left;width:100%;font:inherit;cursor:pointer;color:var(--accent-strong);background:0 0;border:none;font-size:13.5px;font-weight:500}.sidebarLogoutBtn .sidebarNavIcon{color:var(--accent-strong)}.sidebarLogoutBtn:hover{background:var(--accent-bg)}.sidebarLogoutBtn:hover .sidebarNavIcon{color:var(--accent)}@media (width<=760px){.appSidebar{z-index:900;width:min(82vw,280px);box-shadow:var(--shadow-lg);flex-basis:auto;position:fixed;top:64px;bottom:0;left:0}.appSidebar.isCollapsed{border-right:1px solid var(--border);width:min(82vw,280px);padding:16px 12px;transform:translate(-100%)}}.loginScreen{box-sizing:border-box;background:var(--page);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:calc(100svh - 64px);padding:20px 18px 30px;display:flex}.loginCard{text-align:center;box-sizing:border-box;background:var(--bg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);border-radius:10px;flex-direction:column;align-items:center;gap:10px;padding:22px 30px 28px;display:flex}.loginLogo{aspect-ratio:1;object-fit:contain;object-position:center;width:min(240px,70vw);height:auto;image-rendering:-webkit-optimize-contrast;margin:-10px auto -8px;display:block}.loginTitle{color:var(--text-h);font-family:var(--heading);letter-spacing:-.01em;margin:0 0 2px;font-size:21px;font-weight:600;line-height:1.2}.loginForm{text-align:left;flex-direction:column;gap:12px;width:100%;display:flex}.googleLoginButton{color:#202124;width:100%;height:46px;font:inherit;cursor:pointer;box-shadow:none;background:#fff;border:1px solid #dadce0;border-radius:999px;justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:600;transition:border-color .15s,box-shadow .15s,background .15s;display:inline-flex}.googleLoginButton:hover:not(:disabled){background:#f8fafd;border-color:#c4c7c5;box-shadow:0 1px 2px #3c40432e}.googleLoginButton:disabled{opacity:.6;cursor:not-allowed}.googleLoginIcon{flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.googleLoginIcon svg{width:20px;height:20px;display:block}.loginDivider{width:100%;color:var(--text-muted);text-transform:uppercase;align-items:center;gap:10px;margin:2px 0;font-size:12px;font-weight:700;display:flex}.loginDivider:before,.loginDivider:after{content:"";background:var(--divider);flex:1;height:1px}.loginLabel{color:var(--text-h);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.loginInput{font:inherit;border:1px solid var(--border);background:var(--bg);height:38px;color:var(--text-h);box-sizing:border-box;border-radius:6px;padding:0 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.loginInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.loginHelpLinks{justify-content:space-between;align-items:center;gap:10px;margin-top:-4px;display:flex}.loginHelpLink{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600;text-decoration:none}.loginHelpLink:hover{color:var(--accent-strong);text-decoration:underline}.loginHelpNotice{border:1px solid var(--border);background:var(--code-bg);color:var(--text);border-radius:8px;align-items:center;gap:10px;padding:9px 10px;display:flex}.loginHelpNotice p{flex:1;margin:0;font-size:12px;line-height:1.35}.loginHelpDismiss{background:var(--bg);color:var(--accent);font:inherit;cursor:pointer;border:0;border-radius:6px;flex:none;padding:6px 8px;font-size:12px;font-weight:700}.loginButton{font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:var(--gradient-fire);color:#fff;height:40px;box-shadow:var(--shadow-fire);border:none;border-radius:6px;margin-top:2px;font-size:13px;font-weight:600;transition:transform .15s,box-shadow .15s,filter .15s}.loginButton:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 18px -4px #dc26268c}.loginButton:active:not(:disabled){transform:translateY(0)}.loginButton:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.loginError{color:var(--accent-strong);text-align:center;border-left:3px solid var(--accent);background:var(--accent-bg);border-radius:0 6px 6px 0;margin:0;padding:8px 10px;font-size:13px}.loginFooter{color:var(--text);text-align:center;margin:4px 0 0;font-size:13px}.loginFooter--switch{text-align:center;width:100%;margin:-2px 0 2px;font-size:12.5px}.loginFooter a{color:var(--accent);font-weight:600;text-decoration:none}.loginFooter a:hover{color:var(--accent-strong);text-decoration:underline}.guestLoginButton{color:#fff;width:100%;height:40px;font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#f97316 0%,#ea580c 52%,#dc2626 100%);border:none;border-radius:6px;padding:0 12px;font-size:13px;font-weight:700;transition:transform .15s,box-shadow .15s,filter .15s;box-shadow:0 5px 14px -5px #ea580c7a}.guestLoginButton:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 16px -5px #ea580c99}.guestLoginButton:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=640px){.loginCard{max-width:390px;padding:20px 20px 24px}.loginLogo{width:min(205px,70vw)}.loginScreen{min-height:calc(100svh - 60px)}}.dashboardMain{box-sizing:border-box;flex-direction:column;flex:1;gap:16px;min-width:0;padding:22px 24px 24px;display:flex;overflow-y:auto}.pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.pageEyebrow{letter-spacing:.08em;color:var(--accent);text-transform:uppercase;margin:0 0 2px;font-size:11px;font-weight:700}.dashboardPageTitle{color:var(--text-h);letter-spacing:-.01em;margin:0;font-size:24px;font-weight:600;line-height:1.2}.dashboardFreshness{color:var(--text-muted);font-size:12px;font-weight:500}.dashboardStatsGrid{background:var(--bg);box-shadow:var(--shadow-md);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:4px;display:grid}.dashboardStat{box-shadow:none;background:0 0;border:none;border-radius:6px;align-items:baseline;gap:10px;padding:14px 18px;display:flex}.dashboardStat+.dashboardStat{border-left:1px solid var(--divider)}.dashboardStat strong{color:var(--text-h);font-size:22px;font-weight:600;line-height:1;display:inline-block}.dashboardStat span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600;display:inline-block}.dashboardStat--danger strong{color:var(--accent-strong)}.dashboardStat--orange strong{color:var(--orange-strong)}.dashboardGrid{flex:1;grid-template-columns:minmax(0,2.7fr) minmax(280px,.82fr);align-items:stretch;gap:16px;min-height:0;display:grid}.dashboardPanel{background:var(--bg);box-shadow:var(--shadow-md);border-radius:8px;flex-direction:column;min-width:0;padding:16px;display:flex}.dashboardMapPanel{padding:10px}.dashboardMapPanel .wildfireMapCard{flex:1}.dashboardMapPanel .compactMap{height:clamp(520px,100vh - 270px,680px);min-height:520px;max-height:none}.dashboardMapPanel .panelHeader{padding:6px 8px 0}.panelHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.panelHeader h2{color:var(--text-h);margin:0;font-size:15px;font-weight:600;line-height:1.2}.panelHeader p{color:var(--text-muted);margin:2px 0 0;font-size:12px}.panelLink{color:var(--accent);text-transform:uppercase;letter-spacing:.04em;flex:none;font-size:12px;font-weight:700;text-decoration:none}.panelLink:hover{color:var(--accent-strong)}.dashboardSideStack{flex-direction:column;gap:16px;min-width:0;display:flex}.recentFireList{flex-direction:column;display:flex}.recentFireRow{min-height:54px;color:var(--text-h);border-bottom:1px solid var(--divider);background:0 0;border-radius:0;grid-template-columns:4px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 4px;text-decoration:none;transition:background .12s;display:grid}.recentFireRow:last-child{border-bottom:none}.recentFireRow:hover{background:var(--code-bg)}.recentFireMarker{background:var(--accent);border-radius:2px;width:4px;height:28px}.recentFireMarker[data-source=nasa]{background:var(--orange)}.recentFireBody,.recentFireMeta{flex-direction:column;gap:2px;min-width:0;display:flex}.recentFireBody strong{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.recentFireBody small,.recentFireMeta small{color:var(--text-muted);font-size:11.5px}.recentFireMeta{align-items:flex-end;gap:4px}.sourceBadge{background:var(--code-bg);height:20px;color:var(--text);letter-spacing:.04em;white-space:nowrap;text-transform:uppercase;border:none;border-radius:999px;align-items:center;padding:0 8px;font-size:10.5px;font-weight:700;display:inline-flex}.sourceBadge--cal{background:var(--accent);color:#fff}.sourceBadge--nasa{background:var(--orange);color:#fff}.sourceBadge--seed{background:var(--code-bg);color:var(--text)}.severitySummary{flex-direction:column;gap:0;display:flex}.severitySummary>div:first-child{background:var(--accent-bg);border-radius:8px;margin-bottom:8px;padding:12px 14px}.severitySummary strong{color:var(--accent-strong);font-size:22px;font-weight:600;line-height:1;display:block}.severitySummary span{color:var(--text);font-size:12px}.severityRow{border-top:1px solid var(--divider);justify-content:space-between;align-items:center;gap:12px;padding:8px 4px;font-size:13px;display:flex}.severityRow b{color:var(--accent-strong);text-transform:uppercase;letter-spacing:.04em;font-size:11px}.emptyState{color:var(--text-muted);margin:0;padding:14px 4px;font-size:13px}@media (width<=1100px){.dashboardGrid{grid-template-columns:1fr}}@media (width<=760px){.dashboardMain{padding:16px}.dashboardStatsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardStat:nth-child(odd){border-left:none}.dashboardStat:nth-child(n+3){border-top:1px solid var(--divider)}}@media (width<=520px){.dashboardStatsGrid{grid-template-columns:1fr}.dashboardStat+.dashboardStat{border-left:none;border-top:1px solid var(--divider)}.recentFireRow{grid-template-columns:4px minmax(0,1fr)}.recentFireMeta{grid-column:2;align-items:flex-start}}.wildfireMapCard{flex-direction:column;gap:8px;width:100%;min-width:0;height:100%;display:flex}.wildfireMapHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.wildfireMapTitle{color:var(--text-h);margin:0;font-size:14px;font-weight:700}.wildfireMapControls{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.mapStyleSwitcher{border:1px solid var(--border);background:var(--code-bg);border-radius:8px;align-items:center;gap:2px;margin:0;padding:2px;display:inline-flex}.mapStyleSwitcher label{min-height:26px;color:var(--text);cursor:pointer;border-radius:999px;align-items:center;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.mapStyleSwitcher label.active{background:var(--bg);color:var(--accent-strong);border-radius:6px;box-shadow:0 1px #1118270a}.mapStyleSwitcher input{opacity:0;pointer-events:none;position:absolute}.mapStyleSwitcher--dashboard{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff0;border-color:#e5e7ebdb;position:absolute;top:12px;right:12px;box-shadow:0 8px 22px -16px #1118278c}.mapLayerToggleGroup,.mapLayerFloatingControls{align-items:center;gap:4px;display:inline-flex}.mapLayerToggleGroup label,.mapLayerFloatingControls label{border:1px solid var(--border);background:var(--bg);min-height:28px;color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:5px;padding:0 9px;font-size:11.5px;font-weight:700;display:inline-flex}.mapLayerToggleGroup label.active,.mapLayerFloatingControls label.active{border-color:var(--accent);color:var(--accent-strong);background:var(--accent-bg)}.mapLayerToggleGroup input,.mapLayerFloatingControls input{width:12px;height:12px;accent-color:var(--accent)}.mapThermalFilterSelect{border:1px solid var(--border);background:var(--bg);max-width:160px;height:28px;color:var(--text-h);font:inherit;border-radius:999px;padding:0 28px 0 10px;font-size:12px;font-weight:700}.mapControlLabel{color:var(--text-h);font-size:12px;font-weight:600}.mapRadiusInput,.mapCoordInput{font:inherit;border:1px solid var(--border);background:var(--bg);height:32px;color:var(--text-h);box-sizing:border-box;border-radius:8px;padding:0 9px}.mapRadiusInput{width:68px}.mapApplyBtn{font:inherit;background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;min-height:32px;padding:0 10px;font-size:12px;font-weight:600}.mapSecondaryBtn{font:inherit;border:1px solid var(--border);background:var(--code-bg);min-height:32px;color:var(--text-h);cursor:pointer;border-radius:8px;padding:0 10px;font-size:12px;font-weight:600}.mapSecondaryBtn:hover{background:var(--social-bg)}.mapApplyBtn:disabled{opacity:.55;cursor:not-allowed}.mapStatusText{color:var(--text);margin:0;font-size:12px}.mapErrorText{color:#b91c1c;margin:0;font-size:12px}.mapLegend{color:var(--text);flex-wrap:wrap;align-items:center;gap:10px;font-size:11px;display:flex}.mapLegendItem{align-items:center;gap:.35rem;display:inline-flex}.mapLegendDot{border-radius:999px;width:11px;height:11px;display:inline-block}.mapLegendDot--confirmed{background:#ef4444;border:2px solid #b91c1c}.mapLegendDot--hotspot{background:#fed7aa;border:2px dashed #f97316}.mapLegendDot--weather{background:#fef3c7;border:2px solid #d97706}.mapDetailsLink{color:var(--accent);font-weight:600;text-decoration:none}.mapDetailsLink:hover{text-decoration:underline}.manualLocationForm{grid-template-columns:auto minmax(110px,1fr) auto minmax(110px,1fr) auto;align-items:center;gap:.5rem;display:grid}.wildfireMapContainer{border:1px solid var(--border);background:var(--code-bg);border-radius:8px;width:100%;position:relative;overflow:hidden}.mapFloatingControls{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff0;border:1px solid #e5e7ebdb;border-radius:10px;align-items:center;gap:6px;max-width:min(440px,100% - 78px);padding:6px;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 8px 22px -16px #1118278c}.mapLayerFloatingControls{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff0;border:1px solid #e5e7ebdb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:4px;max-width:min(620px,100% - 78px);padding:5px;display:flex;position:absolute;top:62px;left:12px;box-shadow:0 8px 22px -16px #1118278c}.mapFloatingControls--dashboard{max-width:min(430px,100% - 250px)}.mapLayerFloatingControls--dashboard{max-width:min(590px,100% - 32px)}.mapLayerFloatingControls label{white-space:nowrap;background:0 0;border-color:#0000;border-radius:999px}.mapFloatingBtn{font:inherit;border:1px solid var(--border);background:var(--bg);height:30px;color:var(--text-h);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:11.5px;font-weight:700;transition:background .12s,border-color .12s,color .12s,box-shadow .12s;display:inline-flex;box-shadow:0 1px 2px #1118270f}.mapFloatingBtn:hover{background:var(--accent-bg);color:var(--accent-strong);border-color:#dc262659}.mapFloatingBtn--primary{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:none}.mapFloatingBtn--primary:hover{border-color:var(--accent-strong);background:var(--accent-strong);color:#fff}.mapFloatingBtn--primary:disabled{opacity:.55;cursor:not-allowed}.mapFloatingRadiusLabel{min-height:30px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;align-items:center;gap:4px;padding:0 4px 0 2px;font-size:11px;font-weight:700;display:inline-flex}.mapFloatingRadiusLabel input{border:1px solid var(--border);width:54px;height:26px;font:inherit;color:var(--text-h);background:var(--bg);border-radius:999px;padding:0 8px;font-size:12px;font-weight:600}.mapFloatingRadiusLabel input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-bg);outline:none}.mapFloatingRadiusUnit{color:var(--text-muted)}.mapFloatingLocationForm{z-index:5;background:var(--bg);box-shadow:var(--shadow-md);border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex;position:absolute;top:56px;left:12px}.mapFloatingLocationForm label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:2px;font-size:10.5px;font-weight:700;display:flex}.mapFloatingLocationForm input{border:1px solid var(--border);width:100px;height:28px;font:inherit;color:var(--text-h);background:var(--bg);border-radius:6px;padding:0 8px;font-size:12px}.mapFloatingLocationForm input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-bg);outline:none}.mapFloatingError,.mapFloatingNotice,.mapFloatingStatus{z-index:5;background:var(--accent-bg);color:var(--accent-strong);box-shadow:var(--shadow-sm);border-radius:6px;margin:0;padding:6px 10px;font-size:12px;font-weight:600;position:absolute;top:110px;left:12px}.mapFloatingNotice,.mapFloatingStatus{color:var(--text-h);background:#fffffff5}.mapFloatingStatus{color:var(--text)}.mapFloatingAlertError{z-index:5;color:#991b1b;max-width:min(420px,100% - 96px);box-shadow:var(--shadow-sm);background:#fef2f2;border-radius:6px;margin:0;padding:6px 10px;font-size:12px;font-weight:600;position:absolute;top:144px;left:12px}.mapFloatingStatus--dashboard,.mapFloatingError--dashboard{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text-h);background:#fffffff5;border:1px solid #e5e7ebdb;border-radius:999px;top:auto;bottom:12px;left:12px;box-shadow:0 8px 22px -16px #1118278c}.mapFloatingError--dashboard{color:#991b1b;background:#fef2f2f7;border-color:#f8717140}.mapFloatingAlertError--dashboard{border-radius:999px;top:auto;bottom:48px;left:12px}.mapFloatingToolbar{z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:var(--shadow-md);background:#fffffff5;border-radius:999px;flex-direction:column;gap:4px;padding:4px;display:flex;position:absolute;top:12px;right:12px}.mapToolBtn{width:32px;height:32px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex}.mapToolBtn:hover{background:var(--code-bg);color:var(--text-h)}.mapToolBtn.active{background:var(--accent);color:#fff}.mapFloatingPanel{background:var(--bg);width:200px;max-height:calc(100% - 24px);box-shadow:var(--shadow-lg);z-index:4;border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;display:flex;position:absolute;top:12px;right:56px;overflow:hidden}.mapFloatingPanel--wide{width:260px}.mapFloatingPanelHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.mapFloatingPanelHeader h4{color:var(--text-h);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:12.5px;font-weight:700}.mapPanelClose{width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.mapPanelClose:hover{background:var(--code-bg);color:var(--text-h)}.mapLegendList{color:var(--text);flex-direction:column;gap:8px;margin:0;padding:0;font-size:12.5px;list-style:none;display:flex}.mapLegendList li{align-items:center;gap:8px;display:flex}.mapLegendDot--demo{background:var(--text-muted);border:2px solid var(--border-strong,#d1d5db)}.mapBasemapTiles{grid-template-columns:1fr 1fr 1fr;gap:6px;display:grid}.mapBasemapTile{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;font:inherit;border-radius:6px;flex-direction:column;align-items:center;gap:4px;padding:4px 4px 6px;font-size:11px;font-weight:600;transition:border-color .12s,color .12s;display:flex}.mapBasemapTile:hover{border-color:var(--accent);color:var(--text-h)}.mapBasemapTile.active{border-color:var(--accent);color:var(--text-h);background:var(--bg);box-shadow:0 0 0 1px var(--accent) inset}.mapBasemapTilePreview{background:var(--code-bg);border:1px solid var(--divider);border-radius:4px;width:100%;height:32px;display:block;position:relative;overflow:hidden}.mapBasemapTilePreview--roadmap:before,.mapBasemapTilePreview--standard:before{content:"";background:repeating-linear-gradient(90deg, var(--bg) 0 12px, var(--divider) 12px 13px);border-radius:2px;position:absolute;inset:4px}.mapBasemapTilePreview--satellite:before{content:"";background:radial-gradient(circle at 28% 32%, var(--border) 0 5px, transparent 6px), radial-gradient(circle at 70% 65%, var(--border) 0 4px, transparent 5px), var(--bg);border-radius:2px;position:absolute;inset:4px}.mapBasemapTilePreview--terrain:before{content:"";background:repeating-linear-gradient(60deg, var(--divider) 0 1px, transparent 1px 7px), var(--bg);border-radius:2px;position:absolute;inset:4px}.mapFireOverlayList{flex-direction:column;max-height:240px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.mapFireOverlayList li{border-bottom:1px solid var(--divider);flex-direction:column;gap:2px;padding:8px 2px;display:flex}.mapFireOverlayList li:last-child{border-bottom:none}.mapFireOverlayList span{color:var(--text-muted);font-size:11.5px}.mapWeatherAlertOverlay{z-index:4;background:#fffbebf7;border:1px solid #d9770647;border-radius:10px;flex-direction:column;gap:9px;width:min(340px,100% - 88px);max-height:min(46vh,360px);padding:11px;display:flex;position:absolute;bottom:12px;left:12px;overflow:hidden;box-shadow:0 14px 34px -22px #78350fb8}.mapWeatherAlertHeader{justify-content:space-between;align-items:center;gap:10px;padding:0 1px;display:flex}.mapWeatherAlertHeader h4{color:#78350f;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:12px;font-weight:800}.mapWeatherAlertHeader span{color:#92400e;font-size:11px;font-weight:800}.mapWeatherAlertList,.mapWeatherAlertCompact{flex-direction:column;gap:8px;display:flex}.mapWeatherAlertList{padding-right:2px;overflow-y:auto}.mapWeatherAlertCompact{background:#fffbeb;border:1px solid #d9770647;border-radius:10px;padding:11px}.mapWeatherAlertCard{background:#ffffffd1;border:1px solid #d977063d;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #78350f0f}.mapWeatherAlertCard.active{background:#fff7ed;border-color:#d97706}.mapWeatherAlertButton{color:#78350f;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:4px;padding:10px;display:flex}.mapWeatherAlertButton strong{color:#451a03;font-size:12px;line-height:1.25}.mapWeatherAlertButton span:last-child{color:#92400e;font-size:11px;line-height:1.3}.mapWeatherAlertBadge{color:#78350f;background:#fef3c7;border-radius:999px;align-items:center;min-height:21px;padding:0 7px;font-size:10px;font-weight:800;display:inline-flex}.mapWeatherAlertDetails{gap:5px;padding:0 10px 10px;display:grid}.mapWeatherAlertDetails p{color:#78350f;background:#fffbebb8;border-radius:6px;margin:0;padding:6px 7px;font-size:11px;line-height:1.35}.mapWeatherAlertEmpty{color:#78350f;margin:0;font-size:11px;line-height:1.35}@media (width<=640px){.mapFloatingControls,.mapLayerFloatingControls{border-radius:12px;max-width:none;left:8px;right:52px}.mapFloatingControls{align-items:stretch;gap:5px}.mapLayerFloatingControls{top:92px}.mapFloatingBtn{height:28px;padding:0 9px}.mapFloatingControls .mapFloatingBtn:first-child{flex:100%}.mapFloatingRadiusLabel{flex:1;padding-left:4px}.mapFloatingRadiusLabel input{width:58px}.mapFloatingError,.mapFloatingNotice,.mapFloatingStatus{top:146px;left:8px;right:8px}.mapFloatingAlertError{max-width:none;top:184px;left:8px;right:8px}.mapThermalFilterSelect{flex:150px;max-width:none}.mapStyleSwitcher--dashboard{top:auto;bottom:8px;right:8px}.mapFloatingControls--dashboard,.mapLayerFloatingControls--dashboard{right:8px}.mapFloatingStatus--dashboard,.mapFloatingError--dashboard{inset:auto 8px 50px}.mapFloatingAlertError--dashboard{max-width:none;inset:auto 8px 84px}.mapWeatherAlertOverlay{width:auto;max-height:32vh;bottom:8px;left:8px;right:8px}.mapFloatingPanel{width:min(84vw,260px);max-height:calc(100% - 68px);top:56px;right:8px}.mapFloatingPanel--wide{width:min(88vw,300px)}}.wildfireMapContainer .googleMapCanvas{width:100%;height:100%;min-height:inherit;font-family:var(--sans)}.mapLoading{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:13px;display:flex}.mapMissingKey{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:24px}.mapMissingKey p{margin:0;font-size:13px;line-height:1.5}.compactMap{height:46vh;min-height:390px;max-height:520px}.fullMap{height:72vh;min-height:660px}.mapPopupCard{border:1px solid var(--divider);background:var(--bg);width:min(292px,100vw - 56px);max-width:calc(100vw - 48px);color:var(--text-h);font-family:var(--sans);box-sizing:border-box;border-radius:10px;padding:9px;box-shadow:0 10px 24px -20px #1118278c}.mapPopupCard--thermal{background:linear-gradient(#fffaf2,#fff 46%);border-color:#f9731647}.mapPopupCard--weather{background:linear-gradient(#fffbeb,#fff 48%);border-color:#d977064d}.mapPopupHeader{gap:4px;padding:4px 34px 8px 0;display:grid}.mapPopupCard strong{color:var(--text-h);margin:0;font-size:14px;line-height:1.25;display:block}.mapPopupCard p{color:var(--text);margin:0;font-size:11.5px;line-height:1.35}.mapPopupBadge{border:1px solid var(--border);min-height:21px;color:var(--text-h);background:#f7f7f4;border-radius:999px;justify-self:start;align-items:center;padding:0 8px;font-size:10.5px;font-weight:800;display:inline-flex}.mapPopupBadge--official{background:var(--accent-bg);color:var(--accent-strong);border-color:#dc26263d}.mapPopupBadge--hotspot{color:#92400e;background:#fffbeb;border-color:#d9770647}.mapPopupBadge--weather{color:#92400e;background:#fef3c7;border-color:#d977064d}.mapPopupBadge--demo{border-color:var(--border);background:var(--code-bg);color:var(--text)}.mapPopupDetails{border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);grid-template-columns:1fr 1fr;gap:5px;padding:8px 0;display:grid}.mapPopupDetails span{background:var(--code-bg);min-width:0;color:var(--text-h);border:1px solid #0000;border-radius:6px;gap:2px;padding:6px 7px;font-size:11.5px;line-height:1.25;display:grid}.mapPopupCard--thermal .mapPopupDetails span{color:#78350f;background:#fffbeb;border-color:#f973162e}.mapPopupCard--weather .mapPopupDetails span{color:#78350f;background:#fffbeb;border-color:#d9770633}.mapPopupCard--thermal .mapPopupDetails b,.mapPopupCard--weather .mapPopupDetails b{color:#92400e}.mapPopupDetails b{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:800}.mapPopupCaption{color:var(--text-muted)!important;margin-top:8px!important}.mapPopupExpandable{border-top:1px solid var(--divider);margin-top:8px;padding-top:8px}.mapPopupExpandable summary{color:var(--accent-strong);cursor:pointer;font-size:12px;font-weight:800}.mapPopupExpandable p{max-height:86px;color:var(--text-muted);margin-top:6px;padding-right:4px;overflow-y:auto}.mapPopupLink{background:var(--gradient-fire);color:#fff;box-sizing:border-box;width:100%;min-height:32px;box-shadow:var(--shadow-fire);border-radius:6px;justify-content:center;align-items:center;margin-top:9px;padding:0 10px;font-size:12px;font-weight:800;text-decoration:none;transition:filter .15s,transform .15s,box-shadow .15s;display:flex}.mapPopupLink:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 18px -6px #dc262680}.wildfireMapContainer .gm-style-iw-c{border-radius:10px!important;max-width:320px!important;padding:7px!important;box-shadow:0 14px 36px -18px #1118278c!important}.wildfireMapContainer .gm-style-iw-chr{z-index:2;top:0;right:0;min-height:0!important;position:absolute!important}.wildfireMapContainer .gm-style-iw-ch{padding:0!important}.wildfireMapContainer .gm-style-iw-d{max-width:292px!important;overflow:hidden!important}.wildfireMapContainer .gm-ui-hover-effect{opacity:.78;border-radius:999px!important;width:20px!important;height:20px!important;top:12px!important;right:12px!important}.wildfireMapContainer .gm-ui-hover-effect span{width:12px!important;height:12px!important;margin:4px!important}.wildfireMapContainer .gm-ui-hover-effect:hover{opacity:1;background:var(--code-bg)!important}.mapResultsSection{border:1px solid var(--border);background:var(--bg);border-radius:10px;padding:.65rem .75rem}.mapResultsTitle{color:var(--text-h);margin:0 0 .45rem;font-size:.85rem}.mapResultsList{gap:.45rem;margin:0;padding:0 0 .1rem;list-style:none;display:flex;overflow-x:auto}.mapResultsItem{border:1px solid var(--border);background:var(--code-bg);border-radius:8px;flex-direction:column;gap:.15rem;min-width:170px;padding:.45rem .6rem;font-size:.82rem;display:flex}.mapResultsItem span{color:var(--text)}@media (width<=760px){.manualLocationForm{grid-template-columns:1fr;align-items:stretch}.wildfireMapControls{flex-wrap:wrap;width:100%}.mapStyleSwitcher{width:100%}.mapStyleSwitcher label{flex:1;justify-content:center}.compactMap,.fullMap{height:58vh;min-height:420px}.mapViewPage .fullMap{height:100%;min-height:0}}.mapViewPage{background:var(--page);flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;margin:0;padding:0;display:flex;overflow:hidden}.mapViewPage .wildfireMapCard{flex:1;gap:0;height:100%;min-height:0}.mapViewPage .wildfireMapContainer{background:var(--code-bg);border:none;border-radius:0;flex:1;height:100%;min-height:0}.mapViewPage .fullMap{height:100%;min-height:0;max-height:none}.profilePage{box-sizing:border-box;background:var(--bg);width:100%;max-width:920px;min-height:0;box-shadow:var(--shadow-md);border-radius:8px;flex:1;margin:18px 24px;padding:22px 24px 28px;overflow-y:auto}.profileTitle{font-family:var(--heading);letter-spacing:-.01em;color:var(--text-h);margin:0 0 8px;font-size:22px;font-weight:600;line-height:1.2}.profileHint{max-width:680px;color:var(--text);margin:0 0 18px;font-size:13px;line-height:1.45}.profileHint code{font-size:.8125rem}.profileForm{flex-direction:column;gap:14px;display:flex}.profileSection{box-shadow:none;border:none;border-bottom:1px solid var(--divider);background:0 0;border-radius:0;flex-direction:column;gap:14px;padding:18px 4px;display:flex}.profileSection:last-of-type{border-bottom:none}.sectionLegend{font-family:var(--heading);letter-spacing:.05em;text-transform:uppercase;color:var(--text-h);margin:0;font-size:.8125rem;font-weight:600}.photoRow{flex-wrap:wrap;align-items:flex-end;gap:1.25rem;display:flex}.avatarFrame{border:1px solid var(--border);background:var(--code-bg);border-radius:18px;flex-shrink:0;place-items:center;width:96px;height:96px;display:grid;overflow:hidden}.avatarImg{object-fit:cover;width:100%;height:100%}.avatarPlaceholder{color:var(--text);text-align:center;padding:.5rem;font-size:.8125rem;line-height:1.3}.photoActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.fileInputHidden{opacity:0;width:0;height:0;position:absolute}.fileInputLabel{border:1px solid var(--border);background:var(--code-bg);height:40px;color:var(--text-h);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0 14px;font-size:.9rem;font-weight:600;transition:background .15s;display:inline-flex}.fileInputLabel:hover{background:var(--social-bg)}.profileLabel{color:var(--text-h);flex-direction:column;gap:.35rem;font-size:13px;font-weight:700;display:flex}.profileInput,.profileTextarea{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);box-sizing:border-box;border-radius:10px;padding:0 12px;transition:border-color .15s,box-shadow .15s}.profileInput{height:42px}.profileTextarea{resize:vertical;min-height:96px}.profileInput:focus,.profileTextarea:focus{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.fieldHint{color:var(--text);margin:0;font-size:.8125rem;font-weight:400}.formActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.saveBtn{font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:var(--gradient-fire);color:#fff;height:42px;box-shadow:var(--shadow-fire);border:none;border-radius:6px;padding:0 20px;font-size:12.5px;font-weight:600;transition:transform .15s,box-shadow .15s,filter .15s}.saveBtn:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 18px -4px #dc26268c}.saveBtn:active:not(:disabled){transform:translateY(0)}.saveBtn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.textBtn{font:inherit;cursor:pointer;height:40px;color:var(--accent);background:0 0;border:none;border-radius:10px;padding:0 12px;font-weight:600}.textBtn:hover:not(:disabled){text-decoration:underline}.textBtnMuted{color:var(--text)}.banner{border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.bannerError{color:#b91c1c;background:#dc262614;border:1px solid #dc262640}.bannerOk{background:var(--accent-bg);color:var(--text-h);border:1px solid var(--accent-border)}.signInPrompt{border:1px solid var(--border);background:var(--bg);text-align:center;border-radius:16px;padding:24px;box-shadow:0 1px 2px #1118270a}@media (width<=640px){.profilePage{padding:18px}.photoRow{align-items:flex-start}}.signInPrompt p{color:var(--text);margin:0 0 1rem}.signInLink{color:var(--accent);font-weight:600;text-decoration:none}.signInLink:hover{text-decoration:underline}.settingsShell{box-sizing:border-box;flex:1;width:100%;min-height:0;display:flex}.settingsMain{box-sizing:border-box;background:var(--bg);max-width:920px;box-shadow:var(--shadow-md);border-radius:8px;flex-direction:column;flex:1;gap:4px;margin:18px 24px;padding:22px 24px 28px;display:flex;overflow-y:auto}.settingsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.settingsTitle{letter-spacing:-.01em;color:var(--text-h);margin:0;font-size:22px;font-weight:600;line-height:1.2}.settingsNotifToggle,.settingsToggle{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-h);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.settingsNotifToggle input,.settingsToggle input{opacity:0;width:1px;height:1px;position:absolute}.settingsToggleTrack{background:var(--border);border-radius:999px;flex-shrink:0;width:42px;height:24px;transition:background .2s;display:inline-block;position:relative}.settingsNotifToggle input:checked+.settingsToggleTrack,.settingsToggle input:checked+.settingsToggleTrack{background:#22c55e}.settingsNotifToggle input:focus-visible+.settingsToggleTrack,.settingsToggle input:focus-visible+.settingsToggleTrack{outline:2px solid var(--accent);outline-offset:2px}.settingsToggleThumb{pointer-events:none;background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px}.settingsNotifToggle input:checked+.settingsToggleTrack .settingsToggleThumb,.settingsToggle input:checked+.settingsToggleTrack .settingsToggleThumb{transform:translate(18px)}.settingsToggleLabel{color:var(--text);font-size:.88rem}.settingsSection{background:var(--bg);box-shadow:none;border:none;border-bottom:1px solid var(--divider);border-radius:0;flex-direction:column;gap:10px;padding:18px 4px;display:flex}.settingsSection:last-of-type{border-bottom:none}.settingsRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.settingsRowTitle{color:var(--text-h);margin:0;font-size:15px;font-weight:760}.settingsRowSub{color:var(--text);margin:0;font-size:13px;line-height:1.45}.settingsSliderRow{align-items:center;gap:.6rem;margin-top:.25rem;display:flex}.settingsSlider{accent-color:var(--accent);flex:1}.settingsSliderMin,.settingsSliderMax{color:var(--text);white-space:nowrap;font-size:.78rem}.settingsSliderValue{color:var(--text-h);text-align:right;min-width:48px;font-size:.85rem;font-weight:600}.settingsCheckRow{flex-wrap:wrap;gap:1.25rem;margin-top:.25rem;display:flex}.settingsCheckLabel{color:var(--text-h);cursor:pointer;align-items:center;gap:.4rem;font-size:.88rem;display:flex}.settingsCheckLabel input{width:16px;height:16px;accent-color:var(--accent)}.settingsSeverityDot{border-radius:50%;width:10px;height:10px;display:inline-block}.settingsSeverityDot--critical{background:#ef4444}.settingsSeverityDot--warning{background:#f97316}.settingsSeverityDot--watch{background:#eab308}.settingsPreviewSection{gap:14px}.settingsPreviewHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.settingsPreviewTabs{border:1px solid var(--divider);background:var(--code-bg);border-radius:999px;align-items:center;padding:3px;display:inline-flex}.settingsPreviewTabs button{height:30px;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:0 12px;font-size:12px;font-weight:800}.settingsPreviewTabs button.isActive{background:var(--bg);color:var(--accent-strong);box-shadow:var(--shadow-sm)}.settingsEmailPreview{border:1px solid var(--divider);background:#fff;border-radius:14px;max-width:640px;overflow:hidden;box-shadow:0 14px 34px -28px #0f172a73}.emailPreviewChrome{border-bottom:1px solid var(--divider);background:#f8fafc;gap:6px;padding:10px 12px;display:flex}.emailPreviewChrome span{background:#fecaca;border-radius:50%;width:10px;height:10px}.emailPreviewChrome span:nth-child(2){background:#fed7aa}.emailPreviewChrome span:nth-child(3){background:#bbf7d0}.emailPreviewMeta{border-bottom:1px solid var(--divider);background:#fff;gap:5px;padding:13px 16px;display:grid}.emailPreviewMeta p{color:var(--text);margin:0;font-size:12.5px;line-height:1.35}.emailPreviewMeta strong{color:var(--text-h)}.emailPreviewBody{background:linear-gradient(snow,#fff 42%);padding:18px 18px 20px}.emailPreviewBadge{background:var(--accent-bg);height:24px;color:var(--accent-strong);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;padding:0 9px;font-size:11px;font-weight:850;display:inline-flex}.emailPreviewBody h3{color:var(--text-h);margin:10px 0 4px;font-size:20px;line-height:1.2}.emailPreviewLocation{color:var(--text);margin:0;font-size:13px}.emailPreviewFacts{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.emailPreviewFacts span{min-height:28px;color:var(--orange-strong);background:#fff7ed;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.emailPreviewBody p:last-child{color:var(--text-h);margin:0;font-size:13.5px;line-height:1.55}.settingsSmsPreview{display:flex}.smsPhoneShell{background:#f8fafc;border:1px solid #e5e7eb;border-radius:26px;width:min(320px,100%);padding:12px;box-shadow:0 18px 36px -30px #0f172a99}.smsPhoneBar{background:#111827;border-radius:999px;width:78px;height:5px;margin:0 auto 12px}.smsHeader{border-bottom:1px solid #e5e7eb;align-items:center;gap:9px;padding:8px 8px 12px;display:flex}.smsAvatar{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:inline-flex}.smsHeader strong,.smsHeader small{display:block}.smsHeader strong{color:var(--text-h);font-size:13px}.smsHeader small{color:var(--text-muted);font-size:11px}.smsBubble{color:#fff;background:#2563eb;border-radius:18px 18px 5px;max-width:88%;margin:16px 0 10px auto;padding:11px 13px;font-size:13px;line-height:1.45;box-shadow:0 10px 18px -16px #2563ebe6}.smsNote{color:var(--text-muted);text-align:center;margin:8px 6px 2px;font-size:11.5px;line-height:1.4}.settingsLocationList{flex-direction:column;gap:.5rem;display:flex}.settingsLocationItem{border:1px solid var(--border);background:var(--code-bg);border-radius:8px;justify-content:space-between;align-items:center;padding:.6rem .75rem;display:flex}.settingsLocationLabel{color:var(--text-h);margin:0 0 .15rem;font-size:.9rem;font-weight:600}.settingsLocationCoords{color:var(--text);margin:0;font-size:.78rem}.settingsAddLocationForm{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.settingsInput{font:inherit;border:1px solid var(--border);background:var(--bg);height:40px;color:var(--text-h);border-radius:10px;flex:1;min-width:0;padding:0 12px;font-size:14px}.settingsAddBtn{font:inherit;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border-radius:10px;height:40px;padding:0 14px;font-size:14px;font-weight:700}.settingsUseLocationBtn,.settingsDeleteBtn,.settingsSecondaryBtn{font:inherit;border:1px solid var(--border);background:var(--bg);height:40px;color:var(--text-h);cursor:pointer;border-radius:8px;padding:0 12px;font-size:13px;font-weight:700}.settingsDeleteBtn{height:32px;color:var(--accent-strong)}.settingsSecondaryBtn{text-transform:uppercase;letter-spacing:.04em;font-size:12.5px}.settingsAddBtn:disabled{opacity:.55;cursor:not-allowed}.settingsError{color:#b91c1c;margin:0;font-size:.82rem}.settingsSaveRow{align-items:center;gap:1rem;padding-top:.25rem;display:flex}.settingsSaveBtn{font:inherit;letter-spacing:.04em;text-transform:uppercase;background:var(--gradient-fire);color:#fff;cursor:pointer;height:42px;box-shadow:var(--shadow-fire);border:none;border-radius:6px;padding:0 20px;font-size:12.5px;font-weight:600;transition:transform .15s,box-shadow .15s,filter .15s}@media (width>=1020px){.settingsMain{max-width:980px}}@media (width<=640px){.settingsMain{padding:18px}.settingsRow,.settingsPreviewHeader,.settingsSaveRow{flex-direction:column;align-items:flex-start}.settingsPreviewTabs{width:100%}.settingsPreviewTabs button{flex:1}}.settingsSaveBtn:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 18px -4px #dc26268c}.settingsSaveBtn:active:not(:disabled){transform:translateY(0)}.settingsSaveBtn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.settingsSaveMsg{color:var(--text);font-size:.88rem}.helpShell{box-sizing:border-box;flex:1;width:100%;min-height:0;display:flex}.helpMain{box-sizing:border-box;flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem clamp(1rem,3vw,2rem);display:flex;overflow-y:auto}.helpHeader{flex-direction:column;gap:.3rem;display:flex}.helpTitle{letter-spacing:-.03em;color:var(--text-h);margin:0;font-size:1.75rem;font-weight:600}.helpSub{color:var(--text);margin:0;font-size:.9rem}.helpGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=760px){.helpGrid{grid-template-columns:1fr}}.helpCard{border:1.5px solid;border-radius:14px;flex-direction:column;gap:.65rem;padding:1.1rem 1.25rem;display:flex}.helpCard--red{background:#fff1f2;border-color:#fca5a5}.helpCard--amber{background:#fffbeb;border-color:#fde68a}.helpCard--blue{background:#eff6ff;border-color:#bfdbfe}.helpCard--neutral{background:var(--bg);border-color:var(--border)}.helpCardTitle{color:var(--text-h);margin:0;font-size:1rem;font-weight:600}.helpCardSub{color:var(--text);margin:0;font-size:.82rem}.helpLinkList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.helpExternalLink{color:var(--accent);border:1px solid var(--border);background:#fff9;border-radius:8px;padding:.5rem .65rem;font-size:.88rem;font-weight:500;text-decoration:none;display:block}.helpExternalLink:hover{text-decoration:underline}.helpTipsList{flex-direction:column;gap:.4rem;margin:0;padding-left:1.25rem;display:flex}.helpTipsList li{color:#374151;font-size:.88rem;line-height:1.45}.helpContactList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.helpContactLink{background:#ffffffb3;border:1px solid #fca5a5;border-radius:8px;justify-content:space-between;align-items:center;padding:.55rem .75rem;text-decoration:none;transition:opacity .15s;display:flex}.helpContactLink:hover{opacity:.8}.helpContactLink strong{color:#111827;font-size:.9rem}.helpContactLink span{color:#6b7280;font-size:.78rem}.helpOfflineNote{border:1px solid var(--border);background:var(--code-bg);color:var(--text);border-radius:10px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.88rem;display:flex}.resourceCenterPage{box-sizing:border-box;background:linear-gradient(#fffaf4b3 0%,#ffffff5c 42%,#fff0 78%),linear-gradient(90deg,#fff7ed38,#ffffff1f 52%,#f8fafc38);flex-direction:column;flex:1;gap:28px;width:100%;min-width:0;max-width:1220px;margin:0 auto;padding:26px 30px 42px;display:flex;overflow-y:auto}.resourceCenterHeader{max-width:760px;padding-top:2px}.resourceCenterTitle{color:var(--text-h);letter-spacing:0;margin:0;font-size:32px;font-weight:780;line-height:1.12}.resourceCenterSubtitle{color:var(--text);margin:8px 0 0;font-size:15px;line-height:1.55}.resourceHeroGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.resourceHeroCard{isolation:isolate;background:#fffdfaf0;border:1px solid #78350f17;border-radius:8px;grid-template-rows:auto 1fr auto;align-items:start;min-height:250px;padding:24px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 38px -34px #50230a7a}.resourceHeroCard:before,.resourceHeroCard:after{content:"";pointer-events:none;z-index:-1;position:absolute}.resourceHeroCard:before{background:linear-gradient(115deg,#fffffffa 0%,#ffffffd1 58%,#ffffff6b 100%),linear-gradient(150deg,#b4530917,#f9731614 52%,#fff7ed8c);inset:0}.resourceHeroCard:after{background:linear-gradient(#fff0,#ffffff9e),linear-gradient(90deg,#b453090f,#f9731614,#fbbf240d);height:92px;bottom:-30px;left:-8%;right:-8%;transform:skewY(-3deg)}.resourceHeroCard:hover{border-color:#b4530926;transform:translateY(-3px);box-shadow:0 22px 42px -34px #50230a8f}.resourceHeroCard--amber{background:linear-gradient(135deg,#fffdf8 0%,#fff7ed 58%,#ffedd5 100%)}.resourceHeroCard--rose{background:linear-gradient(135deg,snow 0%,#fff1f2 60%,#fee2e2 100%)}.resourceHeroCard--sky{background:linear-gradient(135deg,#fbfdff 0%,#eff6ff 60%,#fff7ed 100%)}.resourceHeroCopy{z-index:2;flex-direction:column;align-items:flex-start;max-width:24ch;display:flex;position:relative}.resourceHeroIcon{color:#b45309;background:#ffffffd6;border:1px solid #ffffff94;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:0 10px 22px -20px #0f172a6b}.resourceHeroCard--rose .resourceHeroIcon{color:#b91c1c}.resourceHeroCard--sky .resourceHeroIcon{color:#365b8f}.resourceHeroTitle{color:#22120b;letter-spacing:0;margin:16px 0 0;font-size:20px;font-weight:800;line-height:1.16}.resourceHeroBlurb{color:#31231bb3;margin:8px 0 0;font-size:13.5px;line-height:1.45}.resourceHeroArtwork{z-index:1;opacity:.3;filter:saturate(.58)contrast(.92);width:178px;height:150px;position:absolute;bottom:24px;right:18px}.resourceHeroArtwork:before{content:"";filter:blur(2px);background:#572b1014;border-radius:999px;height:12px;position:absolute;bottom:4px;left:10px;right:8px}.artShape{display:block;position:absolute;box-shadow:0 12px 24px -22px #1118277a}.artShape:before,.artShape:after{content:"";display:block;position:absolute}.resourceHeroArtwork--kit .artShape--primary{background:linear-gradient(#ffffff2e,#fff0),linear-gradient(145deg,#f59e0b,#c2410c);border-radius:8px;width:72px;height:84px;bottom:20px;right:46px}.resourceHeroArtwork--kit .artShape--primary:before{border:5px solid #7c2d12;border-bottom:none;border-radius:8px 8px 0 0;width:34px;height:19px;top:-16px;left:19px}.resourceHeroArtwork--kit .artShape--primary:after{background:#ffffff80;border-radius:999px;width:26px;height:8px;top:28px;left:23px}.resourceHeroArtwork--kit .artShape--secondary{background:linear-gradient(#e2e8f0,#94a3b8);border-radius:8px;width:32px;height:72px;bottom:20px;left:25px}.resourceHeroArtwork--kit .artShape--secondary:before{background:#ffffffb8;height:10px;inset:26px 0 auto}.resourceHeroArtwork--kit .artShape--accent{background:linear-gradient(135deg,#dc2626,#f97316);border-radius:8px;width:58px;height:46px;bottom:10px;right:7px}.resourceHeroArtwork--kit .artShape--accent:before{background:#fff;border-radius:2px;width:12px;height:26px;top:10px;left:23px}.resourceHeroArtwork--kit .artShape--accent:after{background:#fff;border-radius:2px;width:28px;height:12px;top:17px;left:15px}.resourceHeroArtwork--phone .artShape--primary{background:linear-gradient(150deg,#1f2937,#64748b);border-radius:8px;width:76px;height:136px;bottom:4px;right:45px;transform:rotate(-6deg)}.resourceHeroArtwork--phone .artShape--primary:before{background:#ffffff38;border-radius:999px;width:22px;height:4px;top:10px;left:27px}.resourceHeroArtwork--phone .artShape--primary:after{background:#6ba979;border-radius:50%;width:26px;height:26px;bottom:21px;left:25px}.resourceHeroArtwork--phone .artShape--secondary{width:42px;height:30px;box-shadow:none;top:45px;right:65px;transform:rotate(-6deg)}.resourceHeroArtwork--phone .artShape--secondary:before{content:"911";color:#fff;font-size:24px;font-weight:800;line-height:1;position:static}.resourceHeroArtwork--phone .artShape--accent{width:70px;height:70px;box-shadow:none;background:linear-gradient(135deg,#ffffff80,#ffffff2e),#dc262614;border:2px solid #dc262614;border-radius:8px;top:14px;left:12px}.resourceHeroArtwork--video .artShape--primary{background:linear-gradient(145deg,#33415514,#ffffffc2),#f8fafc;border:7px solid #475569;border-radius:8px;width:134px;height:88px;bottom:26px;right:4px}.resourceHeroArtwork--video .artShape--primary:before{clip-path:polygon(0 100%,28% 42%,48% 70%,70% 20%,100% 100%);background:linear-gradient(135deg,#0000 0 42%,#94a3b88c 43% 100%),linear-gradient(45deg,#bfdbfed1,#e2e8f0bf);width:76px;height:30px;bottom:19px;left:24px}.resourceHeroArtwork--video .artShape--primary:after{background:#c2410c;border-radius:50%;width:32px;height:32px;top:23px;left:53px}.resourceHeroArtwork--video .artShape--secondary{width:68px;height:68px;box-shadow:none;background:linear-gradient(135deg,#ffffff94,#ffffff2e),#33415514;border:2px solid #33415514;border-radius:8px;top:14px;left:8px}.resourceHeroArtwork--video .artShape--accent{width:82px;height:6px;box-shadow:none;background:#33415557;border-radius:999px;bottom:11px;right:30px}.resourceHeroCta,.resourceLocationBtn,.videoCta{border:1px solid var(--accent);background:var(--accent);color:#fff;min-height:40px;font:inherit;letter-spacing:0;white-space:nowrap;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:760;text-decoration:none;transition:transform .15s,background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.resourceHeroCta{z-index:2;place-self:end start;padding:0 16px;position:relative;box-shadow:0 14px 30px -24px #dc2626b8}.resourceHeroCta:hover,.resourceLocationBtn:hover,.videoCta:hover{background:var(--accent-strong);border-color:var(--accent-strong);color:#fff;transform:translateY(-1px)}.resourceHeroCta:focus-visible,.resourceLocationBtn:focus-visible,.videoCta:focus-visible,.resourceModalClose:focus-visible,.resourceLinkCard:focus-visible,.nearbyResourcePhone:focus-visible,.nearbyResourceWebsite:focus-visible,.nearbyResourcesToggle:focus-visible,.contactCompactCard:focus-visible,.modalVideoCta:focus-visible{outline-offset:2px;outline:3px solid #f9731657}.resourcesLandingSection{flex-direction:column;gap:14px;display:flex}.nearbyResourcesSection{margin-top:2px}.sectionHeadingRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.sectionHeadingRow h2{color:var(--text-h);letter-spacing:0;margin:0;font-size:22px;font-weight:780;line-height:1.2}.sectionHeadingRow p{color:var(--text);margin:5px 0 0;font-size:13.5px;line-height:1.45}.resourceStatusText{color:var(--text-muted);margin:-4px 0 0;font-size:12.5px}.resourceLocationBtn{min-height:40px;color:var(--text-h);background:#ffffffd1;border-color:#78350f24;padding:0 16px;box-shadow:0 12px 26px -24px #0f172a7a}.resourceLocationBtn:hover{background:var(--accent-bg);color:var(--accent-strong);border-color:#dc26263d;box-shadow:0 14px 28px -24px #0f172a6b}.nearbyResourceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.nearbyResourceCard{background:#fffffff0;border:1px solid #78350f1a;border-radius:8px;flex-direction:column;min-height:238px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;box-shadow:0 16px 34px -30px #0f172a75}.nearbyResourceCard:hover{border-color:#b4530926;transform:translateY(-2px);box-shadow:0 18px 36px -30px #0f172a85}.nearbyResourceVisual{color:#78350fb8;box-sizing:border-box;background:linear-gradient(135deg,#fff7edeb,#ffffffb8),linear-gradient(90deg,#f9731614,#f8fafc80);justify-content:flex-end;align-items:center;height:74px;padding:0 16px;display:flex;position:relative;overflow:hidden}.nearbyResourceVisual:before{content:none}.nearbyResourceVisual:after{content:"";background:#78350f14;height:1px;position:absolute;inset:auto 0 0}.nearbyResourceVisual--shelter{background:linear-gradient(135deg,#fff7edf5,#ffffffc7),linear-gradient(90deg,#f9731617,#f8fafc80)}.nearbyResourceVisual--medical{background:linear-gradient(135deg,#fff1f2e0,#ffffffc7),linear-gradient(90deg,#dc26260f,#f8fafc80)}.nearbyResourceVisual--pet{background:linear-gradient(135deg,#fef3c7b8,#fffc),linear-gradient(90deg,#b4530912,#f8fafc80)}.nearbyResourceVisual>svg{z-index:2;opacity:.72;position:relative}.resourceTypeChip{z-index:3;color:#9a3412;letter-spacing:0;background:#ffffffb8;border:1px solid #b453091f;border-radius:8px;width:fit-content;padding:7px 11px;font-size:11px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:50%;bottom:auto;left:16px;transform:translateY(-50%)}.nearbyResourceBody{flex-direction:column;flex:1;gap:9px;padding:15px 16px 16px;display:flex}.nearbyResourceName{color:var(--text-h);letter-spacing:0;margin:0;font-size:15px;font-weight:780;line-height:1.25}.nearbyResourceAddress{color:var(--text);margin:0;font-size:13px;line-height:1.4}.nearbyResourceMeta{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.nearbyResourceMeta span{min-height:28px;color:var(--text);background:#f8fafce6;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.resourceStatusPill i{background:var(--success);width:9px;height:9px;box-shadow:0 0 0 3px var(--success-bg);border-radius:50%}.nearbyResourceActions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:auto;padding-top:7px;display:flex}.nearbyResourcesToggle{min-height:38px;color:var(--accent);font:inherit;cursor:pointer;background:#ffffffe0;border:1px solid #78350f1f;border-radius:8px;align-self:center;padding:0 16px;font-size:13px;font-weight:760;transition:transform .15s,border-color .15s,background .15s;box-shadow:0 12px 26px -25px #0f172a6b}.nearbyResourcesToggle:hover{background:#fff7edb8;border-color:#b453092e;transform:translateY(-1px)}.nearbyResourcePhone,.nearbyResourceWebsite{color:var(--accent);align-items:center;gap:7px;font-size:13px;font-weight:760;line-height:1.2;text-decoration:none;display:inline-flex}.nearbyResourcePhone:hover,.nearbyResourceWebsite:hover{color:var(--accent-strong)}.resourcesEmpty{color:var(--text);background:linear-gradient(135deg,#fffcf8f0,#ffffffc2);border:1px dashed #b453092e;border-radius:8px;margin:0;padding:14px 15px;font-size:13px;line-height:1.45}.resourceSearchLabel{min-width:min(100%,240px);color:var(--text-h);flex-direction:column;align-items:flex-start;gap:6px;font-size:12px;font-weight:700;line-height:1.2;display:flex}.resourceSearchInput{width:100%;height:38px;color:var(--text-h);font:inherit;box-sizing:border-box;background:#ffffffe0;border:1px solid #78350f24;border-radius:8px;padding:0 10px;font-size:13px}.resourceSearchInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.resourceLinkGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.resourceLinkCard{min-height:92px;color:var(--text-h);box-sizing:border-box;background:#ffffffdb;border:1px solid #78350f17;border-radius:8px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 12px;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid;box-shadow:0 12px 26px -25px #0f172a6b}.resourceLinkCard:hover{border-color:#b4530926;transform:translateY(-2px);box-shadow:0 14px 28px -25px #0f172a80}.resourceLinkIcon{color:#b45309;background:#fff7edd9;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.resourceLinkText{flex-direction:column;gap:4px;min-width:0;display:flex}.resourceLinkText strong{color:inherit;font-size:14px;font-weight:780;line-height:1.25}.resourceLinkText small{color:var(--text-muted);font-size:12.5px;line-height:1.35}.resourceLinkCard>svg{color:var(--text-muted);place-self:center end}.resourceLinkCard:hover>svg{color:var(--accent)}.resourceModalBackdrop{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#18141242;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.resourceModal{background:linear-gradient(#fffbf7fa,#fffffffa);border:1px solid #78350f1f;border-radius:8px;flex-direction:column;gap:14px;width:min(560px,100%);max-height:min(78vh,680px);padding:20px 20px 18px;display:flex;overflow-y:auto;box-shadow:0 22px 58px -36px #1814129e}.resourceModal--videos{width:min(820px,100%)}.resourceModalHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.resourceModalHeader h2{color:var(--text-h);letter-spacing:0;margin:0;font-size:21px;font-weight:780;line-height:1.2}.resourceModalHeader p{color:var(--text);margin:5px 0 0;font-size:13.5px;line-height:1.45}.resourceModalClose{width:36px;height:36px;color:var(--text-h);cursor:pointer;background:#ffffffd1;border:1px solid #78350f24;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.resourceModalClose:hover{color:var(--accent);border-color:#dc262633}.checklistCompact{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.contactCompactCard{min-width:0;color:var(--text-h);background:#ffffffdb;border:1px solid #78350f1f;border-radius:8px;align-items:center;gap:10px;text-decoration:none;display:flex;box-shadow:0 12px 26px -25px #0f172a70}.checklistCompact li{min-height:54px;color:var(--text-h);border-bottom:1px solid #78350f14;align-items:flex-start;gap:11px;padding:10px 2px;line-height:1.35;display:flex}.checklistCompact li:last-child{border-bottom:0}.checklistRowIcon{color:#b45309;background:#fff7edb3;border-radius:8px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;display:inline-flex}.checklistCompact svg{flex:none}.checklistRowText{flex-direction:column;gap:3px;min-width:0;display:flex}.checklistRowText strong{color:var(--text-h);font-size:13.5px;font-weight:780;line-height:1.25}.checklistRowText small{color:var(--text);font-size:12.5px;line-height:1.38}.checklistCompact .checklistRowIcon svg{color:#b45309}.contactCompactGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.contactCompactCard{justify-content:space-between;min-height:70px;padding:11px 12px}.contactCompactCard span{flex-direction:column;gap:3px;min-width:0;display:flex}.contactCompactCard strong{color:var(--text-h);font-size:13px;font-weight:760;line-height:1.25}.contactCompactCard small{color:var(--text-muted);font-size:11.5px;line-height:1.3}.contactCompactCard b{color:var(--accent);flex:none;font-size:13px}.modalVideoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.modalVideoCard{background:#ffffffe6;border:1px solid #78350f1a;border-radius:8px;flex-direction:column;gap:10px;min-width:0;padding:12px;display:flex;overflow:hidden;box-shadow:0 12px 28px -26px #0f172a7a}.modalVideoBadges{justify-content:space-between;align-items:center;gap:8px;display:flex}.modalVideoBadge{border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:10.5px;font-weight:800;line-height:1;display:inline-flex}.modalVideoBadge--source{color:#b91c1c;background:#ffffffd6;border:1px solid #b91c1c1f}.modalVideoBadge--language{color:#9a3412;background:#fff7ede0;border:1px solid #b453091f}.modalVideoBody{flex-direction:column;gap:7px;display:flex}.modalVideoBody h3{color:var(--text-h);letter-spacing:0;margin:0;font-size:13.5px;font-weight:780;line-height:1.25}.modalVideoBody p{color:var(--text);margin:0;font-size:12px;line-height:1.38}.modalVideoCta{width:fit-content;min-height:30px;color:var(--accent);background:#fff7ede6;border-radius:8px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:780;line-height:1;text-decoration:none;display:inline-flex}.modalVideoCta:hover{background:var(--accent);color:#fff}@media (width<=1180px){.resourceHeroCard{min-height:238px;padding:22px}.resourceHeroArtwork{opacity:.78;width:160px;right:10px}}@media (width<=980px){.resourceHeroGrid,.nearbyResourceGrid{grid-template-columns:1fr}.resourceHeroCard{min-height:220px}.resourceHeroArtwork{opacity:.92;right:24px}.resourceLinkGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.resourceCenterPage{gap:22px;padding:18px}.resourceCenterTitle{font-size:26px}.resourceHeroCard{min-height:210px;padding:20px}.resourceHeroTitle{font-size:20px}.resourceHeroBlurb{max-width:21ch}.resourceHeroArtwork{opacity:.54;width:150px;height:136px;bottom:18px;right:-8px}.sectionHeadingRow{align-items:flex-start;gap:12px}.resourceLocationBtn,.resourceSearchLabel{width:100%}.nearbyResourceVisual{height:70px}.resourceLinkGrid,.contactCompactGrid,.modalVideoGrid{grid-template-columns:1fr}.resourceLinkCard{grid-template-rows:auto;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;min-height:96px;padding:12px}.resourceLinkIcon{width:40px;height:40px}.resourceLinkCard>svg{align-self:center}.resourceModalBackdrop{align-items:end;padding:14px}.resourceModal{max-height:84vh;padding:16px}}.offlineShell{box-sizing:border-box;flex:1;width:100%;min-height:0;display:flex}.offlineMain{box-sizing:border-box;flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem clamp(1rem,3vw,2rem);display:flex;overflow-y:auto}.offlineStatusBanner{border-radius:10px;align-items:center;gap:.65rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;display:flex}.offlineStatusBanner--offline{color:#991b1b;background:#fff1f2;border:1px solid #fca5a5}.offlineStatusBanner--online{color:#166534;background:#f0fdf4;border:1px solid #86efac}.offlineStatusDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.offlineStatusBanner--offline .offlineStatusDot{background:#ef4444}.offlineStatusBanner--online .offlineStatusDot{background:#22c55e}.offlineGoLiveBtn{color:#166534;margin-left:auto;font-size:.88rem;font-weight:600;text-decoration:none}.offlineGoLiveBtn:hover{text-decoration:underline}.offlineHero{text-align:center;padding:1.5rem 1rem}.offlineHeroIcon{margin-bottom:.75rem;font-size:3rem}.offlineHeroTitle{letter-spacing:-.03em;color:var(--text-h);margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.offlineHeroSub{color:var(--text);max-width:480px;margin:0 auto;font-size:.95rem}.offlineGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=760px){.offlineGrid{grid-template-columns:1fr}}.offlineCard{border:1.5px solid;border-radius:14px;flex-direction:column;gap:.65rem;padding:1.1rem 1.25rem;display:flex}.offlineCard--red{background:#fff1f2;border-color:#fca5a5}.offlineCard--amber{background:#fffbeb;border-color:#fde68a}.offlineCard--neutral{background:var(--bg);border-color:var(--border)}.offlineCardTitle{color:var(--text-h);margin:0;font-size:1rem;font-weight:600}.offlineCardSub{color:var(--text);margin:0;font-size:.82rem}.offlineContactList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.offlineContactLink{background:#ffffffb3;border:1px solid #fca5a5;border-radius:8px;align-items:center;gap:.65rem;padding:.55rem .75rem;text-decoration:none;transition:opacity .15s;display:flex}.offlineContactLink:hover{opacity:.8}.offlineContactIcon{font-size:1.1rem}.offlineContactLink span:last-child{flex-direction:column;gap:.1rem;display:flex}.offlineContactLink strong{color:#111827;font-size:.9rem}.offlineContactDesc{color:#6b7280;font-size:.78rem}.offlineTipsList{flex-direction:column;gap:.45rem;margin:0;padding-left:1.25rem;display:flex}.offlineTipsList li{color:#374151;font-size:.88rem;line-height:1.45}.offlineFireList{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.offlineFireItem{border:1px solid var(--border);background:var(--code-bg);border-radius:8px;flex-wrap:wrap;align-items:baseline;gap:.4rem;padding:.5rem .65rem;display:flex}.offlineFireName{color:var(--text-h);font-size:.88rem;font-weight:600}.offlineFireLocation{color:var(--text);flex:1;font-size:.8rem}.offlineFireContainment{color:#16a34a;font-size:.78rem;font-weight:600}.offlineEmptyNote{color:var(--text);border:1px dashed var(--border);text-align:center;border-radius:8px;padding:.75rem;font-size:.82rem}.offlineLinkList{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.offlineExternalLink{color:var(--accent);border:1px solid var(--border);background:var(--code-bg);border-radius:8px;padding:.5rem .65rem;font-size:.88rem;font-weight:500;text-decoration:none;display:block}.offlineExternalLink:hover{text-decoration:underline}.fireDetailsPage{box-sizing:border-box;background:linear-gradient(180deg, #fffaf499 0%, #fff6 42%, #fff0 78%), var(--page-bg,#f8fafc);flex:1;width:100%;min-height:0;overflow-y:auto}.fireMainPanel{box-sizing:border-box;flex-direction:column;gap:20px;width:min(100%,1160px);margin:0 auto;padding:26px 30px 40px;display:flex}.fireDetailsHeader{border-bottom:1px solid #78350f1a;justify-content:space-between;align-items:flex-start;gap:18px;padding:4px 0 14px;display:flex}.fireHeroIdentity{align-items:center;gap:18px;min-width:0;display:flex}.fireHeroCopy{min-width:0}.calFireLogoBadge{box-sizing:border-box;background:#ffffffc2;border:1px solid #78350f1a;border-radius:10px;flex:none;justify-content:center;align-items:center;width:84px;min-height:96px;padding:8px;display:flex;box-shadow:0 14px 28px -26px #0f172a61}.calFireLogo{object-fit:contain;width:68px;max-width:100%;height:auto;display:block}.fireDetailsTitle{color:var(--text-h);letter-spacing:0;margin:0;font-size:30px;font-weight:780;line-height:1.12}.fireDetailsSubhead{color:var(--text);margin:7px 0 0;font-size:14px;line-height:1.45}.fireBadgeRow{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:8px;display:flex}.fireSourceBadge,.fireStatusBadge{min-height:24px;color:var(--text);letter-spacing:0;background:#ffffffd1;border:1px solid #78350f1f;border-radius:999px;align-items:center;padding:0 10px;font-size:11px;font-weight:780;line-height:1;display:inline-flex}.fireStatusBadge{color:#991b1b;background:#fef2f2d1;border-color:#dc262629}.backToMapBtn{min-height:38px;color:var(--text-h);background:#ffffffd1;border:1px solid #78350f21;border-radius:8px;flex:none;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:760;line-height:1;text-decoration:none;transition:transform .15s,border-color .15s,background .15s,color .15s;display:inline-flex;box-shadow:0 12px 26px -25px #0f172a6b}.backToMapBtn:hover{color:var(--accent);background:#fff7edc7;border-color:#dc26262e;transform:translateY(-1px)}.fireMapPanel,.nearbyFiresPanel{background:#ffffffe6}.fireSummaryPanel{padding:2px 0 0}.fireSummaryHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;display:flex}.fireSummaryHeader h2,.fireMapHeader h2,.nearbyFiresPanel h2{color:var(--text-h);letter-spacing:0;margin:0;font-size:17px;font-weight:780;line-height:1.25}.fireSummaryAccent{background:var(--accent);border-radius:999px;width:42px;height:2px}.fireSummaryGrid{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:30px;margin:0;display:grid}.fireSummaryItem{box-sizing:border-box;border-bottom:1px solid #78350f1a;min-width:0;padding:11px 0 12px}.fireSummaryItem dt{color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:780;line-height:1.2}.fireSummaryItem dd{color:var(--text-h);overflow-wrap:anywhere;margin:0;font-size:13.5px;font-weight:660;line-height:1.35}.fireSharePanel{border-top:1px solid #78350f1a;border-bottom:1px solid #78350f1a;justify-content:space-between;align-items:center;gap:12px;padding:9px 0;display:flex}.fireShareCopy{min-width:0;color:var(--text);align-items:center;gap:9px;display:flex}.fireShareCopy svg{color:var(--accent);flex:none}.fireShareCopy p{max-width:690px;margin:0;font-size:12px;line-height:1.4}.fireShareActions{flex-wrap:wrap;flex:none;align-items:center;gap:8px;display:flex}.fireShareButton{min-height:29px;color:var(--text-h);font:inherit;cursor:pointer;background:#ffffffc7;border:1px solid #78350f1f;border-radius:7px;align-items:center;gap:6px;padding:0 9px;font-size:12px;font-weight:760;line-height:1;text-decoration:none;display:inline-flex}.fireShareButton:hover{color:var(--accent);background:#fff7edd1;border-color:#dc26262e}.fireMapPanel{border:1px solid #78350f17;border-radius:10px;overflow:hidden;box-shadow:0 14px 32px -30px #0f172a75}.fireMapHeader{border-bottom:1px solid #78350f14;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.fireMapHeader span{color:var(--text-muted);align-items:center;gap:6px;font-size:12.5px;font-weight:700;display:inline-flex}.fireMapHeader svg{color:var(--accent)}.fireMapPreview{background:var(--code-bg);width:100%;height:clamp(310px,44vh,440px);overflow:hidden}.fireMapPreview .fireGoogleMapCanvas{width:100%;height:100%}.mapMissingKey,.mapLoading{min-height:280px;color:var(--text);text-align:center;background:linear-gradient(135deg,#fff7edad,#f8fafce0);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px;display:flex}.mapMissingKey h3{color:var(--text-h);margin:0;font-size:15px}.mapMissingKey p,.mapLoading{margin:0;font-size:13px;line-height:1.45}.mapMissingKey code{background:#ffffffb8;border-radius:6px;padding:1px 5px}.nearbyFiresPanel{background:0 0;border-top:1px solid #78350f1a;padding:2px 0 0}.nearbyFiresPanel h2{margin-bottom:8px}.nearbyFireList{margin:0;padding:0;list-style:none}.nearbyFireList li{border-bottom:1px solid #78350f14;grid-template-columns:minmax(0,1fr) minmax(160px,auto) auto;align-items:center;gap:12px;padding:10px 0;display:grid}.nearbyFireList li:last-child{border-bottom:0}.nearbyFireList a{min-width:0;color:var(--accent);font-size:13px;font-weight:760;line-height:1.3;text-decoration:none}.nearbyFireList a:hover{color:var(--accent-strong)}.nearbyFireList span{color:var(--text-muted);font-size:12.5px;line-height:1.35}.nearbyFireList svg{color:var(--text-muted)}.fireStatusText,.fireErrorText{color:var(--text-muted);background:#ffffffdb;border:1px solid #78350f1a;border-radius:8px;margin:0;padding:14px 16px;font-size:13px;line-height:1.45}.fireErrorText{color:var(--accent-strong)}.backToMapBtn:focus-visible,.fireShareButton:focus-visible,.nearbyFireList a:focus-visible{outline-offset:2px;outline:3px solid #f9731657}@media (width<=1000px){.fireSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.fireMainPanel{gap:14px;padding:18px}.fireDetailsHeader{flex-direction:column;align-items:stretch}.fireHeroIdentity{align-items:flex-start}.calFireLogoBadge{width:76px;min-height:88px}.calFireLogo{width:62px}.fireDetailsTitle{font-size:25px}.backToMapBtn{width:100%}.fireSummaryPanel{padding:0}.fireSummaryGrid{grid-template-columns:1fr}.fireSharePanel{flex-direction:column;align-items:flex-start}.fireShareActions{width:100%}.fireMapHeader{flex-direction:column;align-items:flex-start}.fireMapPreview{height:300px}.nearbyFireList li{grid-template-columns:1fr auto}.nearbyFireList span{grid-column:1/-1}}.appShell{box-sizing:border-box;background:var(--page);flex-direction:column;flex:1;width:100%;min-height:100svh;display:flex}.appBody{box-sizing:border-box;flex:1;width:100%;min-height:0;display:flex}.appRouteContent{background:var(--page);flex-direction:column;flex:1;min-width:0;display:flex}.mapShell{height:100svh;max-height:100svh;overflow:hidden}.mapShell .appBody{flex:0 0 calc(100svh - 64px);height:calc(100svh - 64px);overflow:hidden}.mapShell .appRouteContent{height:100%;overflow:hidden}.authShell .appBody{flex:none;justify-content:center;min-height:calc(100svh - 64px)}.authShell{min-height:100svh}.authShell .appRouteContent{width:100%}@media (width<=760px){.appBody{position:relative}.mapShell .appBody{flex-basis:calc(100svh - 60px);height:calc(100svh - 60px)}.authShell .appBody{min-height:calc(100svh - 60px)}}.alertsShell{box-sizing:border-box;flex:1;width:100%;min-height:0;display:flex}.alertsMain{box-sizing:border-box;flex-direction:column;flex:1;gap:14px;width:100%;max-width:1120px;margin:0 auto;padding:24px 24px 30px;display:flex;overflow-y:auto}.alertsHeroCard{background:linear-gradient(145deg, #fffffff5 0%, #fff7edeb 100%), var(--bg);box-shadow:var(--shadow-sm);border:1px solid #dc26261f;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.alertsHeroText{align-items:center;gap:13px;min-width:0;display:flex}.alertsHeroIcon{background:var(--gradient-fire);color:#fff;width:42px;height:42px;box-shadow:var(--shadow-fire);border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.alertsHeroLogo{object-fit:contain;background:0 0;flex:none;width:72px;height:72px;display:block}@media (width<=600px){.alertsHeroLogo{width:64px;height:64px}}.alertsTitle{color:var(--text-h);letter-spacing:0;margin:0;font-size:24px;font-weight:700;line-height:1.2}.alertsHeroText p{color:var(--text);margin:4px 0 0;font-size:13.5px;line-height:1.45}.alertsNotifToggle{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.alertsNotifToggle input{opacity:0;width:1px;height:1px;position:absolute}.alertsToggleTrack{background:var(--border);border-radius:999px;width:38px;height:21px;transition:background .18s;display:inline-block;position:relative}.alertsNotifToggle input:checked+.alertsToggleTrack{background:var(--accent)}.alertsNotifToggle input:focus-visible+.alertsToggleTrack{outline-offset:2px;outline:3px solid #f9731659}.alertsToggleThumb{background:#fff;border-radius:50%;width:17px;height:17px;transition:transform .18s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #11182729}.alertsNotifToggle input:checked+.alertsToggleTrack .alertsToggleThumb{transform:translate(17px)}.alertsNotifLabel{color:var(--text-muted);font-size:12px}.alertsFilterBar{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#ffffffdb;border-radius:8px;grid-template-columns:minmax(150px,.8fr) minmax(150px,.8fr) minmax(220px,1.4fr);gap:10px;padding:14px;display:grid}.alertsFilterGroup{flex-direction:column;gap:6px;min-width:0;display:flex}.alertsFilterGroup span{color:var(--text-h);font-size:12px;font-weight:700;line-height:1.2}.alertsFilterSelect,.alertsFilterInput{border:1px solid var(--border);background:var(--bg);width:100%;height:36px;color:var(--text-h);font:inherit;box-sizing:border-box;border-radius:8px;padding:0 10px;font-size:13px;transition:border-color .15s,box-shadow .15s}.alertsFilterSelect:focus,.alertsFilterInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.alertsHint,.alertsError,.alertsEmpty{margin:0;font-size:12.5px;line-height:1.45}.alertsHint{color:var(--text-muted)}.alertsError{color:var(--accent-strong)}.alertsEmpty{background:var(--orange-bg);color:var(--text);border:1px solid #f9731626;border-radius:8px;padding:16px}.alertsList{flex-direction:column;gap:10px;display:flex}.alertCard{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fffffff0;border-left-width:4px;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:14px 15px 14px 13px;transition:border-color .15s,box-shadow .15s,background .15s;display:grid}.alertCard:hover{box-shadow:var(--shadow-md);background:#fff;border-color:#dc262633}.alertCard--critical{border-left-color:var(--accent)}.alertCard--warning{border-left-color:var(--orange)}.alertCard--watch{border-left-color:var(--warning)}.alertCardLinkBody{min-width:0;color:inherit;text-decoration:none}.alertCardLinkBody:focus-visible,.alertShareBtn:focus-visible,.shareAction:focus-visible{outline-offset:2px;outline:3px solid #f9731659}.alertCardLinkBody:hover .alertCardName{color:var(--accent-strong)}.alertCardTitleRow{align-items:center;gap:8px;min-width:0;display:flex}.alertFireIcon{background:var(--accent-bg);width:26px;height:26px;color:var(--accent-strong);border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.alertCardName{min-width:0;color:var(--text-h);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:700;line-height:1.25;overflow:hidden}.alertSourceBadge{background:var(--accent);color:#fff;letter-spacing:0;border-radius:999px;flex:none;align-items:center;height:22px;padding:0 8px;font-size:10.5px;font-weight:800;line-height:1;display:inline-flex}.alertCardSummary{color:var(--text);margin:7px 0 0;font-size:13px;line-height:1.4}.alertCardMeta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:10px;margin-top:9px;font-size:12px;line-height:1.3;display:flex}.alertCardMeta span{align-items:center;gap:5px;display:inline-flex}.alertCardActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.alertBadge{letter-spacing:0;border-radius:999px;align-items:center;height:24px;padding:0 9px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.alertBadge--critical{background:var(--accent);color:#fff}.alertBadge--warning{background:var(--orange);color:#fff}.alertBadge--watch{color:#92400e;background:#fef3c7}.alertShareBtn{border:1px solid var(--border);background:var(--bg);height:30px;color:var(--text-h);font:inherit;cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.alertShareBtn:hover,.alertShareBtn[aria-expanded=true]{border-color:var(--accent);background:var(--accent-bg);color:var(--accent-strong)}.alertSharePanel{border-top:1px solid var(--divider);grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;margin-top:2px;padding:10px 0 0;display:flex}.alertShareText{min-width:220px;color:var(--text);flex:1;margin:0;font-size:12.5px;line-height:1.45}.alertShareActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.shareAction{border:1px solid var(--border);background:var(--bg);min-height:30px;color:var(--text-h);font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 9px;font-size:12px;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.shareAction:hover{border-color:var(--accent);background:var(--accent-bg);color:var(--accent-strong)}.alertsSeverityLegend{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:14px;padding:4px 0 0;font-size:12px;display:flex}.alertsLegendTitle{color:var(--text);font-weight:700}.alertsLegendItem{align-items:center;gap:6px;display:inline-flex}.alertsLegendDot{border-radius:999px;width:9px;height:9px;display:inline-block}.alertsLegendDot--critical{background:var(--accent)}.alertsLegendDot--warning{background:var(--orange)}.alertsLegendDot--watch{background:var(--warning)}@media (width<=860px){.alertsFilterBar,.alertCard{grid-template-columns:1fr}.alertCardActions{justify-content:flex-start}.alertSharePanel{flex-direction:column;align-items:flex-start}.alertShareText{min-width:0}.alertShareActions{justify-content:flex-start}}@media (width<=640px){.alertsMain{padding:18px}.alertsHeroCard{align-items:flex-start;padding:16px}.alertsHeroText{align-items:flex-start}.alertsTitle{font-size:22px}.alertsNotifToggle,.alertsFilterGroup,.alertsFilterSelect,.alertsFilterInput{width:100%}.alertCard{padding:13px}.alertCardTitleRow{flex-wrap:wrap}.alertCardName{white-space:normal}}.appFooter{border-top:1px solid var(--border);background:var(--code-bg);box-sizing:border-box;width:100%;margin-top:auto;padding:2.5rem 1.5rem 1.25rem}.footerInner{border-bottom:1px solid var(--border);grid-template-columns:1.5fr 2fr 1fr;gap:2rem;max-width:1100px;margin:0 auto;padding-bottom:1.75rem;display:grid}.footerBrand{flex-direction:column;gap:.35rem;display:flex}.footerLogo{font-size:1.75rem;line-height:1}.footerName{color:var(--text-h);letter-spacing:-.02em;font-size:1rem;font-weight:700}.footerTagline{color:var(--text);font-size:.82rem}.footerNav{flex-wrap:wrap;gap:2rem;display:flex}.footerNavGroup{flex-direction:column;gap:.5rem;display:flex}.footerNavGroup a,.footerExternal a{color:var(--text);font-size:.85rem;text-decoration:none;transition:color .15s}.footerNavGroup a:hover,.footerExternal a:hover{color:var(--accent)}.footerNavLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-h);margin:0 0 .25rem;font-size:.72rem;font-weight:700}.footerExternal{flex-direction:column;gap:.5rem;display:flex}.footerBottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:1.25rem auto 0;display:flex}.footerBottom p{color:var(--text);margin:0;font-size:.78rem}.footerBottom a{color:var(--accent);font-weight:600;text-decoration:none}@media (width<=700px){.footerInner{grid-template-columns:1fr;gap:1.5rem}.footerNav{gap:1.25rem}.footerBottom{flex-direction:column;align-items:flex-start;gap:.35rem}}
