:root{--ground:#FBFAF5;--surface:#FFFFFF;--ink:#173E43;--muted:#607779;--line:#DCE6E3;--line-soft:#EAF0ED;--back:#B34832;--back-bg:#FBEEEA;--good:#246F78;--good-bg:#E7F3F3;--bad:#A23F31;--bad-bg:#FBEEEA;--focus:#246F78;--sans:"Manrope","Segoe UI",system-ui,-apple-system,sans-serif;--mono:"IBM Plex Mono",ui-monospace,"SFMono-Regular",Menlo,monospace}*{box-sizing:border-box}body,html{height:100%;margin:0}body{background:var(--ground);color:var(--ink);font:400 15px/1.5 var(--sans);-webkit-font-smoothing:antialiased}h1,h2{margin:0;font-weight:600;line-height:1.2}h1{font-size:22px;letter-spacing:-.01em}h2{font-size:16px}p{margin:0}a{color:inherit;text-underline-offset:3px}.mono,code{font-family:var(--mono);font-size:.87em}button,input,textarea{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.muted{color:var(--muted)}.pad{padding:16px}.bad-text{color:var(--bad)}.btn{border:1px solid var(--ink);background:transparent;padding:7px 14px;border-radius:6px;cursor:pointer;font-weight:500}.btn:hover:not(:disabled){background:rgba(20,33,61,.06)}.btn.primary{background:var(--ink);color:#fff}.btn.primary:hover:not(:disabled){background:#22335A}.btn.quiet{border-color:transparent;text-decoration:underline;padding:4px 6px}.btn:disabled{opacity:.45;cursor:not-allowed}.pill{display:inline-block;padding:1px 8px;border-radius:99px;font-size:12px;font-weight:500;border:1px solid var(--line);background:var(--surface);white-space:nowrap}.pill.good{color:var(--good);background:var(--good-bg)}.pill.bad,.pill.good{border-color:transparent}.pill.bad{color:var(--bad);background:var(--bad-bg)}.pill.sim,.pill.warn{color:var(--back);background:var(--back-bg);border-color:transparent}.refs{display:inline-flex;flex-wrap:wrap;gap:4px}.chip{font:500 12px/1 var(--mono);padding:4px 7px;border-radius:4px;border:1px solid var(--line);background:#fff;cursor:pointer;color:var(--ink);text-align:left}.band .chip,.line .chip,.refs .chip{white-space:nowrap}.chip:hover{border-color:var(--ink)}.chip.inert{cursor:default;background:transparent;color:var(--muted)}.artifact{color:var(--muted);word-break:break-all}.avatar{flex:none;width:34px;height:34px;border-radius:9px;background:var(--agent);color:#fff;display:grid;place-items:center;font:600 12px/1 var(--sans);letter-spacing:.02em}.avatar.human{background:transparent;color:var(--agent);border:2px solid var(--agent)}.notice{padding:10px 14px;border-radius:6px;font-size:14px}.notice.warn{background:var(--back-bg);color:var(--back)}.notice.bad{background:var(--bad-bg);color:var(--bad)}.home{max-width:860px;margin:0 auto;padding:48px 24px 80px;display:grid;grid-gap:24px;gap:24px}.home-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.home-head h1{font-size:30px;margin-bottom:6px}.who{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:14px}.runs{background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden}.runs>.muted{padding:16px}.run-row{display:grid;grid-gap:4px;gap:4px;padding:14px 18px;text-decoration:none;border-bottom:1px solid var(--line-soft)}.run-row:last-child{border-bottom:0}.run-row:hover{background:#F1F4F8}.run-title{font-weight:600}.run-meta{display:flex;flex-wrap:wrap;gap:6px 14px;color:var(--muted);font-size:13px;align-items:center}.empty{padding:36px 24px;max-width:56ch}.empty h2{margin-bottom:6px}.empty p{color:var(--muted)}.home>.btn{justify-self:start}.connect{display:grid;grid-gap:8px;gap:8px}.connect pre{margin:0;background:var(--ink);color:#E8ECF1;padding:14px 16px;border-radius:8px;overflow-x:auto;font:13px/1.6 var(--mono)}.login{min-height:100%;display:grid;place-items:center}.login-box{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:28px;grid-gap:8px;gap:8px}.login-box h1{margin-bottom:4px}.login-box label{font-weight:500;margin-top:10px}.decide input,.login-box input{border:1px solid var(--line);border-radius:6px;padding:8px 10px;background:#fff;width:100%}.login-box .btn{margin-top:14px}.error{color:var(--bad);font-size:14px}.room{height:100dvh;display:grid;grid-gap:1px;gap:1px;background:var(--line);grid-template-columns:250px minmax(0,1fr) minmax(320px,420px);grid-template-rows:auto minmax(0,1fr);grid-template-areas:"head head head" "roster chat ledger"}.room-head{grid-area:head;background:var(--surface);padding:14px 20px 0;display:grid;grid-gap:12px;gap:12px}.room-title{display:grid;grid-gap:4px;gap:4px}.back,.room-meta{font-size:13px;color:var(--muted)}.room-meta{display:flex;flex-wrap:wrap;gap:4px 16px}.conn,.room-meta{align-items:center}.conn{font-weight:600;display:inline-flex;gap:6px}.conn:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--muted)}.conn.live{color:var(--good)}.conn.live:before{background:var(--good)}.conn.reconnecting{color:var(--back)}.conn.reconnecting:before{background:var(--back)}.rail{list-style:none;margin:0;padding:0;display:flex;overflow-x:auto;scrollbar-width:none}.rail::-webkit-scrollbar{display:none}.rail li{display:flex;align-items:center;gap:8px;padding:9px 18px 9px 0;margin-right:18px;color:var(--muted);font-size:14px;border-bottom:3px solid transparent;white-space:nowrap}.rail-n{width:20px;height:20px;border-radius:50%;border:1.5px solid;display:grid;place-items:center;font-size:11px;font-weight:600}.rail li.done{color:var(--ink)}.rail li.done .rail-n{background:var(--ink);color:#fff;border-color:var(--ink)}.rail li.now{color:var(--ink);font-weight:600;border-bottom-color:var(--ink)}.rail li.rail-back{margin-left:auto;margin-right:0;padding-right:0;color:var(--back);font-weight:500}.roster{grid-area:roster;background:var(--surface);padding:12px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.member{display:flex;gap:10px;align-items:center;text-align:left;padding:8px;border-radius:8px;border:1px solid transparent;background:transparent;cursor:pointer;width:100%}.member:hover{background:#F1F4F8}.member.on{border-color:var(--ink);background:#fff}.member.all{padding:8px 10px;font-weight:500}.member-text{display:grid;min-width:0}.member-name{font-weight:600;font-size:14px;display:flex;align-items:center;gap:6px}.member-role{font-size:12.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.working{width:7px;height:7px;border-radius:50%;background:var(--agent);animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{50%{opacity:.25}}.toggle{margin-top:auto;padding:12px 8px 4px;font-size:13px;color:var(--muted);display:flex;gap:8px;align-items:flex-start;cursor:pointer}.chat{grid-area:chat;background:var(--ground);flex-direction:column;min-height:0;position:relative}.chat,.feed{display:flex}.feed{flex:1 1;overflow-y:auto;padding:20px 24px;flex-direction:column;gap:10px}.feed>*{max-width:780px;width:100%}.msg{display:flex;gap:12px;background:var(--surface);border-radius:4px 12px 12px 4px;border-left:4px solid var(--agent);padding:12px 16px 12px 12px}.msg-main{min-width:0;display:grid;grid-gap:6px;gap:6px;flex:1 1}.msg header{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 10px;font-size:14px}.msg header strong{color:var(--agent);font-weight:600}.to{color:var(--muted);font-size:13px}.type{font-size:12px;font-weight:500;padding:1px 8px;border-radius:99px;border:1px solid var(--line)}.type.pushback{background:var(--back-bg);color:var(--back);border-color:transparent;font-weight:600}.msg time{margin-left:auto;color:var(--muted);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.msg p{white-space:pre-wrap;overflow-wrap:anywhere;max-width:72ch}.msg footer{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center}.msg.pushback{background:#FFFAEE;box-shadow:inset 0 0 0 1px #F1D9A6}.msg.infra{background:transparent;box-shadow:inset 0 0 0 1px var(--line)}.needs{font-size:12px;font-weight:600;color:var(--back)}.band{display:flex;flex-wrap:wrap;gap:4px 12px;align-items:center;padding:8px 14px;border-radius:6px;background:var(--ink);color:#fff;font-size:14px}.band span{opacity:.85}.band .chip{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}.band.back{background:var(--back)}.band.bad{background:var(--bad-bg);color:var(--bad);box-shadow:inset 0 0 0 1px #F0B8B2}.band.quiet{background:transparent;color:var(--muted);box-shadow:inset 0 0 0 1px var(--line)}.band.bad span,.band.quiet span{opacity:1}.line{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--muted);padding:0 4px 0 16px;min-width:0}.line>span{white-space:nowrap}.line .dot{width:6px;height:6px;border-radius:50%;background:var(--agent,var(--muted));flex:none}.line .line-text{overflow:hidden;text-overflow:ellipsis;color:var(--ink);opacity:.8;min-width:0}.line.tool.error{color:var(--back)}.approval{background:#fff;border:2px solid var(--ink);border-radius:12px;padding:16px;display:grid;grid-gap:10px;gap:10px}.approval header{display:flex;gap:12px;align-items:center}.approval header div{display:grid}.approval.approved{border-color:var(--good)}.approval.rejected{border-color:var(--bad)}.decide{display:flex;gap:8px;flex-wrap:wrap}.decide input{flex:1 1;min-width:180px}.decided{font-weight:600}.decided.approved{color:var(--good)}.decided.rejected{color:var(--bad)}.jump{position:absolute;left:50%;transform:translateX(-50%);bottom:96px;background:var(--ink);color:#fff;border:0;border-radius:99px;padding:7px 16px;cursor:pointer;font-size:13px;font-weight:500}.chat>.notice{margin:0 24px 8px}.composer{display:flex;gap:10px;align-items:flex-end;padding:12px 24px 16px;background:var(--surface);border-top:1px solid var(--line)}.composer textarea{flex:1 1;resize:none;border:1px solid var(--line);border-radius:8px;padding:9px 12px;background:#fff;min-height:46px}.composer textarea:disabled{background:var(--ground)}.ledger{grid-area:ledger;background:var(--surface);display:flex;flex-direction:column;min-height:0}.pending{padding:12px 14px;background:var(--back-bg);color:var(--back);display:grid;grid-gap:6px;gap:6px;font-size:14px}.tabs{display:flex;flex-wrap:wrap;gap:2px;padding:10px 10px 0;border-bottom:1px solid var(--line)}.tabs button{border:0;background:transparent;padding:7px 9px;cursor:pointer;font-size:13.5px;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-1px}.tabs button.on{color:var(--ink);font-weight:600;border-bottom-color:var(--ink)}.count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;opacity:.7}.records{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1 1}.record{padding:14px 16px;border-bottom:1px solid var(--line-soft);display:grid;grid-gap:6px;gap:6px}.record header{display:flex;gap:8px;align-items:center}.record header code{font-weight:500}.record .by{margin-left:auto;font-size:12px;color:var(--muted)}.record.focused{background:#EEF3FF;box-shadow:inset 3px 0 0 var(--focus)}.record dl{margin:0;display:grid;grid-gap:4px;gap:4px;font-size:13px}.field{display:grid;grid-template-columns:96px minmax(0,1fr);grid-gap:8px;gap:8px}.field dt{color:var(--muted)}.field.wide{grid-template-columns:minmax(0,1fr);gap:4px;margin-top:4px}.field dd{margin:0;overflow-wrap:anywhere}.case{display:block;margin-bottom:3px}.matrix{border-collapse:collapse;width:100%;font-size:12.5px}.matrix th{text-align:left;font-weight:500;color:var(--muted);padding:2px 8px 4px 0;border-bottom:1px solid var(--line)}.matrix td{padding:4px 8px 4px 0;border-bottom:1px solid var(--line-soft);vertical-align:top;overflow-wrap:normal}.matrix td:nth-child(n+2),.matrix th:nth-child(n+2){white-space:nowrap}.matrix tr.hit td:last-child{color:var(--bad);font-weight:600}.browsers{display:flex;flex-direction:column;min-height:0;flex:1 1;overflow-y:auto}.browsers .records{overflow:visible;flex:none}.liveview{margin:0;padding:12px 12px 0}.liveview iframe{width:100%;aspect-ratio:16/10;border:1px solid var(--line);border-radius:8px;background:#fff;pointer-events:none;display:block}.liveview figcaption{font-size:12.5px;color:var(--muted);padding:6px 2px 10px}.record .btn{justify-self:start;padding:4px 10px;font-size:13px}[hidden]{display:none!important}@media (max-width:1080px){.room{height:auto;min-height:100dvh;grid-template-columns:minmax(0,1fr);grid-template-rows:auto;grid-template-areas:"head" "roster" "chat" "ledger"}.roster{flex-direction:row;overflow-x:auto;padding:8px 12px}.member{width:auto;flex:none}.member-role{max-width:160px}.toggle{margin:0;flex:none;align-items:center;padding:8px}.feed{max-height:68dvh;padding:16px}.composer{padding:12px 16px}.records{max-height:70dvh}.msg time{margin-left:0}.line{flex-wrap:wrap;row-gap:2px}.line .line-text{flex-basis:100%;white-space:normal;padding-left:14px}}@media (prefers-reduced-motion:reduce){.working{animation:none}}:root{--patch-ink:#173E43;--patch-accent:#246F78;--patch-paper:#FBFAF5;--patch-soft:#EDF5F3;--patch-line:#DCE6E3;--patch-muted:#607779;--patch-rust:#B34832;--patch-gold:#F2CF76;--patch-charcoal:#173E43;--patch-charcoal-soft:#24555A;--patch-lime:#D8EEF0;--patch-olive:#246F78;--patch-sage:#EDF5F3;--patch-sage-strong:#DDEDEB;--patch-warm-line:#DCE6E3}.patch-app-shell{min-height:100dvh;display:grid;grid-template-columns:200px minmax(0,1fr);background:var(--patch-paper)}.patch-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100dvh;min-height:600px;display:flex;flex-direction:column;padding:24px 12px 16px;color:var(--patch-ink);background:#FFF;border-right:1px solid var(--patch-line);z-index:10}.patch-brand{display:inline-flex;align-items:center;gap:9px;width:max-content;padding:0 7px;text-decoration:none;color:var(--patch-ink);font-size:23px;line-height:1;font-weight:750;letter-spacing:-1.3px}.patch-brand svg{flex:none}.patch-workspace-selector{min-height:54px;margin:30px 1px 0;padding:9px;display:flex;align-items:center;gap:10px;border:1px solid var(--patch-line);border-radius:9px;background:#FBFCFA}.patch-season-mark,.patch-workspace-mark{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;flex:none;color:#FFF;background:var(--patch-accent);font-size:13px;font-weight:800;letter-spacing:-.5px}.patch-user-meta,.patch-workspace-label{min-width:0;display:grid;grid-gap:2px;gap:2px}.patch-workspace-label strong{font-size:13px;line-height:1.3;font-weight:700;letter-spacing:-.15px}.patch-workspace-label small{color:var(--patch-muted);font-size:11px;line-height:1.3}.patch-sidebar-report{width:100%;min-height:43px;margin-top:16px;padding:0 11px;display:flex;align-items:center;gap:9px;border:1px solid transparent;border-radius:7px;color:#FFF;background:var(--patch-ink);font-size:14px;font-weight:700;cursor:pointer;text-align:left;transition:background .18s ease,transform .18s ease}.patch-sidebar-report:hover{background:#24555A;transform:translateY(-1px)}.patch-mobile-report:disabled,.patch-sidebar-report:disabled{opacity:.58;cursor:not-allowed}.patch-sidebar-report:disabled:hover{background:var(--patch-ink);transform:none}.patch-sidebar-nav{display:flex;flex-direction:column;gap:4px;margin-top:32px}.patch-nav-caption{padding:0 11px 8px;color:#73898A;text-transform:uppercase;letter-spacing:.09em;font:600 11px/1.4 var(--mono)}.patch-nav-link{min-height:42px;padding:0 11px;display:flex;align-items:center;gap:11px;border-radius:7px;color:#546D70;text-decoration:none;font-size:14px;font-weight:600;transition:color .16s ease,background .16s ease}.patch-nav-link svg{color:#6A8587;flex:none}.patch-nav-link:hover{color:var(--patch-ink);background:#F1F7F5}.patch-nav-link.is-active{position:relative;color:var(--patch-ink);background:transparent}.patch-nav-link.is-active:before{position:absolute;top:8px;bottom:8px;left:0;width:1px;content:"";background:var(--patch-accent)}.patch-nav-link.is-active svg{color:var(--patch-accent)}.patch-nav-indicator{margin-left:auto;width:6px;height:6px;border-radius:50%;background:currentColor}.patch-nav-divider{height:1px;margin:17px 9px 15px;background:var(--patch-line)}.patch-settings-nav{color:#546D70}.patch-sidebar-spacer{flex:1 1}.patch-season-badge{min-height:54px;margin-bottom:10px;padding:8px;display:flex;align-items:center;gap:9px;border:1px solid var(--patch-line);border-radius:8px;background:#FBFCFA}.patch-season-mark{width:29px;height:29px;border-radius:7px;color:var(--patch-ink);background:var(--patch-gold);font-size:11px}.patch-season-badge>span:nth-child(2){min-width:0;display:grid;grid-gap:2px;gap:2px}.patch-season-badge strong{font-size:11px;font-weight:700}.patch-season-badge small{color:var(--patch-muted);font-size:10px}.patch-season-badge>svg{margin-left:auto;flex:none;color:#7D9292}.patch-user-card{min-height:49px;padding:10px 3px 0;display:flex;align-items:center;gap:9px;border-top:1px solid var(--patch-line)}.patch-user-avatar{width:32px;height:32px;flex:none;display:grid;place-items:center;border:1px solid #d8e8e6;border-radius:50%;color:var(--patch-ink);background:#E8F2EF;font-size:11px;font-weight:750;letter-spacing:.02em}.patch-user-meta{flex:1 1}.patch-user-meta strong{overflow:hidden;color:var(--patch-ink);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.patch-user-meta small{color:var(--patch-muted);font-size:11px;text-transform:capitalize}.patch-signout{width:30px;height:30px;display:grid;place-items:center;border:1px solid transparent;border-radius:6px;color:#658082;background:transparent;cursor:pointer}.patch-signout:hover{border-color:var(--patch-line);color:var(--patch-ink);background:#F4F8F7}.patch-app-body{min-width:0}.patch-topbar{position:relative;z-index:2;height:72px;padding:0 clamp(24px,3.2vw,48px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--patch-line);background:rgba(255,255,255,.76)}.patch-breadcrumbs{display:flex;gap:11px;align-items:center;color:var(--patch-ink);font-size:14px;font-weight:700}.patch-breadcrumbs a{color:#72898A;text-decoration:none;font-weight:600}.patch-breadcrumbs a:hover{color:var(--patch-accent)}.patch-breadcrumb-slash{color:#AEBEBC}.patch-topbar-actions{display:flex;align-items:center;gap:15px}.patch-environment-badge{min-height:29px;padding:5px 9px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--patch-line);border-radius:5px;color:#4E6E71;background:#F6FAF8;font:500 11px/1.2 var(--mono)}.patch-environment-badge i{width:6px;height:6px;border-radius:50%;background:#4B9780}.patch-topbar-divider{width:1px;height:19px;background:var(--patch-line)}.patch-github-link{display:inline-flex;align-items:center;gap:6px;color:#426367;text-decoration:none;font-size:13px;font-weight:650}.patch-github-link:hover{color:var(--patch-accent)}.patch-github-link svg:last-child{color:#789091}.patch-mobile-nav{display:none}.patch-main{min-height:calc(100dvh - 72px);padding:30px clamp(24px,3.2vw,48px) 20px}.patch-main-content{width:100%;max-width:1280px;margin:0 auto;display:grid;grid-gap:28px;gap:28px}.patch-app-footer{width:100%;max-width:1280px;min-height:45px;margin:30px auto 0;padding-top:13px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--patch-line);color:#718687;font-size:12px}.patch-app-footer span{display:inline-flex;align-items:center;gap:7px}.patch-app-footer span:first-child{color:#426467;font-weight:700}.patch-app-footer svg{opacity:.88}.patch-app-footer i{width:4px;height:4px;border-radius:50%;background:#A7B9B7}.patch-eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 17px;color:#547679;text-transform:uppercase;letter-spacing:.11em;font:600 12px/1.3 var(--mono)}.patch-hero-eyebrow-mark{width:9px;height:9px;border-radius:3px 3px 3px 1px;background:var(--patch-rust);transform:rotate(-37deg)}.patch-hero{min-height:402px;padding:43px 46px 37px;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(470px,1.08fr);align-items:center;grid-gap:26px;gap:26px;overflow:hidden;border:1px solid #d9e7e4;border-radius:18px;background:linear-gradient(111deg,#FFF 2%,#FFF 40%,#EAF5F3);box-shadow:0 12px 38px rgba(23,62,67,.045)}.patch-hero-copy{position:relative;z-index:1;max-width:540px}.patch-hero-copy .patch-eyebrow{margin-bottom:22px}.patch-hero h1{color:var(--patch-ink);font-size:clamp(42px,4.4vw,62px);font-weight:750;line-height:1.035;letter-spacing:-2.9px}.patch-hero h1 span{color:var(--patch-accent)}.patch-hero-description{max-width:460px;margin-top:18px;color:#587477;font-size:16px;line-height:1.65}.patch-hero-actions{margin-top:25px;display:flex;flex-wrap:wrap;align-items:center;gap:11px}.patch-button{min-height:44px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:7px;cursor:pointer;text-decoration:none;white-space:nowrap;font-size:14px;font-weight:700;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.patch-button:disabled{cursor:progress;opacity:.7}.patch-demo-disabled:disabled{cursor:not-allowed}.patch-button:focus-visible,.patch-motion-toggle:focus-visible,.patch-nav-link:focus-visible,.patch-open-run:focus-visible,.patch-sidebar-report:focus-visible,.patch-signout:focus-visible{outline:3px solid rgba(36,111,120,.35);outline-offset:3px}.patch-button-primary{color:#FFF;background:var(--patch-ink);box-shadow:0 4px 10px rgba(23,62,67,.12)}.patch-button-primary:hover:not(:disabled){background:#24555A;transform:translateY(-1px);box-shadow:0 7px 15px rgba(23,62,67,.16)}.patch-button-primary svg{color:#D2E9E3}.patch-button-secondary{border-color:#D4E3E0;color:var(--patch-ink);background:rgba(255,255,255,.8)}.patch-button-secondary:hover:not(:disabled){border-color:#9EBDB9;background:#FFF;transform:translateY(-1px)}.patch-demo-play{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:var(--patch-accent);background:#E4F1EF}.patch-demo-play svg{fill:none}.patch-demo-loading{width:16px;height:16px;border:1.5px solid #b8d3cf;border-top:1.5px solid var(--patch-accent);border-radius:50%;animation:patch-spin .8s linear infinite}.patch-hero-note{margin-top:23px;display:flex;align-items:center;gap:8px;color:#617B7D;font-size:13px}.patch-hero-note-icon{color:var(--patch-accent);display:inline-flex}.patch-hero-art{position:relative;width:100%;min-width:0;min-height:350px;height:360px;isolation:isolate;border:1px solid #d2e4e1;border-radius:18px;background:linear-gradient(135deg,#DDF0F0,#E9F2EC 58%,#F7EBDD);box-shadow:inset 0 1px rgba(255,255,255,.8),0 12px 25px rgba(27,75,76,.08)}.patch-hero-art:before{position:absolute;inset:9px;content:"";border:1px solid rgba(255,255,255,.64);border-radius:12px;pointer-events:none}.patch-hero-flow{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.patch-hero-orbit{fill:none;stroke:#C8DDDA;stroke-width:1.5}.patch-hero-flow-dash{fill:none;stroke:url(#hero-flow-gradient);stroke-width:2;stroke-linecap:round;stroke-dasharray:5 10;animation:patch-flow 19s linear infinite}.patch-hero-branch{fill:none;stroke:#B7D8D5;stroke-width:1.3;stroke-dasharray:3 6}.patch-hero-flow-pulse{fill:#FFF;stroke:var(--patch-accent);stroke-width:2;filter:drop-shadow(0 0 7px rgba(36,111,120,.28));animation:patch-pulse 3s ease-in-out infinite}.patch-hero-flow-target{fill:#FFF;stroke:#B34832;stroke-width:2}.patch-hero-agent-card,.patch-hero-fix-card,.patch-hero-report-card{position:absolute;z-index:1;border:1px solid rgba(176,202,199,.86);background:rgba(255,255,255,.94);box-shadow:0 11px 28px rgba(30,76,78,.11);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.patch-hero-report-card{top:40%;left:20px;width:28%;min-height:84px;padding:12px;display:flex;align-items:center;gap:9px;border-radius:11px;animation:patch-float 7s ease-in-out infinite}.patch-hero-agent-icon,.patch-hero-card-icon,.patch-hero-fix-icon{display:grid;place-items:center;flex:none}.patch-hero-card-icon{width:36px;height:36px;border:1px solid #d4e7e4;border-radius:9px;color:#367980;background:#EDF7F5}.patch-hero-fix-card>span:nth-child(2),.patch-hero-report-card>span:nth-child(2){min-width:0;display:grid;grid-gap:3px;gap:3px}.patch-hero-fix-card small,.patch-hero-report-card small{color:#607E80;font:600 11px/1.25 var(--mono)}.patch-hero-fix-card strong,.patch-hero-report-card strong{color:var(--patch-ink);font-size:14px;font-weight:750;line-height:1.35}.patch-hero-report-card em{color:#607B7D;font-size:12px;font-style:normal}.patch-hero-agents{position:absolute;top:15%;left:36%;width:28%;display:grid;grid-gap:10px;gap:10px}.patch-hero-agent-card{position:relative;width:100%;min-height:62px;padding:8px 10px;display:flex;align-items:center;gap:9px;border-radius:9px}.patch-hero-agent-execution{animation:patch-float 7.2s ease-in-out .4s infinite}.patch-hero-agent-supervisor{animation:patch-float 7.5s ease-in-out 1s infinite}.patch-hero-agent-incidents{animation:patch-float 6.8s ease-in-out .7s infinite}.patch-hero-agent-icon{width:30px;height:30px;border-radius:8px;color:#357780;background:#EAF5F3}.patch-hero-agent-supervisor .patch-hero-agent-icon{color:#A66A2E;background:#FAF0DC}.patch-hero-agent-incidents .patch-hero-agent-icon{color:#A9503A;background:#FBEDE6}.patch-hero-agent-card>span:nth-child(2){min-width:0;display:grid;grid-gap:2px;gap:2px}.patch-hero-agent-card strong{color:#234D50;font-size:14px;font-weight:750}.patch-hero-agent-card small{color:#587578;font-size:12px;white-space:nowrap}.patch-hero-agent-card>i{width:7px;height:7px;margin-left:auto;border-radius:50%;background:#68A48D;box-shadow:0 0 0 3px #EAF4EF}.patch-hero-agent-supervisor>i{background:#D3A247;box-shadow:0 0 0 3px #FBF2DF}.patch-hero-agent-incidents>i{background:#BD6D55;box-shadow:0 0 0 3px #FCF0E9}.patch-hero-fix-card{top:40%;right:20px;width:28%;min-height:84px;padding:12px;display:flex;align-items:center;gap:9px;border-color:#E8D3C5;border-radius:11px;animation:patch-float 7.3s ease-in-out .8s infinite}.patch-hero-fix-icon{width:36px;height:36px;border:1px solid #eedbcd;border-radius:9px;color:var(--patch-rust);background:#FCF1EA}.patch-hero-fix-card em{display:flex;align-items:center;gap:5px;color:#47806E;font-size:11px;font-style:normal}.patch-hero-fix-card em span{width:6px;height:6px;border-radius:50%;background:#6BA58C}.patch-hero-art-caption{position:absolute;right:9%;bottom:11px;left:9%;display:flex;align-items:center;justify-content:space-between;padding:0 10px;color:#58777A;font:600 11px/1 var(--mono);letter-spacing:.08em}.patch-hero-art-caption i{width:20%;border-top:1px solid #c8dedb}.patch-motion-toggle{position:absolute;z-index:3;right:16px;bottom:16px;width:30px;height:30px;display:grid;place-items:center;border:1px solid #cfe0dd;border-radius:50%;color:#426D70;background:rgba(255,255,255,.9);cursor:pointer}.patch-motion-toggle:hover{background:white}.patch-motion-pause{display:flex;gap:3px}.patch-motion-pause i{width:2px;height:9px;border-radius:2px;background:currentColor}.patch-motion-play{width:0;height:0;margin-left:2px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid}.patch-hero-art.is-paused *{animation-play-state:paused!important}@keyframes patch-flow{to{stroke-dashoffset:-180}}@keyframes patch-pulse{0%,to{transform:scale(.86);opacity:.65}50%{transform:scale(1.18);opacity:1}}@keyframes patch-float{0%,to{translate:0 0}50%{translate:0 -5px}}.patch-journey-strip{min-height:104px;padding:17px 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;border:1px solid var(--patch-line);border-radius:11px;background:#FFF}.patch-journey-step{position:relative;min-width:0;display:flex;align-items:center;gap:13px;padding:3px 25px 3px 7px}.patch-journey-icon{width:40px;height:40px;flex:none;display:grid;place-items:center;border:1px solid #dbe9e6;border-radius:10px;color:var(--patch-accent);background:#F0F7F5}.patch-journey-step:nth-child(2) .patch-journey-icon{color:#9A5A44;border-color:#F0DFD4;background:#FCF3ED}.patch-journey-step:nth-child(3) .patch-journey-icon{color:#527E65;border-color:#DBE9DF;background:#EFF7F1}.patch-journey-copy{min-width:0;display:grid;grid-gap:2px;gap:2px}.patch-journey-copy small{color:#789091;font:11px/1.2 var(--mono)}.patch-journey-copy strong{color:var(--patch-ink);font-size:15px;font-weight:750}.patch-journey-copy>span{color:#607779;font-size:13px;line-height:1.4}.patch-journey-connector{position:absolute;top:50%;right:3px;width:27px;height:27px;margin-top:-13px;display:grid;place-items:center;border:1px solid #e1ebe8;border-radius:50%;color:#789496;background:white}.patch-workflow{display:grid;grid-template-columns:minmax(170px,1fr) 30px minmax(365px,1.55fr) 30px minmax(170px,1fr);align-items:stretch;padding:22px 22px 0;border:1px solid var(--patch-line);border-radius:12px;background:#FFF;box-shadow:0 4px 14px rgba(23,62,67,.025)}.patch-workflow-step{min-width:0;min-height:220px;display:flex;flex-direction:column}.patch-step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}.patch-step-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid #dce9e6;border-radius:10px;color:#39757B;background:#F0F7F5}.patch-step-icon-swarm{color:#9A5B41;border-color:#F0DFD4;background:#FBF2EB}.patch-step-icon-code{color:#527E65;border-color:#DCE9DF;background:#EFF7F1}.patch-step-number{color:#779091;font:12px/1 var(--mono)}.patch-workflow-step h2{color:var(--patch-ink);font-size:16px;font-weight:750;letter-spacing:-.2px}.patch-workflow-step p{max-width:245px;margin-top:7px;color:#607779;font-size:14px;line-height:1.55}.patch-step-foot{min-height:39px;margin-top:auto;display:flex;align-items:center;gap:8px;color:#5E797B;font-size:12px}.patch-model-mark{width:22px;height:22px;display:grid;place-items:center;border-radius:6px;color:#315E62;background:#EAF4F1;font-size:12px;font-weight:800}.patch-plan-dot{width:8px;height:8px;border:1.5px solid #739998;border-radius:50%}.patch-flow-link{align-self:start;height:1px;margin:60px 2px 0;border-top:1px dashed #aac5c1}.patch-flow-link span{float:right;width:6px;height:6px;margin-top:-4px;border-top:1px solid #6e9b9b;border-right:1px solid #6e9b9b;transform:rotate(45deg)}.patch-swarm-step{margin:-5px 0 17px;padding:15px 16px 12px;border:1px solid #cfe2de;border-radius:10px;background:#F2F8F6}.patch-swarm-step .patch-step-top{margin-bottom:10px}.patch-swarm-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.patch-swarm-heading p{margin-top:4px}.patch-live-dot{display:inline-flex;align-items:center;gap:6px;padding:5px 7px;border:1px solid #d9e8e5;border-radius:5px;color:#4E797A;font:11px/1 var(--mono);white-space:nowrap}.patch-live-dot i{width:6px;height:6px;border-radius:50%;background:#64A188}.patch-swarm-cards{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:14px}.patch-swarm-cards:before{position:absolute;z-index:0;content:"";left:14%;right:14%;top:17px;border-top:1px dashed #bdd4d0}.patch-mini-agent{position:relative;z-index:1;min-width:0;min-height:67px;padding:8px;display:flex;align-items:center;gap:7px;border:1px solid #dce9e6;border-radius:7px;background:rgba(255,255,255,.95)}.patch-mini-symbol{width:26px;height:26px;flex:none;display:grid;place-items:center;border-radius:7px;color:#3E767A;background:#EDF6F4}.patch-mini-agent>span:last-child{min-width:0;display:grid;grid-gap:3px;gap:3px}.patch-mini-agent strong{color:#315C60;font-size:12px;font-weight:750}.patch-mini-agent small,.patch-mini-agent strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.patch-mini-agent small{color:#688385;font-size:10px}.patch-handoff{margin-top:auto;display:flex;align-items:center;gap:6px;color:#557B7D;font:11px/1.3 var(--mono)}.patch-handoff-line{width:16px;border-top:1px solid #9abab6}.patch-handoff-implementation{margin-bottom:14px}.patch-workflow-caption{grid-column:1/-1;min-height:50px;margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eaf0ed;color:#617A7C;font-size:13px}.patch-workflow-caption button{padding:5px 0 5px 8px;display:inline-flex;align-items:center;gap:7px;border:0;color:#2F777B;background:transparent;font-size:13px;font-weight:750;cursor:pointer}.patch-workflow-caption button:hover{color:#17494E;text-decoration:underline}.patch-page-heading{min-height:75px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.patch-page-heading>div{min-width:0}.patch-page-heading .patch-eyebrow{margin-bottom:10px}.patch-page-heading h1{color:var(--patch-ink);font-size:31px;font-weight:750;line-height:1.15;letter-spacing:-1.1px}.patch-heading-copy{max-width:720px;margin-top:9px;color:#607779;font-size:15px;line-height:1.65}.patch-inline-error{padding:12px 14px;display:flex;align-items:center;gap:9px;border:1px solid #e8c9c0;border-radius:8px;color:#914331;background:#FFF5F1;font-size:14px}.patch-inline-error svg{flex:none}.patch-investigations-card{overflow:hidden;border:1px solid var(--patch-line);border-radius:11px;background:#FFF;box-shadow:0 4px 15px rgba(23,62,67,.025)}.patch-investigations-head{min-height:88px;padding:20px 22px 15px;display:flex;align-items:center;justify-content:space-between;gap:18px}.patch-investigations-title-line{display:flex;align-items:center;gap:10px}.patch-investigations-title-line h2{color:var(--patch-ink);font-size:18px;letter-spacing:-.35px;font-weight:750}.patch-total-count{min-width:26px;height:23px;padding:0 6px;display:inline-grid;place-items:center;border:1px solid var(--patch-line);border-radius:6px;color:#547476;background:#F7FAF8;font:12px/1 var(--mono)}.patch-investigations-head p{margin-top:5px;color:#6B8385;font-size:13px}.patch-search{width:min(270px,40%);min-height:38px;padding:0 10px;display:flex;align-items:center;gap:8px;border:1px solid #d9e5e2;border-radius:7px;color:#71888A;background:#FCFDFC}.patch-search:focus-within{border-color:#89B4B4;box-shadow:0 0 0 3px rgba(36,111,120,.09)}.patch-search input{width:100%;min-width:0;border:0;outline:0;color:var(--patch-ink);background:transparent;font-size:13px}.patch-search input::placeholder{color:#84999A}.patch-search kbd{padding:3px 5px;border:1px solid #e1e9e7;border-radius:4px;color:#6A8385;background:#FFF;font:11px var(--mono)}.patch-table-toolbar{min-height:43px;padding:0 22px;display:flex;align-items:stretch;justify-content:space-between;border-top:1px solid #eaf0ee;border-bottom:1px solid var(--patch-line);background:#FCFDFB}.patch-filter-tabs{display:flex;align-items:stretch;gap:20px}.patch-filter-tabs button{position:relative;padding:0 2px;display:inline-flex;align-items:center;gap:7px;border:0;color:#6C8587;background:transparent;font-size:13px;cursor:pointer}.patch-filter-tabs button:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;content:"";background:transparent}.patch-filter-tabs button.is-active{color:var(--patch-ink);font-weight:750}.patch-filter-tabs button.is-active:after{background:var(--patch-accent)}.patch-filter-tabs button span{min-width:20px;height:19px;padding:0 4px;display:inline-grid;place-items:center;border-radius:5px;color:#537376;background:#EAF3F1;font:11px/1 var(--mono)}.patch-refreshing{display:inline-flex;align-items:center;gap:7px;color:#6D8586;font-size:12px}.patch-refreshing i{width:6px;height:6px;border-radius:50%;background:#62A188}.patch-run-table-wrap{overflow-x:auto;scrollbar-width:none}.patch-run-table-wrap::-webkit-scrollbar{display:none}.patch-run-table{width:100%;border-collapse:collapse;text-align:left}.patch-run-table thead{background:#F8FBF9}.patch-run-table th{height:40px;padding:0 14px;border-bottom:1px solid #eaf0ed;color:#698283;font:500 11px/1.2 var(--mono);white-space:nowrap}.patch-run-table td:first-child,.patch-run-table th:first-child{padding-left:22px}.patch-run-table td:last-child,.patch-run-table th:last-child{padding-right:20px}.patch-run-table td{height:64px;padding:10px 14px;border-bottom:1px solid #edf2f0;color:#567174;font-size:13px;white-space:nowrap}.patch-run-table tbody tr:last-child td{border-bottom:0}.patch-run-table tbody tr:hover{background:#FBFDFB}.patch-run-table td:first-child{min-width:250px;white-space:normal}.patch-run-title{color:#1F4E53;font-size:14px;font-weight:750;line-height:1.4;text-decoration:none}.patch-run-title:hover{color:var(--patch-accent);text-decoration:underline}.patch-run-subtitle{margin-top:4px;display:flex;align-items:center;gap:8px;color:#758B8D;font:11px/1.3 var(--mono)}.patch-simulated-tag{display:inline-flex;align-items:center;gap:5px;color:#8A5A3A;font:11px/1.2 var(--mono)}.patch-simulated-tag i{width:6px;height:6px;border-radius:50%;background:#D19553}.patch-stage-value{display:inline-flex;align-items:center;gap:8px;color:#557275;font-size:13px}.patch-stage-value>span{min-width:27px;padding:4px 5px;border:1px solid #dfe9e6;border-radius:4px;color:#547577;background:#F7FAF8;text-align:center;font:11px/1 var(--mono)}.patch-status{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border:1px solid #d9e8e2;border-radius:99px;color:#42725D;background:#F3F8F4;font-size:12px;font-weight:650}.patch-status i{width:6px;height:6px;border-radius:50%;background:#65A181}.patch-status-progress{color:#3E7478;border-color:#D8E8E7;background:#F2F8F7}.patch-status-progress i{background:#4E9A9C}.patch-status-blocked{color:#9B4C36;border-color:#EFD5CA;background:#FEF6F2}.patch-status-blocked i{background:#C87658}.patch-status-stopped{color:#687D7F;border-color:#E0E7E6;background:#F6F8F7}.patch-status-stopped i{background:#8EA0A0}.patch-date,.patch-event-count{color:#6F8789!important;font:12px/1.2 var(--mono)!important}.patch-open-run{width:30px;height:30px;display:grid;place-items:center;border:1px solid transparent;border-radius:6px;color:#6A8587}.patch-open-run:hover{border-color:#DCE8E5;color:var(--patch-accent);background:#F3F8F6}.patch-table-empty{min-height:155px;padding:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#71888A;text-align:center}.patch-empty-icon{width:34px;height:34px;margin-bottom:3px;display:grid;place-items:center;border:1px solid #ddeae7;border-radius:9px;color:var(--patch-accent);background:#F1F7F5}.patch-table-empty strong{color:var(--patch-ink);font-size:14px;font-weight:750}.patch-table-empty>span:last-child{font-size:13px}.patch-table-loading{flex-direction:row}.patch-loading-mark{width:15px;height:15px;border:2px solid #d4e4e0;border-top:2px solid var(--patch-accent);border-radius:50%;animation:patch-spin .8s linear infinite}.patch-table-footer{min-height:40px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eaf0ee;color:#73898A;font-size:12px}.patch-table-footer strong{color:#42676A;font-weight:750}.patch-table-footer span:last-child{display:inline-flex;align-items:center;gap:6px}.patch-footer-dot{width:6px;height:6px;border-radius:50%;background:#67A287}.patch-investigations-expanded{min-height:450px}.patch-investigations-expanded .patch-table-empty{min-height:260px}.patch-sr-only{position:absolute;top:0;left:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.patch-feature-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(285px,.85fr);grid-gap:18px;gap:18px}.patch-evidence-card,.patch-sample-card{min-width:0;min-height:300px;border:1px solid var(--patch-line);border-radius:12px;background:#FFF;box-shadow:0 4px 14px rgba(23,62,67,.03)}.patch-sample-card{padding:15px;display:grid;grid-template-columns:minmax(210px,.76fr) minmax(290px,1.24fr);grid-gap:15px;gap:15px}.patch-sample-copy{padding:13px;display:flex;flex-direction:column;align-items:flex-start}.patch-sample-label{display:inline-flex;align-items:center;gap:8px;color:#547579;font:600 12px/1 var(--mono);letter-spacing:.055em;text-transform:uppercase}.patch-sample-glyph{width:26px;height:26px;display:grid;place-items:center;border:1px solid #dde9e6;border-radius:7px;color:var(--patch-accent);background:#F0F7F5}.patch-sample-copy h2{margin:18px 0 0;color:var(--patch-ink);font-size:29px;line-height:1.1;letter-spacing:-1px;font-weight:750}.patch-sample-copy p{max-width:300px;margin-top:11px;color:#5E797B;font-size:14px;line-height:1.65}.patch-button-dark{margin-top:auto;min-height:40px;padding:0 13px;color:#FFF;background:var(--patch-ink);font-size:14px}.patch-button-dark:hover:not(:disabled){background:#24555A}.patch-button-dark svg{color:#D8EEF0}.patch-button-spinner{width:15px;height:15px;border:1px solid rgba(255,255,255,.4);border-top-color:#d8eef0;border-radius:50%;animation:patch-spin .8s linear infinite}@keyframes patch-spin{to{transform:rotate(1turn)}}.patch-sample-disclosure{margin-top:10px;color:#71898B;font-size:12px;line-height:1.4}.patch-trace{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #245156;border-radius:9px;color:#E7F0ED;background:#173E43}.patch-trace-top{min-height:38px;padding:0 12px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);color:#A5C2C0;font:11px/1 var(--mono)}.patch-trace-dots{display:inline-flex;align-items:center;gap:4px}.patch-trace-dots i{width:5px;height:5px;border-radius:50%;background:#83B4A2}.patch-trace-dots i:nth-child(2){background:#D3AE64}.patch-trace-dots i:nth-child(3){background:#B5C8BD}.patch-trace-code{margin-left:auto;color:#86AAA8;font-size:10px}.patch-trace-body{flex:1 1;padding:8px 12px;display:grid;align-content:center}.patch-trace-line{position:relative;min-height:52px;display:grid;grid-template-columns:55px 12px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;color:#E5EFEB}.patch-trace-line:not(:last-child):after{position:absolute;content:"";top:calc(50% + 5px);left:65px;bottom:-18px;border-left:1px solid #507275}.patch-trace-time{color:#8EAFAE;font:10px/1 var(--mono)}.patch-trace-node{position:relative;z-index:1;width:9px;height:9px;border:1px solid #bad4cc;border-radius:50%;background:#2A5B5D}.patch-node-request{border-color:#98C9AA;background:#60A283;box-shadow:0 0 0 3px rgba(146,201,170,.12)}.patch-node-lost{border-color:#E6B089;background:#B86D4C;box-shadow:0 0 0 3px rgba(230,176,137,.12)}.patch-trace-line>span:nth-child(3){min-width:0;display:grid;grid-gap:4px;gap:4px}.patch-trace-line strong{color:#E5EFEB;font:500 12px/1.2 var(--mono)}.patch-trace-line small{overflow:hidden;color:#A6C1BE;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.patch-trace-tag{padding:4px 5px;border:1px solid rgba(190,220,210,.22);border-radius:4px;color:#B3CECA;font:10px/1 var(--mono)}.patch-trace-warning strong{color:#F0C59F}.patch-trace-warning .patch-trace-tag{color:#E2B78D;border-color:rgba(221,172,126,.35)}.patch-trace-repeat .patch-trace-node{border-color:#E3B28F;background:#AA6F4E}.patch-trace-repeat .patch-trace-tag{color:#DFB297;border-color:rgba(201,151,118,.3)}.patch-trace-foot{min-height:37px;padding:0 12px;display:flex;align-items:center;gap:8px;border-top:1px solid rgba(255,255,255,.1);color:#D3E3DD;font-size:12px}.patch-trace-foot-mark{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#173E43;background:#F2CF76;font:700 11px var(--mono)}.patch-trace-foot-ref{margin-left:auto;color:#92B0AD;font:10px var(--mono)}.patch-evidence-card{padding:20px;display:flex;flex-direction:column}.patch-card-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid #e9f0ed}.patch-section-kicker{color:var(--patch-ink);font-size:17px;font-weight:750;letter-spacing:-.25px}.patch-card-heading-mark{width:34px;height:34px;display:grid;place-items:center;border:1px solid #ddeae7;border-radius:8px;color:var(--patch-accent);background:#F3F8F6}.patch-evidence-list{display:grid}.patch-evidence-row{min-height:68px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;grid-gap:11px;gap:11px;border-bottom:1px solid #edf2f0}.patch-evidence-row:last-child{border-bottom:0}.patch-evidence-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dfebe8;border-radius:9px;color:#4A7A7F;background:#F5F9F7}.patch-evidence-row>span:nth-child(2){min-width:0;display:grid;grid-gap:4px;gap:4px}.patch-evidence-row strong{color:#244F53;font-size:14px;font-weight:750}.patch-evidence-row small{color:#607779;font-size:12px;line-height:1.45}.patch-evidence-note{min-height:38px;margin-top:auto;padding-top:9px;display:flex;align-items:center;gap:8px;border-top:1px solid #e9f0ed;color:#627D7F;font-size:12px}.patch-evidence-note-line{width:15px;border-top:1px solid #83a9a3}.patch-about-feature-grid{margin-top:0}.patch-about-details{padding:22px 25px 25px;border:1px solid var(--patch-line);border-radius:12px;background:white}.patch-about-detail-heading{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #eaf0ed}.patch-about-detail-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid #dae9e5;border-radius:10px;color:var(--patch-accent);background:#EFF7F5}.patch-about-detail-heading small{color:#678183;font:11px/1.2 var(--mono);letter-spacing:.07em}.patch-about-detail-heading h2{margin-top:4px;color:var(--patch-ink);font-size:19px;letter-spacing:-.4px}.patch-about-detail-grid{padding-top:19px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.patch-about-detail-grid article{min-width:0}.patch-about-detail-grid article>span{color:#799596;font:12px/1 var(--mono)}.patch-about-detail-grid h3{margin:8px 0 5px;color:#214D51;font-size:15px}.patch-about-detail-grid p{color:#5D787A;font-size:13px;line-height:1.6}.patch-architecture-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid #d8e8e4;border-radius:6px;color:#3F7275;background:#F2F8F6;font-size:13px;font-weight:650;white-space:nowrap}.patch-architecture-tag span{width:7px;height:7px;border-radius:50%;background:#66A58B}.patch-architecture-card{padding:22px 23px 0;border:1px solid var(--patch-line);border-radius:12px;background:white}.patch-architecture-topline{display:flex;align-items:center;justify-content:space-between;color:#658082;font:11px/1 var(--mono);letter-spacing:.06em}.patch-architecture-topline span:last-child{color:#93A7A6}.patch-architecture-flow{display:grid;grid-template-columns:minmax(140px,.78fr) 34px minmax(410px,3fr) 34px minmax(160px,.9fr);align-items:center;padding:30px 0}.patch-architecture-entry,.patch-architecture-exit{min-height:85px;display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #dfe9e6;border-radius:9px;background:#FBFCFA}.patch-architecture-icon{width:38px;height:38px;flex:none;display:grid;place-items:center;border:1px solid #dde9e6;border-radius:8px;color:#3C7379;background:white}.patch-architecture-entry>span:last-child,.patch-architecture-exit>span:last-child{display:grid;grid-gap:5px;gap:5px;min-width:0}.patch-architecture-entry small,.patch-architecture-exit small{color:#6D8587;font:10px/1 var(--mono);letter-spacing:.05em}.patch-architecture-entry strong,.patch-architecture-exit strong{color:#244F53;font-size:14px;line-height:1.35}.patch-architecture-connector{position:relative;height:1px;border-top:1px dashed #aac5c1}.patch-architecture-connector i{position:absolute;right:0;top:-3px;width:6px;height:6px;border-top:1px solid #6e9b9b;border-right:1px solid #6e9b9b;transform:rotate(45deg)}.patch-architecture-team{min-width:0;padding:13px;border:1px solid #cee1dd;border-radius:10px;background:#F1F7F5}.patch-architecture-team-head{display:flex;align-items:center;justify-content:space-between;margin:0 1px 11px;color:#456E71;font:10px/1 var(--mono);letter-spacing:.06em}.patch-architecture-team-head span:last-child{padding:4px 6px;border:1px solid #d9e8e5;border-radius:4px;color:#648184;font-size:11px;letter-spacing:0}.patch-architecture-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:9px;gap:9px}.patch-architecture-role{position:relative;min-width:0;min-height:165px;padding:12px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #e0eae7;border-radius:7px;background:#FFF}.patch-role-index{position:absolute;top:13px;right:11px;color:#8CA3A2;font:10px/1 var(--mono)}.patch-role-icon{width:31px;height:31px;margin-bottom:9px;display:grid;place-items:center;border-radius:8px;color:#3C7276;background:#EDF6F4}.patch-architecture-role strong{color:#244F53;font-size:14px;font-weight:750}.patch-architecture-role>small{margin-top:3px;color:#668184;font-size:12px}.patch-architecture-role p{margin-top:8px;color:#607779;font-size:12px;line-height:1.5}.patch-implementation-icon{color:#9B563C;background:#FBF1EB}.patch-architecture-exit em{color:#668184;font-size:11px;font-style:normal}.patch-architecture-bottom{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #eaf0ed}.patch-architecture-ledger,.patch-architecture-rule{display:inline-flex;align-items:center;gap:8px;color:#607779;font-size:12px}.patch-architecture-rule svg{color:#4F8180;flex:none}.patch-architecture-rule strong{color:#406C6E;font-weight:750;white-space:nowrap}.patch-architecture-rule span{color:#6C8485}.patch-architecture-ledger{flex:none;color:#668083}.patch-principles-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--patch-line);border-radius:10px;background:#FFF}.patch-principles-grid article{position:relative;min-height:140px;padding:19px 20px}.patch-principles-grid article+article{border-left:1px solid #eaf0ed}.patch-principles-grid article>span{color:#769194;font:11px/1 var(--mono)}.patch-principles-grid h2{margin-top:12px;color:#244F53;font-size:16px;font-weight:750}.patch-principles-grid p{max-width:290px;margin-top:6px;color:#607779;font-size:13px;line-height:1.55}.patch-settings-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.9fr);align-items:start;grid-gap:18px;gap:18px}.patch-settings-card{min-width:0;padding:22px;border:1px solid var(--patch-line);border-radius:11px;background:white}.patch-settings-card-heading{display:flex;align-items:center;gap:12px}.patch-settings-card-heading>span:nth-child(2){min-width:0}.patch-settings-icon{width:40px;height:40px;display:grid;place-items:center;flex:none;border:1px solid #d8e8e4;border-radius:9px;color:#3C757A;background:#F0F7F5}.patch-settings-icon-lime{color:#986346;border-color:#F0DFCF;background:#FBF4EB}.patch-settings-card-heading h2{color:var(--patch-ink);font-size:17px;font-weight:750}.patch-settings-card-heading p{margin-top:4px;color:#637E80;font-size:13px}.patch-config-state{margin-left:auto;display:inline-flex;align-items:center;gap:7px;color:#637E80;font-size:12px;white-space:nowrap}.patch-config-state i{width:7px;height:7px;border:1px solid #6b9e8a;border-radius:50%}.patch-code-block{position:relative;margin:19px 0 0;padding:20px 15px;overflow-x:auto;border:1px solid #234f53;border-radius:8px;color:#E1EFEB;background:#173E43;font:12px/1.9 var(--mono)}.patch-code-block code{font:inherit}.patch-code-language{position:absolute;top:11px;right:11px;color:#9ABBB8;font:10px/1 var(--mono)}.patch-settings-footnote{margin-top:13px;display:flex;align-items:center;gap:7px;color:#627C7E;font-size:12px}.patch-settings-footnote svg{color:#4B7B7E;flex:none}.patch-settings-note{margin-top:12px;padding:10px 11px;border:1px solid #e1ebe8;border-radius:7px;color:#607779;background:#F6F9F7;font-size:12px;line-height:1.5}.patch-settings-facts{margin:17px 0 0}.patch-settings-facts>div{min-height:43px;display:grid;grid-template-columns:minmax(110px,.72fr) minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;border-bottom:1px solid #eaf0ed}.patch-settings-facts>div:last-child{border-bottom:0}.patch-settings-facts dt{color:#698183;font-size:13px}.patch-settings-facts dd{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:#3D6669;font-size:13px;font-weight:700;text-transform:capitalize}.patch-workspace-dot{width:7px;height:7px;border-radius:2px;background:var(--patch-accent)}.patch-role-chip{padding:3px 6px;border:1px solid #dbe8e5;border-radius:5px;color:#557577;background:#F6FAF8;font-size:11px;font-weight:600}.patch-fact-indicator{width:7px;height:7px;border-radius:50%;background:#9AAEAD}.patch-fact-indicator.is-on{background:#61A185}.patch-fact-indicator.is-off{background:#D29A5A}.patch-settings-warning{margin-top:13px;padding:11px;display:flex;align-items:flex-start;gap:8px;border:1px solid #ecd9c7;border-radius:7px;color:#8A5A38;background:#FCF7EF;font-size:12px;line-height:1.5}.patch-settings-warning svg{margin-top:1px;flex:none}.patch-settings-help{min-height:77px;padding:15px 17px;display:flex;align-items:center;gap:12px;border:1px solid #dce8e5;border-radius:9px;background:#F7FAF8}.patch-settings-help-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid #dae8e5;border-radius:8px;color:#4B7D80;background:white}.patch-settings-help>span:nth-child(2){display:grid;grid-gap:3px;gap:3px}.patch-settings-help strong{color:#315E62;font-size:14px;font-weight:750}.patch-settings-help small{color:#668183;font-size:12px}.patch-settings-help a{margin-left:auto;display:inline-flex;align-items:center;gap:6px;color:#2D7378;text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap}.patch-settings-help a:hover{color:#17494E;text-decoration:underline}.patch-settings-warning+.patch-settings-note{margin-top:9px}.login{min-height:100dvh;padding:24px;position:relative;overflow:hidden;background:#F3F8F6}.login:after,.login:before{position:absolute;content:"";pointer-events:none;border:1px solid rgba(36,111,120,.13);border-radius:50%}.login:before{width:560px;height:560px;top:-320px;right:-175px}.login:after{width:400px;height:400px;bottom:-285px;left:-145px}.login-box{position:relative;width:min(100%,440px);padding:34px;display:grid;grid-gap:9px;gap:9px;border:1px solid #dce8e5;border-radius:14px;background:#FFF;box-shadow:0 20px 60px rgba(23,62,67,.08)}.login-box .patch-brand{margin:0 0 22px -5px}.login-box h1{color:var(--patch-ink);font-size:28px;font-weight:750;letter-spacing:-.8px}.login-box>.muted{color:#607779;font-size:14px;line-height:1.65}.login-box label{margin-top:11px;color:#355F63;font-size:14px;font-weight:700}.login-box input{min-height:44px;padding:9px 11px;border:1px solid #d9e5e2;border-radius:7px;outline:0;background:#FCFDFC;font-size:14px}.login-box input:focus{border-color:#72A4A5;box-shadow:0 0 0 3px rgba(36,111,120,.11)}.login-box .patch-button-primary{width:100%;margin-top:13px;min-height:45px}.login-box .error{color:#A23F31;font-size:13px}.patch-login-foot{display:flex;align-items:center;gap:7px;margin-top:13px;color:#617B7D;font-size:12px}.patch-login-foot svg{color:#4D8283}@media (max-width:1440px){.patch-hero{min-height:0;grid-template-columns:minmax(0,1fr);gap:16px;padding:24px 36px 20px}.patch-hero-copy{max-width:760px}.patch-hero h1{font-size:clamp(44px,4.4vw,56px)}.patch-hero-art{width:min(100%,680px);height:clamp(260px,22vw,290px);min-height:260px;justify-self:center}.patch-hero-agents{top:13%;gap:8px}.patch-hero-agent-card{min-height:54px;padding:7px 9px}.patch-hero-fix-card,.patch-hero-report-card{min-height:76px}}@media (max-width:1200px){.patch-hero{gap:14px;padding:24px 28px 20px}.patch-hero h1{font-size:clamp(42px,5vw,52px)}.patch-hero-art{height:clamp(260px,22vw,285px);min-height:260px}.patch-workflow{grid-template-columns:minmax(150px,1fr) 20px minmax(320px,1.7fr) 20px minmax(150px,1fr);padding-right:17px;padding-left:17px}.patch-swarm-step{padding-right:11px;padding-left:11px}.patch-mini-agent{gap:5px;padding-right:6px;padding-left:6px}.patch-mini-symbol{width:23px;height:23px}.patch-architecture-flow{grid-template-columns:minmax(125px,.75fr) 24px minmax(370px,3fr) 24px minmax(145px,.9fr)}}@media (max-width:1020px){.patch-app-shell{grid-template-columns:185px minmax(0,1fr)}.patch-main{padding-right:25px;padding-left:25px}.patch-hero{padding:24px 25px 20px}.patch-hero h1{font-size:clamp(42px,5.2vw,51px);letter-spacing:-2.1px}.patch-hero-description{font-size:15px}.patch-architecture-flow{grid-template-columns:minmax(115px,.7fr) 18px minmax(320px,3fr) 18px minmax(135px,.85fr)}.patch-architecture-card{padding-right:15px;padding-left:15px}.patch-settings-grid{grid-template-columns:minmax(0,1.1fr) minmax(275px,.9fr)}}@media (max-width:820px){.patch-app-shell{display:block}.patch-sidebar{position:relative;top:auto;height:auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:13px 17px;border-right:0;border-bottom:1px solid var(--patch-line)}.patch-brand{grid-column:1;grid-row:1;font-size:21px}.patch-brand svg{width:30px;height:30px}.patch-workspace-selector{grid-column:2;grid-row:1;min-height:36px;margin:0;padding:4px 7px;border:0;background:#F1F7F5}.patch-workspace-mark{width:26px;height:26px;border-radius:7px}.patch-workspace-label strong{font-size:12px}.patch-season-badge,.patch-sidebar-nav,.patch-sidebar-report,.patch-sidebar-spacer,.patch-user-card,.patch-workspace-label small{display:none}.patch-app-body{display:block}.patch-topbar{height:58px;padding:0 22px}.patch-mobile-nav{height:48px;padding:0 12px;display:flex;align-items:stretch;gap:4px;overflow-x:auto;border-bottom:1px solid var(--patch-line);background:#FFF;scrollbar-width:none}.patch-mobile-nav::-webkit-scrollbar{display:none}.patch-nav-link-mobile{flex:none;min-height:47px;padding:0 13px;gap:7px;color:#607C7E;font-size:13px}.patch-nav-link-mobile svg{width:16px;height:16px}.patch-nav-link-mobile.is-active{color:var(--patch-ink);box-shadow:inset 0 -2px 0 var(--patch-accent);background:transparent}.patch-mobile-report{flex:none;min-height:34px;align-self:center;display:inline-flex;align-items:center;gap:5px;padding:0 10px;border:1px solid #c9ddda;border-radius:6px;color:#FFF;background:var(--patch-ink);font-size:12px;font-weight:700;cursor:pointer}.patch-main{min-height:calc(100dvh - 178px);padding:24px 20px 16px}.patch-main-content{gap:23px}.patch-hero{min-height:0;grid-template-columns:minmax(0,1fr);padding:29px 23px}.patch-hero h1{font-size:clamp(39px,5vw,47px)}.patch-hero-art{width:min(100%,680px);min-height:360px;height:360px}.patch-journey-strip{padding:14px}.patch-journey-step{gap:9px;padding-right:22px}.patch-journey-icon{width:35px;height:35px}.patch-journey-copy strong{font-size:14px}.patch-journey-copy>span{font-size:12px}.patch-feature-grid{grid-template-columns:1fr}.patch-sample-card{grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr)}.patch-evidence-card{min-height:0}.patch-architecture-flow{grid-template-columns:minmax(0,1fr);gap:11px;padding:20px 0}.patch-architecture-connector{width:1px;height:19px;margin-left:30px;border-top:0;border-left:1px dashed #aac5c1}.patch-architecture-connector i{right:-3px;top:auto;bottom:0;transform:rotate(135deg)}.patch-architecture-entry,.patch-architecture-exit{max-width:450px}.patch-architecture-role{min-height:150px}.patch-architecture-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:9px;padding:12px 0}}@media (max-width:620px){.patch-topbar{padding:0 14px}.patch-topbar-actions{gap:8px}.patch-environment-badge{min-height:25px;padding:4px 6px;font-size:10px}.patch-github-link{gap:4px}.patch-github-link span,.patch-github-link svg:last-child,.patch-topbar-divider{display:none}.patch-main{padding:18px 13px 13px}.patch-main-content{gap:18px}.patch-nav-link-mobile{min-height:45px;padding:0 10px;gap:6px;font-size:12px}.patch-mobile-report{min-height:33px}.patch-hero{min-height:0;padding:26px 22px 15px;display:flex;flex-direction:column;align-items:stretch;gap:18px}.patch-hero-copy{max-width:none}.patch-hero-copy .patch-eyebrow{margin-bottom:15px;font-size:10px}.patch-hero h1{font-size:clamp(39px,10vw,51px);letter-spacing:-2px}.patch-hero-description{max-width:43ch;margin-top:13px;font-size:15px}.patch-hero-actions{margin-top:19px;gap:9px}.patch-button{min-height:43px;padding:0 13px;font-size:13px}.patch-hero-note{margin-top:17px;font-size:12px}.patch-hero-art{width:100%;min-height:0;height:auto;margin:0;padding:15px 24px 42px;display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch;grid-gap:11px;gap:11px}.patch-hero-flow{opacity:.42}.patch-hero-fix-card,.patch-hero-report-card{position:relative;inset:auto;width:min(88%,340px);min-width:0;min-height:72px;padding:11px}.patch-hero-report-card{justify-self:start}.patch-hero-fix-card{justify-self:end}.patch-hero-agents{position:relative;inset:auto;width:min(100%,360px);margin:0 auto;gap:8px}.patch-hero-agent-card{min-height:51px;padding:7px 10px}.patch-hero-agent-card strong{font-size:13px}.patch-hero-agent-card small{font-size:11px}.patch-hero-art-caption{position:relative;inset:auto;justify-content:center;gap:12px;margin-top:2px;font-size:9px}.patch-hero-art-caption i{width:12%}.patch-motion-toggle{right:16px;bottom:16px;width:28px;height:28px}.patch-journey-strip{padding:8px 14px;grid-template-columns:1fr}.patch-journey-step{min-height:67px;padding:7px 4px;gap:11px}.patch-journey-step+.patch-journey-step{border-top:1px solid #edf2f0}.patch-journey-icon{width:36px;height:36px}.patch-journey-copy small{font-size:10px}.patch-journey-copy strong{font-size:14px}.patch-journey-copy>span{font-size:12px}.patch-journey-connector{top:50%;right:7px;transform:rotate(90deg)}.patch-page-heading{align-items:flex-start;flex-direction:column;gap:13px}.patch-page-heading h1{font-size:29px}.patch-heading-copy{margin-top:7px;font-size:14px}.patch-page-heading>.patch-architecture-tag,.patch-page-heading>.patch-button{align-self:stretch;justify-content:center}.patch-investigations-head{align-items:flex-start;flex-direction:column;gap:12px;padding:16px}.patch-search{width:100%}.patch-table-toolbar{min-height:42px;padding:0 14px}.patch-filter-tabs{gap:13px}.patch-filter-tabs button{font-size:12px}.patch-refreshing{font-size:0}.patch-refreshing i{width:7px;height:7px}.patch-run-table{min-width:700px}.patch-run-table td:first-child,.patch-run-table th:first-child{padding-left:15px}.patch-run-table td:last-child,.patch-run-table th:last-child{padding-right:14px}.patch-table-footer{min-height:50px;align-items:flex-start;flex-direction:column;justify-content:center;gap:5px;padding:8px 14px}.patch-sample-card{grid-template-columns:1fr;padding:11px}.patch-sample-copy{min-height:250px;padding:10px}.patch-sample-copy h2{margin-top:14px}.patch-trace{min-height:250px}.patch-evidence-card{padding:17px}.patch-architecture-card{padding:17px 14px 0}.patch-architecture-role-grid{grid-template-columns:1fr}.patch-architecture-role{min-height:0;padding:13px}.patch-architecture-role p{margin-top:7px}.patch-architecture-rule{align-items:flex-start;flex-wrap:wrap}.patch-architecture-rule span{flex-basis:calc(100% - 27px);margin-left:25px}.patch-principles-grid{grid-template-columns:1fr}.patch-principles-grid article{min-height:110px}.patch-principles-grid article+article{border-top:1px solid #eaf0ed;border-left:0}.patch-principles-grid h2{margin-top:8px}.patch-about-details{padding:17px}.patch-about-detail-grid{grid-template-columns:1fr;gap:15px}.patch-about-detail-grid article+article{padding-top:13px;border-top:1px solid #eaf0ed}.patch-settings-grid{grid-template-columns:1fr}.patch-settings-card{padding:16px}.patch-settings-card-heading{flex-wrap:wrap}.patch-config-state{margin-left:52px}.patch-code-block{padding:16px 11px;font-size:10px}.patch-settings-help{align-items:flex-start;flex-wrap:wrap}.patch-settings-help>span:nth-child(2){flex:1 1}.patch-settings-help a{margin-left:48px}.patch-app-footer{align-items:flex-start;flex-direction:column;gap:7px;font-size:11px}.patch-app-footer span:last-child{justify-content:flex-start;text-align:left}.login{padding:16px}.login-box{padding:25px 20px}}@media (max-width:390px){.patch-hero{padding-right:16px;padding-left:16px}.patch-hero-fix-card,.patch-hero-report-card{width:88%}}@media (prefers-reduced-motion:reduce){.patch-button-spinner,.patch-demo-loading,.patch-float-one,.patch-float-three,.patch-float-two,.patch-hero-flow-dash,.patch-hero-flow-pulse,.patch-loading-mark{animation:none!important}.patch-button,.patch-nav-link,.patch-sidebar-report{transition:none}}@media (max-width:1200px){.patch-workflow{grid-template-columns:minmax(150px,1fr) 20px minmax(320px,1.7fr) 20px minmax(150px,1fr);padding-right:17px;padding-left:17px}.patch-swarm-step{padding-right:11px;padding-left:11px}.patch-mini-agent{gap:5px;padding-right:6px;padding-left:6px}.patch-mini-symbol{width:23px;height:23px}}@media (max-width:820px){.patch-workflow{grid-template-columns:minmax(0,1fr);gap:0;padding:16px 16px 0}.patch-workflow-step{min-height:155px;padding:5px 2px 14px}.patch-flow-link{display:none}.patch-swarm-step{min-height:200px;margin:5px 0 14px;padding:12px}.patch-workflow-caption{margin-top:4px}}@media (max-width:620px){.patch-workflow{padding-right:12px;padding-left:12px}.patch-swarm-cards{gap:6px}.patch-mini-agent{flex-direction:column;align-items:flex-start;gap:6px;min-height:92px;padding:8px}.patch-mini-agent>span:last-child{width:100%}.patch-workflow-caption{align-items:flex-start;flex-direction:column;justify-content:center;gap:5px;padding:10px 0}.patch-workflow-caption button{padding-left:0}}@media (max-width:390px){.patch-swarm-cards{grid-template-columns:1fr}.patch-mini-agent{min-height:54px;flex-direction:row;align-items:center}.patch-mini-agent>span:last-child{width:auto}}