@tailwind utilities;:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{color:#000;background-color:#fff;font-family:Arial,Helvetica,sans-serif}.custom-marker{flex-direction:column;align-items:center;animation:1s ease-out fadeIn;display:flex}.logo-bubble{opacity:0;background:#fff;border:2px solid #fff;border-radius:50%;width:36px;height:36px;animation:.6s ease-out .8s forwards popIn;overflow:hidden;transform:scale(.5)}.logo-bubble img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.tree-container{gap:4px;margin-top:4px;display:flex}.tree{background:green;border-radius:2px;width:6px;height:0;animation:.8s ease-out forwards growTree}.tree-1{animation-delay:0s}.tree-2{animation-delay:.2s}.tree-3{animation-delay:.4s}@keyframes growTree{to{height:18px}}@keyframes popIn{to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
