:root{--font-inter-tight:"Inter Tight", sans-serif;--bg-primary:#fafafa;--header-bg:#093649;--header-text:#fff;--bubble-user-bg:#093649;--bubble-user-text:#fff;--bubble-ai-bg:#f2eee3;--bubble-ai-text:#142636}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-inter-tight);background-color:var(--bg-primary);color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;overflow:hidden}.markdown-body{font-family:var(--font-inter-tight);font-weight:300;line-height:1.6}.markdown-body p{margin-bottom:.5em}.markdown-body p:last-child{margin-bottom:0}.markdown-body strong{font-weight:600}.markdown-body ul,.markdown-body ol{margin-bottom:.5em;padding-left:1.5em}.markdown-body li{margin-bottom:.25em}.dot-flashing{color:#d4cdae;background-color:#d4cdae;border-radius:50%;width:8px;height:8px;animation:1s linear .5s infinite alternate dot-flashing;position:relative}.dot-flashing:before,.dot-flashing:after{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{color:#d4cdae;background-color:#d4cdae;border-radius:50%;width:8px;height:8px;animation:1s infinite alternate dot-flashing;left:-15px}.dot-flashing:after{color:#d4cdae;background-color:#d4cdae;border-radius:50%;width:8px;height:8px;animation:1s 1s infinite alternate dot-flashing;left:15px}@keyframes dot-flashing{0%{background-color:#d4cdae}50%,to{background-color:#d4cdae4d}}.app-container{background-color:var(--bg-primary);flex-direction:column;width:100%;height:100%;display:flex}.header{background-color:var(--header-bg);color:var(--header-text);z-index:10;align-items:center;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 10px #0000001a}.header-logo{width:45px;height:45px;color:var(--header-bg);background-color:#fff;border-radius:8px;justify-content:center;align-items:center;margin-right:15px;font-size:1.2rem;font-weight:600;display:flex;overflow:hidden}.header-logo img{object-fit:cover;width:100%;height:100%}.header-info{flex-direction:column;display:flex}.header-title{margin:0;font-size:1.1rem;font-weight:500}.header-status{opacity:.9;align-items:center;margin-top:2px;font-size:.85rem;font-weight:300;display:flex}.status-dot{background-color:#4caf50;border-radius:50%;width:8px;height:8px;margin-right:6px;box-shadow:0 0 5px #4caf5080}.chat-body{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1.2rem;padding:1.5rem;display:flex;overflow-y:auto}.message-wrapper{width:100%;display:flex}.message-wrapper.user{justify-content:flex-end}.message-wrapper.assistant{justify-content:flex-start}.message-bubble{border-radius:18px;max-width:80%;padding:12px 16px;position:relative;box-shadow:0 1px 2px #0000001a}.message-bubble.user{background-color:var(--bubble-user-bg);color:var(--bubble-user-text);border-bottom-right-radius:4px}.message-bubble.assistant{background-color:var(--bubble-ai-bg);color:var(--bubble-ai-text);border-bottom-left-radius:4px}.message-time{opacity:.6;text-align:right;float:right;clear:both;margin-top:5px;margin-left:15px;font-size:10px}.loading-container{background-color:var(--bubble-ai-bg);border-radius:18px 18px 18px 4px;justify-content:flex-start;align-items:center;max-width:fit-content;padding:15px 25px;display:flex;box-shadow:0 1px 2px #0000001a}.input-bar{background-color:var(--bg-primary);border-top:1px solid #0000000d;align-items:flex-end;gap:10px;padding:1rem;display:flex}.input-container{background-color:#fff;border-radius:24px;flex:1;align-items:center;padding:12px 20px;display:flex;box-shadow:0 2px 6px #0000000d}.message-input{color:#333;resize:none;background:0 0;border:none;outline:none;width:100%;min-height:24px;max-height:120px;font-family:inherit;font-size:1rem;line-height:1.5}.message-input::placeholder{color:#999}.send-button{color:#fff;cursor:pointer;background-color:#093649;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,background-color .2s;display:flex;box-shadow:0 2px 6px #0936494d}.send-button:hover{background-color:#0c4862;transform:scale(1.05)}.send-button:disabled{cursor:not-allowed;box-shadow:none;background-color:#ccc;transform:none}.send-button svg{margin-right:-2px}
