*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;background:#000;font-family:'Nunito',sans-serif;display:flex;justify-content:center;align-items:center;padding:2vmin;touch-action:none}.app-container{position:relative;width:100%;height:100%;max-width:500px;background:#FFFC00;border:8px solid #000;border-radius:40px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.5)}.bg-avatars{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.avatar{position:absolute;width:clamp(70px,18vw,130px);opacity:.08}.a1{top:12%;left:-8%;transform:rotate(15deg)}.a2{top:45%;right:-10%;transform:rotate(-20deg)}.a3{bottom:20%;left:8%;transform:rotate(25deg)}header{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:24px}.logo-wrapper img{height:36px;width:auto;object-fit:contain}.status-bar{display:flex;align-items:center;background:#fff;padding:6px 12px;border-radius:20px;font-size:.7rem;font-weight:700;color:#000;border:3px solid #000}@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}.status-dot{display:inline-block;width:10px;height:10px;background:#0f0;border-radius:50%;border:2px solid #000;animation:blink 1.5s infinite;margin-right:6px}.status-text{text-transform:uppercase;letter-spacing:.5px}.version-badge{background:#000;color:#FFFC00;padding:3px 8px;border-radius:12px;margin-left:8px;font-size:.75rem}main{position:relative;z-index:10;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 24px}h1{font-size:clamp(2.5rem,9vw,3.5rem);font-weight:700;color:#000;line-height:1.05;margin-bottom:24px;transform:rotate(-3deg);letter-spacing:-1.5px;text-shadow:3px 3px 0 #fff}p.subtitle{font-size:clamp(1.1rem,4.5vw,1.25rem);font-weight:700;color:#000;margin-bottom:40px;max-width:95%;line-height:1.4}.cta-button{display:inline-block;background:#000;color:#FFFC00;font-weight:700;font-size:clamp(1.2rem,5vw,1.4rem);text-decoration:none;padding:18px 45px;border-radius:50px;text-transform:uppercase;letter-spacing:1px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),box-shadow .2s;box-shadow:5px 5px 0 rgba(0,0,0,.15);border:4px solid #000}.cta-button:hover,.cta-button:focus{transform:scale(1.06) rotate(2deg);box-shadow:7px 7px 0 rgba(0,0,0,.25);outline:none}footer{position:relative;z-index:10;padding:24px;text-align:center}@keyframes swipe{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.swipe-cue{display:flex;flex-direction:column;align-items:center;gap:4px;font-weight:700;font-size:1rem;text-transform:uppercase;color:#000;animation:swipe 1.8s infinite ease-in-out;margin-bottom:20px;cursor:pointer}.swipe-icon{width:22px;height:22px;border-top:5px solid #000;border-right:5px solid #000;transform:rotate(-45deg);margin-top:10px}.disclaimer{font-size:.75rem;color:#000;font-weight:700;opacity:.8;max-width:80%;margin:0 auto}