*,::before,::after{box-sizing:border-box;margin:0;padding:0}body{background:#0f1115;color:#e5e7eb;font-family:'Figtree',sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.wrapper{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:16px}.brand{display:flex;align-items:center;gap:10px;margin-bottom:4px}.brand img{width:32px;height:32px;border-radius:8px}.brand-name{font-size:17px;font-weight:700;color:#e5e7eb;letter-spacing:-.3px}.card{width:100%;background:#161a22;border:1px solid #2a2f3a;border-radius:12px;padding:32px 32px 28px;box-shadow:0 1px 3px #00000080 0 4px 16px #00000059}.card-heading{font-size:20px;font-weight:700;color:#e5e7eb;letter-spacing:-.3px;margin-bottom:6px}.card-sub{font-size:14px;color:#9ca3af;line-height:1.5;margin-bottom:24px}.error-box{display:flex;align-items:flex-start;gap:8px;background:#2a1414;border:1px solid #7f1d1d;border-radius:8px;padding:11px 14px;margin-bottom:20px;font-size:13.5px;color:#f87171;line-height:1.4}.error-box svg{flex-shrink:0;margin-top:1px}.perms{background:#12151c;border:1px solid #2a2f3a;border-radius:8px;padding:14px 16px;margin-bottom:20px}.perms-title{font-size:11px;font-weight:600;color:#6b7280;letter-spacing:.07em;text-transform:uppercase;margin-bottom:12px}.perm-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-top:1px solid #232833;font-size:13.5px}.perm-row:first-of-type{border-top:none;padding-top:0}.perm-check{width:18px;height:18px;border-radius:50%;background:#1e293b;border:1px solid #334155;display:flex;align-items:center;justify-content:center;flex-shrink:0}.perm-check svg{color:#60a5fa}.perm-text{color:#d1d5db;font-size:13.5px}.btn{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:13px 20px;background:#5865f2;color:#fff;border:none;border-radius:8px;font-family:'Figtree',sans-serif;font-size:14.5px;font-weight:600;text-decoration:none;cursor:pointer;transition:background 0.15s,transform 0.1s,box-shadow .15s;box-shadow:0 1px 2px #0006}.btn:hover{background:#4752c4;box-shadow:0 2px 10px #5865f266;transform:translateY(-1px)}.btn:active{transform:translateY(0);box-shadow:none}.footer-note{font-size:12px;color:#6b7280;text-align:center;line-height:1.6}.footer-note a{color:#9ca3af;text-decoration:underline;text-underline-offset:2px}.footer-note a:hover{color:#e5e7eb}