.mentor-launch{position:fixed;right:24px;bottom:24px;z-index:60;display:inline-flex;align-items:center;gap:10px;height:54px;padding:0 22px 0 12px;border:0;border-radius:999px;cursor:pointer;background:linear-gradient(135deg,#c24f35,#e8926a);color:#fff;font-family:inherit;font-weight:600;font-size:15px;box-shadow:0 14px 32px #c24f3566}.mentor-launch:hover{filter:brightness(1.03)}.mentor-launch-icon{width:34px;height:34px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center}.mentor-launch[aria-expanded=true]{display:none}@media(max-width:520px){.mentor-launch-label{display:none}.mentor-launch{padding:0;width:54px;justify-content:center}}.mentor-panel{position:fixed;right:24px;bottom:24px;z-index:61;width:min(380px,calc(100vw - 32px));height:min(560px,calc(100vh - 48px));display:none;flex-direction:column;overflow:hidden}.mentor-panel:not([hidden]){display:flex;background:#fff;border:1px solid var(--border, #EDE7DF);border-radius:18px;box-shadow:0 1px 2px #1f29370a,0 30px 60px #1f29372e;font-family:inherit}.mentor-head{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border, #EDE7DF)}.mentor-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#c24f35,#e8926a);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mentor-head-text{display:flex;flex-direction:column;line-height:1.25}.mentor-head-text strong{font-size:15px;color:#1f2937}.mentor-status{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:6px}.mentor-status i{width:7px;height:7px;border-radius:50%;background:#3f8361;display:inline-block}.mentor-close{margin-left:auto;background:none;border:0;font-size:26px;line-height:1;color:#9ca3af;cursor:pointer;padding:0 4px}.mentor-log{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:14px}.mentor-row{display:flex;flex-direction:column;gap:4px;max-width:90%}.mentor-row.user{align-self:flex-end;align-items:flex-end}.mentor-row.bot{align-self:flex-start;align-items:flex-start}.mentor-who{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#9ca3af}.mentor-who .dot{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#c24f35,#e8926a);color:#fff;display:inline-flex;align-items:center;justify-content:center}.mentor-who .dot svg{width:11px;height:11px}.mentor-msg{padding:11px 14px;font-size:14px;line-height:1.5;border-radius:16px}.mentor-row.user .mentor-msg{background:#1f2937;color:#fff;border-radius:16px 16px 4px}.mentor-row.bot .mentor-msg{background:#fbf8f4;border:1px solid var(--border,#EDE7DF);color:#1f2937;border-radius:4px 16px 16px}.mentor-msg a{color:#c24f35;font-weight:600}.mentor-cta{align-self:flex-start;display:inline-flex;align-items:center;gap:7px;background:#c24f35;color:#fff!important;font-weight:600;font-size:14px;padding:10px 16px;border-radius:10px;text-decoration:none;box-shadow:0 4px 12px #c24f3540;margin-top:2px}.mentor-typing{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:11px 14px;background:#fbf8f4;border:1px solid var(--border,#EDE7DF);border-radius:4px 16px 16px}.mentor-typing .dots{display:inline-flex;gap:5px}.mentor-typing i{width:7px;height:7px;border-radius:50%;background:#c24f35;display:inline-block;animation:mDot 1.2s infinite}.mentor-typing i:nth-child(2){animation-delay:.18s}.mentor-typing i:nth-child(3){animation-delay:.36s}.mentor-typing span{font-size:12px;color:#6b7280}@keyframes mDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.mentor-chips{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 8px}.mentor-chip{background:#fff;border:1px solid var(--border-strong,#D9D1C6);color:#1f2937;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit}.mentor-chip:hover{border-color:#c24f35;color:#c24f35}.mentor-composer{display:flex;align-items:flex-end;gap:8px;padding:12px 14px;border-top:1px solid var(--border,#EDE7DF)}.mentor-composer textarea{flex:1;border:1px solid var(--border-strong,#D9D1C6);border-radius:12px;padding:10px 13px;font-size:14px;line-height:1.45;font-family:inherit;margin:0;resize:none;overflow-y:auto;max-height:132px;min-height:42px}.mentor-composer textarea:focus-visible{outline:2px solid var(--rust,#C24F35);outline-offset:1px}.mentor-send{width:42px;height:42px;flex-shrink:0;border:0;border-radius:12px;background:#c24f35;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.mentor-disclaimer{font-size:11px;color:#6b7280;margin:0;padding:0 14px 12px}.mentor-disclaimer a{color:#c24f35;font-weight:600}.mentor-lead{align-self:stretch;background:#fbf8f4;border:1px solid var(--border,#EDE7DF);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.mentor-lead input,.mentor-lead select{width:100%;border:1px solid var(--border-strong,#D9D1C6);border-radius:8px;padding:8px 10px;font-size:13px;font-family:inherit;margin:0}.mentor-lead button{background:#c24f35;color:#fff;border:0;border-radius:8px;padding:9px;font-weight:600;font-size:13px;cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(prefers-reduced-motion:reduce){.mentor-typing i{animation:none}}
