.assistantShell {margin-top: 20px;background: #fff;border: 1px solid rgba(0, 0, 0, 0.08);border-radius: 14px;box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);overflow: hidden;}.assistantHeader {display: flex;align-items: center;justify-content: space-between;gap: 12px;padding: 14px 16px;background: linear-gradient(180deg, #f8fafc, #f1f5f9);border-bottom: 1px solid rgba(0, 0, 0, 0.08);}.assistantHeader__title {font-size: 16px;font-weight: 700;color: #1f2d3d;line-height: 1.3;}.assistantHeader__close {display: inline-flex;align-items: center;justify-content: center;width: 36px;height: 36px;border-radius: 10px;border: 1px solid rgba(0, 0, 0, 0.12);background: #fff;cursor: pointer;text-decoration: none;}.assistantHeader__close:hover {background: #f3f4f6;}.assistantHeader__close .ui-icon {opacity: 0.7;}.assistentDescription {background: #fafbfc;padding: 12px 16px;border-bottom: 1px solid rgba(0, 0, 0, 0.06);}.assistentBody__actions, .assistentBody__actionsButtons {background: #fff;}.assistentBody__content {background: #fff;padding: 16px;margin: 16px;border-radius: 10px;}.assistentBody__content .margin {background: transparent !important;padding: 0;margin: 0;}.assistantShell .assistentBody__actions {padding: 0 16px;margin: 16px 0 0 0 !important;background: transparent !important;}.assistantShell .assistentBody__actionsButtons {padding: 0 16px;margin: 16px 0 16px 0 !important;background: transparent !important;}.assistantNav {padding: 16px 16px 18px 16px;background: #fff;border-bottom: 1px solid rgba(0, 0, 0, 0.06);margin-bottom: 16px;}.assistantNav .wizardSteps {margin: 0;gap: 12px;padding-top: 14px;}.wizardSteps {display: flex;flex-wrap: wrap;gap: 8px;margin: 12px 0 18px 0;}.wizardStepBtn {display: inline-flex;align-items: center;gap: 8px;padding: 7px 14px;border-radius: 999px;border: 1px solid #e0e0e0;background: #fff;font-size: 13px;color: #1f2d3d;line-height: 1;cursor: pointer;}.wizardStepBtn:hover {background: #f7f7f7;}.wizardStepBtn:disabled {opacity: 0.55;cursor: not-allowed;}.wizardStepBtn__num {display: inline-flex;align-items: center;justify-content: center;width: 22px;height: 22px;border-radius: 50%;background: #f0f0f0;font-size: 12px;font-weight: 700;color: #555;}.wizardStepBtn--done {background: #f6fbf7;border-color: #cfe8d4;}.wizardStepBtn--done .wizardStepBtn__num {background: #1b6d1e;color: #fff;}.wizardStepBtn--current {background: #eef5ff;border-color: #c9defc;font-weight: 700;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);}.wizardStepBtn--current .wizardStepBtn__num {background: #1e88e5;color: #fff;}.wizardStepBtn--locked {position: relative;}.wizardStepBtn--locked:hover::after {content: attr(title);position: absolute;left: 50%;top: calc(100% + 8px);transform: translateX(-50%);background: rgba(17, 24, 39, 0.95);color: #fff;padding: 6px 8px;border-radius: 8px;font-size: 12px;line-height: 1.2;white-space: nowrap;z-index: 50;box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);}.wizardStepBtn--locked:hover::before {content: "";position: absolute;left: 50%;top: calc(100% + 2px);transform: translateX(-50%);border: 6px solid transparent;border-bottom-color: rgba(17, 24, 39, 0.95);z-index: 51;}