@font-face{font-family:proximanova-regular;src:url(/fonts/proximanova/proximanova-regular.woff2) format("woff2"),url(/fonts/proximanova/proximanova-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:proximanova-bold;src:url(/fonts/proximanova/proximanova-bold.woff2) format("woff2"),url(/fonts/proximanova/proximanova-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:raleway-regular;src:url(/fonts/raleway/raleway-regular.woff2) format("woff2"),url(/fonts/raleway/raleway-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:raleway-bold;src:url(/fonts/raleway/raleway-bold.woff2) format("woff2"),url(/fonts/raleway/raleway-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--brand-primary: #dd1f26;--brand-primary-hover: #b0191e;--brand-secondary: #0084ff;--brand-secondary-hover: #0073e6;--text-primary: #212121;--text-secondary: #555;--text-muted: #666;--text-light: #fff;--border-color: #eaeaea;--background-primary: #fff;--background-secondary: #f5f5f5;--background-header: #000;--background-hover: #f2f2f2;--shadow-color: rgba(33, 65, 141, .2);--font-regular: "proximanova-regular", sans-serif;--font-bold: "proximanova-bold", sans-serif;--logo-url: url(/images/tenants/news24/logo.svg);--favicon-url: url(/assets/favicon-CYqo2i9J.ico);--welcome-message: "Hello! I'm your News24 assistant. How can I help you today?";--chat-input-placeholder: "Type your message here...";--submit-button-text: "Send"}[data-theme=netwerk24]{--brand-primary: #0066b3;--brand-primary-hover: #004d86;--brand-secondary: #e2001a;--brand-secondary-hover: #b30015;--background-header: #000;--shadow-color: rgba(0, 51, 102, .2);--font-regular: "raleway-regular", sans-serif;--font-bold: "raleway-bold", sans-serif;--logo-url: url(/images/tenants/netwerk24/logo.svg);--favicon-url: url(/public/images/tenants/netwerk24/favicon.ico);--welcome-message: "Hallo! Ek is jou Netwerk24-assistent. Hoe kan ek jou vandag help?";--chat-input-placeholder: "Tik jou boodskap hier...";--submit-button-text: "Stuur"}html,body{margin:0;padding:0;height:100vh;text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow:hidden}body{margin:0;font-family:var(--font-regular);font-size:16px;line-height:1.4;color:var(--text-primary);background-color:var(--background-secondary);display:flex;flex-direction:column}.wrapper{width:980px;margin:0 auto;height:100vh;display:flex;flex-direction:column;overflow:hidden}main#main-content{width:980px;max-width:100%;margin:0 auto;padding:20px;background-color:var(--background-primary);flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.container{display:flex;gap:20px;width:100%;flex:1;min-height:0;overflow:hidden;margin-top:8px;height:100%}.tf-lhs-col{flex:1;min-width:0;background-color:var(--background-primary);border-radius:8px;box-shadow:0 2px 4px #0000001a;height:100%;padding:16px 24px 0;display:flex;flex-direction:column;position:relative;overflow:hidden}.messages-container{flex:1 1 auto;overflow-y:auto;min-height:0;padding-right:8px;padding-bottom:90px;margin-bottom:0;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;position:relative}.chat-input-container{position:absolute;bottom:0;left:0;right:0;background-color:var(--background-primary);padding:16px 24px;border-top:1px solid var(--border-color);z-index:10;width:100%;box-sizing:border-box;box-shadow:0 -2px 6px #0000000d}.chat-input-wrapper{display:flex;gap:12px;align-items:flex-end;width:100%;max-width:100%}.chat-input{flex:1;min-height:48px;max-height:150px;padding:12px 16px;border:1px solid var(--border-color);border-radius:12px;resize:none;font-family:inherit;font-size:15px;line-height:1.5;outline:none;transition:all .2s ease;width:100%;box-sizing:border-box}.chat-input:focus{border-color:var(--brand-secondary);box-shadow:0 0 0 2px #0084ff33}.chat-submit{padding:0 24px;height:48px;border:none;background-color:var(--brand-secondary);color:var(--text-light);border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chat-submit:hover:not(:disabled){background-color:var(--brand-secondary-hover);transform:translateY(-1px)}.chat-submit:disabled{background-color:var(--border-color);cursor:not-allowed;transform:none}.typing-indicator{display:none;gap:4px;padding:12px 16px;align-items:center;position:absolute;top:-48px;left:48px;background:var(--background-secondary);border-radius:12px;z-index:1}.typing-indicator[active]{display:flex}.typing-dot{width:8px;height:8px;background-color:var(--text-muted);border-radius:50%;animation:typingAnimation 1.4s infinite;opacity:.4}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typingAnimation{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.2);opacity:1}}.chat-message{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;padding:4px 0;animation:fadeIn .3s ease-out;opacity:0;animation-fill-mode:forwards}.chat-message.user{flex-direction:row-reverse}.chat-avatar{flex-shrink:0;width:32px;height:32px}.chat-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.chat-content{flex:1;padding:12px 16px;border-radius:12px;font-size:15px;line-height:1.5;max-width:85%}.assistant .chat-content{background-color:var(--background-secondary);border-radius:12px}.assistant .chat-content a{color:var(--brand-secondary);text-decoration:none}.assistant .chat-content a:hover{text-decoration:underline}.user .chat-content{background-color:var(--brand-secondary);color:var(--text-light);border-radius:12px}
