@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap";:root{--bg:#f4f4f4;--surface:#fff;--teal:#43a1b1;--teal-dark:#357f8c;--teal-darker:#2b6772;--lime:#a3de36;--lime-dark:#8ec424;--ink:#414242;--ink-soft:#6a6c6c;--ink-faint:#9a9c9c;--terra:#8e5534;--terra-soft:#b07a5c;--terra-tint:#f2e7df;--line:#e3e3e0;--line-strong:#d2d2cd;--ok:#5aa83a;--ok-bg:#eaf4e0;--warn:#d99a2b;--warn-bg:#faf0db;--danger:#c4452f;--danger-bg:#f8e4df;--radius:14px;--radius-lg:20px;--radius-sm:9px;--shadow-sm:0 1px 2px #4142420f, 0 1px 3px #41424214;--shadow:0 4px 14px #41424214, 0 2px 6px #4142420d;--shadow-lg:0 18px 50px #2b67722e, 0 6px 18px #4142421a;--maxw:1240px;--nav-h:68px;--font:"Jost", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-weight:400;line-height:1.5}h1,h2,h3,h4{letter-spacing:-.01em;color:var(--ink);margin:0;font-weight:700;line-height:1.1}p{margin:0}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}input{font-family:inherit}::selection{background:#a3de3659}#root{min-height:100vh}.focusable:focus-visible{outline-offset:2px;outline:3px solid #43a1b173}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line-strong);border:2px solid var(--bg);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--ink-faint)}.leaflet-container{font-family:var(--font);background:#13212b;width:100%;height:100%}.leaflet-bar a{color:var(--ink)}.regen-tooltip{background:var(--ink);color:#fff;font-family:var(--font);box-shadow:var(--shadow);border:none;border-radius:8px;padding:5px 9px;font-size:12px;font-weight:500}.regen-tooltip:before{display:none}.leaflet-control-zoom{overflow:hidden;box-shadow:var(--shadow)!important;border:none!important;border-radius:10px!important}.leaflet-control-zoom a{width:34px!important;height:34px!important;color:var(--ink)!important;border-bottom:1px solid var(--line)!important;background:#fffffff5!important;font-size:18px!important;line-height:34px!important}.leaflet-control-zoom a:hover{color:var(--teal)!important;background:#fff!important}.fire-divicon{background:0 0;border:none}.fire-pin{place-items:center;width:34px;height:34px;display:grid;position:relative}.fire-dot{filter:drop-shadow(0 1px 2px #00000080);z-index:2;font-size:18px;line-height:1}.fire-pulse{background:#c4452f8c;border-radius:50%;animation:1.8s ease-out infinite firePulse;position:absolute;inset:6px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulseRing{0%{box-shadow:0 0 #c4452f73}70%{box-shadow:0 0 0 12px #c4452f00}to{box-shadow:0 0 #c4452f00}}@keyframes drawLine{0%{stroke-dashoffset:var(--len)}to{stroke-dashoffset:0}}@keyframes firePulse{0%{opacity:.9;transform:scale(.6)}to{opacity:0;transform:scale(2.4)}}@keyframes spin{to{transform:rotate(360deg)}}.anim-fade-up{animation:.5s cubic-bezier(.2,.7,.3,1) both fadeUp}.anim-fade-in{animation:.4s both fadeIn}.spin{animation:1s linear infinite spin}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (width<=640px){.hide-sm{display:none!important}}@media (width<=880px){.hero-grid,.prop-grid{grid-template-columns:1fr!important}.prop-grid .map-col{height:440px!important}}
