.ty-page{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:140px 24px;background:#0a0a0a;overflow:hidden}.ty-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:48px 48px;pointer-events:none;animation:ty-grid-pan 18s linear infinite}@keyframes ty-grid-pan{0%{background-position:0 0}to{background-position:48px 48px}}.ty-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:640px;height:640px;background:radial-gradient(circle,rgba(240,104,32,.22) 0,transparent 70%);pointer-events:none;animation:ty-glow-pulse 4s ease-in-out infinite}@keyframes ty-glow-pulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}.ty-particles{position:absolute;inset:0;pointer-events:none}.ty-particle{position:absolute;bottom:-10px;width:4px;height:4px;border-radius:50%;background:#f06820;box-shadow:0 0 8px 2px rgba(240,104,32,.6);opacity:0;animation:ty-float 6s ease-in infinite}.ty-particle:first-child{left:4%;animation-duration:7s;animation-delay:0s}.ty-particle:nth-child(2){left:12%;animation-duration:5.5s;animation-delay:.8s}.ty-particle:nth-child(3){left:20%;animation-duration:6.5s;animation-delay:1.6s}.ty-particle:nth-child(4){left:28%;animation-duration:5s;animation-delay:.3s}.ty-particle:nth-child(5){left:36%;animation-duration:7.5s;animation-delay:2s}.ty-particle:nth-child(6){left:44%;animation-duration:6s;animation-delay:1.1s}.ty-particle:nth-child(7){left:52%;animation-duration:5.2s;animation-delay:.6s}.ty-particle:nth-child(8){left:60%;animation-duration:6.8s;animation-delay:1.9s}.ty-particle:nth-child(9){left:68%;animation-duration:5.8s;animation-delay:.2s}.ty-particle:nth-child(10){left:76%;animation-duration:7.2s;animation-delay:1.4s}.ty-particle:nth-child(11){left:84%;animation-duration:6.2s;animation-delay:.9s}.ty-particle:nth-child(12){left:92%;animation-duration:5.6s;animation-delay:1.7s}.ty-particle:nth-child(13){left:48%;animation-duration:8s;animation-delay:2.4s}.ty-particle:nth-child(14){left:16%;animation-duration:6.4s;animation-delay:2.8s}@keyframes ty-float{0%{transform:translateY(0) scale(.6);opacity:0}10%{opacity:1}90%{opacity:.8}to{transform:translateY(-420px) scale(1);opacity:0}}.ty-card{position:relative;z-index:2;max-width:480px;text-align:center;display:flex;flex-direction:column;align-items:center}.ty-check-wrap{width:120px;height:120px;margin-bottom:28px;filter:drop-shadow(0 0 24px rgba(240,104,32,.5))}.ty-check-svg{width:100%;height:100%}.ty-check-ring{fill:none;stroke:#f06820;stroke-width:3;stroke-dasharray:340;stroke-dashoffset:340;animation:ty-draw 1s ease-out forwards}.ty-check-mark{fill:none;stroke:#f06820;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:80;stroke-dashoffset:80;animation:ty-draw .5s ease-out .9s forwards}@keyframes ty-draw{to{stroke-dashoffset:0}}.ty-title{font-size:40px;font-weight:900;color:#fff;letter-spacing:-1px;margin-bottom:14px;opacity:0;animation:ty-rise .6s ease-out 1.1s forwards}.ty-sub{font-size:15.5px;line-height:1.7;color:rgba(255,255,255,.6);margin-bottom:32px;opacity:0;animation:ty-rise .6s ease-out 1.3s forwards}@keyframes ty-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.ty-btn{display:inline-block;padding:15px 34px;background:#f06820;color:#fff;font-size:15px;font-weight:700;border-radius:10px;text-decoration:none;box-shadow:0 4px 24px rgba(240,104,32,.4);transition:filter .2s,transform .2s,box-shadow .2s;opacity:0;animation:ty-rise .6s ease-out 1.5s forwards}.ty-btn:hover{filter:brightness(.9);transform:translateY(-2px);box-shadow:0 8px 30px rgba(240,104,32,.55)}@media (max-width:480px){.ty-title{font-size:30px}.ty-check-wrap{width:90px;height:90px}}