@charset "UTF-8";html,body{height:100%;min-height:100vh;min-height:-webkit-fill-available;margin:0;padding:0;overflow:hidden;box-sizing:border-box}@supports (height: 100dvh){html,body{min-height:100dvh}}*{touch-action:manipulation}@media screen and (max-width: 768px){html{height:-webkit-fill-available}body{min-height:100vh;min-height:-webkit-fill-available}}#lux-overlay{position:fixed;inset:0;pointer-events:none;z-index:9999}#lux-overlay .lux-layer{position:absolute;inset:0;overflow:hidden}#lux-overlay .lux-layer span{position:absolute;left:var(--x, 50%);bottom:-40px;width:var(--w, 22px);height:var(--h, 20px);transform:translate(-50%) scale(var(--scale, 1));opacity:0;filter:drop-shadow(0 2px 6px rgba(0,0,0,.12));will-change:transform,opacity;animation:lux-cycle var(--period, 16s) linear var(--delay, 0s) infinite}@keyframes lux-cycle{0%{opacity:0;transform:translate(-50%) translateY(0) scale(var(--scale, 1))}25%{opacity:0}40%{opacity:.7}70%{transform:translate(calc(-50% + var(--drift, 12px))) translateY(-40vh) scale(calc(var(--scale, 1) * 1.05))}88%{transform:translate(calc(-50% - var(--drift, 12px))) translateY(-90vh) scale(calc(var(--scale, 1) * 1.1))}92%{opacity:.7}to{opacity:0;transform:translate(-50%) translateY(-110vh) scale(calc(var(--scale, 1) * 1.1))}}#lux-overlay .lux-hearts span{--w: 22px;--h: 20px;background-image:url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18s-7-4.35-9.2-8.02C-0.1 7.1 1.4 3.4 4.9 3 7 2.8 8.6 3.9 11 6.2 13.4 3.9 15 2.8 17.1 3c3.5.4 5 4.1 3.1 6.98C18 13.65 11 18 11 18z' fill='%23E0C774'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;opacity:.85}#lux-overlay .lux-flowers span{--w: 18px;--h: 18px;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='9' cy='4' r='3.5' fill='%23FFE7F0'/%3E%3Ccircle cx='14' cy='8' r='3.5' fill='%23FFDDE9'/%3E%3Ccircle cx='10' cy='14' r='3.5' fill='%23FFD0E0'/%3E%3Ccircle cx='4' cy='10' r='3.5' fill='%23FFE3EE'/%3E%3Ccircle cx='6' cy='4' r='3.5' fill='%23FFD9E6'/%3E%3Ccircle cx='9' cy='9' r='2' fill='%23E2B24C'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;opacity:.9}@media (max-width: 480px){#lux-overlay .lux-layer span{filter:drop-shadow(0 1px 4px rgba(0,0,0,.08))}}@media (prefers-reduced-motion: reduce){#lux-overlay{display:none!important}}
