@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,sans-serif;background:#0f172a;color:#fffdfa;min-height:100vh;-webkit-font-smoothing:antialiased}.page-wrapper{min-height:100vh;background:radial-gradient(ellipse at 25% 0,rgba(245,158,11,.07) 0,transparent 50%),radial-gradient(ellipse at 75% 100%,rgba(244,163,0,.04) 0,transparent 50%),#0f172a;display:flex;align-items:center;justify-content:center;padding:24px}.container{max-width:520px;width:100%;text-align:center}.logo-img{width:160px;margin-bottom:32px}.powered{font-size:13px;font-weight:500;color:#f59e0b;letter-spacing:.5px;margin-bottom:32px}h1{font-size:30px;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:-.5px}h1 span{color:#f59e0b}.subtitle{font-size:15px;color:rgba(255,253,250,.5);line-height:1.7;margin-bottom:40px}.features{text-align:left;margin:0 auto 40px;max-width:380px}.feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:14px;color:rgba(255,253,250,.7);line-height:1.5}.feature-icon{flex-shrink:0;width:20px;height:20px;background:rgba(245,158,11,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#f59e0b;margin-top:2px}.btn-primary{display:inline-block;padding:16px 48px;background:linear-gradient(135deg,#f59e0b,#f4a300);color:#0f172a;font-family:Inter,sans-serif;font-size:16px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;letter-spacing:.3px;text-decoration:none;min-width:240px}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(245,158,11,.35)}.btn-primary:active{transform:translateY(0)}.status-circle{width:80px;height:80px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:24px}.status-circle.success{background:linear-gradient(135deg,#f59e0b,#f4a300);color:#0f172a}.status-circle.error{background:rgba(239,68,68,.15);color:#ef4444}.message-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:16px;padding:48px 40px}.message-card.success-card{border-color:rgba(245,158,11,.2);background:rgba(245,158,11,.03)}.message-card.error-card{border-color:rgba(239,68,68,.2);background:rgba(239,68,68,.03)}.help-text{font-size:13px;color:rgba(255,253,250,.3);margin-top:24px}.help-text a{color:#f59e0b;text-decoration:none}.help-text a:hover{text-decoration:underline}.footer{text-align:center;margin-top:32px;font-size:12px;color:rgba(255,253,250,.15)}.footer a{color:#f59e0b;text-decoration:none}@media (max-width:600px){.logo-img{width:120px}h1{font-size:24px}.message-card{padding:36px 24px}.btn-primary{min-width:200px;padding:14px 32px}}