.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background:linear-gradient(135deg,#000009,#3533cd,#00186c);box-shadow:0 4px 20px #0000094d}.navbar-left{display:flex;align-items:center}.logo-image{height:48px;width:auto;object-fit:contain}.navbar-center{display:flex;gap:40px}.nav-link{font-family:Figtree,sans-serif;font-size:16px;font-weight:500;color:#fff;position:relative}.nav-link:hover{color:#f33f3f}.navbar-right .user-profile{display:flex;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;background:var(--gradient-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-family:Figtree,sans-serif;font-weight:600;font-size:16px}.banner-section{padding:40px;background-color:#fff}.banner-container{display:flex;gap:30px}.banner-box{flex:1;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00001c1a;min-height:280px;display:flex;align-items:center;justify-content:center}.banner-box:hover{transform:translateY(-4px);box-shadow:0 6px 28px #00001c26}.banner-image{width:100%;height:100%;object-fit:cover}.chat-button{position:fixed;bottom:30px;right:30px;padding:16px 28px;background:var(--gradient-dark);color:#fff;border-radius:50px;font-family:Figtree,sans-serif;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 24px #3533cd66;z-index:1000;border:none}.chat-button:hover{transform:scale(1.05);box-shadow:0 6px 32px #3533cd80}.chat-panel{position:fixed;bottom:30px;right:30px;width:460px;height:640px;max-width:calc(100vw - 40px);max-height:calc(100vh - 60px);background:linear-gradient(160deg,#fff,#f0f0f5);border-radius:20px;box-shadow:0 8px 40px #00000980;display:flex;flex-direction:column;z-index:1000;overflow:hidden}.chat-header{background:linear-gradient(135deg,#3533cd,#00186c);color:#fff;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;border-radius:20px 20px 0 0}.chat-title{font-family:Sora,sans-serif;font-size:18px;font-weight:600;color:#fff}.close-button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.close-button:hover{color:#f33f3f;background-color:#ffffff1a}.message-input.recording-input{color:#3533cd;font-style:italic;background:#f4f4ff}.live-transcript-bar{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff4f4;color:#00186c;font-family:Figtree,sans-serif;font-size:.9rem;border-bottom:1px solid #ffd6d6}.live-transcript-label{font-weight:700;color:#cb0000;flex-shrink:0}.live-transcript-dot{width:8px;height:8px;border-radius:50%;background:#cb0000;flex-shrink:0;animation:pulse-dot 1s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.live-user-bubble{border:1px dashed #cb0000;background:#fff7f7!important}.live-caption{font-size:.78rem;color:#cb0000;font-style:italic}.voice-status-bubble{display:flex;align-items:center;gap:8px;color:#00186c;font-family:Figtree,sans-serif;font-size:.88rem}.voice-status-dot{width:8px;height:8px;border-radius:50%;background:#3533cd;animation:pulse-dot 1s ease-in-out infinite;flex-shrink:0}.status-warning{padding:10px 16px;font-size:13px;text-align:center;color:#0a0a0a;background-color:#cb00001a;border-bottom:1px solid rgba(203,0,0,.2)}.status-warning.offline{background-color:#cb00001a;color:var(--red)}.status-warning.no-index{background-color:#7c96fd1a;color:var(--blue-dark)}.messages-area{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px;background-color:transparent}.message{display:flex;flex-direction:column;max-width:75%}.user-message{align-self:flex-end;align-items:flex-end}.bot-message{align-self:flex-start;align-items:flex-start}.message-bubble{padding:12px 16px;border-radius:16px;word-wrap:break-word;font-family:Figtree,sans-serif;font-size:14px;line-height:1.5}.user-message .message-bubble{background:var(--gradient-red);color:#fff;border-radius:16px 16px 4px}.bot-message .message-bubble{background:linear-gradient(135deg,#ebebf0,#e0e0ea);color:#0a0a0a;border:none;border-radius:16px 16px 16px 4px}.message-time{font-size:11px;color:#999;margin-top:6px;padding:0 4px;font-family:Figtree,sans-serif}.message-sources{margin-top:12px;display:flex;flex-direction:column;gap:8px}.sources-title{font-size:12px;font-weight:700;color:#00186c;text-transform:uppercase;letter-spacing:.04em}.source-card{background:#ffffffb8;border:1px solid rgba(0,24,108,.08);border-radius:12px;padding:10px 12px}.source-header{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.source-filename{font-size:12px;font-weight:700;color:#0a0a0a}.source-meta{font-size:11px;color:#666;text-align:right}.source-snippet{margin-top:6px;font-size:12px;line-height:1.45;color:#444}.source-footer{margin-top:8px;display:flex;flex-direction:column;gap:6px}.source-chunk{font-size:11px;color:#666;word-break:break-all}.source-signals{display:flex;flex-wrap:wrap;gap:6px}.source-signal{font-size:10px;color:#00186c;background:#00186c14;border-radius:999px;padding:3px 7px}.typing-indicator{display:flex;gap:4px;padding:12px 16px}.typing-indicator span{width:8px;height:8px;background-color:#333;border-radius:50%;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.input-area{display:flex;gap:10px;padding:16px 20px;background:linear-gradient(135deg,#ebebf0,#e0e0ea);border-radius:0 0 20px 20px}.message-input{flex:1;padding:12px 16px;border:none;background:#fff;color:#0a0a0a;border-radius:12px;font-family:Figtree,sans-serif;font-size:14px;outline:none}.message-input::placeholder{color:#999}.message-input:focus{background:#fff;box-shadow:0 0 0 2px #00186c1a}.message-input:disabled{background:#f5f5f5;cursor:not-allowed}.mic-button{width:44px;height:44px;border:none;background:#e0e0ea;color:#0a0a0a;border-radius:10px;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.mic-button:hover:not(:disabled){background:#d0d0da;transform:scale(1.05)}.mic-button.recording{background:var(--red);color:#fff;animation:pulse 1s infinite}.mic-button:disabled{opacity:.5;cursor:not-allowed}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.send-button{padding:12px 24px;background:var(--gradient-red);color:#fff;border:none;border-radius:10px;font-family:Figtree,sans-serif;font-size:14px;font-weight:600;cursor:pointer}.send-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #cb00004d}.send-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.messages-area::-webkit-scrollbar{width:6px}.messages-area::-webkit-scrollbar-track{background:transparent}.messages-area::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.messages-area::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.app-container{min-height:100vh;background-color:var(--bg)}:root{--red: #cb0000;--red-light: #f33f3f;--blue-dark: #00186c;--blue-light: #7c96fd;--bg: #fdfdfd;--bg-grey: #dbdbdb;--gradient-dark: linear-gradient(135deg, #3533cd, #000009);--gradient-red: linear-gradient(135deg, #cb0000, #1800ad);--gradient-light: linear-gradient(135deg, #fdfdfd, #dbdbdb);--text-dark: #0a0a0a;--text-muted: #555}*{margin:0;padding:0;box-sizing:border-box;transition:all .2s ease}body{font-family:Figtree,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text-dark)}h1,h2,h3,h4,h5,h6{font-family:Sora,sans-serif;font-weight:600}button{cursor:pointer;font-family:Figtree,sans-serif}input,textarea{font-family:Figtree,sans-serif}a{text-decoration:none}
