.wizard-shell{min-height:100vh;background:radial-gradient(circle at top,#e9efff,#f7f9ff 45%,#f3f5fb);color:#111827;padding:32px 16px 48px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.particle-background{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;contain:layout style paint}.particle-svg{width:100%;height:100%;opacity:.15;mix-blend-mode:multiply;will-change:contents;backface-visibility:hidden}.wizard-shell-dark .particle-svg{opacity:.08;mix-blend-mode:screen;color:#7d8fff}.wizard-shell-dark{background:radial-gradient(circle at top,#1b2545,#111827 48%,#0b1222);color:#e5e7eb}.wizard-header-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.theme-toggle{border:1px solid #d6d9e2;border-radius:999px;padding:7px 12px;font-size:.82rem;font-weight:700;background:#fff;color:#374151;cursor:pointer}.wizard-shell-dark .theme-toggle{background:#192133;border-color:#2f3a53;color:#dbe6ff}.wizard-header{max-width:980px;margin:0 auto 20px;position:relative;z-index:1}.wizard-header h1{margin:8px 0;font-size:clamp(1.7rem,4vw,2.6rem)}.wizard-header p{margin:0;color:#4b5563}.wizard-shell-dark .wizard-header p{color:#a6b1cc}.wizard-badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#dbe7ff;color:#1e40af;font-size:.82rem;font-weight:700}.wizard-shell-dark .wizard-badge{background:#273763;color:#d8e4ff}.wizard-graphics{margin-top:14px;display:flex;align-items:center;gap:14px}.hero-illustration{width:min(340px,100%);height:auto;fill:#dbe7ff;stroke:#4f46e5;stroke-width:4;stroke-linecap:round}.wizard-shell-dark .hero-illustration{fill:#1f2d52;stroke:#7d8fff}.floating-chip{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #dfe3ef;color:#334155;font-size:.78rem;font-weight:700;box-shadow:0 14px 32px -22px #1e40af99;animation:bob 2.8s ease-in-out infinite}.wizard-shell-dark .floating-chip{background:#192133;border-color:#2f3a53;color:#d9e3ff}.wizard-stepper{max-width:980px;margin:0 auto 20px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;position:relative;z-index:1}.wizard-step{border-radius:12px;border:1px solid #dbe2ef;background:#fff;padding:10px;display:flex;align-items:center;gap:8px}.wizard-shell-dark .wizard-step{border-color:#27324d;background:#141c2d}.wizard-step-index{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;background:#e5e7eb}.wizard-step-index-container{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.wizard-step-label{font-size:.78rem;font-weight:600;color:#6b7280;display:inline-flex;align-items:center;gap:4px}.wizard-shell-dark .wizard-step-label{color:#95a3c4}.wizard-step-active{border-color:#4f46e5;box-shadow:0 0 0 2px #eef2ff;animation:step-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.wizard-step-active .wizard-step-index{background:#4f46e5;color:#fff;animation:step-bounce .6s cubic-bezier(.34,1.56,.64,1)}.wizard-step-active .wizard-step-label{color:#1f2937}.wizard-shell-dark .wizard-step-active .wizard-step-label{color:#ecf2ff}.wizard-step-done .wizard-step-index{background:#16a34a;color:#fff;animation:step-success-pop .5s cubic-bezier(.34,1.56,.64,1)}@keyframes step-bounce{0%{transform:scale(.8) translateY(0);opacity:0}60%{transform:scale(1.12) translateY(-2px)}to{transform:scale(1) translateY(0);opacity:1}}@keyframes step-success-pop{0%{transform:scale(0);opacity:0}70%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes step-pulse{0%,to{box-shadow:0 0 0 2px #eef2ff,0 0 0 4px #4f46e51a}50%{box-shadow:0 0 0 2px #eef2ff,0 0 0 8px #4f46e50d}}.wizard-card{max-width:980px;margin:0 auto;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 18px 50px -28px #0f172a59;padding:26px;position:relative;z-index:1}.wizard-shell-dark .wizard-card{background:#111a2b;border-color:#27324d;box-shadow:0 24px 60px -32px #000c}.wizard-stage{animation:step-fade .35s ease}.wizard-stage-content{display:grid;grid-template-columns:1fr 1.5fr;gap:32px;align-items:start}.wizard-illustration-column{display:flex;justify-content:center;align-items:flex-start;min-height:400px}.wizard-form-column{display:flex;flex-direction:column;justify-content:flex-start}.wizard-panel h2{margin:0;font-size:1.45rem}.wizard-muted{margin:8px 0 18px;color:#6b7280}.wizard-shell-dark .wizard-muted{color:#9eabc9}.google-button-slot{min-height:42px;margin-bottom:12px}.wizard-separator{color:#6b7280;font-size:.9rem;margin:4px 0 12px}.wizard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field span{font-size:.84rem;color:#6b7280;font-weight:600}.wizard-shell-dark .field span{color:#b6c1dc}.field.full{grid-column:1 / -1}.field.inline{margin-bottom:16px;max-width:280px}input,select,textarea{border:1px solid #d1d5db;background:#fff;border-radius:12px;padding:10px 12px;font-size:.96rem;color:#111827}.wizard-shell-dark input,.wizard-shell-dark select,.wizard-shell-dark textarea{border-color:#33405f;background:#0f1726;color:#ebf0ff}input:focus,select:focus,textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.btn{border:none;border-radius:12px;padding:10px 14px;font-size:.92rem;font-weight:700;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff}.btn-secondary{background:#eef2ff;color:#374151}.wizard-shell-dark .btn-secondary{background:#1f2940;color:#d7e3ff}.wizard-actions{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.alert{margin:14px 0 0;border-radius:10px;padding:10px 12px;font-size:.9rem}.alert-success{background:#ecfdf3;color:#065f46}.alert-error{background:#fef2f2;color:#991b1b}.alert-info{background:#eff6ff;color:#1e3a8a}.wizard-shell-dark .alert-success{background:#0f2f25;color:#a8ffd6}.wizard-shell-dark .alert-error{background:#3f1c23;color:#ffc4cf}.wizard-shell-dark .alert-info{background:#172643;color:#bfd7ff}.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.plan-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:14px;text-align:left;cursor:pointer}.plan-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px -20px #4f46e599}.wizard-shell-dark .plan-card{background:#0f1726;border-color:#33405f}.plan-card h3{margin:0}.plan-card p{margin:8px 0;color:#6b7280;min-height:36px}.wizard-shell-dark .plan-card p{color:#9aa8c8}.plan-card strong{font-size:1.05rem}.plan-card-active{border-color:#4f46e5;box-shadow:0 0 0 2px #eef2ff}.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.review-grid div{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fcfcff}.wizard-shell-dark .review-grid div{background:#0f1726;border-color:#33405f}.review-grid span{display:block;font-size:.8rem;color:#6b7280}.wizard-shell-dark .review-grid span{color:#a7b4d2}.review-grid strong{display:block;margin-top:4px}.progress-wrap{margin:10px 0 12px;display:flex;align-items:center;gap:10px}progress{width:100%;height:12px}.log-list{margin-top:10px;border:1px solid #e5e7eb;border-radius:10px;padding:10px;max-height:180px;overflow:auto;background:#fafafa}.wizard-shell-dark .log-list{background:#0f1726;border-color:#33405f}.log-list p{margin:0 0 8px;font-size:.85rem;color:#374151}.wizard-shell-dark .log-list p{color:#cdd8f0}.log-list p:last-child{margin-bottom:0}.success-panel{text-align:center}.success-panel .btn{display:inline-block;text-decoration:none;margin-top:10px}@keyframes step-fade{0%{opacity:0;transform:translateY(16px) scale(.98);filter:blur(2px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.step-illustration-wrapper{width:100%;max-width:280px;height:280px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#4f46e50a,#2563eb0a);border:1px solid rgba(79,70,229,.08);padding:16px;contain:layout style paint;will-change:transform;backface-visibility:hidden;perspective:1000px}.wizard-shell-dark .step-illustration-wrapper{background:linear-gradient(135deg,#7d8fff0a,#2563eb05);border-color:#7d8fff1f}.step-illustration{width:100%;height:100%;display:block;color:#4f46e5;will-change:transform;backface-visibility:hidden;-webkit-user-select:none;user-select:none}.wizard-shell-dark .step-illustration{color:#7d8fff}.step-illustration circle,.step-illustration path,.step-illustration rect,.step-illustration line{will-change:transform,opacity;backface-visibility:hidden}.success-checkmark-wrapper{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;will-change:transform}.success-checkmark-svg{width:100%;height:100%;max-width:32px;max-height:32px;will-change:transform;backface-visibility:hidden}.confetti-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:2;will-change:transform}.confetti-piece{width:10px;height:10px;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:50%;position:absolute;will-change:transform,opacity;box-shadow:0 2px 8px -2px #4f46e580}.step-bounce{will-change:transform;backface-visibility:hidden}.active-step-pulse{position:absolute;will-change:box-shadow}@media (max-width: 960px){.wizard-stepper{grid-template-columns:repeat(3,minmax(0,1fr))}.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-graphics{flex-direction:column;align-items:flex-start}.wizard-stage-content{grid-template-columns:1fr;gap:20px}.wizard-illustration-column{min-height:280px;order:-1}}@media (max-width: 720px){.wizard-grid,.review-grid,.plan-grid{grid-template-columns:1fr}.wizard-card{padding:18px}.wizard-actions{justify-content:stretch}.wizard-actions .btn{flex:1}.wizard-stage-content{grid-template-columns:1fr;gap:16px}.step-illustration-wrapper{max-width:200px;height:200px}}
