:root{--bg: #0f172a;--surface: #ffffff;--surface-muted: #f8fafc;--border: #d9e2ec;--text: #0f172a;--text-muted: #52606d;--primary: #2f6fed;--primary-hover: #2359c2;--success: #027a48;--warning: #b54708;--error: #c5283d;--radius: 12px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Roboto,system-ui,-apple-system,sans-serif;background:linear-gradient(160deg,#e2e8f0,#eef2ff);color:var(--text);min-height:100vh}#root{min-height:100vh}.app-shell{max-width:1120px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:20px}.app-header h1{margin:0;font-size:1.75rem}.app-subtitle{margin:8px 0 0;color:var(--text-muted)}.wizard-layout{display:grid;grid-template-columns:280px 1fr;gap:20px}@media(max-width:860px){.wizard-layout{grid-template-columns:1fr}.wizard-stepper{position:static!important}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 40px #0f172a14}.wizard-stepper{padding:16px;position:sticky;top:16px}.stepper-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.step{padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-muted);display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.step-badge{min-width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);font-weight:600;font-size:.85rem}.step-status{text-transform:capitalize;font-size:.75rem;color:var(--text-muted)}.step--complete{border-color:#027a4840}.step--complete .step-badge{background:#027a481f;color:var(--success);border-color:#027a4833}.step--current{border-color:#2f6fed59;background:#2f6fed0f}.step--current .step-badge{background:var(--primary);color:#fff;border-color:var(--primary)}.wizard-content{padding:24px;display:flex;flex-direction:column;gap:18px}.page h2{margin:0;font-size:1.4rem}.helper{margin:0;color:var(--text-muted)}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-weight:600}.input,.select{width:100%;max-width:360px;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:.95rem}.input:focus,.select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2f6fed2e;outline:none}.inline-hint{color:var(--text-muted);font-size:.85rem}.error-msg,.warning-msg{border-radius:10px;padding:10px 12px;font-size:.9rem}.error-msg{background:#c5283d14;color:var(--error)}.warning-msg{background:#b547081a;color:var(--warning)}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.wizard-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.actions{display:flex;gap:10px}.btn{border:1px solid var(--border);border-radius:10px;padding:10px 14px;font-weight:600;background:var(--surface);color:var(--text);cursor:pointer;font-size:.9rem}.btn:hover:not(:disabled){border-color:#9fb3c8;background:#f8fafc}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn--primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.summary-list{margin:0;display:grid;grid-template-columns:150px 1fr;gap:8px 12px}.summary-list dt{font-weight:700}.summary-list dd{margin:0}
