.verification-container{width:100%;max-width:480px;margin:0 auto}.verification-card{background:linear-gradient(145deg,#1e1e1e,#151515);border-radius:16px;padding:48px 40px;text-align:center;box-shadow:0 4px 6px #0000004d,0 10px 40px #0006,inset 0 1px #ffffff0d;border:1px solid rgba(201,162,39,.15)}.logo-container{margin-bottom:32px}.logo{width:160px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.success-icon{width:80px;height:80px;margin:0 auto 24px}.checkmark{width:100%;height:100%;border-radius:50%;display:block;stroke-width:2;stroke:#c9a227;stroke-miterlimit:10;animation:scale .3s ease-in-out .9s both}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#c9a227;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}.title{font-size:28px;font-weight:600;color:#fff;margin-bottom:16px;letter-spacing:.5px}.message{font-size:15px;color:#9a9a9a;line-height:1.6;margin-bottom:32px}.divider{height:1px;background:linear-gradient(90deg,transparent,rgba(201,162,39,.3),transparent);margin-bottom:32px}.continue-button{width:100%;padding:16px 32px;font-size:16px;font-weight:600;color:#0d0d0d;background:linear-gradient(135deg,#c9a227,#d4af37,#b8942b);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;box-shadow:0 4px 15px #c9a2274d}.continue-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a22766}.continue-button:active{transform:translateY(0)}.support-text{font-size:13px;color:#5a5a5a}.support-link{color:#a8a8a8;text-decoration:none;transition:color .2s ease}.support-link:hover{color:#c9a227}@media (max-width: 520px){.verification-card{padding:32px 24px}.logo{width:120px}.title{font-size:24px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#0d0d0d,#1a1a1a);display:flex;align-items:center;justify-content:center}#root{width:100%;display:flex;align-items:center;justify-content:center;padding:20px}
