*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;height:100dvh;overflow:hidden;background:#FFFC00;font-family:'Outfit',sans-serif;color:#000}#sk{position:fixed;inset:0;background:#FFFC00;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .4s ease}.sk-shp{width:48px;height:48px;background:rgba(0,0,0,.1);border-radius:50%;animation:skp .8s infinite alternate}@keyframes skp{from{transform:scale(.8);opacity:.5}to{transform:scale(1.2);opacity:1}}.bg-fx{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.gl{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4}.g1{width:40vh;height:40vh;background:#fff;top:10%;left:-10%;animation:fl1 15s ease-in-out infinite alternate}.g2{width:30vh;height:30vh;background:#fff;bottom:10%;right:-5%;animation:fl2 20s ease-in-out infinite alternate}@keyframes fl1{0%{transform:translate(0,0)}100%{transform:translate(5vw,5vh)}}@keyframes fl2{0%{transform:translate(0,0)}100%{transform:translate(-5vw,-5vh)}}#app{display:flex;flex-direction:column;height:100%;height:100dvh;width:100vw;position:relative;z-index:2;justify-content:space-between;padding:clamp(1rem,3vh,2rem) 1rem}header{display:flex;justify-content:center;height:clamp(35px,5vh,50px)}header img{height:100%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.1))}main{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem 0}.cd{background:#fff;border-radius:30px;padding:clamp(1.8rem,5vh,3rem) clamp(1.2rem,4vw,2.5rem);width:100%;max-width:440px;text-align:center;box-shadow:0 15px 35px rgba(0,0,0,.08),0 5px 15px rgba(0,0,0,.05);position:relative;overflow:hidden}.cd::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:#000}.bdg{display:inline-flex;align-items:center;background:#000;color:#FFFC00;padding:8px 16px;border-radius:24px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:clamp(1rem,2.5vh,1.5rem);box-shadow:0 4px 10px rgba(0,0,0,.1)}.bdg svg{width:14px;height:14px;margin-right:6px}h1{font-size:clamp(2.5rem,8vw,3.5rem);font-weight:600;line-height:1.05;margin-bottom:clamp(.8rem,2vh,1rem);color:#000;letter-spacing:-1.5px}p.sub{font-size:clamp(.95rem,3.5vw,1.1rem);color:#555;line-height:1.4;margin-bottom:clamp(1.5rem,4vh,2.5rem);font-weight:400}.cta{display:flex;align-items:center;justify-content:center;width:100%;padding:clamp(1.1rem,3vh,1.3rem);background:#000;border-radius:30px;color:#fff;font-weight:600;font-size:1.15rem;text-decoration:none;box-shadow:0 8px 20px rgba(0,0,0,.15);transition:all .2s cubic-bezier(0.175,0.885,0.32,1.275);position:relative;overflow:hidden}.cta:hover{transform:scale(1.02);background:#333;box-shadow:0 12px 25px rgba(0,0,0,.2)}.cta:active{transform:scale(0.98)}.cta svg{width:24px;height:24px;margin-right:10px}.trst{display:flex;justify-content:center;gap:clamp(12px,3vw,25px);margin-top:clamp(1.5rem,3vh,2rem)}.ti{display:flex;flex-direction:column;align-items:center;font-size:clamp(.65rem,2.5vw,.75rem);color:#777;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ti svg{width:22px;height:22px;margin-bottom:6px;color:#000}footer{display:flex;flex-direction:column;gap:clamp(.8rem,2vh,1.2rem);width:100%;max-width:440px;margin:0 auto}.wdg{display:flex;justify-content:space-between;gap:12px}.wd{background:rgba(255,255,255,.9);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:16px;padding:12px 16px;font-size:.8rem;color:#333;display:flex;align-items:center;flex:1;box-shadow:0 4px 12px rgba(0,0,0,.05);font-weight:600}.wd-c{justify-content:center}.cnt-v{font-family:monospace;color:#000;font-weight:600;font-size:1.1rem;margin-right:6px}.fd-t{transition:opacity .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.ft-l{display:flex;justify-content:center;gap:1.5rem;font-size:.75rem;font-weight:600}.ft-l a{color:#000;text-decoration:none;transition:opacity .2s;text-transform:uppercase;letter-spacing:1px}.ft-l a:hover{opacity:.6}