@charset "UTF-8";.chat-panel[data-v-9c6a0aae]{display:flex;flex-direction:column;overflow:hidden;background-color:#132f45;border-radius:16px;box-shadow:0 8px 32px #0006}.chat-header[data-v-9c6a0aae]{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.chat-shield[data-v-9c6a0aae]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;border-radius:50%;border:1px solid rgba(76,175,80,.45);background:#4caf501f;color:#7fd383;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.chat-shield[data-v-9c6a0aae]:hover{background:#4caf5038;border-color:#4caf50b3}.chat-shield[data-v-9c6a0aae]:active{transform:scale(.94)}.chat-header__info[data-v-9c6a0aae]{display:flex;gap:10px;align-items:center}.chat-header__info h3[data-v-9c6a0aae]{color:#fff;font-size:16px;font-weight:700;margin:0}.chat-header__info span[data-v-9c6a0aae]{color:#f50;font-size:13px;font-weight:500}.chat-header__hr[data-v-9c6a0aae]{color:#ff3d3d;font-weight:700}.chat-body[data-v-9c6a0aae]{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.chat-welcome[data-v-9c6a0aae]{text-align:center;padding:24px 12px}.chat-welcome p[data-v-9c6a0aae]{color:#ffffff80;font-size:14px;margin:0}.chat-body-end[data-v-9c6a0aae]{display:flex;flex-direction:column;gap:10px}.chat-msg[data-v-9c6a0aae]{display:flex;flex-direction:column}.chat-msg--bot[data-v-9c6a0aae]{align-items:flex-start}.chat-msg--user[data-v-9c6a0aae]{align-items:flex-end}.chat-avatar[data-v-9c6a0aae]{font-size:11px;font-weight:700;color:#132f45;background:#f50;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.chat-msg__text[data-v-9c6a0aae]{padding:10px 14px;max-width:85%;font-size:.9rem;line-height:1.5;word-break:break-word}.chat-msg__text[data-v-9c6a0aae] p{margin:0 0 12px}.chat-msg__text[data-v-9c6a0aae] p:last-child{margin-bottom:0}.chat-msg__text[data-v-9c6a0aae] h1,.chat-msg__text[data-v-9c6a0aae] h2,.chat-msg__text[data-v-9c6a0aae] h3,.chat-msg__text[data-v-9c6a0aae] h4{color:#fffffff7;font-weight:700;margin:10px 0 5px;line-height:1.3}.chat-msg__text[data-v-9c6a0aae] h1{font-size:1.05rem}.chat-msg__text[data-v-9c6a0aae] h2{font-size:.97rem}.chat-msg__text[data-v-9c6a0aae] h3{font-size:.92rem}.chat-msg__text[data-v-9c6a0aae] ul,.chat-msg__text[data-v-9c6a0aae] ol{padding-left:18px;margin:5px 0 6px}.chat-msg__text[data-v-9c6a0aae] li{margin-bottom:3px}.chat-msg__text[data-v-9c6a0aae] strong{font-weight:700;color:#fff}.chat-msg__text[data-v-9c6a0aae] em{color:#ffffffbf}.chat-msg__text[data-v-9c6a0aae] code{background:#00000059;border-radius:3px;padding:1px 5px;font-family:monospace;font-size:.82em}.chat-msg__text[data-v-9c6a0aae] pre{background:#00000059;border-radius:6px;padding:10px;overflow-x:auto;margin:8px 0}.chat-msg__text[data-v-9c6a0aae] pre code{padding:0;background:none}.chat-msg__text[data-v-9c6a0aae] blockquote{border-left:3px solid rgba(255,85,0,.6);padding-left:10px;margin:6px 0;color:#ffffffa6}.chat-msg__text[data-v-9c6a0aae] a{color:#64b5f6;text-decoration:underline}.chat-msg__text[data-v-9c6a0aae] a:hover{color:#90caf9}.chat-msg__text[data-v-9c6a0aae] hr{border:none;border-top:1px solid rgba(255,255,255,.15);margin:8px 0}@keyframes msgFadeIn-9c6a0aae{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chat-msg--bot .chat-msg__text[data-v-9c6a0aae],.chat-overview-card[data-v-9c6a0aae]{animation:msgFadeIn-9c6a0aae .2s ease-out}.chat-msg--bot .chat-msg__text[data-v-9c6a0aae]{background:#ffffff14;border-radius:12px 12px 12px 3px;color:#ffffffe6}.chat-msg--user .chat-msg__text[data-v-9c6a0aae]{background:#f50;border-radius:12px 12px 3px;color:#fff}.chat-msg__time[data-v-9c6a0aae]{font-size:.7rem;color:#ffffff4d;margin-top:2px}.chat-footer[data-v-9c6a0aae]{padding:10px 14px 14px;background-color:#132f45;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;gap:6px}.chat-stop[data-v-9c6a0aae]{color:#f50;cursor:pointer}.chat-actions[data-v-9c6a0aae]{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.chat-action-btn[data-v-9c6a0aae]{background-color:#f50;color:#fff;font-size:13px;font-weight:600;padding:8px 20px;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #ff550059}.chat-action-btn[data-v-9c6a0aae]:hover:not(:disabled){background-color:#e64d00;transform:translateY(-1px);box-shadow:0 6px 20px #ff550073}.chat-action-btn[data-v-9c6a0aae]:disabled{opacity:.5;cursor:default;box-shadow:none}.chat-msg--overview[data-v-9c6a0aae]{align-items:stretch}.chat-overview-card[data-v-9c6a0aae]{width:100%;background:linear-gradient(135deg,#ff55001a,#ff55000a);border:1px solid rgba(255,85,0,.3);border-radius:12px;padding:12px 14px;font-size:.875rem;line-height:1.6;color:#ffffffd9}.chat-overview-card[data-v-9c6a0aae] p{margin:0 0 6px}.chat-overview-card[data-v-9c6a0aae] p:last-child{margin-bottom:0}.chat-overview-card[data-v-9c6a0aae] h1,.chat-overview-card[data-v-9c6a0aae] h2,.chat-overview-card[data-v-9c6a0aae] h3,.chat-overview-card[data-v-9c6a0aae] h4{color:#fffffff7;font-weight:700;margin:10px 0 5px;line-height:1.3}.chat-overview-card[data-v-9c6a0aae] h1{font-size:1rem}.chat-overview-card[data-v-9c6a0aae] h2{font-size:.93rem}.chat-overview-card[data-v-9c6a0aae] h3{font-size:.88rem}.chat-overview-card[data-v-9c6a0aae] ul,.chat-overview-card[data-v-9c6a0aae] ol{padding-left:18px;margin:5px 0 6px}.chat-overview-card[data-v-9c6a0aae] li{margin-bottom:3px}.chat-overview-card[data-v-9c6a0aae] strong{font-weight:700;color:#fff}.chat-overview-card[data-v-9c6a0aae] code{background:#00000059;border-radius:3px;padding:1px 5px;font-family:monospace;font-size:.82em}.chat-overview-card[data-v-9c6a0aae] hr{border:none;border-top:1px solid rgba(255,255,255,.15);margin:8px 0}.chat-overview-card__header[data-v-9c6a0aae]{display:flex;align-items:center;gap:6px;margin-bottom:8px;font-size:.7rem;font-weight:700;color:#f50;letter-spacing:.06em;text-transform:uppercase}.chat-overview-card__icon[data-v-9c6a0aae]{font-size:10px}.chat-overview-thinking[data-v-9c6a0aae]{display:flex;flex-direction:column;gap:10px}.chat-overview-thinking__label[data-v-9c6a0aae]{font-size:.7rem;font-weight:600;color:#f509;letter-spacing:.08em;text-transform:uppercase;animation:overviewLabelPulse-9c6a0aae 1.8s ease-in-out infinite}.chat-overview-thinking__lines[data-v-9c6a0aae]{display:flex;flex-direction:column;gap:8px}.chat-overview-thinking__line[data-v-9c6a0aae]{height:7px;border-radius:4px;background:linear-gradient(90deg,#ff550014,#ff550073 40%,#ffb46499,#ff550073 70%,#ff550014);background-size:250% 100%;animation:overviewScan-9c6a0aae 1.6s ease-in-out infinite}.chat-overview-thinking__line[data-v-9c6a0aae]:nth-child(2){animation-delay:.2s}.chat-overview-thinking__line[data-v-9c6a0aae]:nth-child(3){animation-delay:.4s}@keyframes overviewScan-9c6a0aae{0%{background-position:200% 0}to{background-position:-100% 0}}@keyframes overviewLabelPulse-9c6a0aae{0%,to{opacity:.5}50%{opacity:1}}.chat-thinking-scan[data-v-9c6a0aae]{display:flex;flex-direction:column;gap:10px;width:100%}.chat-thinking-scan__label[data-v-9c6a0aae]{font-size:.7rem;font-weight:600;color:#ffffff80;letter-spacing:.08em;text-transform:uppercase;animation:overviewLabelPulse-9c6a0aae 1.8s ease-in-out infinite}.chat-thinking-scan__lines[data-v-9c6a0aae]{display:flex;flex-direction:column;gap:8px}.chat-thinking-scan__line[data-v-9c6a0aae]{height:7px;border-radius:4px;background:linear-gradient(90deg,#ffffff0f,#ffffff47 40%,#ffffff80,#ffffff47 70%,#ffffff0f);background-size:250% 100%;animation:overviewScan-9c6a0aae 1.6s ease-in-out infinite}.chat-thinking-scan__line[data-v-9c6a0aae]:nth-child(2){animation-delay:.2s}.chat-thinking-scan__line[data-v-9c6a0aae]:nth-child(3){animation-delay:.4s}.chat-form[data-v-9c6a0aae]{width:100%;background:transparent!important;border-radius:0!important;outline:none!important;box-shadow:none!important}.chat-form[data-v-9c6a0aae] .v-field{background:#fff;border-radius:10px;color:#333}.chat-form[data-v-9c6a0aae] .v-field input{color:#333}.chat-form[data-v-9c6a0aae] .v-field input::placeholder{color:#00000073}.chat-upsell[data-v-9c6a0aae]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 16px 16px;border-top:1px solid rgba(255,255,255,.08);gap:8px}.chat-upsell__icon[data-v-9c6a0aae]{color:#f50}.chat-upsell__title[data-v-9c6a0aae]{color:#fff;font-size:.9rem;font-weight:700;margin:0}.chat-upsell__desc[data-v-9c6a0aae]{color:#ffffff8c;font-size:.78rem;line-height:1.5;margin:0}.chat-upsell__cta[data-v-9c6a0aae]{display:inline-block;margin-top:4px;background-color:#f50;color:#fff!important;font-size:12px;font-weight:600;padding:8px 18px;border-radius:8px;text-decoration:none;transition:background-color .2s ease,transform .2s ease;box-shadow:0 4px 12px #ff55004d}.chat-upsell__cta[data-v-9c6a0aae]:hover{background-color:#e64d00;transform:translateY(-1px)}.chat-form-locked[data-v-9c6a0aae]{position:relative;width:100%}.chat-form--blurred[data-v-9c6a0aae]{filter:blur(3px);pointer-events:none;-webkit-user-select:none;user-select:none}.chat-premium-badge[data-v-9c6a0aae]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:5px;color:#132f45;font-size:.75rem;font-weight:600;text-decoration:none;letter-spacing:.04em;transition:color .2s ease}.chat-premium-badge[data-v-9c6a0aae]:hover{color:#f50}
