:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-primary: "Inter", sans-serif}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:var(--font-primary);background-color:#f8f8f7}html,body{overflow-x:hidden;max-width:100vw}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.panel{padding:2rem;border-radius:12px;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:100%;overflow-x:hidden;box-sizing:border-box}.mainText{color:#000;line-height:1.6;font-family:var(--font-primary)}.teaserLandingText{font-weight:600;font-size:large}.chat-wrapper{display:flex;justify-content:center;margin-bottom:20px}.chat-window{width:600px;transition:box-shadow .2s ease-out;border-radius:10px}.site-footer{display:flex;flex-direction:row;gap:1rem;justify-content:center}.chat-window--active{animation:chat-pulse 1.9s ease-in-out infinite}@keyframes chat-pulse{0%{box-shadow:0 0 #ef444499}50%{box-shadow:0 0 25px 8px #ef4444e6}to{box-shadow:0 0 #ef444400}}.chat-window--answeredSuccess{box-shadow:0 0 15px 2px green}.chat-send-icon{color:#000}.historyCard{overflow:auto}.titlebar{position:fixed;top:0;left:0;right:0;height:60px;padding:0 20px;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;z-index:1000}.titlebar-left,.titlebar-right{flex:1;display:flex;align-items:center}.titlebar-center{flex:1;display:flex;justify-content:center;gap:30px}.titlebar-logo{font-weight:600;font-size:1.1rem;text-decoration:none;color:#222}.titlebar-link{text-decoration:none;color:#444;font-size:1rem;font-weight:500}.titlebar-link:hover{color:#000}.contact-btn{margin-left:auto;background:none;border:none;cursor:pointer;padding:6px;color:#444}.contact-btn:hover{color:#000}.splashH1{justify-self:center;margin-bottom:5px}.typing-indicator{display:flex;gap:6px;align-items:center;padding:12px 0}.typing-indicator div{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:typing-bounce 1.4s infinite ease-in-out}.typing-indicator div:nth-child(2){animation-delay:.2s}.typing-indicator div:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}
