#chat-messages{display:flex;flex-direction:column;overflow-y:auto;min-height:60vh;padding:20px 20px 10px}#chat-messages-container{display:flex;flex-direction:column;padding-bottom:20vh}.message{display:flex;align-items:center;margin-bottom:10px;max-width:80%}.message-row{display:flex;align-items:flex-start;margin-bottom:10px}.message-row.bot{justify-content:flex-start}.message-row.user{justify-content:flex-end}.bot-icon{width:50px !important;height:50px !important;background-color:#f1f7fe;margin-right:8px;border-radius:25px !important;padding:5px;flex-shrink:0}.chat-message{padding:10px 14px;border-radius:12px;word-wrap:break-word}.chat-message.bot{display:flex;flex-direction:column;align-items:flex-start;gap:8px;max-width:60%;background:#fff;border:1px solid #f5ebdd;box-shadow:0 1px 2px rgba(17,24,39,.04);padding:20px}.chat-message-content{width:100%;line-height:1.65;color:#1f2937}.chat-message-content p{margin:0 0 10px}.chat-message-content p:last-child{margin-bottom:0}.chat-message-content ul,.chat-message-content ol{margin:6px 0 10px;padding-left:20px}.chat-message-content li{margin:4px 0}.chat-message-content strong{color:#111827}.ai-typing-indicator{display:inline-flex;align-items:center;gap:10px;min-height:22px}.ai-typing-label{color:#000039;font-weight:600}.ai-typing-dots{display:inline-flex;align-items:center;gap:5px}.ai-typing-dots span{width:8px;height:8px;border-radius:50%;background:#4f46e5;opacity:.3;animation:edvdoTypingDot 1.1s infinite ease-in-out}.ai-typing-dots span:nth-child(2){animation-delay:.15s}.ai-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes edvdoTypingDot{0%,80%,100%{transform:translateY(0);opacity:.25}40%{transform:translateY(-5px);opacity:1}}@media (prefers-reduced-motion:reduce){.ai-typing-dots span{animation:none;opacity:.7}}.ai-copy-wrap{display:flex;justify-content:flex-end;width:100%;margin-top:2px}.ai-copy-btn{width:26px;height:26px;border-radius:50%;border:1px solid #d6dbff;background:#fff;color:#4f46e5;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:all .2s ease}.ai-copy-btn:hover{background:#eef1ff;border-color:#4f46e5}.ai-copy-btn.copied{border-color:#10b981;color:#10b981}.chat-message.user{background:#f1f7fe;color:#242424;text-align:left;gap:8px;max-width:70%;margin-bottom:10px}.text{padding:8px 16px;border-radius:8px;word-wrap:break-word;max-width:70%}.text.bot-text{background:#f1f1f1;color:#000}.text.user-text{color:#242424}.numbered-item{display:inline;font-weight:700;margin-right:5px}.message-time{font-size:12px;color:#888;align-self:flex-end}.message.user .message-time{order:1;margin-right:8px;align-self:flex-start}.message.bot .message-time{order:2;margin-left:8px}.ai-chat-box{padding:0 5%}.chat-divider{width:100%;max-width:1166px;height:1px;background:#d1d1d1;margin:10px auto}.ai-suggested-questions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.ai-suggested-question{border:1px solid #d6dbff;background:#fff;color:#2f3a8f;border-radius:999px;padding:6px 12px;font-size:12px;line-height:1.3;cursor:pointer;transition:all .2s ease}.ai-suggested-question:hover{background:#eef1ff;border-color:#4f46e5}.edvdo_ai_chatbot_actions_container{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:12px;width:100%;padding:10px 20px;max-width:1000px;margin:0 auto}.edvdo_ai_chatbot_action_button{display:flex;justify-content:center;align-items:center;gap:8px;border-radius:25px;border:1px solid #e5e7eb;background:#fff;padding:8px 16px;cursor:pointer;font-size:13px;font-weight:500;color:#4b5563;box-shadow:0 2px 5px rgba(0,0,0,.02);transition:background .2s,border-color .2s;height:40px}.edvdo_ai_chatbot_action_button img{width:20px;height:20px}.edvdo_ai_chatbot_action_button:hover{background:#f9fafb;border-color:#d1d5db}.chat-input-outer-container{display:flex;justify-content:center;align-items:center;width:100%;position:fixed;bottom:0;left:0;background:linear-gradient(to top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);min-height:12vh;padding-bottom:20px;border:none;box-shadow:none;z-index:1000;pointer-events:none}#chat-input{display:flex;width:100%;padding:0 20px;align-items:center;justify-content:center;pointer-events:auto}#chat-input-inner{display:flex;width:100%;max-width:1000px;height:55px;border-radius:30px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.08);padding:5px 10px 5px 20px;align-items:center;justify-content:space-between}#chat-input-inner input{border:none;outline:none;flex-grow:1;background:0 0;font-size:15px;color:#374151}#chat-input-inner input::placeholder{color:#9ca3af}.input-actions{display:flex;gap:8px}#remove-image{width:18px !important;height:18px !important;background:0 0 !important;color:#888 !important;border:none !important;border-radius:50% !important;padding:0 !important;margin:0 !important;font-size:12px !important;display:flex !important;align-items:center !important;justify-content:center !important}#remove-image:hover{background:0 0 !important;color:#000 !important}#chat-input-inner .mic-button{background:#f3f4f6 !important;color:#6b7280 !important}#image-button i{color:#4f46e5 !important}#mic-button i{color:#4f46e5 !important}#send-button i{color:#4f46e5 !important}#chat-input-inner .mic-button:hover{background:#e5e7eb !important}#image-button,#mic-button,#send-button{width:32px !important;height:32px !important;border-radius:50% !important;background:#4f46e5 !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important}#image-button i,#mic-button i,#send-button i{color:#fff !important;font-size:14px !important}.edvdo-studentportal-chatbot-sidebar-main{position:fixed;top:0;left:0;transform:translateX(-100%);display:flex;flex-direction:column;width:370px;height:100vh;padding:16px 20px;background:#000039;transition:transform .35s ease;z-index:1101}.edvdo-studentportal-chatbot-sidebar-toggle-bar{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:20px;position:fixed;top:10%;left:0;transform:translateY(-10%);padding:20px 0;width:60px;height:auto;min-height:100vh;z-index:1100;background:0 0}.edvdo-studentportal-chatbot-sidebar-toggle-profile{display:none}.edvdo-studentportal-chatbot-sidebar-toggle-btn{position:relative;border-radius:12px;box-shadow:4px 4px 10px rgba(0,0,0,.1);background:#fff;width:35px;height:35px;border:none;cursor:pointer;z-index:1100;display:flex;align-items:center;justify-content:center;color:#333}.edvdo-studentportal-chatbot-sidebar-toggle-btn:hover{color:#fff;background-color:#000039}.edvdo-studentportal-chatbot-sidebar-toggle-btn:after{content:attr(data-tooltip);position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:8px;background-color:#333;color:#fff;padding:5px 8px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;font-size:12px}.edvdo-studentportal-chatbot-sidebar-toggle-btn:hover:after{opacity:1}.edvdo-studentportal-chatbot-sidebar-close{position:absolute;right:3%;background:unset;color:#fff;border:none;padding:5px 10px;cursor:pointer;top:3%}.edvdo-studentportal-chatbot-sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1001}.edvdo-studentportal-chatbot-sidebar-wrapper{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;width:100%;padding-top:20%;margin-top:15%;overflow-y:auto;padding-right:15px}.edvdo-studentportal-chatbot-sidebar-wrapper::-webkit-scrollbar{width:8px}.edvdo-studentportal-chatbot-sidebar-wrapper::-webkit-scrollbar-track{background:0 0}.edvdo-studentportal-chatbot-sidebar-wrapper::-webkit-scrollbar-thumb{background-color:#4a4aff;border-radius:6px}.edvdo-studentportal-chatbot-sidebar-menu{display:flex;flex-direction:column;gap:10px;margin-bottom:auto}.edvdo-studentportal-chatbot-sidebar-item{display:flex;align-items:center;padding:16px 20px;gap:10px;cursor:pointer;color:#fff;transition:background .3s;border-radius:8px}.edvdo-studentportal-chatbot-sidebar-item:hover{background:#fff;color:#000}.edvdo-studentportal-chatbot-sidebar-logo img{width:50%;height:4vh;position:absolute;top:3%;left:3%;object-fit:contain;max-width:185px;object-position:left}.edvdo-studentportal-chatbot-sidebar-history-pane{position:fixed;top:0;right:auto;transform:translateX(-100%);display:flex;flex-direction:column;width:350px;height:100vh;background:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.05);transition:transform .35s ease;z-index:1101;border-left:1px solid #e5e7eb}.edvdo-studentportal-chatbot-sidebar-history-pane.open{transform:translateX(0)}.edvdo-studentportal-chatbot-sidebar-history-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f3f4f6}.edvdo-studentportal-chatbot-sidebar-history-header h3{margin:0;font-size:16px;color:#111827;font-weight:600}.edvdo-studentportal-chatbot-sidebar-history-close{background:0 0;border:none;font-size:18px;color:#6b7280;cursor:pointer}.edvdo-studentportal-chatbot-sidebar-history-list{flex-grow:1;overflow-y:auto;padding:15px 10px;display:flex;flex-direction:column;gap:5px}.edvdo-studentportal-chatbot-sidebar-history-list::-webkit-scrollbar{width:6px}.edvdo-studentportal-chatbot-sidebar-history-list::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:6px}.edvdo-studentportal-chatbot-sidebar-new-item{display:flex;align-items:center;justify-content:center;padding:12px 15px;border-color:#e5e7eb !important;border-radius:10px;cursor:pointer;transition:background .2s;border:1px solid transparent}.edvdo-studentportal-chatbot-sidebar-new-item:hover{background:#f9fafb;border-color:#e5e7eb}.edvdo-studentportal-chatbot-sidebar-history-item{display:flex;align-items:flex-start;padding:12px 15px;border-radius:10px;cursor:pointer;transition:background .2s;border:1px solid transparent}.edvdo-studentportal-chatbot-sidebar-history-item:hover{background:#f9fafb;border-color:#e5e7eb}.edvdo-studentportal-chatbot-sidebar-history-icon{color:#9ca3af;margin-right:12px;margin-top:3px}.edvdo-studentportal-chatbot-sidebar-history-content{display:flex;flex-direction:column;overflow:hidden;width:100%}.edvdo-studentportal-chatbot-sidebar-history-title{color:#374151;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edvdo-studentportal-chatbot-sidebar-history-desc{font-size:12px;color:#6b7280;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edvdo-studentportal-chatbot-sidebar-history-time{font-size:11px;color:#9ca3af;display:flex;align-items:center;gap:4px}@media screen and (min-width:1025px) and (max-width:1440px){#chat-messages{min-height:50vh}.chat-message.bot,.chat-message.user{max-width:70%}#chat-input-inner{width:85%}}@media screen and (min-width:481px) and (max-width:1024px){.bot-icon{width:40px !important;height:40px !important;border-radius:20px !important}.chat-message.bot,.chat-message.user{max-width:80%}.edvdo-studentportal-chatbot-sidebar-toggle-bar{flex-direction:row;align-items:flex-start;top:0;left:0;transform:translateY(0);width:100%;min-height:15vh;padding:15px;background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)}.edvdo-studentportal-chatbot-sidebar-toggle-profile{display:flex}#chat-input-inner{width:95%;margin:0 10px}.ai-chat-box{padding:0 2%}.chat-input-outer-container{bottom:0;padding-bottom:10px;background:linear-gradient(to top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);min-height:18vh}}@media screen and (min-width:320px) and (max-width:480px){#image-preview-wrap{max-width:55%;padding:3px 8px}#image-file-name{max-width:80px;font-size:11px}#user-input{min-width:0}.ai-suggested-question{font-size:11px;padding:6px 10px}#chat-messages{min-height:60vh;padding:5% 5% 25vh}#chat-messages-container{padding-bottom:25vh}.edvdo_ai_chatbot_actions_container{padding:8px 10px;justify-content:center}.bot-icon{width:35px !important;height:35px !important;border-radius:17px !important}.message-row.bot{flex-direction:column;gap:5px}.chat-message.bot{max-width:100%;padding:15px}.chat-message.user{max-width:85%}.edvdo-studentportal-chatbot-sidebar-toggle-bar{flex-direction:row;align-items:flex-start;top:0;left:0;padding:10px;transform:translateY(0);width:100%;min-height:15vh;background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)}.edvdo-studentportal-chatbot-sidebar-toggle-profile{display:flex}.edvdo-studentportal-chatbot-sidebar-main{width:85%}.edvdo-studentportal-chatbot-sidebar-history-pane{width:85%}.ai-chat-box{padding:0 2%}.chat-input-outer-container{bottom:0;padding-bottom:10px;background:linear-gradient(to top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);min-height:15vh}#chat-input-inner{width:95%;height:50px;border-radius:25px;padding:5px 5px 5px 15px}#chat-input-inner button{width:35px !important;height:35px !important}}#mic-button i{transition:color .3s ease}#mic-button:hover i{color:#ff4b4b}#chat-input-inner{display:flex;align-items:center;background:#fff;border-radius:24px;padding:4px 12px;border:1px solid #e0e0e0}#user-input{flex:1;border:none;outline:none;background:0 0;padding:8px}#image-preview-wrap{display:none;align-items:center;background:#f1f3f4;padding:4px 10px;border-radius:16px;margin-right:8px;max-width:55%}#image-preview{width:20px;height:20px;object-fit:cover;border-radius:4px;margin-right:6px}#image-file-name{font-size:12px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:8px}#remove-image{background:0 0;border:none;color:#888;cursor:pointer;font-size:16px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center}#remove-image:hover{color:#ff4b4b}#send-button:disabled,#image-button:disabled{cursor:not-allowed !important;opacity:.55}.chat-message.bot.edvdo-tutor-card{position:relative;width:min(720px, 76%);max-width:min(720px, 76%);overflow:hidden;gap:0;padding:0;border:1px solid #dde2ff;border-radius:22px;background:radial-gradient(circle at 92% 4%,rgba(255,221,112,.24),transparent 24%),linear-gradient(145deg,#fff 0%,#fafaff 54%,#f3f5ff 100%);box-shadow:0 14px 36px rgba(63,77,203,.12),0 2px 8px rgba(17,24,39,.05)}.message-row.edvdo-tutor-row>.bot-icon{display:none !important}.edvdo-tutor-card__header{display:grid;grid-template-columns:54px minmax(0, 1fr) auto;align-items:center;gap:12px;width:100%;padding:14px 16px 12px;border-bottom:1px solid rgba(63,77,203,.1);background:linear-gradient(110deg,rgba(238,241,255,.94),rgba(255,255,255,.72))}.edvdo-tutor-card__header--no-mascot{grid-template-columns:minmax(0, 1fr) auto}.edvdo-tutor-card__mascot{width:54px;height:54px;object-fit:contain;padding:3px;border-radius:17px;background:rgba(255,255,255,.88);box-shadow:0 6px 16px rgba(63,77,203,.15)}.edvdo-tutor-card__heading{display:flex;flex-direction:column;min-width:0;gap:2px}.edvdo-tutor-card__eyebrow{color:#5962b8;font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.edvdo-tutor-card__topic{overflow:hidden;color:#171a4a;font-size:16px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.edvdo-tutor-card__difficulty{align-self:start;padding:5px 9px;border:1px solid #d8deff;border-radius:999px;background:#fff;color:#4b55ac;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.edvdo-tutor-card__difficulty--easy{border-color:#bdebd6;background:#f0fff8;color:#167852}.edvdo-tutor-card__difficulty--challenging{border-color:#ffd6a1;background:#fff8eb;color:#a55205}.edvdo-tutor-card>.chat-message-content{box-sizing:border-box;padding:18px 20px 12px}.edvdo-tutor-progress{display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px 12px;width:calc(100% - 40px);margin:2px 20px 15px}.edvdo-tutor-progress__label,.edvdo-tutor-progress__value{color:#626a86;font-size:11px;font-weight:700}.edvdo-tutor-progress__value{color:#3f4dcb}.edvdo-tutor-progress__track{grid-column:1/-1;width:100%;height:7px;overflow:hidden;border-radius:999px;background:#e8ebfa}.edvdo-tutor-progress__bar{display:block;height:100%;min-width:3px;border-radius:inherit;background:linear-gradient(90deg,#3f4dcb 0%,#7a64e8 58%,#20b8c5 100%);box-shadow:0 0 12px rgba(63,77,203,.28);transition:width .42s cubic-bezier(.22,1,.36,1)}.edvdo-tutor-interactions{width:100%;padding:0 18px 16px}.edvdo-tutor-actions,.edvdo-tutor-choices{display:flex;flex-wrap:wrap;gap:8px}.edvdo-tutor-choices{margin:0 0 12px;padding:12px;border:1px solid #e2e6f8;border-radius:14px;background:rgba(255,255,255,.78)}.edvdo-tutor-action,.edvdo-tutor-choice{appearance:none;min-height:38px;border:1px solid #d8deff;border-radius:999px;background:#fff;color:#343e9e;cursor:pointer;font:inherit;font-size:12px;font-weight:700;line-height:1.2;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.edvdo-tutor-action{display:inline-flex;align-items:center;gap:7px;padding:8px 12px}.edvdo-tutor-choice{min-width:58px;padding:9px 15px;border-color:#c9d0ff;background:linear-gradient(180deg,#fff,#f7f8ff)}.edvdo-tutor-action:hover,.edvdo-tutor-choice:hover{transform:translateY(-2px);border-color:#7b83dd;background:#f4f5ff;box-shadow:0 7px 16px rgba(63,77,203,.13)}.edvdo-tutor-action:focus-visible,.edvdo-tutor-choice:focus-visible{outline:3px solid rgba(63,77,203,.22);outline-offset:2px}.edvdo-tutor-action:active,.edvdo-tutor-choice:active{transform:translateY(0) scale(.98)}.edvdo-tutor-action:disabled,.edvdo-tutor-choice:disabled{cursor:default;opacity:.48;transform:none;box-shadow:none}.edvdo-tutor-action__icon{display:inline-grid;width:20px;height:20px;place-items:center;font-size:14px}.edvdo-tutor-action--hint{border-color:#f4d88c;background:#fff9e9;color:#775a05}.edvdo-tutor-action--practice,.edvdo-tutor-action--next_step{border-color:#3f4dcb;background:#3f4dcb;color:#fff}.edvdo-tutor-feedback--correct{border-color:#79d9b3 !important;animation:edvdo-tutor-success-pop .52s cubic-bezier(.22,1,.36,1);box-shadow:0 16px 38px rgba(24,153,102,.14),0 0 0 4px rgba(55,190,136,.08) !important}.edvdo-tutor-feedback--correct:after{content:"✓";position:absolute;top:13px;right:14px;display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:#1aa66f;color:#fff;font-size:15px;font-weight:900;box-shadow:0 6px 13px rgba(26,166,111,.25)}.edvdo-tutor-feedback--correct .edvdo-tutor-card__difficulty{visibility:hidden}.edvdo-tutor-feedback--almost{border-color:#f1c86b !important;animation:edvdo-tutor-gentle-nudge .42s ease;box-shadow:0 14px 34px rgba(193,130,18,.11) !important}.edvdo-tutor-feedback--incorrect{border-color:#f1b1af !important;animation:edvdo-tutor-gentle-nudge .42s ease;box-shadow:0 14px 34px rgba(184,74,69,.09) !important}@keyframes edvdo-tutor-success-pop{0%{transform:scale(.985);opacity:.82}55%{transform:scale(1.012)}100%{transform:scale(1);opacity:1}}@keyframes edvdo-tutor-gentle-nudge{0%,100%{transform:translateX(0)}35%{transform:translateX(4px)}70%{transform:translateX(-2px)}}@media screen and (max-width:1024px){.chat-message.bot.edvdo-tutor-card{width:88%;max-width:88%}}@media screen and (max-width:480px){.chat-message.bot.edvdo-tutor-card{width:100%;max-width:100%;border-radius:18px}.edvdo-tutor-card__header{grid-template-columns:45px minmax(0, 1fr);padding:12px}.edvdo-tutor-card__header--no-mascot{grid-template-columns:minmax(0, 1fr)}.edvdo-tutor-card__mascot{width:45px;height:45px;border-radius:14px}.edvdo-tutor-card__difficulty{display:none}.edvdo-tutor-card>.chat-message-content{padding:15px 14px 10px}.edvdo-tutor-progress{width:calc(100% - 28px);margin-right:14px;margin-left:14px}.edvdo-tutor-interactions{overflow:hidden;padding-right:12px;padding-left:12px}.edvdo-tutor-actions,.edvdo-tutor-choices{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.edvdo-tutor-actions::-webkit-scrollbar,.edvdo-tutor-choices::-webkit-scrollbar{display:none}.edvdo-tutor-action,.edvdo-tutor-choice{flex:0 0 auto;min-height:42px}}@media (prefers-reduced-motion:reduce){.edvdo-tutor-progress__bar,.edvdo-tutor-action,.edvdo-tutor-choice,.edvdo-tutor-feedback--correct,.edvdo-tutor-feedback--almost,.edvdo-tutor-feedback--incorrect{animation:none !important;transition:none !important}}