:root{--bg:#F7F7F4;--text:#1C1C1E;--text2:#6E6E73;--acc:#6C4DFF;--acc2:#7B5EFF;--card:#ECECF0;--card2:#E5E5EA;--bdr:#D9D9DE;--w:#FFF}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'SF Pro Display','Segoe UI',sans-serif;background:#F7F7F4;color:#1C1C1E;height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}main{width:100%;max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:clamp(10px,2.2vh,22px);padding:clamp(14px,3vh,36px) clamp(16px,4vw,40px);height:100vh;height:100dvh;justify-content:center;overflow:hidden}header{display:flex;align-items:center;justify-content:center;width:100%;flex-shrink:0}header img{width:clamp(36px,6vw,48px);height:auto;aspect-ratio:1/1;object-fit:contain;display:block}.hero{text-align:center;width:100%;flex-shrink:0;display:flex;flex-direction:column;gap:clamp(6px,1.2vh,12px)}.hero h1{font-size:clamp(1.8rem,5vw,3.4rem);font-weight:700;letter-spacing:-0.035em;line-height:1.1;color:#1C1C1E;text-wrap:balance;word-break:break-word}.hero p{font-size:clamp(0.95rem,2.2vw,1.35rem);font-weight:400;letter-spacing:-0.012em;line-height:1.35;color:#6E6E73;text-wrap:balance}.progress-wrap{width:100%;flex-shrink:0;display:flex;flex-direction:column;gap:6px}.progress-label-row{display:flex;align-items:center;justify-content:space-between;width:100%}.progress-label{font-size:.75rem;font-weight:600;letter-spacing:.01em;color:#6E6E73;text-transform:uppercase}.progress-pct{font-size:.75rem;font-weight:700;color:#6C4DFF;letter-spacing:-0.01em;min-width:3ch;text-align:right}.progress-track{width:100%;height:5px;background:#E5E5EA;border-radius:100px;overflow:hidden;position:relative}.progress-fill{position:absolute;left:0;top:0;height:100%;background:#6C4DFF;border-radius:100px;animation:progFill 10s linear forwards;box-shadow:0 0 8px rgba(108,77,255,0.35);width:0}@keyframes progFill{to{width:100%}}.ticker-wrap{width:100%;flex-shrink:0;background:#ECECF0;border-radius:12px;padding:clamp(8px,1.5vh,12px) clamp(12px,3vw,18px);display:flex;align-items:center;gap:8px;min-height:38px}.ticker-dot{width:7px;height:7px;border-radius:50%;background:#6C4DFF;flex-shrink:0;animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.ticker-text{font-size:.8rem;font-weight:500;letter-spacing:-0.005em;color:#1C1C1E;line-height:1.3;transition:opacity .35s ease}.trust-row{width:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:clamp(10px,2.5vw,20px);flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:7px;background:#ECECF0;border-radius:100px;padding:clamp(7px,1.2vh,10px) clamp(12px,2.5vw,18px);font-size:.78rem;font-weight:600;letter-spacing:-0.005em;color:#1C1C1E;white-space:nowrap;flex-shrink:0}.trust-badge .padlock-icon{display:inline-block;font-size:1.05rem;animation:padPulse 2.2s ease-in-out infinite;color:#6C4DFF;line-height:1}@keyframes padPulse{0%,100%{transform:scale(1)}30%{transform:scale(1.18)}60%{transform:scale(0.96)}}.trust-badge .badge-tag{font-size:.65rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#6C4DFF;background:rgba(108,77,255,0.08);border-radius:100px;padding:3px 8px;margin-left:2px}.cta-wrap{width:100%;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:6px}.cta-btn{display:block;width:100%;max-width:480px;text-align:center;text-decoration:none;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:700;letter-spacing:-0.015em;color:#FFF;background:linear-gradient(175deg,#7B5EFF 0,#6C4DFF 55%,#5A38E8 100%);border:1px solid rgba(255,255,255,0.18);border-radius:16px;padding:clamp(14px,2.2vh,18px) clamp(20px,4vw,36px);box-shadow:0 6px 20px rgba(108,77,255,0.32),0 2px 5px rgba(0,0,0,0.06),inset 0 1px 0 rgba(255,255,255,0.2);transition:transform .18s ease,box-shadow .22s ease,background .2s ease;cursor:pointer;position:relative;z-index:1;-webkit-tap-highlight-color:transparent;user-select:none}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(108,77,255,0.42),0 3px 7px rgba(0,0,0,0.08),inset 0 1px 0 rgba(255,255,255,0.25);background:linear-gradient(175deg,#8A6EFF 0,#7B5EFF 55%,#6C4DFF 100%)}.cta-btn:active{transform:translateY(0);box-shadow:0 3px 10px rgba(108,77,255,0.25),inset 0 1px 0 rgba(255,255,255,0.15);transition-duration:.08s}.cta-btn:focus-visible{outline:2.5px solid #6C4DFF;outline-offset:3px;border-radius:18px}.cta-sub{font-size:.7rem;font-weight:500;letter-spacing:.01em;color:#6E6E73;text-align:center}.activity-wrap{width:100%;flex-shrink:0;background:#ECECF0;border-radius:14px;padding:clamp(10px,1.8vh,14px) clamp(12px,3vw,18px);display:flex;flex-direction:column;gap:clamp(6px,0.8vh,9px);max-height:130px;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#D9D9DE transparent}.activity-wrap::-webkit-scrollbar{width:3px}.activity-wrap::-webkit-scrollbar-track{background:transparent}.activity-wrap::-webkit-scrollbar-thumb{background:#D9D9DE;border-radius:100px}.activity-item{font-size:.72rem;font-weight:500;letter-spacing:-0.003em;color:#1C1C1E;line-height:1.4;display:flex;align-items:center;gap:6px;padding:3px 0;border-bottom:1px solid rgba(0,0,0,0.03)}.activity-item:last-child{border-bottom:none}.activity-time{font-weight:600;color:#6C4DFF;font-size:.68rem;letter-spacing:-0.005em;min-width:7ch;flex-shrink:0}.activity-desc{color:#6E6E73;flex:1}.activity-dot{width:4px;height:4px;border-radius:50%;background:#34C759;flex-shrink:0;animation:dotPulse 2.5s ease-in-out infinite}footer{width:100%;flex-shrink:0;text-align:center;font-size:.7rem;font-weight:500;letter-spacing:.015em;color:#8E8E93;padding-top:2px}footer span{display:inline-block}@media(max-width:420px){.trust-row{gap:8px}.trust-badge{padding:6px 11px;font-size:.7rem}.trust-badge .badge-tag{font-size:.6rem;padding:2px 6px}.activity-wrap{max-height:100px;padding:8px 10px}.activity-item{font-size:.68rem}.cta-btn{border-radius:14px;padding:13px 18px;font-size:.95rem}main{gap:clamp(8px,1.8vh,16px);padding:clamp(10px,2.5vh,24px) clamp(12px,3vw,24px)}.hero h1{font-size:clamp(1.5rem,4.5vw,2.2rem);letter-spacing:-0.028em}.hero p{font-size:clamp(0.85rem,2vw,1.05rem)}}@media(min-width:421px) and (max-width:768px){main{gap:clamp(9px,2vh,18px);padding:clamp(12px,2.8vh,28px) clamp(14px,3.5vw,32px)}.hero h1{font-size:clamp(1.7rem,4.8vw,2.6rem)}}@media(min-width:769px){main{gap:clamp(14px,2.5vh,24px);padding:clamp(18px,3.5vh,40px) clamp(20px,5vw,48px)}.cta-btn{max-width:520px;border-radius:18px}}@media(height<=700px){main{gap:clamp(7px,1.5vh,12px);padding:clamp(8px,2vh,16px) clamp(10px,2.5vw,20px);justify-content:flex-start;padding-top:clamp(12px,3vh,20px)}.activity-wrap{max-height:85px}.hero h1{font-size:clamp(1.4rem,3.8vw,2rem)}.hero p{font-size:clamp(0.8rem,1.8vw,1rem)}.progress-track{height:4px}.cta-btn{padding:11px 16px;font-size:.9rem}}