@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";
#background-video-container{z-index:1;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}#background-video{object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#chat-container{z-index:1001;-webkit-backdrop-filter:blur(12px);background:#882bbe73;border:1px solid #ffffff47;border-radius:22px;flex-direction:column;width:520px;height:75vh;min-height:500px;max-height:700px;transition:opacity .3s;display:flex;position:fixed;bottom:48%;left:3%;overflow:hidden;transform:translateY(50%);box-shadow:0 8px 25px #0006}#chat-container.hidden{opacity:0;pointer-events:none}#chat-header{color:#fff;background:linear-gradient(135deg,#3a006c,#6c0091);border-bottom:1px solid #fff3;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.header-left{align-items:center;gap:10px;display:flex}.header-logo{object-fit:contain;width:45px;height:45px}.header-text h2{margin:0;font-size:16px;font-weight:600;line-height:1.2;color:#fff!important}#chat-log{-webkit-overflow-scrolling:touch;touch-action:pan-y;flex-direction:column;flex-grow:1;padding:15px;display:flex;overflow-y:auto}.chat-message{word-wrap:break-word;border-radius:16px;max-width:85%;margin-bottom:10px;padding:10px 14px;font-size:14px;line-height:1.4}.chat-message a{color:#a3ffdb;cursor:pointer;font-weight:600;text-decoration:underline}.chat-message a:hover{color:#fff;text-decoration:none}.ai-wrapper{align-items:flex-start;gap:8px;margin-bottom:12px;display:flex;position:relative}.ai-avatar{background-color:#fff;background-image:url(https://zahrahverse-medicine.univrse.io/wp-content/uploads/2026/02/Icon_only.png);background-position:50%;background-size:cover;border:2px solid #3a006c;border-radius:50%;width:32px;min-width:32px;height:32px}.ai-message{color:#fff;background:#3a006c;border-radius:16px;max-width:calc(100% - 45px);padding:10px 14px;font-size:14px}.user-message{color:#9300c4;background:#9ff2d2;align-self:flex-end}#thinking-status{color:#d3d3d3;align-self:flex-start;padding:5px 12px;font-size:12px;font-style:italic;display:none}#chat-form{border-top:1px solid #ffffff40;flex-shrink:0;padding:10px;display:flex}#chat-input{color:#fff;background:#fff3;border:1px solid #ffffff59;border-radius:20px;outline:none;flex-grow:1;padding:10px 14px;font-family:Poppins,sans-serif;font-size:14px}#chat-input::placeholder{color:#fff9}#send-button{color:#fff;cursor:pointer;background:#3a006c;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-left:8px;font-size:16px;display:flex;box-shadow:0 4px 12px #0000004d}#send-button:disabled{opacity:.6;cursor:not-allowed}#reset-button{z-index:2000;color:#fff;cursor:pointer;background:#e96565;border:none;border-radius:25px;padding:10px 20px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;position:fixed;bottom:25px;left:40px;box-shadow:0 4px 12px #0000004d}#unmute-button{z-index:2000;color:#fff;cursor:pointer;background:#000000b3;border:2px solid #ffffff80;border-radius:25px;align-items:center;gap:8px;padding:10px 20px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;display:flex;position:fixed;top:47px;left:35px;box-shadow:0 4px 12px #0006}#unmute-button.muted{background:#e96565cc}#unmute-button.unmuted{background:#00a67bcc}@media screen and (max-width:1024px) and (min-width:701px){#chat-container{width:450px;height:60vh;bottom:45%;left:3%}#reset-button{bottom:20px;left:35px}}@media screen and (max-width:700px){#background-video-container{width:100%;height:38vh;position:fixed;top:0;left:0}#chat-container{background:#882bbe73;border-radius:25px 25px 0 0;flex-direction:column;width:100%;max-width:100%;height:auto;min-height:0;max-height:none;display:flex;position:fixed;inset:38vh 0 0;overflow:hidden;transform:none}#chat-log{flex:1 1 0;min-height:0;overflow-y:auto}#chat-form{width:100%;padding:10px 12px;padding-bottom:max(12px, env(safe-area-inset-bottom));box-sizing:border-box;flex-shrink:0}#reset-button{z-index:3000;box-shadow:none;background:#e96565e6;padding:6px 12px;font-size:11px;position:fixed;inset:12px 15px auto auto}#unmute-button{padding:8px 16px;font-size:12px;top:12px;left:15px}}
