@charset "UTF-8";.mentor-card[data-v-f04e7d46]{display:flex;align-items:center;gap:10px;width:400px;max-width:100%;padding:20px 16px;background:var(--warm-background, #fff8f0);border:1px solid var(--Orange, #f27b40);border-radius:20px;overflow:hidden;font-family:Carlito,sans-serif}.mentor-icon[data-v-f04e7d46]{flex-shrink:0}.mentor-info[data-v-f04e7d46]{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:6px}.mentor-title[data-v-f04e7d46]{margin:0;font-size:16px;font-style:italic;font-weight:700;line-height:16px;color:var(--black-new-font, #040a10)}.mentor-subtitle[data-v-f04e7d46]{margin:0;font-size:14px;font-weight:400;line-height:16px;color:var(--black-new-font, #040a10);white-space:nowrap}.mentor-book-btn[data-v-f04e7d46]{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 14px;background:var(--Orange, #f27b40);border:none;border-radius:999px;font-family:Carlito,sans-serif;font-size:12px;line-height:16px;color:var(--White, #fff);white-space:nowrap;cursor:pointer;transition:opacity .2s ease}.mentor-book-btn[data-v-f04e7d46]:hover{opacity:.9}.mobile .mentor-card[data-v-f04e7d46]{padding:16px}.mobile .mentor-title[data-v-f04e7d46],.mobile .mentor-subtitle[data-v-f04e7d46]{white-space:normal}.streak-card[data-v-4cb1cfdd]{display:flex;flex-direction:column;align-items:center;gap:10px;width:400px;max-width:100%;padding:20px 16px;background:var(--White, #fff);border-radius:20px;overflow:hidden;font-family:Carlito,sans-serif}.streak-header[data-v-4cb1cfdd]{display:flex;align-items:center;gap:10px;width:100%}.streak-header .streak-flame[data-v-4cb1cfdd]{flex-shrink:0;width:50px;height:50px}.streak-header .streak-title-box[data-v-4cb1cfdd]{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;color:var(--black-new-font, #040a10)}.streak-header .streak-title-box .streak-title[data-v-4cb1cfdd]{font-size:20px;font-weight:700;line-height:normal}.streak-header .streak-title-box .streak-subtitle[data-v-4cb1cfdd]{font-size:14px;font-weight:400;line-height:normal}.streak-days[data-v-4cb1cfdd]{display:flex;align-items:flex-start;gap:4px}.streak-day[data-v-4cb1cfdd]{position:relative;width:70px;height:50px;border-radius:6px;overflow:hidden;flex-shrink:0}.streak-day.is-done[data-v-4cb1cfdd]{background:var(--Orange, #f27b40);box-shadow:inset 0 -2px #c1570040}.streak-day.is-done .streak-day-label[data-v-4cb1cfdd]{color:var(--White, #fff);font-weight:700}.streak-day.is-pending[data-v-4cb1cfdd]{background:var(--light-gray-background, #f9f9f9);border:1px dashed var(--gray-line, #eee)}.streak-day.is-pending .streak-day-label[data-v-4cb1cfdd]{color:var(--dark-gray-new-font, #383839);font-weight:400}.streak-day .streak-day-inner[data-v-4cb1cfdd]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;width:40px}.streak-day .streak-check[data-v-4cb1cfdd]{display:block}.streak-day .streak-day-label[data-v-4cb1cfdd]{font-size:14px;line-height:normal;text-align:center;white-space:nowrap}.mobile .streak-card[data-v-4cb1cfdd]{padding:16px}.mobile .streak-days[data-v-4cb1cfdd]{width:100%}.mobile .streak-day[data-v-4cb1cfdd]{flex:1 1 0;width:auto;min-width:0}.mobile .streak-day-inner[data-v-4cb1cfdd]{width:100%}.mobile .streak-day-label[data-v-4cb1cfdd]{font-size:13px}.typewriter-text[data-v-26332f7a]{white-space:inherit;word-break:inherit}.typewriter-text strong[data-v-26332f7a]{font-weight:700}.ai-chat-view[data-v-2b7c4504]{position:relative;width:100%;height:100%;background:var(--light-gray-background);overflow-y:auto}.ai-chat-view .content[data-v-2b7c4504]{position:relative;display:flex;flex-direction:column;width:760px;min-height:100%;margin:0 auto}.ai-chat-view .content .main-input-wrap[data-v-2b7c4504]{position:fixed;bottom:0;z-index:30;width:100%;padding-bottom:0;background:var(--light-gray-background);transform:translate(-50%)}.ai-chat-view .content .main-input-wrap .hidden-file-input[data-v-2b7c4504]{display:none}.ai-chat-view .content .main-input-wrap .main-input[data-v-2b7c4504]{position:relative;display:flex;flex-direction:column;width:100%;padding:20px 24px;min-height:152px;background:var(--White);transition:min-height .25s ease}.ai-chat-view .content .main-input-wrap .main-input.is-expanded[data-v-2b7c4504]{min-height:376px}.ai-chat-view .content .main-input-wrap .main-input.has-attachment[data-v-2b7c4504]{min-height:228px}.ai-chat-view .content .main-input-wrap .main-input.is-expanded.has-attachment[data-v-2b7c4504]{min-height:452px}.ai-chat-view .content .main-input-wrap .main-input[data-v-2b7c4504]{border:1px solid var(--gray-line);border-radius:16px;box-shadow:0 -2px 10px #00000008}.ai-chat-view .content .main-input-wrap .main-input[data-v-2b7c4504] .el-textarea{flex:1;display:flex;flex-direction:column;overflow-y:auto}.ai-chat-view .content .main-input-wrap .main-input[data-v-2b7c4504] .el-textarea .el-textarea__inner{flex:1;transition:height .25s ease}.ai-chat-view .content .main-input-wrap .main-input .expand-btn[data-v-2b7c4504]{position:absolute;top:20px;right:24px;color:var(--black-new-font);opacity:.6;cursor:pointer;transition:opacity .2s ease}.ai-chat-view .content .main-input-wrap .main-input .expand-btn[data-v-2b7c4504]:hover{opacity:1}.ai-chat-view .content .main-input-wrap .main-input .attachment-card[data-v-2b7c4504]{margin-bottom:12px}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-image[data-v-2b7c4504]{position:relative;width:64px;height:64px;border:1px solid var(--light-gray-background);border-radius:6px;overflow:hidden;flex-shrink:0}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-image .attachment-thumb[data-v-2b7c4504]{width:100%;height:100%;cursor:pointer}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-image .attachment-thumb[data-v-2b7c4504] .el-image__inner{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-image .attachment-loading[data-v-2b7c4504]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0006;color:var(--White)}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-image .attachment-loading .record-loading-spin[data-v-2b7c4504]{animation:spin-2b7c4504 .8s linear infinite}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-image .attachment-remove[data-v-2b7c4504]{position:absolute;top:5px;right:5px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#0006;border-radius:50%;cursor:pointer;color:var(--White);transition:background .2s ease}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-doc[data-v-2b7c4504]{display:flex;align-items:center;gap:10px;padding:10px;background:var(--light-gray-background);border-radius:10px;width:300px}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-doc .doc-icon-box[data-v-2b7c4504]{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--White);border-radius:8px}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-doc .doc-info[data-v-2b7c4504]{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-doc .doc-info .doc-name[data-v-2b7c4504]{font-size:12px;line-height:16px;color:var(--black-new-font);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-doc .doc-info .doc-size[data-v-2b7c4504]{font-size:12px;line-height:16px;color:var(--black-new-font);opacity:.4}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-doc .attachment-remove[data-v-2b7c4504]{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--black-new-font);opacity:.5;transition:opacity .2s ease}.ai-chat-view .content .main-input-wrap .main-input .attachment-card.is-doc .attachment-remove[data-v-2b7c4504]:hover{opacity:1}.ai-chat-view .content .main-input-wrap .main-input .recording-area[data-v-2b7c4504]{flex:1;display:flex;gap:8px}.ai-chat-view .content .main-input-wrap .main-input .recording-area .wave-gif[data-v-2b7c4504]{height:30px;-o-object-fit:contain;object-fit:contain}.ai-chat-view .content .main-input-wrap .main-input .recording-area .listening-text[data-v-2b7c4504]{font-size:16px;color:#0000004d}.ai-chat-view .content .main-input-wrap .main-input .chat-textarea[data-v-2b7c4504] .el-textarea__inner{padding:0 24px 0 0;box-shadow:none;border:none;background:transparent;resize:none;overflow-x:hidden;overflow-y:auto;font-size:16px;font-weight:400;line-height:20px;color:var(--black-new-font, #040a10);scrollbar-width:thin;scrollbar-color:rgba(4,10,16,.2) transparent}.ai-chat-view .content .main-input-wrap .main-input .chat-textarea[data-v-2b7c4504] .el-textarea__inner::-moz-placeholder{font-size:16px;font-weight:400;line-height:20px;color:#0000004d}.ai-chat-view .content .main-input-wrap .main-input .chat-textarea[data-v-2b7c4504] .el-textarea__inner::placeholder{font-size:16px;font-weight:400;line-height:20px;color:#0000004d}.ai-chat-view .content .main-input-wrap .main-input .chat-textarea[data-v-2b7c4504] .el-textarea__inner::-webkit-scrollbar{width:6px}.ai-chat-view .content .main-input-wrap .main-input .chat-textarea[data-v-2b7c4504] .el-textarea__inner::-webkit-scrollbar-track{background:transparent}.ai-chat-view .content .main-input-wrap .main-input .chat-textarea[data-v-2b7c4504] .el-textarea__inner::-webkit-scrollbar-thumb{background:#040a1033;border-radius:3px}.ai-chat-view .content .main-input-wrap .main-input .chat-textarea[data-v-2b7c4504] .el-textarea__inner::-webkit-scrollbar-thumb:hover{background:#040a104d}.ai-chat-view .content .main-input-wrap .main-input .input-actions[data-v-2b7c4504]{display:flex;justify-content:space-between;align-items:center}.ai-chat-view .content .main-input-wrap .main-input .input-actions .toolbar[data-v-2b7c4504]{display:flex;align-items:center}.ai-chat-view .content .main-input-wrap .main-input .input-actions .toolbar svg[data-v-2b7c4504]{cursor:pointer}.ai-chat-view .content .main-input-wrap .main-input .input-actions .toolbar .attach-btn[data-v-2b7c4504]{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;cursor:pointer;border-radius:4px;transition:background .2s ease}.ai-chat-view .content .main-input-wrap .main-input .input-actions .toolbar .attach-btn[data-v-2b7c4504]:hover{background:var(--gray-line, #eee)}.ai-chat-view .content .main-input-wrap .main-input .input-actions .toolbar .attach-btn .attach-badge[data-v-2b7c4504]{position:absolute;top:-4px;left:14px;min-width:15px;height:15px;padding:0 3px;background:var(--Orange, #f27b40);border-radius:999px;font-size:10px;line-height:15px;color:var(--White);text-align:center;pointer-events:none}.ai-chat-view .content .main-input-wrap .main-input .input-actions .right-actions[data-v-2b7c4504]{display:flex;gap:16px;align-items:center}.ai-chat-view .content .main-input-wrap .main-input .input-actions .right-actions svg[data-v-2b7c4504]{cursor:pointer}.ai-chat-view .content .main-input-wrap .main-input .input-actions .right-actions .mic-btn[data-v-2b7c4504]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;cursor:pointer;border-radius:4px;transition:background .2s ease}.ai-chat-view .content .main-input-wrap .main-input .input-actions .right-actions .mic-btn[data-v-2b7c4504]:hover{background:var(--gray-line, #eee)}.ai-chat-view .content .main-input-wrap .main-input .input-actions .send-btn[data-v-2b7c4504]{width:28px;height:28px;padding:0;border-radius:100px;background:var(--Orange, #f27b40);border:0;color:var(--White)}.ai-chat-view .content .main-input-wrap .main-input .input-actions .record-cancel[data-v-2b7c4504],.ai-chat-view .content .main-input-wrap .main-input .input-actions .record-confirm[data-v-2b7c4504]{cursor:pointer;flex-shrink:0}.ai-chat-view .content .main-input-wrap .main-input .input-actions .record-cancel.is-disabled[data-v-2b7c4504]{opacity:.4;cursor:not-allowed}.ai-chat-view .content .main-input-wrap .main-input .input-actions .record-confirm-wrap[data-v-2b7c4504]{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.ai-chat-view .content .main-input-wrap .main-input .input-actions .record-confirm-wrap .record-confirm-loading-btn[data-v-2b7c4504]{width:28px;height:28px;border-radius:50%;background:#eee;display:flex;align-items:center;justify-content:center}.ai-chat-view .content .main-input-wrap .main-input .input-actions .record-confirm-wrap .record-confirm-loading-btn .record-loading-spin[data-v-2b7c4504]{animation:spin-2b7c4504 .8s linear infinite}@keyframes spin-2b7c4504{to{transform:rotate(360deg)}}.ai-chat-view.status-idle .content[data-v-2b7c4504],.ai-chat-view.status-generating .content[data-v-2b7c4504],.ai-chat-view.status-answered .content[data-v-2b7c4504]{flex:1}.ai-chat-view.status-idle .content .message-list[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list[data-v-2b7c4504]{flex:1;display:flex;flex-direction:column;gap:32px;padding-top:42px;padding-bottom:var(--fixed-input-space, 210px)}.ai-chat-view.status-idle .content .message-list .history-loading[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .history-loading[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .history-loading[data-v-2b7c4504]{display:flex;justify-content:center;align-items:center}.ai-chat-view.status-idle .content .message-list .history-loading .record-loading-spin[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .history-loading .record-loading-spin[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .history-loading .record-loading-spin[data-v-2b7c4504]{animation:spin-2b7c4504 .8s linear infinite}.ai-chat-view.status-idle .content .message-list .preset-list[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .preset-list[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .preset-list[data-v-2b7c4504]{display:flex;flex-wrap:wrap;gap:10px}.ai-chat-view.status-idle .content .message-list .preset-list .preset-item[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .preset-list .preset-item[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .preset-list .preset-item[data-v-2b7c4504]{padding:10px 16px;font-size:14px;line-height:normal;color:var(--black-new-font);background:var(--White);border:1px solid var(--gray-line);border-radius:100px;white-space:nowrap;cursor:pointer;transition:color .2s ease,border-color .2s ease}.ai-chat-view.status-idle .content .message-list .preset-list .preset-item[data-v-2b7c4504]:hover,.ai-chat-view.status-generating .content .message-list .preset-list .preset-item[data-v-2b7c4504]:hover,.ai-chat-view.status-answered .content .message-list .preset-list .preset-item[data-v-2b7c4504]:hover{color:var(--Orange, #f27b40);border-color:var(--Orange, #f27b40)}.ai-chat-view.status-idle .content .message-list .user-row[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row[data-v-2b7c4504]{display:flex;flex-direction:column;align-items:flex-end;align-self:flex-end;gap:8px;max-width:550px}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-image[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-image[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-image[data-v-2b7c4504]{width:200px;height:200px;border-radius:12px;overflow:hidden}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-image .attachment-thumb[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-image .attachment-thumb[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-image .attachment-thumb[data-v-2b7c4504]{width:100%;height:100%;cursor:pointer}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-image .attachment-thumb[data-v-2b7c4504] .el-image__inner,.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-image .attachment-thumb[data-v-2b7c4504] .el-image__inner,.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-image .attachment-thumb[data-v-2b7c4504] .el-image__inner{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-doc[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-doc[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-doc[data-v-2b7c4504]{display:flex;flex-direction:column;gap:8px;padding:10px;width:234px;background:var(--White);border:1px solid var(--gray-line);border-radius:10px}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-doc .doc-row[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-doc .doc-row[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-doc .doc-row[data-v-2b7c4504]{display:flex;align-items:center;gap:12px;padding:10px;background:var(--gray-line, #eee);border-radius:8px}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-icon-box[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-icon-box[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-icon-box[data-v-2b7c4504]{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--White);border-radius:4px}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-info[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-info[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-info[data-v-2b7c4504]{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-info .doc-name[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-info .doc-name[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-info .doc-name[data-v-2b7c4504]{font-size:14px;line-height:16px;color:var(--black-new-font);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-info .doc-size[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-info .doc-size[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-doc .doc-row .doc-info .doc-size[data-v-2b7c4504]{font-size:12px;line-height:16px;color:var(--black-new-font);opacity:.4}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-doc .doc-actions[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-doc .doc-actions[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-doc .doc-actions[data-v-2b7c4504]{display:flex;align-items:center;justify-content:flex-end;gap:8px;cursor:pointer;color:var(--black-new-font)}.ai-chat-view.status-idle .content .message-list .user-row .user-attachment.is-doc .doc-actions span[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-attachment.is-doc .doc-actions span[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-attachment.is-doc .doc-actions span[data-v-2b7c4504]{font-size:14px;line-height:normal}.ai-chat-view.status-idle .content .message-list .user-row .user-bubble[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .user-row .user-bubble[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .user-row .user-bubble[data-v-2b7c4504]{max-width:100%;padding:12px 24px;font-size:16px;line-height:28px;color:var(--black-new-font, #040a10);background:#040a1014;border-radius:16px 16px 0;white-space:pre-wrap;word-break:break-word}.ai-chat-view.status-idle .content .message-list .ai-row[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row[data-v-2b7c4504]{display:flex;align-items:flex-start;gap:16px;width:100%}.ai-chat-view.status-idle .content .message-list .ai-row .ai-avatar[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-avatar[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-avatar[data-v-2b7c4504]{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.ai-chat-view.status-idle .content .message-list .ai-row .ai-avatar img[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-avatar img[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-avatar img[data-v-2b7c4504]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body[data-v-2b7c4504]{display:flex;flex-direction:column;gap:16px;width:704px}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .ai-text[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .ai-text[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .ai-text[data-v-2b7c4504]{font-size:16px;line-height:1.6;color:var(--black-new-font, #040a10);white-space:pre-wrap;word-break:break-word}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .ai-text strong[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .ai-text strong[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .ai-text strong[data-v-2b7c4504]{font-weight:700}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .ai-text.thinking[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .ai-text.thinking[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .ai-text.thinking[data-v-2b7c4504]{line-height:28px}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .ai-actions[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .ai-actions[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .ai-actions[data-v-2b7c4504]{display:flex;align-items:center;gap:8px}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .ai-actions svg[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .ai-actions svg[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .ai-actions svg[data-v-2b7c4504]{cursor:pointer}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body[data-v-2b7c4504] .pp-task-panel,.ai-chat-view.status-generating .content .message-list .ai-row .ai-body[data-v-2b7c4504] .pp-task-panel,.ai-chat-view.status-answered .content .message-list .ai-row .ai-body[data-v-2b7c4504] .pp-task-panel{width:400px;max-width:100%}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body[data-v-2b7c4504] .pp-modal,.ai-chat-view.status-generating .content .message-list .ai-row .ai-body[data-v-2b7c4504] .pp-modal,.ai-chat-view.status-answered .content .message-list .ai-row .ai-body[data-v-2b7c4504] .pp-modal{width:400px;max-width:100%;display:flex;flex-direction:column}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards[data-v-2b7c4504]{display:flex;gap:16px;flex-wrap:wrap}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card[data-v-2b7c4504]{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid var(--gray-line, #eee);border-radius:10px;cursor:pointer}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card.practice-mock[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card.practice-mock[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card.practice-mock[data-v-2b7c4504]{background:#e9f5cc}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card.practice[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card.practice[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card.practice[data-v-2b7c4504]{background:#eaf3d5}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card.challenge[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card.challenge[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card.challenge[data-v-2b7c4504]{background:#ffe4d9}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card.cheatcode[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card.cheatcode[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card.cheatcode[data-v-2b7c4504]{background-image:linear-gradient(120.6deg,#f4d8ea 40.687%,#fae2d6 89.168%)}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card.application-tracker[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card.application-tracker[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card.application-tracker[data-v-2b7c4504]{background:#d5e8ff}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card.market-insight[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card.market-insight[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card.market-insight[data-v-2b7c4504]{background:#ffeedb}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card.resume-glowup[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card.resume-glowup[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card.resume-glowup[data-v-2b7c4504]{background:#e0e0f3}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card.networking-bot[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card.networking-bot[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card.networking-bot[data-v-2b7c4504]{background:#d9f3f1}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card .card-title-box[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card .card-title-box[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card .card-title-box[data-v-2b7c4504]{display:flex;align-items:center;justify-content:center;padding:20px 12px 10px;background:var(--White);border-radius:8px}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card .card-title-box .card-title[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card .card-title-box .card-title[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card .card-title-box .card-title[data-v-2b7c4504]{min-width:190px;font-family:var(--font-sf4);font-size:16px;font-weight:700;line-height:normal;color:var(--black-new-font, #040a10)}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .feature-cards .feature-card .card-action[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .feature-cards .feature-card .card-action[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .feature-cards .feature-card .card-action[data-v-2b7c4504]{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:14px;line-height:normal;color:var(--black-new-font, #040a10)}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards[data-v-2b7c4504]{display:flex;gap:16px;flex-wrap:wrap}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card[data-v-2b7c4504]{position:relative;display:flex;flex-direction:column;width:320px;height:260px;background:var(--White);border:1px solid var(--gray-line, #eee);border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card[data-v-2b7c4504]:hover,.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card[data-v-2b7c4504]:hover,.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card[data-v-2b7c4504]:hover{transform:translateY(-2px);box-shadow:0 10px 24px #040a101f}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-hot[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-hot[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-hot[data-v-2b7c4504]{position:absolute;top:0;right:0;width:72px;height:72px;overflow:hidden;pointer-events:none;z-index:2}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-hot span[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-hot span[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-hot span[data-v-2b7c4504]{position:absolute;top:15px;right:-26px;display:block;width:104px;padding:4px 0;background:var(--Orange, #f27b40);font-family:var(--font-sf4);font-size:13px;font-weight:600;line-height:normal;color:var(--White);text-align:center;transform:rotate(45deg)}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body[data-v-2b7c4504]{position:relative;padding:28px 26px 0}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper[data-v-2b7c4504]{position:relative;padding:14px 16px;background:var(--light-gray-background, #f9f9f9);border:1px solid var(--gray-line, #eee);border-radius:6px}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-focus[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-focus[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-focus[data-v-2b7c4504]{font-size:16px;line-height:normal;color:var(--black-new-font, #040a10)}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-focus strong[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-focus strong[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-focus strong[data-v-2b7c4504]{font-style:italic;font-weight:700}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-features[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-features[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-features[data-v-2b7c4504]{display:flex;flex-direction:column;gap:4px;margin-top:12px;opacity:.6}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-features .bootcamp-feature[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-features .bootcamp-feature[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-features .bootcamp-feature[data-v-2b7c4504]{font-size:14px;line-height:1.4;color:var(--black-new-font, #040a10)}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-features .bootcamp-feature[data-v-2b7c4504]:before,.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-features .bootcamp-feature[data-v-2b7c4504]:before,.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-body .bootcamp-paper .bootcamp-features .bootcamp-feature[data-v-2b7c4504]:before{content:"· "}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer[data-v-2b7c4504]{position:relative;margin:-30px 12px 12px;padding:14px 14px 16px}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-card-footer[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-card-footer[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-card-footer[data-v-2b7c4504]{position:absolute;inset:0;display:block;width:100%;height:100%;z-index:0}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-title[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-title[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-title[data-v-2b7c4504]{position:relative;z-index:1;display:flex;align-items:center;gap:6px;font-family:var(--font-sf4);font-size:16px;font-weight:600;line-height:normal;color:var(--black-new-font, #040a10)}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-title .bootcamp-title-logo[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-title .bootcamp-title-logo[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-title .bootcamp-title-logo[data-v-2b7c4504]{display:block;width:20px;height:20px;flex-shrink:0}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-divider[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-divider[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-divider[data-v-2b7c4504]{position:relative;z-index:1;height:1px;margin:12px 0;background:#040a101a}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-footer-bottom[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-footer-bottom[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-footer-bottom[data-v-2b7c4504]{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-footer-bottom .bootcamp-price[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-footer-bottom .bootcamp-price[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-footer-bottom .bootcamp-price[data-v-2b7c4504]{font-size:24px;font-style:italic;font-weight:700;line-height:1;color:var(--black-new-font, #040a10)}.ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-footer-bottom .bootcamp-start[data-v-2b7c4504],.ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-footer-bottom .bootcamp-start[data-v-2b7c4504],.ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card .bootcamp-footer .bootcamp-footer-bottom .bootcamp-start[data-v-2b7c4504]{display:flex;align-items:center;gap:4px;height:36px;padding:7px 16px;background:#01142b;border-radius:999px;font-size:14px;line-height:normal;color:var(--White)}.ai-chat-view.status-idle .content .main-input-wrap[data-v-2b7c4504],.ai-chat-view.status-generating .content .main-input-wrap[data-v-2b7c4504],.ai-chat-view.status-answered .content .main-input-wrap[data-v-2b7c4504]{padding-bottom:20px}.mobile .ai-chat-view .content[data-v-2b7c4504]{width:100%;padding:0 20px}.mobile .ai-chat-view .content .main-input-wrap[data-v-2b7c4504]{padding-bottom:10px}.mobile .ai-chat-view .content .main-input-wrap .main-input[data-v-2b7c4504]{padding:16px 20px}.mobile .ai-chat-view .content .main-input-wrap .main-input .expand-btn[data-v-2b7c4504]{top:16px;right:20px}.mobile .ai-chat-view .content .main-input-wrap .main-input .chat-textarea[data-v-2b7c4504] .el-textarea__inner{font-size:14px;line-height:18px}.mobile .ai-chat-view .content .main-input-wrap .main-input .chat-textarea[data-v-2b7c4504] .el-textarea__inner::-moz-placeholder{font-size:14px;line-height:18px}.mobile .ai-chat-view .content .main-input-wrap .main-input .chat-textarea[data-v-2b7c4504] .el-textarea__inner::placeholder{font-size:14px;line-height:18px}.mobile .ai-chat-view.status-idle .content .message-list[data-v-2b7c4504],.mobile .ai-chat-view.status-generating .content .message-list[data-v-2b7c4504],.mobile .ai-chat-view.status-answered .content .message-list[data-v-2b7c4504]{gap:24px;padding-top:16px;padding-bottom:var(--fixed-input-space, 180px)}.mobile .ai-chat-view.status-idle .content .message-list .user-row[data-v-2b7c4504],.mobile .ai-chat-view.status-generating .content .message-list .user-row[data-v-2b7c4504],.mobile .ai-chat-view.status-answered .content .message-list .user-row[data-v-2b7c4504]{max-width:80%}.mobile .ai-chat-view.status-idle .content .message-list .user-row .user-bubble[data-v-2b7c4504],.mobile .ai-chat-view.status-generating .content .message-list .user-row .user-bubble[data-v-2b7c4504],.mobile .ai-chat-view.status-answered .content .message-list .user-row .user-bubble[data-v-2b7c4504]{padding:10px 16px;font-size:14px;line-height:22px}.mobile .ai-chat-view.status-idle .content .message-list .ai-row[data-v-2b7c4504],.mobile .ai-chat-view.status-generating .content .message-list .ai-row[data-v-2b7c4504],.mobile .ai-chat-view.status-answered .content .message-list .ai-row[data-v-2b7c4504]{gap:12px}.mobile .ai-chat-view.status-idle .content .message-list .ai-row .ai-avatar[data-v-2b7c4504],.mobile .ai-chat-view.status-generating .content .message-list .ai-row .ai-avatar[data-v-2b7c4504],.mobile .ai-chat-view.status-answered .content .message-list .ai-row .ai-avatar[data-v-2b7c4504]{width:32px;height:32px}.mobile .ai-chat-view.status-idle .content .message-list .ai-row .ai-body[data-v-2b7c4504],.mobile .ai-chat-view.status-generating .content .message-list .ai-row .ai-body[data-v-2b7c4504],.mobile .ai-chat-view.status-answered .content .message-list .ai-row .ai-body[data-v-2b7c4504]{width:auto;flex:1;min-width:0}.mobile .ai-chat-view.status-idle .content .message-list .ai-row .ai-body .ai-text[data-v-2b7c4504],.mobile .ai-chat-view.status-generating .content .message-list .ai-row .ai-body .ai-text[data-v-2b7c4504],.mobile .ai-chat-view.status-answered .content .message-list .ai-row .ai-body .ai-text[data-v-2b7c4504]{font-size:14px}.mobile .ai-chat-view.status-idle .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card[data-v-2b7c4504],.mobile .ai-chat-view.status-generating .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card[data-v-2b7c4504],.mobile .ai-chat-view.status-answered .content .message-list .ai-row .ai-body .bootcamp-cards .bootcamp-card[data-v-2b7c4504]{width:100%;max-width:320px}.mobile .ai-chat-view.status-idle .content .main-input-wrap[data-v-2b7c4504],.mobile .ai-chat-view.status-generating .content .main-input-wrap[data-v-2b7c4504],.mobile .ai-chat-view.status-answered .content .main-input-wrap[data-v-2b7c4504]{padding-bottom:16px;left:20px;right:20px;width:auto;transform:none}
