.guided-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:0 0 20px;padding:0;list-style:none;background:var(--line)}.guided-steps li{display:grid;grid-template-columns:28px 1fr;column-gap:9px;padding:11px 14px;background:#0b1b2e;color:var(--muted)}.guided-steps b{grid-row:span 2;display:grid;place-items:center;width:24px;height:24px;border:1px solid #456276;border-radius:50%;font-size:11px}.guided-steps span{font-weight:700;color:#c7d8e3}.guided-steps small{font-size:11px}.guided-steps li.active{background:#103545}.guided-steps li.active b{border-color:var(--cyan);color:var(--cyan)}.guided-steps li.active span{color:#fff}.model-options{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 0 14px}.model-option{display:flex;gap:8px;align-items:flex-start;padding:8px;background:#0b1b2e}.model-option input{margin-top:3px;accent-color:var(--cyan)}.model-option b,.model-option small{display:block}.model-option small{color:var(--muted);font-size:11px}.model-option.unavailable{opacity:.55}.engine-status{color:#e8c47b}.engine-status.available{color:var(--green)}.form-hint{margin:10px 0 0!important;color:var(--muted)!important}.form-hint.error{color:#f0a399!important}.form-hint.success{color:#89dfb4!important}@media(max-width:620px){.guided-steps,.model-options{grid-template-columns:1fr}}
