:root{--canvas:#fbfbfd;--surface:#fff;--surface-raised:#fff;--surface-hover:#f3f4f6;--border:#e5e7eb;--border-em:#d1d5db;--fg:#1a1a1f;--fg-muted:#6b7280;--fg-subtle:#9ca3af;--fg-strong:#374151;--accent-50:#0d94880f;--accent-100:#0d94881f;--accent-200:#0d948838;--accent:#0d9488;--accent-light:#14b8a6;--accent-dark:#0f766e;--accent-gradient:linear-gradient(135deg, #0d9488, #0f766e);--accent-glow:0 0 0 4px #0d94881f;--sky:#0284c7;--emerald:#059669;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--ease-out-strong:cubic-bezier(.23, 1, .32, 1);--ease-in-out-strong:cubic-bezier(.77, 0, .175, 1);--ease-drawer:cubic-bezier(.32, .72, 0, 1);--ease-apple:cubic-bezier(.16, 1, .3, 1);--font-display:"Inter", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", "Courier New", monospace}h1,.display-1{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.1}h2,.display-2{font-family:var(--font-display);letter-spacing:-.015em;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;line-height:1.15}p,li{line-height:1.65}.eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--fg-subtle);font-size:11px}.section{padding-block:clamp(48px,9vw,120px)}.measure{max-width:1120px;margin-inline:auto}::selection{color:#0f172a;background:#0d948833}html,body,#root{min-height:100vh;margin:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth}body{background:var(--canvas);color:var(--fg);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{scrollbar-color:#0d948873 transparent;scrollbar-width:thin}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0d948859;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#0d948899}.skip-link{z-index:9999;background:var(--accent);color:#fff;font-family:var(--font-body);border-radius:0 0 .375rem;padding:.75rem 1rem;font-weight:600;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}:focus{outline:none}:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible,[role=option]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button,[role=button]{transition:transform .1s var(--ease-out-strong), opacity .15s ease;cursor:pointer}button:active,[role=button]:active{transform:scale(.97)}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{opacity:.6;transform:scale(1)}70%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(1.5)}}@keyframes countup{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes starPop{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}.star-pop{animation:starPop .32s var(--ease-apple)}@keyframes markerPulse{0%{box-shadow:0 0 #0d948880}70%{box-shadow:0 0 0 8px #0d948800}to{box-shadow:0 0 #0d948800}}.marker-pulse{animation:2s ease-out infinite markerPulse}.anim-fade-slide{animation:fadeSlideIn .22s var(--ease-out-strong) both}.anim-scale-in{animation:scaleIn .22s var(--ease-out-strong) both}.anim-slide-down{animation:slideDown .22s var(--ease-out-strong) both}.anim-fade-in{animation:.18s ease-out both fadeIn}@keyframes chatPanelEnter{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes chatPanelExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.chat-panel-enter{animation:chatPanelEnter .3s var(--ease-drawer) both}.chat-panel-exit{animation:chatPanelExit .2s var(--ease-out-strong) forwards}@keyframes chatMsgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-msg-in{animation:.18s cubic-bezier(.23,1,.32,1) both chatMsgIn}.chat-input-area textarea:focus,.chat-input-area textarea:focus-visible{box-shadow:none!important;border:none!important;outline:none!important}@keyframes typingDot{0%,60%,to{opacity:.2;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.typing-dot{background:var(--accent);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite typingDot;display:inline-block}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.stagger-item{animation:fadeSlideIn .2s var(--ease-out-strong) both}.stagger-item:first-child{animation-delay:0s}.stagger-item:nth-child(2){animation-delay:30ms}.stagger-item:nth-child(3){animation-delay:60ms}.stagger-item:nth-child(4){animation-delay:90ms}.stagger-item:nth-child(5){animation-delay:.12s}.stagger-item:nth-child(n+6){animation-delay:.15s}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*{--chakra-colors-bg-panel:#fff!important;--chakra-colors-bg-subtle:#f9fafb!important;--chakra-colors-bg-muted:#f3f4f6!important;--chakra-colors-bg-canvas:#fbfbfd!important;--chakra-colors-fg-muted:#6b7280!important;--chakra-colors-fg:#1a1a1f!important;--chakra-colors-border-muted:#e5e7eb!important;--chakra-colors-border:#e5e7eb!important}table,thead,tbody,tfoot,tr,th,td{color:inherit!important;background-color:#0000!important}table tr{background:0 0!important}table thead tr{background:#f9fafb!important}table tbody tr{box-shadow:inset 3px 0 #0000;transition:background .18s var(--ease-apple), box-shadow .18s var(--ease-apple)!important;background:#fff!important}@media (hover:hover) and (pointer:fine){table tbody tr:hover{box-shadow:inset 3px 0 0 var(--accent)!important;background:#f9fafb!important}}table th{color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.06em!important;background:0 0!important;border-color:#e5e7eb!important;border-bottom-style:solid!important;border-bottom-width:1px!important;font-family:Inter,sans-serif!important;font-size:11px!important;font-weight:600!important}table td{color:#374151!important;border-color:#f1f2f4!important;border-bottom-style:solid!important;border-bottom-width:1px!important}table tr:last-child td{border-bottom:none!important}[class*=chakra-card]{border-radius:var(--radius-lg)!important;background:#fff!important;border-color:#e5e7eb!important}input,select,textarea{color:#1a1a1f!important;background:#fff!important;border-color:#e5e7eb!important}input::placeholder,textarea::placeholder{color:#9ca3af!important}input:focus,select:focus,textarea:focus{border-color:var(--accent)!important;outline:none!important;box-shadow:0 0 0 3px #0d948826!important}select option{color:#1a1a1f;background:#fff}button{color:#374151!important}button:hover{color:#1a1a1f!important}button:where([style*=border]){border-color:#d1d5db!important}button:not([style*="background: rgb"]):not([style*="background-color: rgb"]):not([style*="background:#"]):not([style*="background: #"]){color:#374151!important}button:not([style*="background: rgb"]):not([style*="background-color: rgb"]):not([style*="background:#"]):not([style*="background: #"]):hover{color:#1a1a1f!important;background:#f3f4f6!important}button[style*="background: rgb(13"],button[style*="background-color: rgb(13"],button[style*="background: #0D9"],button[style*="background: linear-gradient"][style*="13,148"]{color:#fff!important}.cta-amber{background:var(--accent-gradient)!important;color:#fff!important;transition:box-shadow .22s var(--ease-apple), transform .12s var(--ease-out-strong), filter .22s var(--ease-apple)!important;border:none!important;font-weight:600!important;box-shadow:0 2px 10px #0d948838!important}.cta-amber:hover{color:#fff!important;box-shadow:var(--accent-glow), 0 4px 16px #0d94884d!important;filter:brightness(1.05)!important}.cta-amber:active{transform:scale(.97)!important}[role=button],[role=combobox],[role=option]{color:#374151!important}[role=option]:hover{background:#f3f4f6!important}[data-part=trigger],[data-part=item-trigger]{color:#374151!important;background:0 0!important}[data-part=trigger]:hover,[data-part=item-trigger]:hover{color:#1a1a1f!important;background:#f3f4f6!important}select{color:#374151!important;background:#fff!important}[data-theme=light]{--chakra-colors-blue-50:#0284c70f;--chakra-colors-blue-100:#0284c71f;--chakra-colors-blue-200:#0284c738;--chakra-colors-blue-300:#38bdf8;--chakra-colors-blue-400:#0284c7;--chakra-colors-blue-500:#0369a1;--chakra-colors-blue-600:#075985;--chakra-colors-blue-700:#0c4a6e;--chakra-colors-red-50:#dc26260f;--chakra-colors-red-100:#dc26261f;--chakra-colors-red-400:#dc2626;--chakra-colors-red-500:#b91c1c;--chakra-colors-red-600:#991b1b;--chakra-colors-red-700:#7f1d1d;--chakra-colors-orange-50:#d977060f;--chakra-colors-orange-100:#d977061f;--chakra-colors-orange-400:#d97706;--chakra-colors-orange-500:#b45309;--chakra-colors-orange-600:#92400e;--chakra-colors-teal-50:#0d94880f;--chakra-colors-teal-100:#0d94881f;--chakra-colors-teal-400:#14b8a6;--chakra-colors-teal-500:#0d9488;--chakra-colors-teal-600:#0f766e;--chakra-colors-purple-50:#7c3aed0f;--chakra-colors-purple-100:#7c3aed1f;--chakra-colors-purple-400:#7c3aed;--chakra-colors-purple-500:#6d28d9;--chakra-colors-purple-600:#5b21b6;--chakra-colors-green-50:#0596690f;--chakra-colors-green-100:#0596691f;--chakra-colors-green-400:#059669;--chakra-colors-green-500:#047857;--chakra-colors-green-600:#065f46;--chakra-colors-gray-50:#f9fafb;--chakra-colors-gray-100:#f3f4f6;--chakra-colors-gray-200:#e5e7eb;--chakra-colors-gray-300:#d1d5db;--chakra-colors-gray-400:#9ca3af;--chakra-colors-gray-500:#6b7280;--chakra-colors-gray-600:#4b5563;--chakra-colors-gray-700:#374151;--chakra-colors-gray-800:#1f2937;--chakra-colors-gray-900:#111827;--chakra-colors-bg:#fbfbfd;--chakra-colors-bg-subtle:#f9fafb;--chakra-colors-bg-muted:#f3f4f6;--chakra-colors-fg:#1a1a1f;--chakra-colors-fg-muted:#6b7280;--chakra-colors-fg-subtle:#9ca3af;--chakra-colors-border:#e5e7eb;--chakra-colors-border-muted:#e5e7eb}[placeholder]{color:#9ca3af!important}a,a:visited{color:var(--accent-dark)}a:hover{color:var(--accent)!important}button[aria-expanded],button[aria-controls]{color:#374151!important;background:0 0!important}button[aria-expanded]:hover,button[aria-controls]:hover{color:#1a1a1f!important;background:#f3f4f6!important}.leaflet-popup-content-wrapper{color:#1a1a1f!important;border-radius:12px!important;box-shadow:0 8px 28px #10182824!important}.leaflet-popup-tip{background:#fff!important}.print-only{display:none}@media print{body{color:#111!important;background:#fff!important}.no-print{display:none!important}.print-only{display:block!important}[data-print-shortlist]{break-inside:avoid}table{border-collapse:collapse;width:100%;font-size:10pt}th,td{border:1px solid #ccc;padding:4px 6px}th{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f3f4f6!important}}
