:root{--bg0: #050a13;--bg1: #071427;--glass: rgba(255, 255, 255, .07);--glass-2: rgba(255, 255, 255, .1);--stroke: rgba(255, 255, 255, .12);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .68);--teal: #44f0d5;--teal-2: #2bb3ff;--warm0: #ff2ea6;--warm1: #ff8a34;color-scheme:dark;font-family:"Source Sans 3",ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;min-width:320px;background:radial-gradient(900px 520px at 44% 18%,rgba(68,240,213,.18),transparent 58%),radial-gradient(720px 520px at 76% 46%,rgba(255,46,166,.12),transparent 62%),linear-gradient(180deg,var(--bg1),var(--bg0));color:var(--text)}a{color:inherit;text-decoration:none}button,input{font:inherit;color:inherit}::selection{background:#44f0d538}.Shell{position:relative;min-height:100vh;padding:28px}.Decor{position:absolute;inset:0;pointer-events:none;overflow:hidden}.Decor__ring{position:absolute;width:920px;height:920px;left:32%;top:-210px;border-radius:999px;background:radial-gradient(circle at 50% 50%,#44f0d51a,#44f0d500 56%),conic-gradient(from 210deg,#44f0d5cc,#2bb3ff8c,#ff2ea659,#44f0d5cc);filter:blur(.2px);opacity:.28;-webkit-mask:radial-gradient(circle,transparent 62%,black 63%);mask:radial-gradient(circle,transparent 62%,black 63%)}.Decor__ring--warm{width:760px;height:760px;left:54%;top:-140px;opacity:.2;background:radial-gradient(circle at 50% 50%,#ff8a3417,#ff8a3400 58%),conic-gradient(from 30deg,#ff2ea6b3,#ff8a34b3,#44f0d559,#ff2ea6b3)}.Decor__dust{position:absolute;inset:-120px;background-image:radial-gradient(rgba(255,255,255,.22) 1px,transparent 1px);background-size:120px 120px;opacity:.05;transform:rotate(8deg)}.TopNav{height:56px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 14px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);box-shadow:0 18px 60px #00000059}.Brand{display:inline-flex;align-items:baseline;gap:2px;font-weight:650;letter-spacing:.2px;font-size:18px}.Brand--link{text-decoration:none;color:inherit}.Brand--link:hover{opacity:.92}.Brand__dot{width:7px;height:7px;border-radius:99px;margin-left:6px;background:radial-gradient(circle at 40% 40%,var(--warm1),var(--warm0));box-shadow:0 0 22px #ff8a3447}.TopNav__left{justify-self:start}.TopNav__center{display:flex;align-items:center;gap:6px;justify-self:center}.TopNav__navlink{color:#ffffffa6;font-size:14px;font-weight:500;padding:8px 14px;border-radius:12px;text-decoration:none;border:1px solid transparent;white-space:nowrap}.TopNav__navlink:hover{color:#ffffffeb;background:#ffffff0f}.TopNav__navlink.is-active{color:#fffffff2;border-color:#ffffff1f;background:#ffffff14}.TopNav__right{display:flex;align-items:center;justify-content:flex-end;gap:14px;justify-self:end}.TopNav__link{color:#ffffffc7;font-size:13px}.TopNav__link:hover{color:#ffffffeb}.Main{margin-top:18px;display:grid;grid-template-columns:320px 1fr;gap:18px;align-items:stretch}.Main--single{grid-template-columns:1fr}.AgentBuilderPage{min-height:calc(100vh - 130px)}.Panel{border-radius:22px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);box-shadow:0 18px 70px #00000059}.Panel--sidebar{padding:18px;height:calc(100vh - 130px);overflow-y:auto}.Panel__header{display:grid;gap:12px;margin-bottom:12px}.Panel__title{font-size:18px;font-weight:650}.Search{position:relative}.Search__input{width:100%;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;padding:10px 38px 10px 14px;outline:none}.Search__input:focus{border-color:#44f0d552;box-shadow:0 0 0 4px #44f0d514}.Search__icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);opacity:.55;font-size:13px}.AgentList{margin-top:6px;display:grid;gap:10px}.AgentRow{display:grid;grid-template-columns:42px 1fr 10px;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.AgentRow:hover{transform:translateY(-1px);border-color:#ffffff24;background:#ffffff0f}.AgentRow.is-active{border-color:#44f0d55c;box-shadow:0 0 0 4px #44f0d514}.AgentRow__name{text-align:left;font-size:14px;letter-spacing:.1px}.AgentRow__dot{width:7px;height:7px;border-radius:99px;opacity:.35;background:#ffffffb3}.AgentRow__dot.is-online{opacity:1;background:#44f0d5;box-shadow:0 0 16px #44f0d559}.AvatarImg{width:34px;height:34px;border-radius:999px;display:block;object-fit:cover;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;box-shadow:0 10px 26px #00000047}.AvatarImg--lg{width:44px;height:44px}.Panel--chat{display:grid;grid-template-rows:auto 1fr auto;height:calc(100vh - 130px)}.ChatHeader{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.ChatHeader__meta{display:grid;gap:2px}.ChatHeader__name{font-weight:650;letter-spacing:.15px}.ChatHeader__status{display:inline-flex;align-items:center;gap:8px;color:#ffffffb3;font-size:12px}.StatusDot{width:7px;height:7px;border-radius:99px;background:#ffffff80;opacity:.4}.StatusDot.is-online{opacity:1;background:#44f0d5;box-shadow:0 0 16px #44f0d559}.ChatTabs{display:flex;align-items:center;gap:6px;flex:1;min-width:0;overflow-x:auto;padding:0 8px;scrollbar-width:thin}.ChatTabs::-webkit-scrollbar{height:4px}.ChatTab{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);font-size:13px;color:#ffffffd9;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s,border-color .15s}.ChatTab:hover{background:#ffffff1a;border-color:#ffffff1f}.ChatTab.is-active{background:#44f0d526;border-color:#44f0d559;color:#fff}.ChatTab__label{-webkit-user-select:none;user-select:none}.ChatTab__delete{display:flex;align-items:center;justify-content:center;padding:2px;border:none;background:transparent;color:#ffffff80;cursor:pointer;border-radius:4px;transition:color .15s,background .15s}.ChatTab__delete:hover:not(:disabled){color:#ffffffe6;background:#ff646433}.ChatTab__delete:disabled{cursor:not-allowed;opacity:.5}.ChatHeader__new{flex-shrink:0;display:inline-flex;align-items:center;gap:6px}.ChatViewToggle{display:flex;align-items:center;gap:2px;padding:2px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.ChatViewToggle__btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:none;border-radius:8px;background:transparent;color:#fff9;font-size:12px;font-weight:550;cursor:pointer;transition:background .15s,color .15s}.ChatViewToggle__btn:hover{color:#ffffffd9;background:#ffffff0f}.ChatViewToggle__btn.is-active{background:#44f0d526;color:#44f0d5f2}.ChatBody{padding:18px;overflow:auto}.ChatBody--interface{padding:10px 12px}.ChatBody__interface{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;align-content:flex-start}.ChatBody__interface>*{flex:1 1 280px;min-width:0;max-width:100%}.ChatBody__interface-empty{display:flex;align-items:center;gap:10px;padding:24px;color:#ffffff80;font-size:14px}.ChatBody__interface-empty .PhaseDot{flex-shrink:0}.Msg{display:flex;margin:2px 0;animation:msgFadeIn .2s ease-out}@keyframes msgFadeIn{0%{opacity:0}to{opacity:1}}.Msg--left{justify-content:flex-start}.Msg--right{justify-content:flex-end}.Bubble{max-width:min(1100px,96%);border-radius:18px;padding:10px 14px;font-size:15px;line-height:1.25;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;white-space:pre-wrap}.Bubble--agent{border-left-color:#44f0d559;box-shadow:0 0 0 1px #44f0d50f inset}.Bubble--user{background:#ffffff09;border-color:#ffffff1c}.Card{max-width:min(520px,92%);border-radius:18px;padding:14px 14px 12px;border:1px solid rgba(68,240,213,.18);background:#44f0d50f;box-shadow:0 0 0 1px #44f0d50f inset}.Card__title{font-weight:650;margin-bottom:8px}.Card__list{margin:0;padding-left:18px;color:#fffc;display:grid;gap:4px}.Composer{display:grid;grid-template-columns:auto 42px 1fr 48px auto;gap:10px;align-items:center;padding:14px 16px;border-top:1px solid rgba(255,255,255,.08)}.Composer__input{height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;padding:0 16px;outline:none}.Composer__input:focus{border-color:#44f0d559;box-shadow:0 0 0 4px #44f0d514}.ModelSelector{position:relative}.ModelSelector__trigger{display:inline-flex;align-items:center;gap:5px;height:34px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#ffffffb3;font-size:12px;cursor:pointer;transition:border-color .15s,background .15s;white-space:nowrap}.ModelSelector__trigger:hover:not(:disabled){border-color:#44f0d54d;background:#ffffff14;color:#ffffffe6}.ModelSelector__trigger:disabled{opacity:.5;cursor:not-allowed}.ModelSelector__label{font-weight:500}.ModelSelector__chevron{transition:transform .15s}.ModelSelector__chevron.is-open{transform:rotate(180deg)}.ModelSelector__dropdown{position:absolute;bottom:calc(100% + 6px);left:0;min-width:160px;background:#16161ef7;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:4px;box-shadow:0 8px 24px #0006;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ModelSelector__option{display:flex;flex-direction:column;gap:1px;width:100%;padding:8px 10px;border:none;border-radius:7px;background:transparent;color:#ffffffbf;text-align:left;cursor:pointer;transition:background .12s}.ModelSelector__option:hover{background:#ffffff14}.ModelSelector__option.is-selected{background:#44f0d51a;color:#44f0d5f2}.ModelSelector__optName{font-size:13px;font-weight:500;line-height:1.3}.ModelSelector__optDesc{font-size:11px;opacity:.55;line-height:1.3}.Btn{display:inline-flex;align-items:center;justify-content:center;height:38px;border-radius:999px;padding:0 14px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.Btn:hover{transform:translateY(-1px);border-color:#fff3;background:#ffffff14}.Btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.Btn--primary{padding:0 16px;border-color:#44f0d552;box-shadow:0 0 0 4px #44f0d50f}.Btn--glow{width:44px;height:44px;padding:0;border:1px solid rgba(68,240,213,.45);background:radial-gradient(circle at 30% 30%,#44f0d559,#44f0d51f);box-shadow:0 0 26px #44f0d540}.Btn--outline{background:transparent;border-color:#ffffff29;color:#ffffffdb}.IconBtn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;cursor:pointer;opacity:.85;transition:transform .16s ease,border-color .16s ease,background .16s ease}.IconBtn:hover{transform:translateY(-1px);border-color:#fff3;background:#ffffff14}.AgentBlock{display:flex;flex-direction:column;gap:2px;max-width:min(1100px,96%)}.ThinkingLive{font-size:12px;overflow:hidden}.ThinkingLive__header{display:flex;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:550;color:#44f0d5b3}.ThinkingLive__label{letter-spacing:.1px}.ThinkingLive__body{padding:0 10px 8px 22px;font-size:11px;line-height:1.55;color:#44f0d559;font-style:italic;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}.InlineBlock{font-size:12px;overflow:hidden}.InlineBlock__toggle{display:flex;align-items:center;gap:5px;width:100%;padding:5px 8px;border:none;background:none;color:#ffffff80;font-size:11px;cursor:pointer;text-align:left;line-height:1}.InlineBlock__toggle:hover{color:#ffffffbf}.InlineBlock__label{display:inline-flex;align-items:center;gap:5px;font-weight:550;letter-spacing:.1px}.InlineBlock__body{padding:2px 8px 6px 24px;font-size:11px;line-height:1.5;color:#fff6;white-space:pre-wrap;word-break:break-word;max-height:160px;overflow-y:auto}.InlineBlock__body--thinking{font-style:italic;color:#44f0d566}.InlineBlock--toolGroup .InlineBlock__body{padding-left:16px;border-left:1px solid rgba(255,255,255,.08)}.InlineBlock__row{margin-bottom:2px}.InlineBlock__row:last-child{margin-bottom:0}.InlineBlock__key{font-weight:600;color:#ffffff73;margin-right:4px}.InlineBlock__key:after{content:":"}.InlineBlock__val{color:#ffffff59}.PhaseLabel{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;font-size:14px;color:#44f0d5e6;font-weight:550;letter-spacing:.02em;background:#44f0d50f;border:1px solid rgba(68,240,213,.2);border-radius:10px}.PhaseLabel__content{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.PhaseLabel__sub{font-size:11px;font-weight:450;color:#44f0d599}@keyframes phase-spin{to{transform:rotate(360deg)}}.PhaseDot{display:inline-block;width:18px;height:18px;border:2px solid rgba(68,240,213,.25);border-top-color:#44f0d5f2;border-radius:50%;animation:phase-spin .7s linear infinite;flex-shrink:0}.InlineBlock__toggle .PhaseDot,.ThinkingLive__header .PhaseDot{width:10px;height:10px;border-width:1.5px}.ChatBody__interface-empty .PhaseDot{width:14px;height:14px;border-width:2px}.Btn--stop{border-color:#ff505073;color:#ff7878f2}.Btn--stop:hover{border-color:#ff505099;background:#ff50501a}.Md p{margin:0 0 .3em}.Md p:last-child{margin-bottom:0}.Md>*:last-child{margin-bottom:0}.Md br:last-child{display:none}.Md p:empty{display:none}.Md ul,.Md ol{margin:0 0 .3em;padding-left:1.6em;list-style-position:outside}.Md ul{list-style-type:disc}.Md ol{list-style-type:decimal}.Md ul ul{list-style-type:circle}.Md ul ul ul{list-style-type:square}.Md li{margin:0;padding:0 0 0 .2em;line-height:1.25}.Md li>p{margin:0;display:inline}.Md h1,.Md h2,.Md h3,.Md h4,.Md h5,.Md h6{margin:.04em 0 .02em;font-weight:650;line-height:1}.Md h1{font-size:1.25em}.Md h2{font-size:1.15em}.Md h3{font-size:1.05em}.Md code{font-family:Menlo,Consolas,monospace;font-size:.88em;padding:1px 5px;border-radius:4px;background:#ffffff14;border:1px solid rgba(255,255,255,.06)}.Md pre{margin:.1em 0;padding:10px 12px;border-radius:10px;background:#0000004d;border:1px solid rgba(255,255,255,.08);overflow-x:auto}.Md pre code{padding:0;background:none;border:none;font-size:.85em;line-height:1.5}.Md blockquote{margin:.08em 0;padding:.3em 0 .3em 12px;border-left:3px solid rgba(68,240,213,.3);color:#fff9}.Md a{color:#44f0d5d9;text-decoration:underline;cursor:pointer}.Md a:hover{color:#44f0d5}.Md hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:.1em 0}.Md table{border-collapse:collapse;margin:.1em 0;font-size:.9em}.Md th,.Md td{padding:4px 10px;border:1px solid rgba(255,255,255,.1);text-align:left}.Md th{background:#ffffff0d;font-weight:600}.Md strong{font-weight:650;font-size:1.15em}.InlineBlock__body--thinking .Md p,.ThinkingLive__body .Md p{margin:0 0 .02em}.ViewInterface{font-size:12px;overflow:hidden}.ViewInterface__row{display:flex;align-items:center;gap:6px}.ViewInterface__toggle{display:flex;align-items:center;gap:8px;flex:1;padding:8px 12px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff08;color:#ffffffbf;font-size:13px;cursor:pointer;text-align:left;transition:border-color .2s,background .2s,color .2s}.ViewInterface__toggle:hover{border-color:#44f0d533;background:#44f0d50d;color:#fffffff2}.ViewInterface__toggle[aria-expanded=true]{border-color:#44f0d540;background:#44f0d50f}.ViewInterface__icon{opacity:.75}.ViewInterface__label{font-weight:550;letter-spacing:.03px}.ViewInterface__expand{display:flex;align-items:center;gap:6px;padding:0 12px;height:36px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff08;color:#ffffffb3;cursor:pointer;font-size:12px;font-weight:550;transition:border-color .2s,background .2s,color .2s}.ViewInterface__expand:hover{border-color:#44f0d540;background:#44f0d50f;color:#fffffff2}.ViewInterface__body{padding:12px 0 0;display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;align-content:flex-start}.ViewInterface__body>*{flex:1 1 280px;min-width:0;max-width:100%}.InterfaceComponent{padding:16px 18px;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;font-size:16px;line-height:1.5;color:#ffffffeb;min-width:0;overflow:hidden;box-sizing:border-box}.InterfaceComponent+.InterfaceComponent{margin-top:0}.InterfaceAvatar{width:64px;height:64px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;display:block;margin:0 0 8px}.InterfaceHtml{margin:0}.InterfaceHtml:first-child{margin-top:0}.InterfaceHtml:last-child{margin-bottom:0}.InterfaceHtml p{margin:0 0 2px;font-size:15px;line-height:1.5;color:#ffffffe0;overflow-wrap:break-word;word-break:break-word}.InterfaceHtml p:last-child{margin-bottom:0}.InterfaceHtml h1,.InterfaceHtml h2,.InterfaceHtml h3,.InterfaceHtml h4{font-weight:650;letter-spacing:.02em;color:#fffffff2;margin:0 0 4px;overflow-wrap:break-word;word-break:break-word}.InterfaceComponent .InterfaceHtml:has(table),.InterfaceComponent:has(>table){overflow-x:auto;-webkit-overflow-scrolling:touch}.InterfaceComponent table{width:max-content;min-width:100%;border-collapse:collapse;margin:12px 0;font-size:14px}.InterfaceComponent th,.InterfaceComponent td{padding:10px 14px;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.InterfaceComponent th{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#fff9;background:#ffffff0d}.InterfaceComponent tbody tr:nth-child(2n){background:#ffffff05}.InterfaceComponent tbody tr:hover{background:#ffffff0a}.InterfaceComponent td.value{color:#ffffffe6}.InterfaceComponent button{margin-top:8px;padding:8px 16px;border-radius:8px;border:1px solid rgba(68,240,213,.3);background:#44f0d51a;color:#44f0d5f2;font-size:14px;cursor:pointer}.InterfaceHtml h1{font-size:1.25em}.InterfaceHtml h2{font-size:1.15em}.InterfaceHtml h3,.InterfaceHtml h4{font-size:1.05em}.InterfaceComponent p.label{font-size:12px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1px}.InterfaceComponent p.value{margin-bottom:8px;color:#ffffffe6}.InterfaceComponent p.value:last-child{margin-bottom:0}.InterfaceComponent .layout-row,.InterfaceHtml.layout-row{display:flex;flex-direction:row;gap:8px 16px;align-items:flex-start;flex-wrap:wrap}.InterfaceComponent .layout-row>div{flex:1 1 120px;min-width:0;overflow-wrap:break-word;word-break:break-word}.InterfaceComponent .layout-column,.InterfaceHtml.layout-column{display:flex;flex-direction:column;gap:2px;min-width:0;overflow-wrap:break-word;word-break:break-word}.InterfaceComponent .layout-row-reverse,.InterfaceHtml.layout-row-reverse{display:flex;flex-direction:row-reverse;gap:16px;align-items:flex-start}.InterfaceComponent .layout-column-reverse,.InterfaceHtml.layout-column-reverse{display:flex;flex-direction:column-reverse;gap:2px}.InterfaceComponent .layout-wrap,.InterfaceHtml.layout-wrap{flex-wrap:wrap}.InterfaceComponent .layout-wrap{gap:12px 16px}.InterfaceExpandable{margin-top:8px}.InterfaceExpandable:first-child{margin-top:0}.InterfaceExpandable__toggle{display:flex;align-items:center;gap:6px;padding:6px 0;border:none;background:none;color:#44f0d5e6;font-size:13px;cursor:pointer;text-align:left;font-weight:550;transition:color .15s}.InterfaceExpandable__toggle:hover{color:#44f0d5}.InterfaceExpandable__label{font-weight:550}.InterfaceExpandable__body{padding:6px 0 0 16px;border-left:2px solid rgba(68,240,213,.25);margin-left:2px}.InterfaceExpandable__content{font-size:15px;color:#fffc;line-height:1.5}.InterfaceExpandable__content .Md p{margin:0 0 2px}.InterfaceContactButton{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;margin-top:8px;border-radius:10px;border:1px solid rgba(68,240,213,.35);background:#44f0d514;color:#44f0d5f2;font-size:13px;font-weight:550;text-decoration:none;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.InterfaceContactButton:hover{border-color:#44f0d580;background:#44f0d51f;color:#fff}.InterfaceContactButton__icon{flex-shrink:0}.InterfaceContactButton__text{letter-spacing:.02em}@media(max-width:980px){.Main{grid-template-columns:1fr}.Panel--sidebar{min-height:unset}}.AbSelect{display:block;width:100%;max-width:100%;min-width:0;appearance:none;-webkit-appearance:none;color-scheme:dark;color:var(--text);font:inherit;font-size:13px;line-height:1.35;border-radius:12px;border:1px solid var(--stroke);background-color:#00000047;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.55)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:18px 18px;padding:9px 40px 9px 12px;cursor:pointer;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.AbSelect:hover:not(:disabled){border-color:#fff3;background-color:#0000005c}.AbSelect:focus-visible{border-color:#44f0d580;box-shadow:0 0 0 3px #44f0d529}.AbSelect:disabled{opacity:.55;cursor:not-allowed}.AbSelect option{background:#0d1219;color:var(--text)}.AbRoot{align-items:stretch}.AbMain{display:flex;flex-direction:column;gap:18px;padding:20px 22px 24px;min-height:calc(100vh - 130px);overflow-y:auto}.AbLoading{padding:48px 24px;text-align:center;color:var(--muted);font-size:15px}.AbEmptyMain{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:48px 24px;text-align:center;min-height:280px}.AbEmptyMain__title{margin:0;font-size:20px;font-weight:600;color:var(--text);letter-spacing:-.02em}.AbEmptyMain__sub{margin:0;max-width:360px;font-size:14px;line-height:1.5;color:var(--muted)}.AbEmptyMain .AbEmptyMain__cta{flex-shrink:0;gap:10px;min-height:40px;height:auto;padding:0 22px;font-size:14px;font-weight:600;color:var(--text)}.AbBanner{border-radius:14px;padding:12px 14px;font-size:14px}.AbBanner--error{background:#ff2ea61f;border:1px solid rgba(255,46,166,.35);color:#ffffffeb}.AbMain__head{display:flex;flex-direction:column;gap:10px}.AbMain__titleRow{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px}.AbMain__headActions{display:flex;flex-shrink:0;align-items:center;margin-left:auto}.AbMain__headActions--gap{gap:8px;flex-wrap:wrap}.AbBtnIconText{display:inline-flex;align-items:center;gap:8px}.AbMain__head--runs{margin-bottom:4px}.AbMain__runsHeading{padding-bottom:2px}.AbMain__runsName{font-size:20px;font-weight:650;color:var(--text);line-height:1.25;letter-spacing:-.02em}.AbMain__runsSub{margin:0;font-size:13px;color:var(--muted);line-height:1.45}.AbMain__footer{margin-top:4px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}.AbMain__footerActions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px}.AbMain__footerActions .AbMain__saveBtn.Btn--glow{width:auto;min-width:unset;height:38px;padding:0 18px;gap:8px}.AbBtnDanger{border-color:#ff2ea659!important;color:#ffc8d2f2!important}.AbBtnDanger:hover{background:#ff2ea61f!important}.AbField{display:flex;flex-direction:column;gap:6px;min-width:0}.AbField--grow{flex:1;min-width:200px}.AbField__label{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.AbField__input,.AbField__textarea{border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#00000038;padding:10px 12px;outline:none}.AbField__input:focus,.AbField__textarea:focus{border-color:#44f0d573;box-shadow:0 0 0 1px #44f0d533}.AbField__textarea{resize:vertical;min-height:72px}.AbSidebar__head{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.AbSidebar__titleRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.AbSidebar__refresh{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0a;color:var(--muted);cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.AbSidebar__refresh:hover:not(:disabled){color:#44f0d5f2;background:#ffffff12;border-color:#44f0d559}.AbSidebar__refresh:disabled{opacity:.45;cursor:not-allowed}@keyframes AbSpin{to{transform:rotate(360deg)}}.AbSidebar__refreshIcon--spin,.AbRuns__refreshIcon--spin,.DtCatalog__refresh--spin{animation:AbSpin .85s linear infinite}.AbSidebar__new{width:100%;justify-content:center;gap:8px}.AbSidebar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.AbSidebar__row{width:100%;text-align:left;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;padding:6px 6px 6px 12px;display:flex;align-items:center;justify-content:space-between;gap:4px;transition:background .15s ease,border-color .15s ease}.AbSidebar__row:hover{background:#ffffff12;border-color:#ffffff1f}.AbSidebar__row.is-active{border-color:#44f0d573;background:#44f0d514}.AbSidebar__rowMain{flex:1;min-width:0;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:left;padding:4px 0;border-radius:8px}.AbSidebar__rowMain:hover{color:#fffffff2}.AbSidebar__editBtn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer;transition:color .15s ease,background .15s ease}.AbSidebar__editBtn:hover:not(:disabled){color:#44f0d5f2;background:#ffffff0f}.AbSidebar__editBtn:disabled{opacity:.45;cursor:not-allowed}.AbSidebar__name{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AbSidebar__hint{font-size:11px;color:var(--muted);flex-shrink:0}.AbArgBar{border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#0000002e;padding:14px 16px}.AbArgBar__head{margin-bottom:12px}.AbArgBar__title{display:block;font-weight:650;font-size:15px}.AbArgBar__sub{display:block;margin-top:4px;font-size:12px;color:var(--muted);line-height:1.45}.AbArgBar__code{font-size:11px;padding:1px 6px;border-radius:8px;background:#ffffff14}.AbArgBar__addRow{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}.AbArgBar__addLabel{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);flex:1;min-width:200px}.AbArgBar__empty{margin:0;font-size:13px;color:var(--muted)}.AbArgBar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.AbArgBar__item{display:grid;grid-template-columns:minmax(140px,1fr) minmax(120px,1fr) minmax(160px,1.2fr) auto;gap:12px;align-items:end;padding:10px 0;border-top:1px solid rgba(255,255,255,.06)}.AbArgBar__item:first-of-type{border-top:none;padding-top:0}@media(max-width:960px){.AbArgBar__item{grid-template-columns:1fr}}.AbArgBar__chipWrap{display:flex;align-items:center}.AbArgBar__label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--muted);min-width:0}.AbArgBar__labelText{text-transform:uppercase;letter-spacing:.05em;font-weight:600}.AbArgBar__input{width:100%;min-width:0;border-radius:12px;border:1px solid var(--stroke);background:#00000040;padding:8px 10px;font-size:13px;color:var(--text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.AbArgBar__input:focus-visible{border-color:#44f0d573;box-shadow:0 0 0 3px #44f0d51f}.AbArgBar__input::placeholder{color:var(--muted)}.AbArgBar__actions{display:flex;gap:6px;align-items:center}.AbArgBar .IconBtn--sm{width:34px;height:34px}.IconBtn--danger:hover{border-color:#ff2ea673!important;background:#ff2ea61a!important}.AbTypeChip{position:relative;display:inline-flex;align-items:center;gap:4px;padding:4px 10px 4px 6px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid rgba(68,240,213,.35);background:linear-gradient(135deg,#44f0d51f,#2bb3ff1a);color:#ffffffeb;cursor:default;outline:none}.AbTypeChip:focus-visible{box-shadow:0 0 0 2px #44f0d559}.AbTypeChip--bar{padding:6px 12px 6px 8px;font-size:13px}.AbTypeChip--inline{display:inline-flex;margin:2px 3px;vertical-align:middle;max-width:calc(100% - 8px)}.AbTypeChip--titleOnly{padding:4px 12px}.AbTypeChip--titleOnly .AbTypeChip__typeName{max-width:260px}.AbTypeChip--draggable{cursor:grab}.AbTypeChip--draggable:active{cursor:grabbing}.AbTypeChip--missing{border-color:#ff2ea680;background:#ff2ea61a}.AbTypeChip__token{display:inline-flex;align-items:center}.AbTypeChip__brace{opacity:.65;font-weight:500}.AbTypeChip__labelInBraces{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:var(--teal)}.AbTypeChip--bar .AbTypeChip__labelInBraces{max-width:200px}.AbTypeChip__typeName{margin-left:6px;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;font-size:.92em;opacity:.82;color:#ffffffc7}.AbTypeChip--titleOnly .AbTypeChip__typeName{margin-left:0}.AbTypeChip--bar .AbTypeChip__typeName{max-width:200px;font-size:.95em}.AbTypeChip__pop{position:absolute;z-index:50;left:0;top:calc(100% + 8px);min-width:min(420px,92vw);max-width:min(520px,94vw);max-height:min(360px,52vh);display:flex;flex-direction:column;gap:8px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#0c1220fa;box-shadow:0 20px 60px #0000008c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.AbTypeChip__popTitle{font-weight:650;font-size:14px}.AbTypeChip__popSlot{font-size:11px;color:var(--muted)}.AbTypeChip__remove{margin-left:2px;border:none;background:transparent;color:#ffffff8c;font-size:16px;line-height:1;padding:0 4px;cursor:pointer;border-radius:6px}.AbTypeChip__remove:hover{color:#ffb4c6;background:#ffffff14}.AbTypeChip__popSummary{font-size:12px;color:var(--muted);line-height:1.4}.AbTypeChip__pre{margin:0;font-size:11px;line-height:1.45;overflow:auto;white-space:pre-wrap;word-break:break-word;color:#ffffffd1;max-height:220px}.AbInstr{display:flex;flex-direction:column;gap:12px}.AbInstr__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.AbInstr__headActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.AbInstr__title{font-weight:650;font-size:16px}.AbInstr__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.AbInstr__block{border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#00000029;padding:14px 16px}.AbInstr__blockHead{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.AbInstr__blockLabel{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.AbInstr__hint{margin:0 0 10px;font-size:12px;color:var(--muted);line-height:1.45}.AbInstr__code{font-size:11px;padding:1px 6px;border-radius:8px;background:#ffffff14}.AbInstr__fieldWrap{display:flex;flex-direction:column;gap:10px}.AbInstr__editorBar{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap}.AbInstr__expandBtn{flex:0 1 auto;display:inline-flex;align-items:center;gap:8px}.AbInstr__genBtn{flex:1 1 140px;min-width:0;max-width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 12px 0 10px;box-sizing:border-box;border-radius:12px;border:1px solid rgba(68,240,213,.38);background:linear-gradient(165deg,#44f0d524,#44f0d50f);color:#f0fffcf5;font-size:13px;font-weight:600;font-family:inherit;line-height:1.2;letter-spacing:.01em;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.AbInstr__genBtn:hover:not(:disabled){border-color:#44f0d58c;background:linear-gradient(165deg,#44f0d538,#44f0d51a);box-shadow:0 0 0 1px #44f0d51f}.AbInstr__genBtn:focus-visible{outline:2px solid rgba(68,240,213,.65);outline-offset:2px}.AbInstr__genBtn:disabled{opacity:.48;cursor:not-allowed}.AbInstr__genBtnIcon{flex-shrink:0;display:inline-flex;color:#44f0d5f2}.AbInstr__genBtnLabel{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AbInstr__genPanel{border-radius:14px;border:1px solid rgba(68,240,213,.22);background:#44f0d50f;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.AbInstr__genLabel{margin:0}.AbInstr__genPrompt{min-height:88px;font-family:inherit}.AbInstr__genLoading{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.AbInstr__genSpinner{flex-shrink:0;width:20px;height:20px;border:2px solid rgba(255,255,255,.15);border-top-color:#44f0d5f2;border-radius:50%;animation:AbSpin .75s linear infinite}.AbInstr__genError{margin:0;padding:8px 10px;font-size:13px}.AbInstr__genActions{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}.AbInstr__genPanelSubmit{min-width:112px;min-height:40px;padding:0 22px;box-sizing:border-box;border-radius:12px;border:1px solid rgba(68,240,213,.5);background:radial-gradient(circle at 28% 22%,#44f0d56b,#44f0d51f 55%,#14302c8c);box-shadow:0 0 22px #44f0d533;color:#f8fffdfa;font-size:14px;font-weight:650;font-family:inherit;line-height:1.25;letter-spacing:.02em;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,filter .15s ease}.AbInstr__genPanelSubmit:hover:not(:disabled){border-color:#44f0d5b8;box-shadow:0 0 28px #44f0d552;filter:brightness(1.06)}.AbInstr__genPanelSubmit:focus-visible{outline:2px solid rgba(68,240,213,.75);outline-offset:2px}.AbInstr__genPanelSubmit:disabled{opacity:.5;cursor:not-allowed;filter:none;box-shadow:none}.AbInstr__textarea{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#00000047;padding:12px 14px;font-size:14px;line-height:1.5;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;resize:vertical;min-height:120px;outline:none;box-sizing:border-box}.AbInstr__textarea:focus{border-color:#44f0d566}.AbInstr__stripDrop{border-radius:12px;border:1px dashed rgba(255,255,255,.14);background:#44f0d50f;padding:10px 12px;min-height:52px}.AbInstr__stripLabel{display:block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.AbInstr__stripBody{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;line-height:1.6}.AbInstr__stripBody .AbTypeChip{vertical-align:middle}.AbInstr__stripText{font-size:13px;white-space:pre-wrap;word-break:break-word;color:#ffffffb8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;max-width:100%}.AbInstr__stripEmpty{margin:0;font-size:13px;color:var(--muted);line-height:1.45}.AbTools{border-radius:18px;border:1px solid rgba(255,255,255,.08);padding:14px 16px;background:#ffffff08}.AbTools__head{margin-bottom:10px}.AbTools__title{font-weight:650;font-size:15px}.AbTools__sub{display:block;margin-top:4px;font-size:12px;color:var(--muted)}.AbTools__row{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.AbTools__pickLabel{display:flex;flex-direction:column;gap:6px;flex:1;min-width:200px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.AbTools__pickLabel--full{width:100%;min-width:0}.AbTools__code{font-size:.95em;padding:1px 5px;border-radius:6px;background:#00000059}.AbTools__row .AbField__input{flex:1;min-width:160px}.AbTools__list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.AbTools__chip{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:13px;max-width:min(100%,420px)}.AbTools__chipMain{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.AbTools__chip code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.AbTools__chipDesc{font-size:11px;line-height:1.35;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.AbTools__remove{border:none;background:transparent;color:var(--muted);cursor:pointer;font-size:18px;line-height:1;padding:0 2px}.AbTools__remove:hover{color:#ffb4c6}.AbOutput{display:flex;flex-direction:column;gap:12px;padding-bottom:8px}.AbField__hint{font-size:12px;line-height:1.4;color:var(--muted)}.AbRuns{border-radius:14px;border:1px solid var(--stroke);background:#00000038;padding:14px 16px 16px}.AbRuns__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;flex-wrap:wrap}.AbRuns__headRight{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.AbRuns__title{font-size:14px;font-weight:600;color:var(--text)}.AbRuns__meta{font-size:12px;color:var(--muted)}.AbToolPair{border-radius:10px;border:1px solid rgba(200,180,255,.22);background:#c8b4ff0f;overflow:hidden}.AbToolPair__summary{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;background:transparent;color:inherit;cursor:pointer;text-align:left;font:inherit}.AbToolPair__summary:hover{background:#ffffff0a}.AbToolPair__chev{flex-shrink:0;display:flex;opacity:.75;transition:transform .15s ease}.AbToolPair__chev.is-open{transform:rotate(180deg)}.AbToolPair__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.AbToolPair__title{font-size:12px;font-weight:650;color:#ffffffeb}.AbToolPair__preview{font-size:11px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AbToolPair__badge{flex-shrink:0;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.AbToolPair__panel{padding:0 8px 8px;display:flex;flex-direction:column;gap:8px}.AbToolPair__block{margin:0}.AbToolPair__pre{margin:4px 0 0;font-size:12px;line-height:1.45;color:#ffffffe6;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;max-height:240px;overflow:auto}.AbToolBatch{border-radius:10px;border:1px solid rgba(200,180,255,.22);background:#c8b4ff0f;overflow:hidden;flex-shrink:0}.AbToolBatch__summary{min-height:44px}.AbToolBatch__foldHint{display:block;margin-top:2px;font-size:11px;font-weight:500;color:var(--muted)}.AbToolBatch__panel{padding:0 8px 8px;display:flex;flex-direction:column;gap:10px}.AbToolBatch__pair{border-radius:8px;border:1px solid rgba(255,255,255,.06);padding:8px;background:#0000001f;display:flex;flex-direction:column;gap:8px}.AbTranscript__msg--tallFold .AbTallFold__summary{display:flex;align-items:center;gap:8px;width:100%;margin-bottom:8px;padding:6px 8px;border:none;border-radius:8px;background:#ffffff0a;color:inherit;cursor:pointer;text-align:left;font:inherit}.AbTranscript__msg--tallFold .AbTallFold__summary:hover{background:#ffffff12}.AbTallFold__chev{flex-shrink:0;display:flex;opacity:.75;transition:transform .15s ease}.AbTallFold__chev.is-open{transform:rotate(180deg)}.AbTallFold__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.AbTallFold__title{font-size:12px;font-weight:650;color:#ffffffe6;line-height:1.35}.AbTallFold__body{margin-top:4px;max-height:min(55vh,420px);overflow:auto}.AbTestAgent{position:relative}.AbTestAgent__trigger{display:inline-flex;align-items:center;gap:6px}.AbTestAgent__chev{transition:transform .15s ease}.AbTestAgent__chev.is-open{transform:rotate(180deg)}.AbTestAgent__panel{position:absolute;right:0;top:calc(100% + 8px);z-index:80;width:min(440px,calc(100vw - 32px));max-height:min(85vh,640px);display:flex;flex-direction:column;gap:10px;padding:14px 14px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#0c1220fa;box-shadow:0 20px 60px #0000008c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.AbTestAgent__panelHead{display:flex;align-items:center;justify-content:space-between;gap:8px}.AbTestAgent__panelTitle{font-size:15px;font-weight:650}.AbTestAgent__hint{margin:0;font-size:12px;line-height:1.45;color:var(--muted)}.AbTestAgent__code{font-size:.95em;padding:1px 5px;border-radius:6px;background:#00000059}.AbTestAgent__empty{margin:0;font-size:13px;color:var(--muted)}.AbTestAgent__fields{display:flex;flex-direction:column;gap:12px;overflow-y:auto;max-height:42vh;padding-right:2px}.AbTestAgent__field{display:flex;flex-direction:column;gap:6px}.AbTestAgent__fieldLabel{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;font-size:12px}.AbTestAgent__fieldLabel code{font-size:12px;color:var(--teal)}.AbTestAgent__fieldType{font-size:11px;color:var(--muted);font-weight:500}.AbTestAgent__textarea{width:100%;min-height:120px;resize:vertical;border-radius:10px;border:1px solid var(--stroke);background:#00000059;color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.4;padding:10px}.AbTestAgent__err{margin:0}.AbTestAgent__actions{display:flex;justify-content:flex-end}.AbTestAgent .AbTestAgent__runBtn.Btn--glow{width:auto;min-width:unset;height:38px;padding:0 16px;gap:8px}.AbTestAgent__out{display:flex;flex-direction:column;gap:6px;min-height:0}.AbTestAgent__outLabel{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.AbTestAgent__outPre{margin:0;max-height:160px;overflow:auto;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0006;font-size:11px;line-height:1.4;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#ffffffd9}.AbRuns__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.AbRuns__row{display:grid;grid-template-columns:1fr auto;gap:10px 14px;align-items:start;padding:10px 12px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);font-size:13px}.AbRuns__rowMain{min-width:0;display:flex;flex-direction:column;gap:4px}.AbRuns__time{color:var(--text)}.AbRuns__sub{font-size:12px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;word-break:break-all}.AbRuns__count{font-size:12px;color:var(--muted);white-space:nowrap;padding-top:2px}.AbRuns__pager{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:12px;padding-top:4px}.AbRuns__pagerBtn{font:inherit;font-size:13px;padding:6px 12px;border-radius:10px;border:1px solid var(--stroke);background:#00000040;color:var(--text);cursor:pointer}.AbRuns__pagerBtn:disabled{opacity:.45;cursor:not-allowed}.AbRuns__pagerBtn:not(:disabled):hover{border-color:#ffffff38}.AbRuns__empty{font-size:13px;color:var(--muted);margin:4px 0 0}.AbRuns--solo{margin-top:0}.AbRunFoldList{display:flex;flex-direction:column;gap:8px}.AbRunFold{border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#0003;overflow:hidden}.AbRunFold__summary{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:left;transition:background .15s ease}.AbRunFold__summary:hover{background:#ffffff0a}.AbRunFold__chev{flex-shrink:0;display:flex;color:var(--muted);transition:transform .2s ease}.AbRunFold__chev.is-open{transform:rotate(-180deg)}.AbRunFold__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.AbRunFold__time{font-size:14px;font-weight:600;color:var(--text)}.AbRunFold__sub{font-size:11px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;word-break:break-all}.AbRunFold__count{flex-shrink:0;font-size:12px;color:var(--muted)}.AbRunFold__panel{border-top:1px solid rgba(255,255,255,.06);padding:12px 14px 14px;background:#00000026}.AbRunFold__hint{margin:0;font-size:13px;color:var(--muted)}.AbTranscript{display:flex;flex-direction:column;gap:10px;max-height:min(70vh,520px);overflow-y:auto;padding-right:4px}.AbTranscript>.AbTranscript__msg,.AbTranscript>.AbToolBatch{flex-shrink:0}.AbTranscript__msg{border-radius:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.06);background:#ffffff08}.AbTranscript__msg--user{border-color:#44f0d533;background:#44f0d50f}.AbTranscript__msg--assistant{border-color:#78a0ff40;background:#78a0ff14}.AbTranscript__msg--thinking{border-color:#ffc87833;background:#ffc8780f}.AbTranscript__msg--tool_call,.AbTranscript__msg--tool_result{border-color:#c8b4ff33;background:#c8b4ff0f}.AbTranscript__msg--interface_element{border-color:#ff8cc833;background:#ff8cc80f}.AbTranscript__role{display:block;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.AbTranscript__body{font-size:13px;line-height:1.45;color:#ffffffe6;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.AbTranscript__msg--user .AbTranscript__body,.AbTranscript__msg--assistant .AbTranscript__body{font-family:inherit}.AbStudioPage{display:flex;flex-direction:column;gap:18px;height:calc(100vh - 112px);max-height:calc(100vh - 112px);min-height:0;overflow:hidden}.AbStudioPage>.Main{margin-top:0!important;flex:1 1 auto;min-height:0;overflow:hidden;grid-template-rows:minmax(0,1fr)}.AbStudioPage>.Main>.Panel--sidebar.AbSidebar{height:100%;max-height:100%;min-height:0;align-self:stretch;overflow-y:auto}.AbStudioPage>.Main>.Panel.Panel--chat.AbMain{height:100%;max-height:100%;min-height:0;align-self:stretch;overflow-y:auto}.AbStudioPage .AbMain__head,.AbStudioPage .AbMain__head--runs,.AbStudioPage .AbMain__runsSub{flex-shrink:0}.AbStudioPage .AbMain>.AbRuns.AbRuns--solo{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.AbStudioPage .AbRuns--solo .AbRunFoldList{flex:1 1 auto;min-height:0;overflow-y:auto;align-items:stretch}.AbStudioPage .AbRuns--solo .AbRunFoldList>.AbRunFold{flex-shrink:0}.AbStudioPage .AbRuns__pager{flex-shrink:0}.AbStudioSubnav{display:flex;align-items:stretch;gap:4px;padding:12px 18px 0;flex-shrink:0}.AbStudioSubnav__link{display:inline-flex;align-items:center;padding:8px 16px;border-radius:10px 10px 0 0;font-size:14px;font-weight:600;color:var(--muted);text-decoration:none;border:1px solid transparent;border-bottom:none;transition:color .15s ease,background .15s ease,border-color .15s ease}.AbStudioSubnav__link:hover{color:var(--text);background:#ffffff0a}.AbStudioSubnav__link.is-active{color:var(--text);background:#00000059;border-color:var(--stroke);border-bottom-color:transparent;box-shadow:0 1px #00000059;margin-bottom:-1px;z-index:1}.DtRoot{flex:1;min-height:0;display:flex;flex-direction:column}.Main.Main--single.DtRoot>.DtLayout{width:100%}.DtLayout{display:flex;align-items:stretch;flex:1;min-height:0;gap:18px;width:100%}.DtCatalog{flex:0 0 clamp(280px,32vw,400px);width:clamp(280px,32vw,400px);min-width:260px;display:flex;flex-direction:column;gap:14px;padding:18px;min-height:0;overflow:hidden}.DtCatalog__section:not(.DtCatalog__section--stored){flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.DtCatalog__section--stored{flex:0 0 auto}.DtCatalog__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.DtCatalog__title{margin:0;font-size:17px;font-weight:650;letter-spacing:-.02em;color:var(--text)}.DtCatalog__refresh{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid var(--stroke);background:#00000047;color:var(--muted);cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.DtCatalog__refresh:hover:not(:disabled){color:#44f0d5f2;border-color:#44f0d559;background:#ffffff0f}.DtCatalog__refresh:disabled{opacity:.45;cursor:not-allowed}.DtCatalog__intro{margin:0;font-size:12px;line-height:1.5;color:var(--muted)}.DtCatalog__code{font-size:11px;padding:1px 5px;border-radius:4px;background:#00000059;border:1px solid rgba(255,255,255,.08)}.DtCatalog__section{display:flex;flex-direction:column;gap:8px}.DtCatalog__sectionHead{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.DtCatalog__count{margin-left:auto;font-weight:700;color:#ffffff73}.DtCatalog__neoList{list-style:none;margin:0;padding:0 4px 0 0;display:flex;flex-direction:column;gap:6px;flex:1 1 auto;min-height:0;overflow-y:auto}.DtCatalog__empty{margin:0;padding:10px 8px;font-size:12px;color:var(--muted);border-radius:10px;border:1px dashed rgba(255,255,255,.12)}.DtCatalog__neoCard{border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;padding:8px 10px;display:flex;flex-direction:column;gap:2px}.DtCatalog__neoName{font-size:13px;font-weight:600;color:var(--text)}.DtCatalog__neoMeta{font-size:11px;color:var(--muted)}.DtCatalog__neoSum{font-size:11px;color:#ffffff80;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.DtCatalog__section--stored{border-top:1px solid rgba(255,255,255,.08);padding-top:12px;margin-top:4px}.DtCatalog__newBtn{width:100%;justify-content:center;gap:8px}.DtCatalog__storedList{list-style:none;margin:0;padding:0 4px 0 0;display:flex;flex-direction:column;gap:4px;max-height:min(28vh,240px);overflow-y:auto}.DtCatalog__storedRow{width:100%;text-align:left;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#00000038;padding:9px 11px;cursor:pointer;color:inherit;font:inherit;display:flex;flex-direction:column;gap:2px;transition:border-color .15s ease,background .15s ease}.DtCatalog__storedRow:hover:not(:disabled){border-color:#44f0d54d;background:#44f0d50f}.DtCatalog__storedRow.is-active{border-color:#44f0d58c;background:#44f0d51a}.DtCatalog__storedRow:disabled{opacity:.5;cursor:not-allowed}.DtCatalog__storedLabel{font-size:13px;font-weight:600;color:var(--text)}.DtCatalog__storedHint{font-size:11px;color:var(--muted)}.DtEditor{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:16px;padding:20px 22px 24px;min-height:0;overflow-y:auto}.DtEditor__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 24px;text-align:center}.DtEditor__emptyTitle{margin:0;font-size:18px;font-weight:600;color:var(--text)}.DtEditor__emptySub{margin:0;max-width:360px;font-size:14px;line-height:1.5;color:var(--muted)}.DtEditor__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.DtEditor__headTitle{margin:0;font-size:18px;font-weight:600;color:var(--text)}.DtEditor__hint{display:block;margin-top:6px}.DtFields{display:flex;flex-direction:column;gap:10px}.DtFields__head{display:flex;flex-direction:column;gap:4px}.DtFields__title{font-size:13px;font-weight:600;color:var(--text)}.DtFields__sub{font-size:12px;color:var(--muted);line-height:1.45}.DtFields__tableWrap{overflow-x:auto;border-radius:12px;border:1px solid var(--stroke);background:#00000038}.DtFields__table{width:100%;border-collapse:collapse;font-size:13px}.DtFields__table th{text-align:left;padding:10px 12px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid rgba(255,255,255,.08)}.DtFields__table td{padding:8px 10px;vertical-align:middle;border-bottom:1px solid rgba(255,255,255,.05)}.DtFields__table tr:last-child td{border-bottom:none}.DtFields__input{width:100%;min-width:120px}.DtFields__tdCheck{width:72px;text-align:center}.DtFields__tdAct{width:48px;text-align:center}.DtFields__add{align-self:flex-start;gap:8px}.DtEditor__footer{margin-top:auto;padding-top:8px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid rgba(255,255,255,.08)}.DtEditor__save{gap:8px;min-height:40px;padding:0 20px}@media(max-width:900px){.DtLayout{flex-direction:column}.DtCatalog{flex:0 0 auto;width:100%;max-height:min(52vh,420px);overflow-y:auto}.DtCatalog__section:not(.DtCatalog__section--stored){flex:0 0 auto;overflow:visible}.DtCatalog__neoList{flex:0 0 auto;max-height:min(36vh,320px)}.DtCatalog__storedList{max-height:min(22vh,200px)}.DtEditor{min-height:min(50vh,400px)}}
