@import"https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700&family=Barlow+Condensed:wght@700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #76B900;--black: #111111;--white: #FFFFFF}html,body,#root{height:100%;overflow:hidden}body{font-family:Barlow,sans-serif;background:var(--white)}body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle,#d8d8d8 1px,transparent 1px);background-size:30px 30px;opacity:.3;pointer-events:none;z-index:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{box-shadow:0 0 #76b90073}50%{box-shadow:0 0 0 14px #76b90000}}@keyframes confettiFall{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(105vh) rotate(540deg);opacity:.5}}.app-root{position:relative;z-index:1;height:100%}.app-root.exit{opacity:0;transform:translateY(-8px);transition:opacity .3s ease,transform .3s ease}.app-root.enter{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.fullscreen{display:flex;flex-direction:column;height:100dvh;width:100%;overflow:hidden}.top-bar{display:flex;align-items:center;justify-content:center;padding:24px 40px 18px;flex-shrink:0;animation:fadeUp .5s ease both}.logo{height:48px;display:block}.ticker-wrap{background:var(--green);height:34px;overflow:hidden;display:flex;align-items:center;flex-shrink:0;animation:fadeUp .5s ease .05s both}.ticker-inner{display:inline-flex;white-space:nowrap;animation:ticker 22s linear infinite}.ticker-inner span{font-family:Barlow,sans-serif;font-weight:700;font-size:11px;letter-spacing:.12em;color:#fff;text-transform:uppercase;white-space:nowrap}.hero-body{display:flex;flex:1;align-items:center;padding:36px 44px 20px;gap:12px;min-height:0}.hero-left{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.hero-right{flex:.85;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}.badge{font-family:Barlow,sans-serif;font-weight:600;font-size:11px;letter-spacing:.14em;color:var(--green);text-transform:uppercase;margin-bottom:10px;animation:fadeUp .5s ease .1s both}.headline{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(52px,7vw,88px);line-height:.9;color:var(--black);animation:fadeUp .5s ease .15s both}.headline .green,.green{color:var(--green)}.subtext{font-family:Barlow,sans-serif;font-weight:400;font-size:15px;color:#555;line-height:1.65;margin-top:14px;animation:fadeUp .5s ease .25s both}.urgency{font-family:Barlow,sans-serif;font-weight:600;font-size:12px;color:#999;letter-spacing:.04em;margin-top:8px;animation:fadeUp .5s ease .3s both}.btn-main{display:inline-flex;align-items:center;gap:10px;padding:17px 32px;background:var(--green);color:#fff;font-family:Barlow Condensed,sans-serif;font-weight:800;font-size:18px;letter-spacing:.06em;border-radius:999px;border:none;cursor:pointer;text-align:center;text-decoration:none;margin-top:20px;transition:background .2s ease,transform .15s ease;animation:fadeUp .5s ease .38s both;width:fit-content}.btn-arrow{width:20px;height:20px;flex-shrink:0;transition:transform .2s ease}.btn-main:hover{background:#68a500}.btn-main:hover .btn-arrow{transform:translate(3px)}.btn-main:active{transform:scale(.97)}.pulse{animation:pulse 2.2s ease-in-out infinite,fadeUp .5s ease both}.shoe-container{display:flex;flex-direction:column;align-items:center;width:100%;animation:fadeUp .5s ease .2s both}.shoe-img{width:100%;max-width:420px;max-height:54vh;object-fit:contain}.steps{display:flex;align-items:center;gap:10px;margin-top:18px;animation:fadeUp .5s ease .48s both}.step{display:flex;align-items:center;gap:6px;font-family:Barlow,sans-serif;font-weight:600;font-size:12px;color:#888;letter-spacing:.02em}.step-num{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#ebebeb;color:#555;font-size:10px;font-weight:700;flex-shrink:0}.step-sep{font-size:11px;color:#ccc;line-height:1}.center-stage{justify-content:flex-start}.verify-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 40px 48px;min-height:0}.verify-headline{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(52px,10vw,80px);color:var(--black);text-align:center;animation:fadeUp .4s ease both}.progress-bar{width:100%;max-width:480px;height:3px;background:#e4e4e0;margin:28px 0 32px;animation:fadeUp .4s ease .08s both}.progress-fill{height:100%;background:var(--green);transition:width .1s linear}.checklist{list-style:none;display:flex;flex-direction:column;gap:20px;width:100%;max-width:360px;animation:fadeUp .4s ease .14s both}.check-item{display:flex;align-items:center;gap:14px;font-family:Barlow,sans-serif;font-weight:600;font-size:16px;color:#bbb;transition:color .3s ease}.check-item.active{color:var(--black)}.check-item.done{color:var(--green)}.check-icon{font-size:18px;width:26px;text-align:center;flex-shrink:0;transition:color .3s ease}.check-icon.done{color:var(--green)}.check-icon.active{color:var(--black)}.check-icon.pending{color:#ccc}.check-icon.spin{display:inline-block;animation:spin .8s linear infinite}.unlocked-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 40px 48px;min-height:0}.unlocked-headline{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(52px,10vw,100px);line-height:.9;text-align:center;animation:fadeUp .4s ease both}.countdown{font-family:Barlow,sans-serif;font-weight:700;font-size:13px;color:#f59e0b;margin-top:14px;letter-spacing:.03em;animation:fadeUp .4s ease .2s both}.site-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 10px;padding:14px 24px;border-top:1px solid #ebebeb;flex-shrink:0}.site-footer span{font-family:Barlow,sans-serif;font-size:11px;color:#aaa;letter-spacing:.02em}.footer-sep{color:#ddd!important}.footer-link{font-family:Barlow,sans-serif;font-size:11px;color:#aaa;letter-spacing:.02em;text-decoration:none;transition:color .15s ease}.footer-link:hover{color:var(--green)}@media(max-width:640px){html,body,#root{overflow:auto}.fullscreen{height:auto;min-height:100dvh;overflow:auto}.top-bar{padding:20px 20px 14px}.logo{height:38px}.hero-body{flex-direction:column;align-items:stretch;padding:36px 22px 32px;gap:0}.hero-left{order:1;justify-content:flex-start}.hero-right{display:flex;order:2;margin-top:4px;margin-left:-22px;width:calc(100% + 22px);justify-content:flex-start;align-items:flex-end;overflow:hidden}.shoe-img{width:126%;margin-left:-30%;margin-top:-24%;max-width:none;max-height:none;object-fit:contain;display:block}.steps{flex-wrap:wrap;gap:8px}.headline{font-size:clamp(48px,13vw,72px)}.subtext{margin-top:10px}.urgency{margin-top:6px}.btn-main{margin-top:16px;font-size:16px;padding:15px 26px}.verify-content,.unlocked-content{padding:16px 22px 40px;justify-content:center}.unlocked-headline{font-size:clamp(48px,13vw,76px)}}.waiting-icon{font-size:48px;margin-bottom:8px}.waiting-countdown{display:flex;justify-content:center;align-items:center}.waiting-ring{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.waiting-svg{position:absolute;top:0;left:0;width:80px;height:80px;transform:rotate(-90deg)}.waiting-track{fill:none;stroke:#e5e5e5;stroke-width:4}.waiting-fill{fill:none;stroke:var(--green);stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.waiting-num{position:relative;font-size:28px;font-weight:900;color:var(--black);z-index:1}
