:root{--bs-primary:#4f6ef7;--bs-primary-rgb:79,110,247;--foundry-brand-50:#f0f4ff;--foundry-brand-100:#e0e9ff;--foundry-brand-500:#4f6ef7;--foundry-brand-600:#3b55e6;--foundry-brand-700:#2c42d4;--foundry-brand-900:#1a2787}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8f9fa;min-height:100vh}.btn-primary{--bs-btn-bg:var(--foundry-brand-500);--bs-btn-border-color:var(--foundry-brand-500);--bs-btn-hover-bg:var(--foundry-brand-600);--bs-btn-hover-border-color:var(--foundry-brand-600);--bs-btn-active-bg:var(--foundry-brand-700);--bs-btn-active-border-color:var(--foundry-brand-700);--bs-btn-focus-shadow-rgb:79,110,247}.foundry-code-block{background-color:#212529;color:#39d353;font-size:.75rem;border-radius:.5rem;padding:1rem;overflow-x:auto;white-space:pre-wrap}.foundry-chat-bubble-user{background-color:var(--foundry-brand-500);color:#fff;border-bottom-right-radius:.25rem}.foundry-chat-bubble-assistant{background-color:#f1f3f5;color:#212529;border-bottom-left-radius:.25rem}.foundry-streaming-cursor{display:inline-block;width:2px;height:1em;background-color:#6c757d;margin-left:2px;vertical-align:middle;animation:foundry-cursor-blink 1s step-end infinite}@keyframes foundry-cursor-blink{0%,to{opacity:1}50%{opacity:0}}