.signup-container{max-width:560px;margin:0 auto;padding:2rem}.signup-form{background:var(--card-bg);border-radius:12px;padding:2rem;box-shadow:0 4px 24px #0000001a}.form-section{margin-bottom:2rem}.form-section h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text-primary);margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group select{border:1px solid var(--border-color);background:var(--bg-color);width:100%;color:var(--text-primary);border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #2563eb1a}.tier-cards{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.tier-card{border:2px solid var(--border-color);cursor:pointer;border-radius:12px;padding:1.25rem;transition:border-color .2s,background .2s}.tier-card:hover{border-color:var(--accent-color)}.tier-card.selected{border-color:var(--accent-color);background:#2563eb0d}.tier-card h4{margin-bottom:.5rem;font-size:1.1rem}.tier-card .price{color:var(--accent-color);font-size:1.5rem;font-weight:700}.tier-card .price span{color:var(--text-secondary);font-size:.875rem;font-weight:400}.tier-card ul{color:var(--text-secondary);margin-top:.75rem;font-size:.875rem}.tier-card ul li{margin-bottom:.25rem}#payment-container{min-height:200px}.hidden{display:none!important}.step-indicator{justify-content:center;margin-bottom:2rem;display:flex}.step{color:var(--text-secondary);align-items:center;display:flex}.step.active{color:var(--accent-color)}.step.completed{color:var(--success-color,#10b981)}.step-number{background:var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-right:.5rem;font-weight:600;display:flex}.step.active .step-number{background:var(--accent-color);color:#fff}.step.completed .step-number{background:var(--success-color,#10b981);color:#fff}.step-divider{background:var(--border-color);width:60px;height:2px;margin:0 1rem}.status-message{text-align:center;padding:2rem}.status-message h2{margin-bottom:1rem}.status-message .spinner{border:4px solid var(--border-color);border-top-color:var(--accent-color);border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.success-icon{background:var(--success-color,#10b981);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:2rem;display:flex}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:1rem}.api-key-box{background:var(--card-bg);border:1px solid var(--border-color);word-break:break-all;border-radius:8px;margin:1rem 0;padding:1rem;font-family:monospace}.copy-btn{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:.5rem;padding:.5rem 1rem}
