.ai-chat-container{position:fixed;bottom:30px;right:30px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1)}.ai-chat-container.compact{width:400px;height:auto}.ai-chat-container.expanded{width:500px;height:75%;bottom:30px;max-height:800px}.ai-chat-wrapper{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;display:flex;flex-direction:column;height:100%}.ai-chat-header{padding:5px 20px;background:#f4efeb;border-bottom:1px solid rgba(0,0,0,.05);opacity:0;height:0;overflow:hidden;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.ai-chat-container.expanded .ai-chat-header{opacity:1;height:auto;padding:0 20px}.ai-chat-header-title{margin:0;font-size:13px;font-weight:500;color:rgba(0,0,0,.6);letter-spacing:.5px;text-transform:uppercase;flex:1}.ai-chat-close{background:0 0;border:none;color:rgba(0,0,0,.5);font-size:24px;cursor:pointer;padding:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.ai-chat-close i{font-size:20px;transition:transform .2s ease}.ai-chat-close:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8)}.ai-chat-close:hover i{transform:rotate(90deg)}.ai-chat-messages{flex:1;padding:20px;overflow-y:auto;overflow-x:hidden;background:#fff;display:none;opacity:0;transition:opacity .3s ease;scrollbar-width:thin;scrollbar-color:#667eea #f1f1f1;min-height:0;-webkit-overflow-scrolling:touch}.ai-chat-container.expanded .ai-chat-messages{display:block;opacity:1}.ai-chat-messages::-webkit-scrollbar{width:6px}.ai-chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.ai-chat-messages::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.ai-chat-messages::-webkit-scrollbar-thumb:hover{background:#764ba2}.msg{margin:12px 0;padding:12px 16px;border-radius:16px;max-width:85%;word-wrap:break-word;animation:fadeInUp .3s ease;line-height:1.5}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.msg.user{margin-left:auto;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-bottom-right-radius:4px}.msg.assistant{margin-right:auto;background:#f7f7f8;color:#333;border-bottom-left-radius:4px}.msg.assistant p{margin:0 0 12px}.msg.assistant p:last-child{margin-bottom:0}.ai-response{display:flex;flex-direction:column;gap:16px}.ai-response-text{line-height:1.6}.ai-response-text p{margin:0 0 12px}.ai-response-text p:last-child{margin-bottom:0}.msg.system{margin:0 auto;background:rgba(102,126,234,.1);color:#667eea;text-align:center;font-size:14px;max-width:90%}.msg.error{margin:0 auto;background:#fee;color:#c33;border:1px solid #fcc;max-width:90%}.ai-citations{margin-top:0;padding:16px;background:linear-gradient(135deg,rgba(102,126,234,.05) 0%,rgba(118,75,162,.05) 100%);border-left:3px solid #667eea;border-radius:8px}.ai-citations strong{display:block;margin-bottom:12px;color:#667eea;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ai-citations ul{margin:0;padding:0;list-style:none}.ai-citations li{margin:10px 0;padding:12px;background:#fff;border-radius:6px;position:relative;padding-left:40px;transition:all .2s ease}.ai-citations li:hover{transform:translateX(4px);box-shadow:0 2px 8px rgba(102,126,234,.15)}.ai-citations li:before{content:"🧘";position:absolute;left:12px;top:12px;font-size:18px}.ai-citations a{color:#667eea;text-decoration:none;font-weight:500;transition:all .2s ease;display:block}.ai-citations a:hover{color:#764ba2}.ai-citations .class-title{font-size:15px;font-weight:600;color:#333;margin-bottom:4px;display:block}.ai-citations .class-meta{font-size:12px;color:#999;display:block}.ai-category{font-size:12px;color:#999;font-style:italic;margin-left:6px}.ai-chat-input-row{display:flex;gap:8px;padding:16px;background:#fff;border-top:1px solid #eee;align-items:center;flex-shrink:0}.ai-chat-container.compact .ai-chat-input-row{border-top:none;background:#fff;border-radius:24px;padding:9px 16px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.ai-chat-input{flex:1;padding:12px 16px;border:2px solid transparent;border-radius:20px;font-size:15px;outline:none;background:#f7f7f8;transition:all .3s ease;font-family:inherit}.ai-chat-container.compact .ai-chat-input{background:0 0;border:none;padding:8px 12px}.ai-chat-input:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.ai-chat-input::placeholder{color:#999}.ai-chat-send,.ai-chat-clear{padding:12px;border:none;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:44px;height:44px;box-shadow:0 4px 12px rgba(102,126,234,.3);flex-shrink:0}.ai-chat-send i,.ai-chat-clear i{font-size:16px;transition:transform .3s ease}.ai-chat-send:hover,.ai-chat-clear:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(102,126,234,.4)}.ai-chat-send:hover i{transform:translateX(3px)}.ai-chat-clear:hover i{transform:rotate(90deg)}.ai-chat-send:active,.ai-chat-clear:active{transform:scale(.95)}.ai-chat-container.compact .ai-chat-send{width:50px;height:50px}.ai-chat-clear{display:none;background:#f44336}.ai-chat-container.expanded .ai-chat-clear{display:flex}.ai-loading{display:none;padding:12px 16px;text-align:center;color:#667eea;font-size:14px;background:#fff;flex-shrink:0}.ai-chat-container.expanded .ai-loading.active{display:block}.ai-loading:after{content:"...";animation:dots 1.5s steps(4,end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,100%{content:"..."}}@media (max-width:768px){.ai-chat-container{bottom:20px;right:20px;left:20px;width:auto !important}.ai-chat-container.compact{max-width:100%}.ai-chat-container.expanded{height:70vh;max-height:none}}@media (max-width:480px){.ai-chat-container.expanded{position:fixed;left:0;right:0;bottom:0;width:100% !important;min-height:300px;max-height:100vh;max-height:100dvh;border-radius:0;height:auto !important}.ai-chat-container.expanded .ai-chat-wrapper{border-radius:20px 20px 0 0;height:auto;min-height:300px;max-height:100vh;max-height:100dvh;display:flex;flex-direction:column}.ai-chat-container.expanded .ai-chat-header{padding:8px 12px;min-height:50px;max-height:50px;position:relative;z-index:10}.ai-chat-header-title{font-size:11px}.ai-chat-close{width:40px;height:40px}.ai-chat-messages{padding:12px;flex:1 1 auto;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px);overflow-y:auto;overflow-x:hidden}.msg{max-width:90%;font-size:14px;padding:10px 14px}.ai-chat-input-row{padding:10px 12px;gap:6px;position:relative;z-index:10;flex-shrink:0;background:#fff;border-top:1px solid #eee}.ai-chat-input{font-size:16px;padding:10px 14px;max-height:60px}.ai-chat-send,.ai-chat-clear{width:40px;height:40px;min-width:40px;min-height:40px}.ai-loading{padding:8px 12px;font-size:13px}.ai-citations{padding:12px}.ai-citations li{padding:10px;padding-left:36px;font-size:13px}.ai-citations li:before{font-size:16px;left:10px;top:10px}}@media (max-width:480px){@supports (height:100dvh){.ai-chat-container.expanded .ai-chat-wrapper{max-height:100dvh}.ai-chat-messages{max-height:calc(100dvh - 120px)}}body.ai-chat-open{overflow:hidden;position:fixed;width:100%;height:100vh;height:100dvh}.ai-chat-input:focus{font-size:16px !important;transform:none !important}}@supports not (height:100dvh){@media (max-width:480px){.ai-chat-container.expanded .ai-chat-wrapper{max-height:100vh}.ai-chat-messages{max-height:calc(100vh - 120px)}}}@supports (-webkit-touch-callout:none){@media (max-width:480px){.ai-chat-container.expanded{padding-bottom:env(safe-area-inset-bottom,0px)}.ai-chat-messages{-webkit-overflow-scrolling:touch}.ai-chat-input-row{padding-bottom:calc(10px + env(safe-area-inset-bottom, 0px))}}}