:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ft-white:#fefefe;--ft-ink:#3e4041;--ft-orange:#f65e0c;--ft-orange-dark:#c94705;--ft-line:#d9dddf;--ft-muted:#667074;--ft-soft:#f4f5f5}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--ft-white);color:var(--ft-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,textarea{font:inherit}button{cursor:pointer}button:disabled,textarea:disabled{cursor:not-allowed}.demo-shell{background:var(--ft-white);justify-content:center;align-items:stretch;width:100%;height:100dvh;min-height:100dvh;display:flex}.demo-panel{border-left:1px solid var(--ft-line);border-right:1px solid var(--ft-line);background:var(--ft-white);grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,760px);height:100%;min-height:560px;display:grid}.demo-header{border-bottom:1px solid var(--ft-line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;padding:14px 16px;display:grid}.brand-mark{background:var(--ft-orange);width:40px;height:40px;color:var(--ft-white);letter-spacing:0;border-radius:8px;place-items:center;font-size:14px;font-weight:800;display:grid}.brand-copy{min-width:0}.brand-copy h1{color:var(--ft-ink);letter-spacing:0;margin:0;font-size:18px;font-weight:800;line-height:1.2}.brand-copy p{color:var(--ft-muted);margin:3px 0 0;font-size:13px;line-height:1.2}.turn-counter{border:1px solid var(--ft-line);min-width:86px;color:var(--ft-muted);text-align:center;white-space:nowrap;border-radius:8px;padding:8px 10px;font-size:13px;line-height:1}.message-list{background:linear-gradient(180deg, #f65e0c0d, #fefefe00 160px), var(--ft-white);padding:16px;overflow-y:auto}.message-row{margin:0 0 12px;display:flex}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.message-bubble{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:8px;max-width:min(88%,560px);padding:12px 13px;font-size:15px;line-height:1.45}.message-row.user .message-bubble{background:var(--ft-orange);color:var(--ft-white)}.message-row.assistant .message-bubble{background:var(--ft-soft);border:1px solid var(--ft-line);color:var(--ft-ink)}.typing{color:var(--ft-muted)}.cta-band{background:#f65e0c14;border:1px solid #f65e0c59;border-radius:8px;gap:10px;margin:0 16px 12px;padding:12px;display:grid}.cta-band p{color:var(--ft-ink);margin:0;font-size:14px;line-height:1.35}.cta-band a{background:var(--ft-orange);width:fit-content;color:var(--ft-white);border-radius:8px;padding:10px 12px;font-size:14px;font-weight:800;line-height:1;text-decoration:none}.composer{border-top:1px solid var(--ft-line);background:var(--ft-white);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:12px;display:grid}.composer textarea{resize:vertical;border:1px solid var(--ft-line);width:100%;min-height:52px;max-height:120px;color:var(--ft-ink);background:var(--ft-white);border-radius:8px;outline:none;padding:11px 12px}.composer textarea:focus{border-color:var(--ft-orange);box-shadow:0 0 0 3px #f65e0c29}.composer textarea::placeholder{color:#8a9295}.composer button{background:var(--ft-orange);min-width:76px;height:52px;color:var(--ft-white);border:0;border-radius:8px;padding:0 16px;font-size:14px;font-weight:800;line-height:1}.composer button:hover:not(:disabled),.cta-band a:hover{background:var(--ft-orange-dark)}.composer button:disabled,.composer textarea:disabled{opacity:.55}.turnstile-slot{pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:560px){.demo-header{grid-template-columns:auto minmax(0,1fr)}.turn-counter{grid-column:1/-1;width:fit-content}.composer{grid-template-columns:1fr}.composer button{width:100%}}
