*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;color:#1e293b}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-container{display:flex;flex-direction:column;align-items:center;gap:24px}.auth-header{text-align:center}.logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:8px}.logo svg{width:28px;height:28px;color:#c41e3a}.logo span{font-size:18px;font-weight:600;color:#1e293b}.clerk-root{width:100%;max-width:400px}.clerk-card{border-radius:16px;box-shadow:0 10px 40px -10px #0000001a}.success-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.success-card{text-align:center;padding:48px;background:#fff;border-radius:20px;box-shadow:0 20px 40px -10px #0000001a;max-width:420px;width:100%}.success-card .logo{margin-bottom:32px;opacity:.8}.success-card .logo svg{width:24px;height:24px}.success-card .logo span{font-size:14px;color:#64748b}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:scaleIn .4s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.success-icon svg{width:40px;height:40px;color:#fff}.success-card h1{font-size:28px;font-weight:700;margin-bottom:24px;color:#0f172a}.user-info{background:#f8fafc;border-radius:12px;padding:20px;margin-bottom:24px}.avatar{width:64px;height:64px;border-radius:50%;margin-bottom:12px;object-fit:cover}.avatar-placeholder{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#c41e3a,#a01830);color:#fff;font-size:24px;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.name{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:4px}.email{font-size:14px;color:#64748b}.instruction{background:#f1f5f9;border-radius:12px;padding:20px;margin-bottom:24px}.instruction p{font-size:14px;color:#475569;margin-bottom:4px}.instruction p:last-child{margin-bottom:0}.instruction strong{color:#0f172a}.close-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#c41e3a;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;margin-bottom:12px}.close-btn:hover{background:#a01830;transform:translateY(-1px);box-shadow:0 4px 12px #c41e3a4d}.switch-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.switch-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#c41e3a;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 480px){.success-card{padding:32px 24px}.success-card h1{font-size:24px}}
