:root{--primary-color:#004a80;--bg-light:#fff;--bg-card:#f8f9fa;--bg-message:#fff;--text-dark:#1a1a2e;--text-muted:#6c757d;--border-color:#dee2e6}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}.chat-container{background:#fff;background:var(--bg-light);color:#1a1a2e;color:var(--text-dark);display:flex;flex-direction:column;font-family:system-ui,-apple-system,sans-serif;font-size:16px;height:100vh}.chat-header{background:#004a80;background:var(--primary-color);color:#fff;justify-content:space-between;padding:12px 16px}.chat-header,.header-left{align-items:center;display:flex}.header-left{gap:12px}.header-logo{height:40px;max-width:140px;object-fit:contain;width:auto}.chat-header h3{font-size:16px;font-weight:600;margin:0}.chat-messages{background:#f8f9fa;background:var(--bg-card);display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:16px}.message{word-wrap:break-word;border-radius:12px;font-size:16px;line-height:1.6;margin-bottom:12px;max-width:85%;padding:12px 16px;white-space:pre-wrap}.message.user{background:#004a80;background:var(--primary-color);border-bottom-right-radius:4px;color:#fff;margin-left:auto}.message.assistant{background:#fff;background:var(--bg-message);border:1px solid #dee2e6;border:1px solid var(--border-color);border-bottom-left-radius:4px;color:#1a1a2e;color:var(--text-dark)}.typing{color:#6c757d;color:var(--text-muted);font-style:italic;padding:8px 14px}.starter-container{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.starter-icon{height:48px;margin-bottom:16px;opacity:.6;width:48px}.starter-icon svg{fill:#6c757d;fill:var(--text-muted);height:100%;width:100%}.starter-title{color:#1a1a2e;color:var(--text-dark);font-size:18px;font-weight:500;margin-bottom:24px}.starter-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:100%}.starter-button{background:#0000;border:1px solid #dee2e6;border:1px solid var(--border-color);border-radius:24px;color:#1a1a2e;color:var(--text-dark);cursor:pointer;font-size:14px;padding:12px 20px;transition:all .2s ease;white-space:nowrap}.starter-button:hover:not(:disabled){background:#004a80;background:var(--primary-color);border-color:#004a80;border-color:var(--primary-color);color:#fff}.starter-button:disabled{cursor:not-allowed;opacity:.5}.chat-footer{background:#fff;background:var(--bg-message);border-top:1px solid #dee2e6;border-top:1px solid var(--border-color);padding:12px}.chat-form{align-items:center;background:#f8f9fa;background:var(--bg-card);border:1px solid #dee2e6;border:1px solid var(--border-color);border-radius:24px;display:flex;padding:4px 4px 4px 16px}.chat-form input{background:#0000;border:none;color:#1a1a2e;color:var(--text-dark);flex:1 1;font-size:16px;padding:10px 0}.chat-form input::placeholder{color:#6c757d;color:var(--text-muted)}.chat-form input:focus{outline:none}.chat-form button{align-items:center;background:#004a80;background:var(--primary-color);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;width:40px}.chat-form button:hover:not(:disabled){filter:brightness(1.1)}.chat-form button:disabled{background:#dee2e6;background:var(--border-color);cursor:not-allowed}.chat-form button svg{fill:#fff;height:18px;width:18px}.powered-by{color:#6c757d;color:var(--text-muted);font-size:12px;padding:8px;text-align:center}.powered-by a{color:#004a80;color:var(--primary-color);text-decoration:none}.disclaimer-footer{color:#dc3545;font-size:11px;padding-bottom:8px;text-align:center}.response-disclaimer{color:#6c757d;color:var(--text-muted);font-size:10px;font-style:italic;line-height:1.4;margin-top:12px;padding-top:10px;white-space:normal}.response-disclaimer,.sources{border-top:1px solid #dee2e6;border-top:1px solid var(--border-color)}.sources{font-size:12px;margin-top:10px;padding-top:8px}.sources-label{color:#6c757d;color:var(--text-muted);display:block;margin-bottom:4px}.source-link{background:#004a801a;border-radius:4px;color:#004a80;color:var(--primary-color);display:inline-block;font-size:11px;margin:2px 4px 2px 0;padding:3px 8px;text-decoration:none}.source-link:hover{background:#004a8033;text-decoration:underline}.source-text{background:#f8f9fa;background:var(--bg-card);border-radius:4px;color:#6c757d;color:var(--text-muted);display:inline-block;font-size:11px;margin:2px 4px 2px 0;padding:3px 8px}.inline-link{color:#004a80;color:var(--primary-color);text-decoration:none;word-break:break-all}.inline-link:hover{text-decoration:underline}
/*# sourceMappingURL=main.39e2fd3c.css.map*/