.agentic-compat{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:22px}.agentic-compat-icons{display:flex;align-items:center;gap:10px}.agentic-compat-icon{display:block;width:20px;height:20px;color:var(--ink)}.agentic-compat-icon svg{display:block;width:100%;height:100%}.agentic-compat-label{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:0.04em}.agentic-grid{display:grid;grid-template-columns:1.15fr 0.85fr;gap:56px;margin-top:40px}.agentic-col-label{margin:0 0 18px;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:0.04em}.agentic-chat{overflow:hidden;max-height:200px;margin-bottom:4px;transition:max-height 420ms cubic-bezier(0.22,0.61,0.36,1),opacity 420ms ease,margin-bottom 420ms ease}.agentic-chat.is-collapsed{max-height:0;opacity:0;margin-bottom:0}.agentic-chat-line{display:flex;align-items:flex-start;gap:10px;padding:4px 0;font-size:15px;line-height:1.5;min-height:1.5em}.agentic-chat-line .agentic-chat-marker{flex-shrink:0;width:14px;margin-top:1px;text-align:center;font-size:13px}.agentic-chat-line.human{color:var(--ink);font-weight:700}.agentic-chat-line.human .agentic-chat-marker{font-weight:900}.agentic-chat-line.agent{color:var(--muted);font-weight:400}.agentic-chat-line.agent .agentic-chat-marker::before{content:"\25CF";display:inline-block;font-size:9px;color:var(--muted);transform:translateY(-2px)}.agentic-chat-cursor{display:inline-block;width:7px;height:1em;margin-left:2px;background:currentColor;vertical-align:-2px;animation:agentic-chat-blink 0.9s steps(1) infinite}@keyframes agentic-chat-blink{50%{opacity:0}}@media (prefers-reduced-motion:reduce){.agentic-chat-cursor{animation:none}.agentic-chat{transition:none}}.agentic-run-list{position:relative;min-height:350px;max-height:400px;overflow:hidden}.agentic-run-step{position:absolute;left:0;right:0;top:0;display:flex;align-items:flex-start;gap:12px;padding:9px 4px;opacity:0;transition:transform 420ms cubic-bezier(0.22,0.61,0.36,1),opacity 420ms ease}.agentic-run-step.is-visible{opacity:1}.agentic-run-step.is-leaving{opacity:0}.agentic-run-icon{flex-shrink:0;width:16px;height:16px;margin-top:4px;display:flex;align-items:center;justify-content:center}.agentic-run-icon::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);display:block}.agentic-run-step.is-active .agentic-run-icon::before{display:none}.agentic-run-spinner{display:none;width:13px;height:13px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:1.5px}.agentic-run-step.is-active .agentic-run-spinner{display:grid}.agentic-run-spinner span{width:100%;height:100%;background:var(--ink);opacity:0.14}.agentic-run-spinner span:nth-child(1){animation:agentic-run-spinner-cell 1.2s linear infinite;animation-delay:0ms}.agentic-run-spinner span:nth-child(2){animation:agentic-run-spinner-cell 1.2s linear infinite;animation-delay:150ms}.agentic-run-spinner span:nth-child(3){animation:agentic-run-spinner-cell 1.2s linear infinite;animation-delay:300ms}.agentic-run-spinner span:nth-child(6){animation:agentic-run-spinner-cell 1.2s linear infinite;animation-delay:450ms}.agentic-run-spinner span:nth-child(9){animation:agentic-run-spinner-cell 1.2s linear infinite;animation-delay:600ms}.agentic-run-spinner span:nth-child(8){animation:agentic-run-spinner-cell 1.2s linear infinite;animation-delay:750ms}.agentic-run-spinner span:nth-child(7){animation:agentic-run-spinner-cell 1.2s linear infinite;animation-delay:900ms}.agentic-run-spinner span:nth-child(4){animation:agentic-run-spinner-cell 1.2s linear infinite;animation-delay:1050ms}.agentic-run-spinner span:nth-child(5){opacity:0.3}@keyframes agentic-run-spinner-cell{0%,87.5%,100%{opacity:0.14}12.5%{opacity:1}}.agentic-run-body{display:flex;flex-direction:column;gap:1px;min-width:0}.agentic-run-title{font-size:15px;font-weight:700;color:var(--ink)}.agentic-run-status{font-size:13px;color:var(--muted)}.agentic-run-step.is-active .agentic-run-status{color:var(--teal)}.agentic-run-thinking{display:none;margin-top:4px;padding:2px 0 2px 10px;border-left:2px solid var(--muted);opacity:0.6;color:var(--muted);font-size:12.5px;font-weight:400;font-style:italic;line-height:1.4;overflow:hidden;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical}.agentic-run-step.has-thinking .agentic-run-thinking{display:-webkit-box}.agentic-run-step.is-artifact .agentic-run-icon::before{display:none}.agentic-run-file-icon{display:none;width:14px;height:14px;color:var(--ink)}.agentic-run-file-icon svg{display:block;width:100%;height:100%}.agentic-run-step.is-artifact .agentic-run-file-icon{display:block}.agentic-run-step.is-artifact .agentic-run-spinner{display:none}.agentic-run-step.is-artifact .agentic-run-title code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px;font-weight:700;background:var(--panel);border:1px solid var(--ink);padding:1px 5px}@media (prefers-reduced-motion:reduce){.agentic-run-spinner span{animation:none;opacity:0.6}}.agentic-tab-list{display:flex;gap:10px;padding:0 0 18px}.agentic-tab{flex:1;padding:10px 12px;border:var(--rule-2);background:var(--panel);color:var(--ink);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:0.02em;cursor:pointer;box-shadow:4px 4px 0 var(--ink)}.agentic-tab:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--ink)}.agentic-tab:focus-visible{outline:3px solid var(--yellow);outline-offset:0}.agentic-tab[aria-selected="true"]{background:var(--ink);color:var(--paper);transform:translate(2px,2px);box-shadow:2px 2px 0 var(--ink)}.agentic-tab-panel{display:none}.agentic-tab-panel.is-active{display:block}.agentic-mcp-list{border-top:var(--rule-2)}.agentic-mcp-item{border-bottom:var(--rule-2)}.agentic-mcp-item>summary{display:flex;align-items:center;gap:12px;padding:12px 0;list-style:none;cursor:pointer}.agentic-mcp-item>summary::-webkit-details-marker{display:none}.agentic-mcp-icon{flex-shrink:0;width:18px;height:18px;color:var(--ink)}.agentic-mcp-icon svg{display:block;width:100%;height:100%}.agentic-mcp-name{flex:1;min-width:0;font-size:16px;font-weight:900;text-transform:uppercase}.agentic-mcp-toggle{flex-shrink:0;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:var(--rule-2);color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;font-weight:900;line-height:1}.agentic-mcp-toggle::before{content:"+"}.agentic-mcp-item[open] .agentic-mcp-toggle::before{content:"\2013"}.agentic-mcp-item[open] .agentic-mcp-toggle{color:var(--ink);background:var(--panel)}.agentic-mcp-body{padding:0 0 16px 30px}.agentic-mcp-body p{margin:0;max-width:46ch;color:var(--muted);font-size:14.5px}.agentic-mcp-link{display:inline-block;margin-top:8px;font-size:12.5px;font-weight:900;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;text-transform:uppercase}@media (max-width:900px){.agentic-grid{grid-template-columns:1fr;gap:40px}}