.app-container{width:100vw;height:100vh;height:100dvh;background-size:cover;background-position:center;background-repeat:no-repeat;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:none;overscroll-behavior:none}.app-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(30,60,100,.4) 100%);z-index:1;pointer-events:none}.gradient-left,.gradient-right{display:none}.icon-logo{position:absolute;top:40px;left:40px;z-index:10;animation:fadeIn .8s ease-out}.icon-logo img{height:72px;width:auto;display:block}.text-logo{position:absolute;top:40px;right:40px;font-family:Amatic SC,cursive;font-weight:700;font-size:42px;color:#fff;z-index:10;letter-spacing:2px}.tagline{position:absolute;bottom:40px;left:40px;font-family:Josefin Sans,sans-serif;font-weight:400;font-size:18px;color:#fff;z-index:10;letter-spacing:2px;white-space:pre-line}.tagline .cursor{display:inline-block;animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.handle{position:absolute;top:50%;right:40px;transform:translateY(-50%);font-family:Josefin Sans,sans-serif;font-weight:400;font-size:14px;color:#fff;z-index:10;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:1px;writing-mode:vertical-rl;text-orientation:mixed}.cta{position:absolute;bottom:40px;right:40px;font-family:Josefin Sans,sans-serif;font-weight:400;font-size:16px;color:#fff;z-index:10;letter-spacing:2px;display:inline-flex;align-items:center;gap:10px;padding:10px 12px 10px 20px;border-radius:999px;border:1.5px solid rgba(255,255,255,.9);background:transparent;cursor:pointer;transition:background .2s ease-out,transform .2s ease-out;text-decoration:none;animation:popIn .6s cubic-bezier(.34,1.56,.64,1) .6s both}.cta-label{text-transform:uppercase;white-space:nowrap}.cta-icon{width:28px;height:28px;border-radius:999px;border:1.5px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;background:#fff}.cta-icon svg{width:18px;height:18px}.cta:hover{background:#ffffff1a;transform:translateY(-1px)}.animated-element{position:absolute;width:180vh;height:180vh;display:flex;align-items:center;justify-content:center;z-index:5;cursor:pointer;will-change:transform}.hero-element-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 30px 80px rgba(0,0,0,.6))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@media (min-width: 769px) and (max-width: 1024px){.tagline{bottom:40px;left:40px;white-space:pre-line}.tagline br{display:block}.cta{bottom:40px;right:40px}}@media (max-width: 768px){.app-container{height:100svh;height:100dvh;min-height:-webkit-fill-available}.animated-element{width:117vh;height:117vh}.icon-logo{top:20px;left:20px;position:fixed}.icon-logo img{height:40px}.text-logo{font-size:24px;right:20px;top:20px;position:fixed}.tagline{font-size:12px;position:fixed;bottom:calc(20px + env(safe-area-inset-bottom,0px));left:20px;white-space:normal;max-width:calc(100% - 140px);line-height:1.4;display:block}.tagline br{display:block;content:"";margin:0}.tagline span{display:inline}.tagline span:first-child:after{content:""}.handle{font-size:12px;top:50%;right:20px;transform:translateY(-50%);position:fixed}.cta{font-size:12px;position:fixed;bottom:calc(20px + env(safe-area-inset-bottom,0px));right:20px;padding:8px 10px 8px 16px;gap:8px;display:inline-flex;align-items:center}.cta-icon{width:26px;height:26px}.cta-icon svg{width:16px;height:16px}}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;height:100dvh;overflow:hidden;position:fixed;width:100%;touch-action:none}body{font-family:Josefin Sans,sans-serif;overflow:hidden;height:100%;height:100dvh;width:100vw;position:fixed;top:0;left:0;touch-action:none;overscroll-behavior:none}#root{width:100%;height:100%;position:fixed;top:0;left:0}
