html,body{scroll-behavior:smooth;height:auto;overflow:hidden auto}body{background:#ececeb}.home-stage{min-height:100vh;color:#23261f;place-items:center;min-height:100dvh;padding:28px 20px;display:grid}.workbench{gap:20px;width:min(760px,100%);transition:width .3s;display:flex}.workbench.is-split{width:min(1240px,100%)}.chat-device{background:#fbfbf9;border:1px solid #e3e3dc;border-radius:18px;flex-direction:column;flex:auto;min-width:0;height:min(84vh,780px);display:flex;overflow:hidden;box-shadow:0 24px 70px -22px #262c264d}.workbench.is-split .chat-device{flex:0 0 400px}.chat-head{font-family:var(--font-geist-mono), ui-monospace, monospace;letter-spacing:.14em;text-transform:uppercase;color:#8c8c81;border-bottom:1px solid #ecece4;align-items:center;gap:14px;padding:13px 18px;font-size:11px;display:flex}.chat-head__id{color:#2c2f27;font-weight:500}.chat-head__meta{margin-right:auto}.chat-head__clr{font:inherit;letter-spacing:.14em;color:#6f6f64;cursor:pointer;background:#fff;border:1px solid #d8d8cf;border-radius:7px;padding:4px 9px;font-size:10px}.chat-head__clr:hover{background:#f0f0e9}.chat-log{flex-direction:column;flex:1;gap:14px;min-height:0;padding:22px 20px;display:flex;overflow-y:auto}.chat-log::-webkit-scrollbar{width:9px}.chat-log::-webkit-scrollbar-thumb{background:#dcdcd2;border:2px solid #fbfbf9;border-radius:9px}.bubble{border-radius:16px;max-width:84%;padding:12px 15px;font-size:14.5px;line-height:1.62;animation:.32s both bubble-in}.bubble--haylie{color:#23261f;background:#f0f0ea;border:1px solid #e6e6dd;border-bottom-left-radius:5px;align-self:flex-start}.bubble--visitor{color:#f4f4ee;background:#26352e;border-bottom-right-radius:5px;align-self:flex-end}.bubble.is-past{opacity:.5;transition:opacity .35s,transform .35s;transform:scale(.976)}.bubble.is-past:hover,.bubble.is-past:focus-within{opacity:1;transform:none}.node-text{margin:0}.node-text+.node-text{margin-top:.7em}.node-links{flex-direction:column;gap:6px;margin:10px 0 0;padding:0;list-style:none;display:flex}.node-links a{color:inherit;text-underline-offset:3px;font-size:13.5px;text-decoration:underline;text-decoration-thickness:1px}.bubble--visitor .node-links a{color:#dfeede}.node-links__note{opacity:.65;margin-left:6px;font-size:12px}.bubble--typing{align-self:flex-start;align-items:center;gap:4px;padding:15px 16px;display:inline-flex}.bubble--typing i{background:#9a9a8f;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite blink}.bubble--typing i:nth-child(2){animation-delay:.2s}.bubble--typing i:nth-child(3){animation-delay:.4s}.chip-dock{background:#f7f7f2;border-top:1px solid #ecece4;flex-wrap:wrap;gap:2px 4px;padding:12px 14px;display:flex}.chip{font:inherit;color:#4a4d42;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:7px 10px;font-size:13px;line-height:1;transition:background .14s,color .14s}.chip:hover{color:#23261f;background:#e7e9e0}.chip:focus-visible{outline-offset:1px;outline:2px solid #26352e}.chip--toggle{color:#8c8c81}.home-noscript{max-width:520px;margin:40px auto;font-size:15px;line-height:1.6}@keyframes bubble-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes blink{0%,80%,to{opacity:.25}40%{opacity:1}}@media (max-width:980px){.workbench,.workbench.is-split{width:min(760px,100%)}.workbench.is-split .chat-device{flex:auto}}@media (max-width:640px){.home-stage{padding:0}.chat-device{border:0;border-radius:0;height:100dvh}.bubble{max-width:88%}}@media (prefers-reduced-motion:reduce){html,body{scroll-behavior:auto}.workbench{transition:none}.bubble{animation:none}.bubble.is-past{opacity:1;transition:none;transform:none}.chip{transition:none}.bubble--typing i{animation:none}}
