@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e6f0fa;color:#1e3a8a;font-family:Poppins,sans-serif;height:100%;line-height:1.4;margin:0}.app{animation:fadeIn .3s ease-in-out;background:linear-gradient(135deg,#f5faff,#e6f0fa);border-radius:0;box-shadow:0 2px 10px #00000014;display:flex;flex-direction:column;height:100vh;margin:0;overflow:hidden;width:100vw}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header{background:#fff;border-bottom:1px solid #e0e7ff;box-shadow:0 2px 6px #00000014;color:#1e3a8a;height:80px;justify-content:center;padding:.3rem .5rem;position:sticky;position:relative;top:0;z-index:20}.header,.logo-container{align-items:center;display:flex}.logo-container{justify-content:space-between;padding:0 1rem;width:100%}.chat-assistant-logo{border-radius:5px;height:auto;padding:3px;transition:transform .2s ease;width:250px}.chat-assistant-logo:hover{transform:scale(1.05)}.logo-image{border-radius:5px;height:auto;padding:3px;transition:transform .2s ease;width:150px}.logo-image:hover{transform:scale(1.05)}.button-container{align-items:center;display:flex;gap:.5rem}.button-container button{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(.7rem,1.5vw,.9rem);font-weight:500;padding:.4rem .8rem;transition:all .2s ease}.button-container button.active-mode{background:linear-gradient(135deg,#3b82f6,#60a5fa);box-shadow:0 2px 4px #3b82f633}.button-container button.active-mode:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 3px 6px #3b82f64d;transform:translateY(-1px)}.button-container button.inactive-mode{background:linear-gradient(135deg,#9ca3af,#d1d5db);box-shadow:none;opacity:.8}.button-container button.inactive-mode:hover{background:linear-gradient(135deg,#6b7280,#9ca3af);box-shadow:0 3px 6px #6b72804d;opacity:1;transform:translateY(-1px)}.clear-history-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:6px;box-shadow:0 2px 4px #ef444433;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;padding:.4rem 1rem;transition:all .2s ease}.clear-history-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 3px 6px #ef44444d;transform:translateY(-1px)}.main-content{height:100%;overflow:hidden}.main-content,.messages{display:flex;flex:1 1;flex-direction:column}.messages{background:linear-gradient(135deg,#f5faff,#e6f0fa);border-radius:5px;box-shadow:0 2px 6px #0000000f;gap:1.5rem;overflow-y:auto;padding:.8rem}.left-aligned-question{margin-left:0!important;padding-left:0!important;text-align:left!important}.message{align-items:flex-start;animation:slideIn .3s ease-out;border-bottom:1px solid #e0e7ff;display:flex;max-width:70%;padding-bottom:1rem;position:relative}@keyframes slideIn{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.message.user{align-self:flex-end;flex-direction:row-reverse}.message .avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:50%;box-shadow:0 1px 2px #0000001a;display:flex;flex-shrink:0;height:1.8rem;justify-content:center;margin:0 .5rem;transition:transform .2s ease;width:1.8rem}.message.user .avatar{background:linear-gradient(135deg,#60a5fa,#93c5fd)}.message .avatar:hover{transform:scale(1.05)}.bot-avatar{border-radius:50%;height:1.8rem;object-fit:cover;width:1.8rem}.message .text{word-wrap:break-word;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:5px;box-shadow:0 2px 6px #0000000f;color:#1e3a8a;font-size:.9rem;line-height:1.5;padding:.8rem;position:relative;text-align:left}.message .text p{margin:0 0 .4rem;padding:0}.message .text strong{color:#1e3a8a;font-weight:600}.message.user .text{background:linear-gradient(135deg,#60a5fa,#93c5fd);color:#fff}.message.bot .text:before{border-right:8px solid #eff6ff;left:-8px}.message.bot .text:before,.message.user .text:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";height:0;position:absolute;top:8px;width:0}.message.user .text:before{border-left:8px solid #60a5fa;right:-8px}.message.loading .text{padding:.4rem .8rem}.message.loading .text,.thinking-indicator{align-items:center;display:flex}.thinking-indicator span{animation:pulse 1.2s ease-in-out infinite;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:50%;display:inline-block;height:6px;margin:0 2px;width:6px}.thinking-indicator span:nth-child(2){animation-delay:.15s}.thinking-indicator span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,80%,to{opacity:.4;transform:scale(.5)}40%{opacity:1;transform:scale(1.2)}}.speaker-button{background:linear-gradient(135deg,#60a5fa,#93c5fd);border:none;border-radius:50%;bottom:-10px;box-shadow:0 1px 3px #3b82f633;color:#fff;cursor:pointer;font-size:.8rem;height:1.5rem;padding:3px;position:absolute;right:5px;transition:all .2s ease;width:1.5rem}.speaker-button:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);transform:scale(1.05)}.speaker-button:disabled{background-color:#d1d5db;cursor:not-allowed}.pdf-button,.youtube-button{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:4px;box-shadow:0 1px 3px #0000000f;color:#1e3a8a;display:inline-flex;font-size:.8rem;margin:0 .4rem .4rem 0;max-width:180px;overflow:hidden;padding:.3rem .4rem;text-align:left;text-decoration:none;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap}.pdf-button:hover,.youtube-button:hover{background:linear-gradient(135deg,#bfdbfe,#93c5fd);border-color:#60a5fa;box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.pdf-button img.icon,.youtube-button img.icon{height:14px;margin-right:.3rem;object-fit:contain;vertical-align:middle;width:14px}.youtube-button{padding:.3rem .4rem}.custom-list{list-style-type:none;margin:.4rem 0;padding-left:0}.custom-list li{align-items:center;color:#1e3a8a;display:flex;gap:.4rem;margin-bottom:.4rem}.custom-list li a.pdf-button,.custom-list li a.youtube-button{margin-bottom:0;margin-top:0}.question-separator{background:linear-gradient(90deg,#e0e7ff,#3b82f6,#e0e7ff);border:0;height:1px;margin:.8rem 0}.faq-question-title{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:5px;box-shadow:0 2px 6px #0000001a;color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.8rem;padding:.6rem 1rem;text-align:center;transition:transform .2s ease;width:100%}.faq-question-title:hover{transform:translateY(-2px)}.faq-answer-text{background:linear-gradient(135deg,#f5faff,#eff6ff);border-left:3px solid #3b82f6;border-radius:5px;box-shadow:0 2px 6px #0000000f;color:#1e3a8a;line-height:1.6;margin-bottom:.8rem;padding:.8rem}.faq-resource-link{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:4px;box-shadow:0 1px 3px #0000000f;color:#1e40af;display:flex;gap:.4rem;margin-bottom:.8rem;padding:.4rem .8rem}.resource-label{color:#1e3a8a;font-weight:500}.faq-separator{background:linear-gradient(90deg,#e0e7ff,#3b82f6,#e0e7ff);border:0;border-radius:1px;height:2px;margin:1rem 0}.faq-table{background:#fff;border-collapse:initial;border-radius:5px;border-spacing:0;box-shadow:0 2px 10px #0000000f;margin-bottom:1rem;overflow:hidden;width:100%}.faq-table th{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;font-size:.9rem;font-weight:600;padding:.6rem;text-align:left}.faq-table td{background:linear-gradient(135deg,#fff,#f5faff);border-top:1px solid #e0e7ff;padding:.6rem;vertical-align:top}.faq-table tr:nth-child(2n) td{background:linear-gradient(135deg,#f5faff,#eff6ff)}.faq-table tr:hover td{background:linear-gradient(135deg,#bfdbfe,#93c5fd);transition:background-color .2s ease}.faq-question{font-weight:500}.faq-answer,.faq-resource{word-wrap:break-word}.disclaimer{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:1px solid #e0e7ff;border-top:1px solid #e0e7ff;box-shadow:0 1px 3px #0000000f;color:#1e3a8a;font-size:.7rem;line-height:1.4;margin:.5rem 0;padding:.8rem;text-align:center}.disclaimer strong{color:#1e40af;font-weight:600}.input-area{align-items:center;background:linear-gradient(135deg,#fff,#f5faff);border-radius:0;border-top:1px solid #e0e7ff;bottom:0;box-shadow:0 -2px 6px #0000000f;display:flex;padding:.5rem;position:sticky;z-index:10}.input-area textarea{background:#fff;border:1px solid #e0e7ff;border-radius:5px;box-shadow:inset 0 1px 3px #0000000f;flex:1 1;font-size:.8rem;max-height:80px;min-height:30px;overflow-y:auto;padding:.5rem;resize:none;transition:all .2s ease}.input-area textarea:focus{border-color:#3b82f6;box-shadow:0 0 3px #3b82f633;outline:none}.input-area button{background:linear-gradient(135deg,#3b82f6,#60a5fa);border:none;border-radius:6px;box-shadow:0 2px 4px #3b82f633;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;margin-left:.5rem;padding:.4rem .8rem;transition:all .2s ease}.input-area button:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 3px 6px #3b82f64d;transform:translateY(-1px)}.input-area button:disabled{background-color:#d1d5db;cursor:not-allowed}.input-area .mic-button{align-items:center;background:#fff!important;border:1px solid #e0e7ff;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#1e3a8a;cursor:pointer;display:flex;font-size:1rem;height:2rem;justify-content:center;margin-left:.5rem;padding:.4rem;transition:all .2s ease;width:2rem}.input-area .mic-button:hover{background:#f5faff;box-shadow:0 3px 6px #00000026;transform:scale(1.05)}.input-area .mic-button:disabled{background-color:#d1d5db;color:#9ca3af;cursor:not-allowed}.footer{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-top:1px solid #1e40af;bottom:0;box-shadow:0 -2px 6px #0000001a;color:#fff;font-size:.7rem;padding:.4rem;position:sticky;text-align:center;z-index:20}.footer p{font-weight:500;margin:0;opacity:.9}@media (max-width:768px){.app{border-radius:0;width:100vw}.header{height:60px;padding:.2rem .4rem}.logo-image{width:100px}.chat-assistant-logo{width:80px}.button-container{flex-direction:column;gap:.3rem}.button-container button{font-size:clamp(.6rem,1.5vw,.8rem);padding:.3rem .6rem;width:100%}.main-content{height:100%}.messages{gap:1rem;padding:.5rem}.message{max-width:85%;padding-bottom:.5rem}.disclaimer{font-size:.6rem;padding:.6rem}}@media (max-width:480px){.logo-image{width:80px}.chat-assistant-logo{width:60px}.header{height:50px;padding:.1rem .3rem}.button-container{gap:.2rem;padding:.3rem}.button-container button{font-size:clamp(.5rem,1.5vw,.7rem);padding:.2rem .4rem}.main-content{height:100%}.messages{gap:.8rem;padding:.3rem}.message{max-width:90%;padding-bottom:.3rem}.message .avatar{height:1.2rem;margin:0 .2rem;width:1.2rem}.bot-avatar{border-radius:50%;height:1.2rem;object-fit:cover;width:1.2rem}.message .text{font-size:.7rem;padding:.5rem}.disclaimer{font-size:.5rem;padding:.5rem}.input-area{flex-direction:column;gap:.2rem;padding:.3rem}.input-area textarea{font-size:.7rem;margin-bottom:.2rem;max-height:60px;min-height:20px;padding:.3rem .4rem;width:100%}.input-area .mic-button,.input-area button{font-size:.7rem;height:1.5rem;margin-left:0;padding:.3rem .5rem;width:100%}.speaker-button{bottom:-6px;font-size:.5rem;height:1rem;right:5px;width:1rem}}
/*# sourceMappingURL=main.3a671c4d.css.map*/