.agent-console{--ac-bg:var(--card);--ac-panel:var(--chip);--ac-line:var(--border);--ac-text:var(--foreground);--ac-input:var(--foreground);--ac-dim:var(--muted-foreground);--ac-ok:var(--success);--ac-busy:var(--warning);--ac-cta:var(--success);--ac-on-cta:var(--ai-foreground);--ac-focus:var(--primary);--ac-dd-row:31px;--ac-plate-bg:var(--background);--ac-plate-border:var(--border);--ac-plate-shadow:0 0 0 0 transparent;--ac-shadow:var(--shadow-plaque);background:var(--ac-bg);width:100%;box-shadow:var(--ac-shadow);color:var(--ac-text);font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);text-align:left;border-radius:10px;font-size:13px;line-height:1.9;overflow:visible}.agent-console__head{border-bottom:1px solid var(--ac-line);background:var(--ac-panel);border-radius:10px 10px 0 0;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;font-size:12px;display:flex}.agent-console__head-left{color:var(--ac-text);align-items:center;gap:8px;min-width:0;display:flex}.agent-console__head-left span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.agent-console__head-right{color:var(--ac-dim);white-space:nowrap}.agent-console__head-right b{color:var(--ac-text);font-weight:500}.agent-console__dot{background:var(--ac-ok);border-radius:50%;flex:none;width:7px;height:7px;animation:2.2s infinite agent-console-pulse}@keyframes agent-console-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--ac-ok) 55%, transparent)}70%{box-shadow:0 0 0 7px #0000}to{box-shadow:0 0 #0000}}.agent-console__log{flex-direction:column;gap:2px;padding:10px 14px 4px;display:flex}.agent-console__row{min-width:0;color:var(--ac-dim);align-items:baseline;gap:16px;display:flex}.agent-console__row--current,.agent-console__row--queued{color:var(--ac-text)}.agent-console__txt{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.agent-console__row--done .agent-console__txt:before{content:"✓ ";color:var(--ac-ok)}.agent-console__row--live .agent-console__txt:before{content:"▸ ";color:var(--ac-ok)}.agent-console__row--current .agent-console__txt:before{content:"› ";color:var(--ac-ok)}.agent-console__row--queued .agent-console__txt:before{content:"● ";color:var(--ac-ok)}.agent-console__state{min-width:168px;color:var(--ac-dim);flex:none;align-items:center;gap:5px;font-size:11.5px;display:flex}.agent-console__state i{background:var(--ac-ok);border-radius:50%;flex:none;width:5px;height:5px}.agent-console__state b{color:var(--ac-ok);font-weight:500}.agent-console__verb--short{display:none}.agent-console__state--busy i,.agent-console__state--live i{animation:1.6s infinite agent-console-pulse}.agent-console__state--busy i{background:var(--ac-busy)}.agent-console__state--busy b{color:var(--ac-busy)}.agent-console__caret:after{content:"";vertical-align:-2px;background:var(--ac-text);width:7px;height:13px;margin-left:2px;animation:1s step-end infinite agent-console-blink;display:inline-block}@keyframes agent-console-blink{50%{opacity:0}}.agent-console__prompt{z-index:2;border:1px solid var(--ac-plate-border);background:var(--ac-plate-bg);box-shadow:var(--ac-plate-shadow);border-radius:16px;align-items:center;gap:10px;margin:0 -16px -10px;padding:14px 14px 14px 18px;display:flex;position:relative}.agent-console__prompt:focus-within{border-color:var(--ac-focus);box-shadow:var(--ac-plate-shadow), 0 0 0 2px var(--ac-focus)}.agent-console .agent-console__dd{border:none}.agent-console__chevron{color:var(--ac-ok);flex:none;font-weight:500}.agent-console__input{min-width:0;color:var(--ac-input);background:0 0;border:0;outline:0;flex:1;padding:2px 0;font-family:inherit;font-size:14px}.agent-console__input:focus,.agent-console__input:focus-visible{outline:none}.agent-console__input::placeholder{color:var(--ac-dim)}.agent-console .agent-console__go{background:var(--ac-cta);color:var(--ac-on-cta);font-family:var(--font-sans,inherit);cursor:pointer;border:0;border-radius:8px;flex:none;padding:7px 12px;font-size:13px;font-weight:600;transition:filter .2s}.agent-console .agent-console__go:hover{background:color-mix(in srgb, black 10%, var(--ac-cta))}.agent-console__label--short{display:none}.agent-console__suggestions{display:contents}.agent-console .agent-console__dd{box-sizing:content-box;max-height:calc(5 * var(--ac-dd-row));border-radius:10px;margin-top:6px;overflow-y:auto}.agent-console .agent-console__dd>div{height:var(--ac-dd-row);gap:8px;min-height:0;padding:0 12px;font-size:13px;line-height:1.3}.agent-console .agent-console__dd>div span{font-size:inherit}.agent-console__suggestions img,.agent-console__suggestions svg{width:16px;height:16px}@media (max-width:720px){.agent-console{--ac-dd-row:28px;font-size:12px;line-height:1.8}.agent-console__head{padding:8px 12px;font-size:11px}.agent-console__head-right{display:none}.agent-console__log{padding:8px 12px 2px}.agent-console__prompt{margin-left:0;margin-right:0;padding:12px 12px 12px 14px}.agent-console__input{font-size:16px}.agent-console__row{gap:8px}.agent-console__label{display:none}.agent-console__label--short{display:inline}.agent-console__state{min-width:0;font-size:10px}.agent-console__agent,.agent-console__verb{display:none}.agent-console__verb--short{display:inline}.agent-console .agent-console__dd>div{padding:0 10px;font-size:12px}}@media (prefers-reduced-motion:reduce){.agent-console__dot,.agent-console__state--busy i,.agent-console__state--live i,.agent-console__caret:after{animation:none}}
.animated-heading-module___hYpyG__root{text-align:center;letter-spacing:-.03em;place-items:center;font-size:3.75rem;font-weight:400;line-height:1;display:grid}@media (max-width:768px){.animated-heading-module___hYpyG__root{font-size:clamp(1.75rem,8vw,3.75rem)}}.animated-heading-module___hYpyG__sentenceRow{grid-area:1/1;display:inline}.animated-heading-module___hYpyG__animatedWord{--duration:.42s;--curve:ease;--exit-phase:.52s;display:inline-block}.animated-heading-module___hYpyG__animatedWord[data-animate=false]{opacity:1}.animated-heading-module___hYpyG__animatedWord[data-animate=false][data-state=enter]{opacity:0;animation:none}.animated-heading-module___hYpyG__animatedWord[data-animate=false][data-state=exit]{opacity:1;animation:none}.animated-heading-module___hYpyG__animatedWord[data-state=enter][data-animate=true]{animation:animated-heading-module___hYpyG__enter var(--duration) var(--curve) calc(var(--exit-phase) + var(--delay)) both}.animated-heading-module___hYpyG__animatedWord[data-state=exit][data-animate=true]{animation:animated-heading-module___hYpyG__exit var(--duration) var(--curve) var(--delay) both}@keyframes animated-heading-module___hYpyG__enter{0%{filter:blur(4px);opacity:0;translate:0 40px}to{filter:blur();opacity:1;translate:0}}@keyframes animated-heading-module___hYpyG__exit{0%{filter:blur();opacity:1;translate:0}to{filter:blur(4px);opacity:0;translate:0 -40px}}
/*# sourceMappingURL=0yssabzqs1c.t.css.map*/