:root{--bg:#F5F5F7;--surface:#FFF;--text:#1D1D1F;--wm:#E5E5EA;--g1:#FF2D55;--g2:#FF9F0A;--g3:#BF5AF2;--g4:#64D2FF;--font-sans:'Instrument Sans',sans-serif;--font-serif:'Newsreader',serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.wm-layer{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden}.wm-el{position:absolute;opacity:0;animation:drift 30s linear infinite}.wm-pill{width:100px;height:32px;border:3px solid var(--wm);border-radius:20px}.wm-notch{width:140px;height:28px;background:var(--wm);border-radius:0 0 16px 16px}.wm-1{top:70%;left:-10%;animation-delay:0s}.wm-2{top:40%;left:-20%;animation-delay:15s}.wm-3{top:80%;left:20%;animation-delay:7s}@keyframes drift{0%{transform:translate(0,10vh) rotate(-10deg);opacity:0}10%{opacity:.4}90%{opacity:.4}100%{transform:translate(120vw,-90vh) rotate(20deg);opacity:0}}header{width:100%;padding:24px 20px;text-align:center;flex-shrink:0}.logo{height:32px;width:auto}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px;width:100%;max-width:800px;margin:0 auto;text-align:center}h1{font-size:clamp(2.25rem,6vw,4rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;margin-bottom:16px;max-width:20ch}.subline{font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:400;line-height:1.4;color:#434345;margin-bottom:40px;max-width:42ch}.badge-wrapper{position:relative;width:100%;max-width:320px;aspect-ratio:3/2;margin-bottom:40px;z-index:2}.badge{width:100%;height:100%;background:var(--surface);border-radius:40px;box-shadow:0 24px 48px rgba(0,0,0,.08),inset 0 2px 4px rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transform:translateY(0);will-change:transform}.badge-gloss{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);transform:skewX(-20deg);animation:sweep 8s infinite}@keyframes sweep{0%,40%{left:-100%}60%,100%{left:200%}}.island-cutout{width:65%;height:32%;background:#000;border-radius:99px;padding:3px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 4px 10px rgba(0,0,0,.3);z-index:2}.island-grad{width:100%;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--g1),var(--g2),var(--g3),var(--g4));background-size:300% 100%;animation:gloop 8s ease-in-out infinite}@keyframes gloop{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.sparkle{position:absolute;width:24px;height:24px;fill:none;stroke:var(--g2);stroke-width:1.5;z-index:3}.sp-1{top:16px;left:16px}.sp-2{bottom:16px;right:16px}.sticker{position:absolute;background:var(--surface);padding:6px 12px;border-radius:8px;font-family:var(--font-serif);font-style:italic;font-size:14px;color:#434345;box-shadow:0 8px 16px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.04);opacity:0;z-index:10;white-space:nowrap;border:1px solid rgba(0,0,0,.03)}.st-tr{top:-10px;right:-20px}.st-bl{bottom:-15px;left:-15px}@keyframes pop{0%{transform:scale(.4) rotate(-15deg);opacity:0}70%{transform:scale(1.1) rotate(5deg);opacity:1}100%{transform:scale(1) rotate(2deg);opacity:1}}@keyframes flt{0%,100%{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-6px) rotate(2deg)}}@keyframes flt-alt{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-6px) rotate(-3deg)}}.action-area{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;z-index:2}.cta-row{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--g1),var(--g2));color:#FFF;text-decoration:none;font-weight:700;font-size:1.125rem;padding:16px 32px;border-radius:99px;box-shadow:inset 0 2px 0 rgba(255,255,255,.3),0 12px 24px rgba(255,45,85,.25);transition:transform .2s,box-shadow .2s}.cta-btn:hover{transform:scale(1.02);box-shadow:inset 0 2px 0 rgba(255,255,255,.4),0 16px 32px rgba(255,45,85,.35)}.cta-btn:focus-visible{outline:3px solid var(--text);outline-offset:4px}.live-ind{display:flex;align-items:center;gap:8px}.dot-wrap{position:relative;width:10px;height:10px;display:flex;align-items:center;justify-content:center}.dot{width:8px;height:8px;background:var(--g1);border-radius:50%;position:relative;z-index:2}.dot-ring{position:absolute;inset:-6px;border:2px solid var(--g1);border-radius:50%;animation:pring 1.5s ease-out infinite}@keyframes pring{0%{transform:scale(.5);opacity:1}100%{transform:scale(2);opacity:0}}.live-txt{font-family:var(--font-serif);font-size:.9rem;color:#434345;opacity:0;transition:opacity .5s ease}.cta-sub{font-size:.875rem;color:#86868B}footer{padding:32px 20px;text-align:center;font-size:.875rem;color:#86868B;font-weight:700;flex-shrink:0}@media(max-width:430px){h1{margin-bottom:12px}.subline{margin-bottom:32px}.badge-wrapper{width:85vw;max-height:35vh}.cta-row{flex-direction:column;gap:16px}.st-tr{right:-5px}.st-bl{left:-5px}}@media(prefers-reduced-motion:reduce){.wm-el,.badge-gloss,.island-grad,.dot-ring,.badge,.sticker{animation:none!important;transition:none!important}.sticker{opacity:1;transform:none}}html,body{max-width:100%;overflow-x:clip}