:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#e8e8e8;background-color:#0d0d0d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0d0d0d}#root{width:100%;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.signup-container{max-width:520px;width:100%;text-align:center}.signup-header{margin-bottom:1.5rem}.signup-header .logo{height:48px;width:auto;object-fit:contain;margin-bottom:.5rem}.signup-header .subtitle{font-size:.9rem;color:#737373;font-weight:400}.stepper{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;padding:0 .5rem}.stepper-step{display:flex;flex-direction:column;align-items:center;gap:.4rem}.stepper-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;background:#1a1a1a;border:2px solid #333;color:#737373;transition:all .3s ease}.stepper-step.active .stepper-circle{background:#ddeb2d26;border-color:#ddeb2d;color:#ddeb2d}.stepper-step.completed .stepper-circle{background:#ddeb2d;border-color:#ddeb2d;color:#0d0d0d}.stepper-label{font-size:.7rem;color:#525252;white-space:nowrap}.stepper-step.active .stepper-label{color:#ddeb2d}.stepper-step.completed .stepper-label{color:#a3a3a3}.stepper-line{flex:1;height:2px;background:#333;margin:0 .4rem 1.2rem;min-width:20px;transition:background .3s ease}.stepper-line.completed{background:#ddeb2d}.info-box{display:flex;align-items:flex-start;gap:.6rem;background:#ddeb2d0f;border:1px solid rgba(221,235,45,.2);border-radius:8px;padding:.75rem 1rem;margin:1.25rem 0;text-align:left;font-size:.85rem;color:#d4d4d4}.info-box svg{color:#ddeb2d;min-width:16px;margin-top:2px}.info-box.warning{background:#f59e0b0f;border-color:#f59e0b40}.info-box.warning svg{color:#f59e0b}.highlight-card{border-color:#ddeb2d4d;box-shadow:0 0 20px #ddeb2d0d}.btn-large{padding:1rem 2.5rem;font-size:1.05rem}.pulse{animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 4px 20px #ddeb2d33}50%{box-shadow:0 4px 30px #ddeb2d73}}.card{background:#1a1a1a;border-radius:16px;padding:2.5rem 2rem;border:1px solid #2a2a2a}.card-desc{color:#a3a3a3;margin-bottom:.5rem}.error-card{border-color:#7f1d1d;background:#1c1111}.warning-card{border-color:#78350f;background:#1c1810}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.8rem 2rem;transition:all .2s ease;font-family:inherit}.btn-primary{background:#ddeb2d;color:#0d0d0d;box-shadow:0 4px 20px #ddeb2d33}.btn-primary:hover{transform:translateY(-2px);background:#c8d627;box-shadow:0 6px 28px #ddeb2d59}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#262626;color:#e5e5e5;border:1px solid #3a3a3a}.btn-secondary:hover{background:#333;border-color:#4a4a4a}.data-display{background:#111;border:1px solid #2a2a2a;border-radius:10px;padding:.75rem 1rem;margin:1.5rem 0;text-align:left}.data-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0}.data-row+.data-row{border-top:1px solid #2a2a2a}.data-label{font-size:.75rem;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.5px}.data-value{font-size:.85rem;font-family:JetBrains Mono,SF Mono,Fira Code,monospace;color:#e5e5e5}.status-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;margin-bottom:1.25rem}.status-icon.large{width:64px;height:64px}.success-icon{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.25)}.error-icon{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.25)}.warning-icon{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.25)}.spinner{width:36px;height:36px;border:3px solid #2a2a2a;border-top-color:#ddeb2d;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1.5rem}@keyframes spin{to{transform:rotate(360deg)}}h2{font-size:1.3rem;font-weight:600;color:#f5f5f5;margin-bottom:.6rem}p{color:#a3a3a3;font-size:.9rem;line-height:1.6}.signup-footer{margin-top:2rem;padding-top:1rem}.signup-footer p{font-size:.75rem;color:#525252}@media (max-width: 540px){#root{padding:1rem}.card{padding:2rem 1.5rem;border-radius:12px}.data-row{flex-direction:column;align-items:flex-start;gap:.2rem}}
