:root{--at-green:#1db232;--at-green-light:#e8f9eb;--at-text-main:#111;--at-text-muted:#666;--at-yellow-hover:#f0c401}.at-success-wrapper{display:flex;align-items:center;justify-content:center;padding:60px 20px;min-height:60vh;font-family:'Roboto',sans-serif}.at-success-card{background:#fff;max-width:550px;width:100%;padding:50px 40px;border-radius:24px;text-align:center;box-shadow:0 15px 40px rgba(0,0,0,.06);border:1px solid #f0f0f0}.at-success-icon{width:80px;height:80px;background:var(--at-green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px}.at-success-icon svg{width:40px;height:40px;stroke:var(--at-green);fill:none;stroke-width:2}.at-brand{font-family:'Mitr',sans-serif !important;font-weight:600;color:var(--at-green);font-size:1.2rem;margin-bottom:15px;display:block}.at-success-title{font-size:32px;font-weight:900;color:var(--at-text-main);margin-bottom:20px}.at-success-text{font-size:16px;color:var(--at-text-muted);line-height:1.6;margin-bottom:30px}.at-success-info{background:#f8f9fa;padding:20px;border-radius:12px;margin-bottom:35px;font-size:14px;color:#444;line-height:1.5;text-align:left;border-left:5px solid var(--at-green)}.at-success-btn{display:inline-block;background:var(--at-green);color:#fff;text-decoration:none;font-weight:700;padding:16px 40px;border-radius:12px;transition:all .3s ease}.at-success-btn:hover{background:var(--at-yellow-hover);color:#111;transform:translateY(-2px)}