:root{--brand:#10b981;--blue:#3b82f6}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Helvetica Neue,Arial,sans-serif;scroll-behavior:smooth}*{-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b855;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#94a3b899}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulseSoft{0%,to{opacity:1}50%{opacity:.55}}.animate-fade-up{animation:fadeUp .35s ease both}.animate-fade-in{animation:fadeIn .25s ease both}.animate-pulse-soft{animation:pulseSoft 1.8s ease-in-out infinite}.house-zone{cursor:pointer;transition:filter .2s ease,opacity .2s ease}.house-zone.zone-selected .zone-fill,.house-zone:hover .zone-fill{filter:brightness(1.12)}.house-zone.zone-selected .zone-label,.house-zone:hover .zone-label{opacity:1}.zone-fill{transition:filter .2s ease}.zone-label{transition:opacity .2s ease}.pb-safe{padding-bottom:env(safe-area-inset-bottom,0)}