:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-primary:#60a5fa;--color-primary-hover:#3b82f6;--color-primary-light:#eff6ff;--color-bg:#fff;--color-bg-secondary:#f8fafc;--color-bg-chat:#f7f8fa;--color-text:#1e293b;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-border:#e8ebf0;--color-bubble-visitor:#e8f0fe;--color-bubble-visitor-text:#1e3a5f;--color-bubble-agent:#f1f3f6;--color-bubble-agent-text:#1e293b;--color-system-text:#94a3b8;--color-input-bg:#fff;--color-shadow:#0f172a0f;--color-overlay:#00000080;--color-success:#22c55e;--color-warning:#f59e0b;--color-danger:#ef4444}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{color:var(--color-text);background:var(--color-bg-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}#app{justify-content:center;align-items:stretch;height:100%;display:flex}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,textarea{font-family:inherit;font-size:inherit;background:0 0;border:none;outline:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-text-muted);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}
