:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#f8f9fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#e3f2fd,#fff)}.chat-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding-top:20px}.chat-logo{width:180px;margin-bottom:0}.chat-title{font-size:2rem;font-weight:700;color:#232962;margin-top:20px}.chat-message{max-width:75%;padding:12px;border-radius:15px;font-size:14px;word-wrap:break-word}.chat-send-button{width:40px;height:40px;border-radius:50%;border:none;background:#232962;color:#fff;display:flex;align-items:center;justify-content:center;margin-left:10px;cursor:pointer}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}.chat-container{background:linear-gradient(135deg,#e3f2fd,#fff);width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Poppins,sans-serif;padding-top:20px}body{font-family:Poppins,sans-serif}.chat-header{text-align:center;margin-bottom:10px}.chat-logo{width:180px;margin-bottom:5px}.chat-title{font-size:2rem;font-family:Poppins,sans-serif;font-weight:700;color:#232962;margin-top:0}.chat-box{background:#fff;width:100%;max-width:500px;height:500px;border-radius:20px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;overflow:hidden}.chat-body{flex:1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.chat-message{max-width:75%;padding:12px;border-radius:15px;font-size:14px;font-family:Poppins,sans-serif;font-weight:400;word-wrap:break-word}.bot-message{align-self:flex-start;background:#f1f1f1;color:#000}.user-message{align-self:flex-end;background:#232962;color:#fff}.chat-footer{display:flex;padding:15px;border-top:1px solid #ddd;background:#fff;align-items:center}.chat-input{flex:1;padding:10px;border-radius:20px;border:1px solid #ccc;outline:none}.chat-send-button{width:40px;height:40px;border-radius:50%;border:none;font-family:Poppins,sans-serif;font-weight:700;background:#232962;color:#fff;display:flex;align-items:center;justify-content:center;margin-left:10px;cursor:pointer}.chat-send-button svg{width:20px;height:20px;fill:#fff}.chat-send-button:disabled{background:#ccc}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Bold.ttf) format("truetype");font-weight:700;font-style:normal}
