.cu-scheduled{width:min(100%,960px);color:var(--color-text-primary);flex-direction:column;gap:16px;margin-inline:auto;display:flex}.cu-scheduled-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cu-scheduled-search{background:var(--color-surface-layer1);border-radius:var(--radius-control);min-width:160px;color:var(--color-text-tertiary);flex:1;align-items:center;gap:8px;padding:0 10px;display:flex}.cu-scheduled-search input{width:100%;min-width:0;height:34px;color:var(--color-text-primary);font:inherit;background:0 0;border:0;outline:0;flex:1}.cu-scheduled-search:focus-within{box-shadow:inset 0 0 0 1px var(--color-focus-ring)}.cu-scheduled-toolbar svg{flex:none;width:16px;height:16px}.cu-scheduled-hosts,.cu-schedule-pills{border-radius:var(--radius-control);background:var(--color-surface-layer1);align-items:center;gap:2px;padding:3px;display:flex}.cu-scheduled-hosts button,.cu-schedule-pills button{isolation:isolate;border-radius:var(--radius-sm);height:28px;color:var(--color-text-secondary);font:500 12px var(--font-ui);cursor:pointer;background:0 0;border:0;padding:0 12px;position:relative}.cu-scheduled-hosts button[aria-pressed=true],.cu-schedule-pills button[aria-pressed=true]{color:var(--color-text-primary)}.cu-schedule-pill{z-index:-1;background:var(--color-surface-elevated);border-radius:inherit;box-shadow:var(--shadow-control);position:absolute;inset:0}.cu-scheduled-new,.cu-scheduled-modal-foot button,.cu-scheduled-modal-actions button,.cu-scheduled-sheet footer button{border:1px solid var(--color-border-base);border-radius:var(--radius-control);background:var(--color-surface-layer1);height:32px;color:var(--color-text-primary);font:550 12px var(--font-ui);cursor:pointer;transition:background var(--motion-fast), transform var(--motion-fast), box-shadow var(--motion-fast);justify-content:center;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.cu-scheduled-new:hover,.cu-scheduled-modal-foot button:hover,.cu-scheduled-modal-actions button:hover,.cu-scheduled-sheet footer button:hover{background:var(--color-surface-layer2);box-shadow:var(--shadow-control)}.cu-scheduled-new:active,.cu-scheduled-sheet button:active{transform:translateY(.5px)}.cu-scheduled button:disabled,.cu-scheduled-sheet button:disabled,.cu-scheduled-modal button:disabled{opacity:.45;cursor:default}.cu-scheduled-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.cu-scheduled-card{box-sizing:border-box;border-radius:var(--radius-md,10px);background:var(--color-layer-2,var(--color-surface-layer2));width:100%;color:var(--color-text-primary);text-align:left;cursor:pointer;font:inherit;border:0;grid-template-columns:36px minmax(0,1fr);gap:4px 14px;padding:15px 16px 14px;display:grid}.cu-scheduled-card:focus-visible{outline:2px solid var(--color-focus-ring,var(--color-text-primary));outline-offset:2px}.cu-scheduled-card[data-selected=true],.cu-scheduled-card[data-running=true]{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-accent-primary) 32%, transparent)}.cu-scheduled-tile{border-radius:var(--radius-sm,6px);background:var(--color-layer-1,var(--color-surface-layer1));width:36px;height:36px;color:var(--color-text-secondary);place-items:center;display:grid}.cu-scheduled-tile svg{width:16px;height:16px}.cu-scheduled-spin{animation:.9s linear infinite cu-spin}.cu-scheduled-card-main{gap:5px;min-width:0;display:grid}.cu-scheduled-card-head{align-items:center;gap:10px;min-width:0;display:flex}.cu-scheduled-card-head strong{overflow-wrap:anywhere;flex:1;min-width:0;font-size:13px;font-weight:650}.cu-scheduled-status{color:var(--color-text-secondary);font:550 11px var(--font-ui);flex:none;align-items:center;gap:6px;display:inline-flex}.cu-scheduled-dot{border-radius:var(--radius-full,999px);background:var(--color-status-success);width:7px;height:7px}.cu-scheduled-status[data-status=paused] .cu-scheduled-dot,.cu-scheduled-status[data-status=cancelled] .cu-scheduled-dot,.cu-scheduled-status[data-status=completed] .cu-scheduled-dot{background:var(--color-text-tertiary)}.cu-scheduled-status[data-status=needs-attention] .cu-scheduled-dot{background:var(--color-status-warning)}.cu-scheduled-status[data-status=running] .cu-scheduled-dot{background:var(--color-accent-primary)}.cu-scheduled-dot[data-live=true]{animation:1.6s ease-in-out infinite cu-scheduled-breathe}.cu-scheduled-card-main small,.cu-scheduled-card-foot{color:var(--color-text-tertiary);font-size:11px;line-height:1.4}.cu-scheduled-card-prompt{color:var(--color-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.cu-scheduled-card-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:2px;display:flex}.cu-scheduled-live{color:var(--color-text-primary);font-weight:550}.cu-scheduled-skel{gap:10px;display:grid}.cu-scheduled-card-skel{pointer-events:none;cursor:default;min-height:108px}.cu-scheduled-card-skel .cu-scheduled-tile{background:var(--color-layer-1,var(--color-surface-layer1))}.cu-scheduled-card-skel .cu-skills-bone-title{width:44%;height:13px}.cu-scheduled-card-skel .cu-skills-bone-action{width:56px;height:11px}.cu-scheduled-list .cu-scheduled-card-skel:first-child,.cu-scheduled-list li:first-child .cu-scheduled-card-skel{--cu-skel-delay:0s}.cu-scheduled-list li:nth-child(2) .cu-scheduled-card-skel{--cu-skel-delay:40ms}.cu-scheduled-list li:nth-child(3) .cu-scheduled-card-skel{--cu-skel-delay:80ms}.cu-scheduled-list li:nth-child(4) .cu-scheduled-card-skel{--cu-skel-delay:.12s}.cu-scheduled-empty{min-height:240px;color:var(--color-text-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;font-size:13px;display:flex}.cu-scheduled-empty svg{stroke-width:1.5px;width:26px;height:26px}.cu-scheduled-empty strong{font-weight:500}.cu-scheduled-empty span{max-width:36em;line-height:1.5}.cu-scheduled-error{color:var(--color-status-danger);margin:0;font-size:12px;line-height:1.5}.cu-scheduled-sheet{font:12px var(--font-ui)}.cu-scheduled-fields{border:0;gap:14px;min-width:0;margin:0;padding:0;display:grid}.cu-schedule-field{gap:7px;min-width:0;display:grid}.cu-schedule-field>span{color:var(--color-text-secondary);flex-direction:column;align-items:flex-start;gap:3px;font-size:11px;font-weight:550;display:flex}.cu-schedule-field>span.cu-schedule-field-head,.cu-schedule-field-head{width:100%;color:var(--color-text-secondary);flex-direction:row;justify-content:space-between;align-items:center;gap:10px;font-size:11px;font-weight:550;display:flex}.cu-schedule-field-head label{color:inherit;font:inherit}.cu-schedule-field small{color:var(--color-text-tertiary);font-size:10px;font-weight:400}.cu-scheduled-sheet input,.cu-scheduled-sheet textarea,.cu-scheduled-modal textarea{box-sizing:border-box;border-radius:var(--radius-control);background:var(--color-surface-layer1);width:100%;min-width:0;color:var(--color-text-primary);font:12px var(--font-ui);box-shadow:none;border:0;outline:0;padding:9px 10px}.cu-scheduled-sheet input{height:34px}.cu-scheduled-sheet textarea,.cu-scheduled-modal textarea{resize:vertical;min-height:78px;line-height:1.6}.cu-scheduled-compose .cu-schedule-prompt{min-height:132px}.cu-scheduled-compose .cu-schedule-note{min-height:72px}.cu-scheduled-sheet input:focus,.cu-scheduled-sheet textarea:focus,.cu-scheduled-modal textarea:focus{box-shadow:inset 0 0 0 1px var(--color-focus-ring);outline:0}.cu-scheduled-sheet button:focus-visible,.cu-scheduled-modal button:focus-visible,.cu-scheduled button:focus-visible{outline:1px solid var(--color-focus-ring);outline-offset:2px}.cu-schedule-routing{gap:12px;display:grid}.cu-schedule-routing-pair{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.cu-schedule-enhance{color:var(--color-text-secondary);font:500 11px var(--font-ui);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}.cu-schedule-enhance svg{width:13px;height:13px}.cu-schedule-section{gap:12px;display:grid}.cu-scheduled-fields>.cu-schedule-section,.cu-schedule-section+.cu-schedule-section{border-top:1px solid var(--color-border-subtle);padding-top:16px}.cu-schedule-section h3{color:var(--color-text-secondary);letter-spacing:.02em;margin:0;font-size:11px;font-weight:650}.cu-schedule-when,.cu-schedule-timing{gap:12px;display:grid}.cu-schedule-when-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cu-schedule-pills{justify-self:start}.cu-scheduled-repeat{align-items:center;gap:8px;display:flex}.cu-scheduled-repeat>label{color:var(--color-text-secondary);align-items:center;gap:8px;display:flex}.cu-scheduled-repeat input{text-align:center;width:65px}.cu-scheduled-sheet footer,.cu-scheduled-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.cu-scheduled-sheet footer button[type=submit],.cu-scheduled-modal-actions button[type=submit]{background:var(--color-accent-primary);color:var(--color-accent-text);box-shadow:var(--shadow-control);border-color:#0000}.cu-schedule-summary{color:var(--color-text-secondary);margin:0;font-size:11px;line-height:1.45}.cu-scheduled-sheet .dropdown-trigger{background:var(--color-surface-layer1);width:100%;height:34px;box-shadow:none;font:500 12px var(--font-ui);justify-content:space-between}.cu-scheduled-sheet .dropdown-label{text-align:left;flex:1}.cu-scheduled-sheet .dropdown-menu{background:var(--color-surface-elevated)}.cu-scheduled-sheet .dropdown-trigger:hover,.cu-scheduled-sheet .dropdown[data-open=true] .dropdown-trigger{background:var(--color-surface-layer2);border-color:var(--color-border-strong)}.cu-scheduled-sheet .cu-scheduled-repeat .dropdown-trigger{width:auto;min-width:96px}.cu-scheduled-modal-scrim{z-index:60;background:color-mix(in srgb, var(--color-backdrop,var(--color-surface-overlay,#000)) 55%, transparent);place-items:center;padding:28px;display:grid;position:fixed;inset:0}.cu-scheduled-modal-scrim[data-layer=compose]{z-index:80}.cu-scheduled-modal-dismiss{background:0 0;border:0;position:absolute;inset:0}.cu-scheduled-modal{z-index:1;border:1px solid var(--color-border-subtle);background:var(--color-layer-0,var(--color-surface-elevated,var(--color-surface-panel)));width:min(640px,100%);max-height:min(80vh,760px);box-shadow:var(--shadow-elevated);border-radius:14px;flex-direction:column;display:flex;position:relative;overflow:hidden}.cu-scheduled-modal.cu-scheduled-sheet{width:min(640px,100%);max-height:min(80vh,760px);padding:0;overflow:hidden}.cu-scheduled-modal .cu-gel-row,.cu-scheduled-modal .cu-gel-row:last-child{border:0;min-height:0;padding:4px 0}.cu-scheduled-modal-head{align-items:flex-start;gap:12px;padding:16px 18px 12px;display:flex}.cu-scheduled-modal-head h2{margin:0;font-size:16px;font-weight:650}.cu-scheduled-modal-head p,.cu-scheduled-modal-copy,.cu-scheduled-modal-hint,.cu-scheduled-modal-meta{color:var(--color-text-secondary);margin:4px 0 0;font-size:12px;line-height:1.5}.cu-scheduled-modal-head .cu-scheduled-text-btn{margin-left:auto}.cu-scheduled-text-btn{color:var(--color-text-secondary);font:550 12px var(--font-ui);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.cu-scheduled-text-btn:hover:not(:disabled){color:var(--color-text-primary)}.cu-scheduled-modal-body{flex:1;gap:12px;min-height:0;padding:0 18px 16px;display:grid;overflow:auto}.cu-scheduled-modal-prompt{color:var(--color-text-primary);margin:0;font-size:13px;line-height:1.55}.cu-scheduled-modal-body>h3{color:var(--color-text-secondary);margin:8px 0 0;font-size:11px;font-weight:650}.cu-scheduled-runs{margin:0;padding:0;list-style:none}.cu-scheduled-runs>li{border-top:1px solid var(--color-border-subtle);gap:4px;padding:10px 0;display:grid}.cu-scheduled-runs>li:first-child{border-top:0}.cu-scheduled-runs strong{font-size:12px}.cu-scheduled-runs small,.cu-scheduled-runs p{color:var(--color-text-secondary);margin:0;font-size:11px;line-height:1.45}.cu-scheduled-modal-foot{border-top:1px solid var(--color-border-subtle);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;padding:12px 18px 16px;display:flex}.cu-scheduled-modal-foot>.cu-schedule-summary,.cu-scheduled-modal-foot>.cu-scheduled-error,.cu-scheduled-modal-foot>.cu-scheduled-modal-actions{flex:1 0 100%}.cu-scheduled-screen{z-index:1;background:var(--color-surface-canvas);width:100%;min-height:0;max-height:none;box-shadow:none;border:0;border-radius:0;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.cu-scheduled-screen .cu-scheduled-modal-body{flex-direction:column;flex:1;min-height:0;display:flex}.cu-scheduled-history{flex-direction:column;gap:8px;min-height:0;display:flex}.cu-scheduled-screen .cu-scheduled-history{flex:1}@keyframes cu-scheduled-breathe{50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.cu-scheduled *,.cu-scheduled-sheet *,.cu-scheduled-modal *,.cu-scheduled-screen *{transition:none!important;animation:none!important}}.cu-scheduled-list[data-grouped]{gap:22px}.cu-scheduled-section{gap:8px;display:grid}.cu-scheduled-section-head{color:var(--color-text-secondary);font:650 12px var(--font-ui);letter-spacing:-.005em;align-items:center;gap:8px;margin:0;padding:0 4px;display:flex}.cu-scheduled-section-head em{border-radius:var(--radius-full,999px);background:color-mix(in srgb, var(--color-accent) 12%, transparent);color:var(--color-accent);font:600 10px var(--font-ui);letter-spacing:.02em;padding:1px 6px;font-style:normal}.cu-scheduled-section-head small{color:var(--color-text-tertiary);font:500 11px var(--font-ui);font-variant-numeric:tabular-nums;margin-left:auto}.cu-scheduled-tile[data-agent]{background:0 0}.cu-scheduled-tile[data-agent] .cu-agent-pfp{--pfp:36px}.cu-scheduled-agent-tag{color:var(--color-text-primary);font-weight:600}.cu-schedule-surfaces{justify-self:stretch}.cu-schedule-surfaces button{flex:1;height:32px}.cu-schedule-surfaces button>span:last-child{justify-content:center;align-items:center;gap:6px;display:inline-flex}.cu-schedule-surfaces svg{width:14px;height:14px}.cu-schedule-agents{flex-wrap:wrap;gap:4px;display:flex}.cu-schedule-agent{isolation:isolate;width:76px;color:var(--color-text-secondary);font:520 11px var(--font-ui);cursor:pointer;background:0 0;border:0;border-radius:14px;justify-items:center;gap:6px;padding:10px 4px 8px;display:grid;position:relative}.cu-schedule-agent[data-selected]{color:var(--color-text-primary);font-weight:640}.cu-schedule-agent-pill{z-index:-1;border-radius:inherit;background:color-mix(in srgb, var(--color-accent) 12%, var(--color-surface-layer1));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-accent) 30%, transparent);position:absolute;inset:0}.cu-schedule-agent-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.cu-schedule-agent-plate{border-radius:var(--radius-control);background:var(--color-surface-layer1);align-items:center;gap:12px;padding:10px 12px;display:flex}.cu-schedule-agent-plate>span{gap:2px;min-width:0;display:grid}.cu-schedule-agent-plate strong{color:var(--color-text-primary);font-size:13px;font-weight:620}.cu-schedule-agent-plate small{color:var(--color-text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.cu-schedule-locked{border-radius:var(--radius-control);background:color-mix(in srgb, var(--color-surface-layer1) 70%, transparent);height:34px;box-shadow:inset 0 0 0 1px var(--color-border-subtle);color:var(--color-text-secondary);align-items:center;gap:8px;padding:0 10px;display:flex}.cu-schedule-locked strong{color:var(--color-text-primary);font-size:12px;font-weight:600}.cu-schedule-locked small{flex:1}.cu-schedule-locked svg:last-child{width:13px;height:13px;color:var(--color-text-tertiary)}.cu-schedule-agent-empty{color:var(--color-text-tertiary);margin:0}@media (prefers-reduced-motion:no-preference){:root:not([data-motion=none]) .cu-schedule-agent .cu-agent-pfp{transition:transform .32s cubic-bezier(.2,.8,.2,1.2)}:root:not([data-motion=none]) .cu-schedule-agent:hover .cu-agent-pfp{transform:translateY(-2px)scale(1.05)}:root:not([data-motion=none]) .cu-schedule-agent:active .cu-agent-pfp{transform:scale(.93)}}@media (max-width:560px){.cu-schedule-routing-pair{grid-template-columns:minmax(0,1fr)}.cu-schedule-agent{width:calc(25% - 3px);min-width:68px}}
.cu-bug{overflow-wrap:anywhere;min-width:0;font-size:12px;font-family:var(--font-ui,var(--font-interface,inherit));color:var(--color-text-primary);grid-template-columns:minmax(0,1fr);gap:14px;display:grid}.cu-bug-fields{border:0;grid-template-columns:minmax(0,1fr);gap:14px;min-width:0;margin:0;padding:0;display:grid}.cu-bug-pair{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}@media (max-width:480px){.cu-bug-pair{grid-template-columns:minmax(0,1fr)}.cu-bug-credit{flex-basis:100%}}.cu-bug-field{gap:7px;min-width:0;display:grid}.cu-bug-field>span,.cu-bug-field-head label{color:var(--color-text-secondary);font-size:11px;font-weight:550}.cu-bug-field-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.cu-bug-field-head small{color:var(--color-text-tertiary);font-variant-numeric:tabular-nums;font-size:10.5px}.cu-bug-field-head small[data-over]{color:var(--color-status-danger)}.cu-bug .dropdown,.cu-bug .dropdown-trigger{width:100%}.cu-bug input,.cu-bug textarea{box-sizing:border-box;border-radius:var(--radius-control);background:var(--color-surface-layer1);width:100%;min-width:0;color:var(--color-text-primary);box-shadow:none;border:0;outline:0;padding:9px 10px;font-family:inherit;font-size:12px}.cu-bug input{height:34px}.cu-bug textarea{resize:vertical;min-height:132px;line-height:1.6}.cu-bug input:focus,.cu-bug textarea:focus{box-shadow:inset 0 0 0 1px var(--color-focus-ring)}.cu-bug-hint{color:var(--color-text-tertiary);font-size:10.5px;line-height:1.45}.cu-bug-images{border-radius:var(--radius-row,10px);outline-offset:4px;min-width:0;transition:outline-color var(--motion-fast);outline:1px dashed #0000;gap:8px;display:grid}.cu-bug-images[data-dropping]{outline-color:var(--color-accent)}.cu-bug-images>.cu-bug-field-head>span{color:var(--color-text-secondary);font-size:11px;font-weight:550}.cu-bug-shots{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.cu-bug-shots li{border-radius:var(--radius-row,10px);background:var(--color-surface-layer1);width:72px;height:72px;position:relative;overflow:hidden}.cu-bug-shots img{object-fit:cover;width:100%;height:100%;display:block}.cu-bug-shots button{background:color-mix(in srgb, var(--color-surface-overlay,#000) 62%, transparent);color:#fff;cursor:pointer;width:20px;height:20px;transition:background var(--motion-fast), transform var(--motion-fast);border:0;border-radius:999px;place-items:center;padding:0;display:grid;position:absolute;top:3px;right:3px}.cu-bug-shots button svg{width:12px;height:12px}.cu-bug-shots button:hover{background:color-mix(in srgb, var(--color-surface-overlay,#000) 80%, transparent)}.cu-bug-shots button:active{transform:scale(.92)}.cu-bug-shots button:focus-visible{outline:1px solid var(--color-focus-ring);outline-offset:1px}.cu-bug-shots--past li{width:44px;height:44px}.cu-bug-attach{border:1px dashed var(--color-border-base);border-radius:var(--radius-control);height:30px;color:var(--color-text-secondary);cursor:pointer;transition:background var(--motion-fast), color var(--motion-fast), transform var(--motion-fast);background:0 0;justify-self:start;align-items:center;gap:6px;padding:0 11px;font-family:inherit;font-size:11.5px;font-weight:550;display:inline-flex}.cu-bug-attach svg{width:14px;height:14px}.cu-bug-attach:hover:not(:disabled){background:var(--color-surface-layer1);color:var(--color-text-primary)}.cu-bug-attach:active:not(:disabled){transform:translateY(.5px)}.cu-bug-attach:disabled{opacity:.45;cursor:default}.cu-bug-attach:focus-visible{outline:1px solid var(--color-focus-ring);outline-offset:2px}.cu-bug-diagnostics{min-width:0}.cu-bug-diagnostics .cu-gel-row{padding:2px 0}.cu-bug-diagnostics .cu-gel-row-copy small{max-width:42ch}.cu-bug-error{color:var(--color-status-danger);margin:0;font-size:12px;line-height:1.5}.cu-bug-wait{color:var(--color-text-secondary);align-items:center;gap:6px;margin:0;font-size:11.5px;line-height:1.5;display:flex}.cu-bug-wait svg{flex:none;width:13px;height:13px}.cu-bug-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.cu-bug-credit{color:var(--color-text-tertiary);flex:220px;margin:0;font-size:10.5px;line-height:1.5}.cu-bug-credit a{color:var(--color-text-secondary);text-underline-offset:2px;text-decoration:underline}.cu-bug-primary,.cu-bug-secondary{border:1px solid var(--color-border-base);border-radius:var(--radius-control);background:var(--color-surface-layer1);height:32px;color:var(--color-text-primary);cursor:pointer;transition:background var(--motion-fast), transform var(--motion-fast), box-shadow var(--motion-fast);justify-content:center;align-items:center;gap:6px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:550;display:inline-flex}.cu-bug-primary{background:var(--color-accent);color:var(--color-accent-text,var(--color-accent-contrast,#111));border-color:#0000}.cu-bug-primary:hover:not(:disabled){box-shadow:var(--shadow-control);filter:brightness(1.06)}.cu-bug-secondary:hover:not(:disabled){background:var(--color-surface-layer2);box-shadow:var(--shadow-control)}.cu-bug-primary:active:not(:disabled),.cu-bug-secondary:active:not(:disabled){transform:translateY(.5px)}.cu-bug-primary:disabled,.cu-bug-secondary:disabled{opacity:.45;cursor:default}.cu-bug-primary:focus-visible,.cu-bug-secondary:focus-visible,.cu-bug-close:focus-visible{outline:1px solid var(--color-focus-ring);outline-offset:2px}.cu-bug-note{border:1px solid var(--color-border-subtle);border-radius:var(--radius-control);background:var(--color-surface-layer1);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:14px;display:grid}.cu-bug-note>svg{width:20px;height:20px;color:var(--color-accent-secondary,var(--color-accent));margin-top:1px}.cu-bug-note--success>svg{color:var(--color-status-success,var(--color-accent))}.cu-bug-note strong{font-size:13px;font-weight:620;display:block}.cu-bug-note p{color:var(--color-text-secondary);margin:4px 0 0;font-size:12px;line-height:1.5}.cu-bug-note .cu-bug-primary{grid-column:2;justify-self:start;margin-top:4px}.cu-bug-history{border-top:1px solid var(--color-border-subtle);grid-template-columns:minmax(0,1fr);gap:8px;min-width:0;padding-top:14px;display:grid}.cu-bug-history-toggle{width:100%;min-width:0;color:var(--color-text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:2px 0;font-size:11px;font-weight:650;display:flex}.cu-bug-history-toggle:hover,.cu-bug-history-toggle[aria-expanded=true]{color:var(--color-text-primary)}.cu-bug-history-toggle small{color:var(--color-text-tertiary);font-size:10.5px;font-weight:600}.cu-bug-history-toggle .cu-trace-chevron{margin-left:auto}.cu-bug-history ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.cu-bug-history>.cu-trace-fold>.cu-trace-fold-inner>ul{padding-top:8px}.cu-bug-history li{gap:3px;display:grid}.cu-bug-history-meta{color:var(--color-text-tertiary);letter-spacing:.02em;font-size:10.5px;font-weight:600}.cu-bug-history p{-webkit-line-clamp:2;color:var(--color-text-secondary);-webkit-box-orient:vertical;margin:0;font-size:11.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.cu-bug-scrim{z-index:130;background:color-mix(in srgb, var(--color-backdrop,var(--color-surface-overlay,#000)) 55%, transparent);place-items:center;padding:28px;display:grid;position:fixed;inset:0}.cu-bug-dismiss{background:0 0;border:0;position:absolute;inset:0}.cu-bug-modal{z-index:1;border:1px solid var(--color-border-subtle);background:var(--color-layer-0,var(--color-surface-elevated,var(--color-surface-panel)));width:min(560px,100%);max-height:min(84vh,760px);box-shadow:var(--shadow-elevated);font-size:12px;font-family:var(--font-ui,var(--font-interface,inherit));border-radius:14px;flex-direction:column;display:flex;position:relative;overflow:hidden}.cu-bug-modal-head{align-items:center;gap:12px;padding:16px 18px 12px;display:flex}.cu-bug-modal-head h2{color:var(--color-text-primary);margin:0;font-size:16px;font-weight:650}.cu-bug-modal-head p{color:var(--color-text-secondary);margin:4px 0 0;font-size:12px;line-height:1.5}.cu-bug-tile{border-radius:var(--radius-control);width:32px;height:32px;color:var(--color-accent-secondary,var(--color-accent));background:var(--color-surface-layer1);flex:none;place-items:center;display:grid}.cu-bug-tile svg{width:16px;height:16px}.cu-bug-close{border-radius:var(--radius-control);width:28px;height:28px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;margin-left:auto;padding:0;display:grid}.cu-bug-close:hover{color:var(--color-text-primary);background:var(--color-surface-layer1)}.cu-bug-close svg{width:15px;height:15px}.cu-bug-modal-body{flex:1;min-height:0;padding:0 18px 16px;overflow:auto}@media (prefers-reduced-motion:reduce){.cu-bug *,.cu-bug-modal *{transition:none!important;animation:none!important}}
.composer-sheet-pane{gap:14px;padding-bottom:2px;display:grid}.composer-sheet-title{border-radius:var(--radius-control,var(--radius-sm));min-height:40px;color:var(--color-text-primary);letter-spacing:-.01em;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;margin:0 auto;padding:0 10px;font-size:16px;line-height:1.25;display:inline-flex;overflow:visible}.composer-sheet-title:active{background:color-mix(in srgb, var(--color-layer-2) 70%, transparent)}.composer-sheet-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:650;line-height:1.25;overflow:hidden}.composer-sheet-title span{color:var(--color-text-tertiary);font-weight:500;line-height:1.25}.composer-sheet-title-effort{flex:none;overflow:visible}.composer-sheet-title>svg{width:17px;height:17px;color:var(--color-text-tertiary);flex:none}.composer-sheet-title--back>svg{margin-right:-2px}.composer-sheet-title .runtime-mark{object-fit:contain;flex:none;width:17px;height:17px}.composer-sheet-stack{gap:8px;display:grid}.composer-sheet-card{border-radius:var(--radius-lg,var(--radius-md));background:color-mix(in srgb, var(--color-layer-2) 70%, transparent);padding:0 4px;display:grid}.composer-sheet-row{border-radius:var(--radius-md,var(--radius-sm));text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;min-height:52px;padding:0 10px;display:grid}.composer-sheet-row+.composer-sheet-row{box-shadow:inset 0 1px 0 color-mix(in srgb, var(--color-border-subtle) 80%, transparent)}.composer-sheet-row:active{background:color-mix(in srgb, var(--color-layer-1) 70%, transparent)}.composer-sheet-row:disabled{opacity:.5}.composer-sheet-row--toggle{grid-template-columns:minmax(0,1fr) auto}.composer-sheet-row-label{color:var(--color-text-primary);font-size:14px;font-weight:550}.composer-sheet-row-value{min-width:0;color:var(--color-text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;line-height:1.25;overflow:hidden}.composer-sheet-row-tag,.composer-sheet-row-note{white-space:nowrap;margin-left:6px;font-size:10.5px;font-style:normal;font-weight:550;line-height:1.2}.composer-sheet-row-tag{border-radius:var(--radius-full,999px);color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 14%, transparent);padding:1px 6px}.composer-sheet-row-note{color:var(--color-text-tertiary);opacity:.85}.composer-sheet-row>svg{width:14px;height:14px;color:var(--color-text-tertiary);flex:none}.composer-sheet-row .switch{border:1px solid var(--color-border-strong);border-radius:var(--radius-full,999px);background:var(--color-layer-2);pointer-events:none;width:38px;height:22px;transition:background var(--duration-fast) var(--ease-standard);padding:0;position:relative}.composer-sheet-row .switch span{border-radius:var(--radius-full,999px);background:var(--color-text-secondary);width:16px;height:16px;transition:transform var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard);position:absolute;top:2px;left:2px}.composer-sheet-row .switch[data-checked=true]{border-color:var(--color-accent);background:var(--color-accent)}.composer-sheet-row .switch[data-checked=true] span{background:var(--color-accent-text,var(--color-accent-contrast,var(--color-surface-canvas)));transform:translate(16px)}.composer-sheet-menu{z-index:160;min-width:196px;max-height:min(48vh, 420px, var(--menu-max-height,var(--popover-max-height,100vh)));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;gap:2px;padding:4px;display:grid;overflow:auto}.composer-sheet-menu--models{width:min(100vw - 28px,340px);max-height:min(64vh, 560px, var(--menu-max-height,var(--popover-max-height,100vh)))}.composer-sheet-menu--info{width:min(100vw - 16px,390px);max-height:min(78vh, 680px, var(--menu-max-height,var(--popover-max-height,100vh)))}.composer-sheet-menu>button,.composer-sheet-model-row>button[role=menuitemradio]{border-radius:var(--radius-sm);min-height:40px;color:var(--color-text-primary);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:0 10px;font-size:12.5px;display:flex}.composer-sheet-menu-option{align-items:center;gap:8px;min-width:0;display:flex}.composer-sheet-menu-option>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1.25;overflow:hidden}.composer-sheet-menu-mark{flex:none;place-items:center;width:15px;height:15px;display:grid}.composer-sheet-menu-mark img,.composer-sheet-menu-mark svg{object-fit:contain;width:15px;height:15px;display:block}.composer-sheet-menu-divider{background:color-mix(in srgb, var(--color-border-subtle) 80%, transparent);height:1px;margin:3px 6px;display:block}.composer-sheet-menu>.composer-sheet-menu-action{color:var(--color-text-secondary)}.composer-sheet-menu>button:active,.composer-sheet-model-row>button[role=menuitemradio]:active{background:color-mix(in srgb, var(--color-layer-2) 80%, transparent)}.composer-sheet-menu>button[data-selected],.composer-sheet-model-row>button[data-selected]{color:var(--color-accent)}.composer-sheet-menu>button:disabled,.composer-sheet-model-row>button:disabled{opacity:.45}.composer-sheet-menu>button svg,.composer-sheet-model-row>button[role=menuitemradio] svg{flex:none;width:14px;height:14px}.composer-sheet-model{min-width:0;scroll-margin-top:6px;display:grid}.composer-sheet-model[data-open]{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--color-layer-2) 48%, transparent)}.composer-sheet-model-row{grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:2px;display:grid}.composer-sheet-model-row>button[role=menuitemradio]{min-width:0}.composer-sheet-model-row>button[role=menuitemradio] span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.composer-sheet-model-row>button[role=menuitemradio] small{color:var(--color-text-tertiary);white-space:nowrap;margin-left:auto;font-size:10.5px;font-weight:550}.composer-sheet-menu .composer-sheet-model-info-btn{border-radius:var(--radius-full,999px);width:32px;height:32px;min-height:32px;color:var(--color-text-tertiary);background:0 0;border:0;justify-content:center;place-items:center;padding:0;display:grid}.composer-sheet-menu .composer-sheet-model-info-btn:active{background:color-mix(in srgb, var(--color-layer-2) 80%, transparent)}.composer-sheet-menu .composer-sheet-model-info-btn[aria-expanded=true]{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 16%, transparent)}.composer-sheet-menu .composer-sheet-model-info-btn svg{width:14px;height:14px}.composer-sheet-model-info{overflow:hidden}.composer-sheet-model-info-inner{padding:4px 8px 10px}.composer-sheet-model-info .cu-model-info{gap:10px}.composer-sheet-model-info .cu-model-info-head{display:none}.composer-sheet-model-info p{padding:0}.composer-sheet-model-info .cu-feature-row{grid-template-columns:repeat(4,minmax(0,1fr))}.composer-model-picker{padding:6px 10px 12px}.composer-picker-grow{overflow:hidden}.composer-model-picker .composer-sheet-pane{box-sizing:border-box;gap:8px;padding:0 2px 6px}.composer-model-picker .cu-sheet-title-row{justify-content:center;align-items:center;min-height:28px;display:flex;position:relative}.composer-model-picker .cu-sheet-title-row>.composer-sheet-title{grid-column:auto;width:max-content;max-width:none}.composer-model-picker .cu-sheet-title-row>.cu-fast-bolt{--cu-bolt-anchor:translateY(-50%);grid-column:auto;width:24px;height:24px;position:absolute;top:50%;right:0}.composer-model-picker .cu-fast-bolt svg{width:13px;height:13px}.composer-model-picker .cu-effort-slider{--cu-knob:24px;box-sizing:border-box;width:100%;min-width:220px}.composer-model-picker .cu-effort-slider-knob{box-shadow:0 2px 6px #0000003d}.composer-model-picker .composer-sheet-title{justify-content:center;width:max-content;min-height:28px;margin:0;padding:2px 4px;font-size:12.5px;overflow:visible}.composer-model-picker .cu-sheet-title-row[data-bolt]>.composer-sheet-title{padding-right:28px}.composer-model-picker .composer-sheet-title strong{text-overflow:unset;min-width:auto;overflow:visible}.composer-model-picker .composer-sheet-title--back{justify-content:flex-start}.composer-model-picker .composer-sheet-title:hover{background:color-mix(in srgb, var(--color-layer-2) 55%, transparent)}.composer-model-picker .composer-sheet-title>svg,.composer-model-picker .composer-sheet-title .runtime-mark{width:14px;height:14px}.composer-model-picker .composer-sheet-stack{gap:6px}.composer-model-picker .composer-sheet-card{border-radius:var(--radius-md)}.composer-model-picker .composer-sheet-row{min-height:34px;padding:0 8px}.composer-model-picker .composer-sheet-row:hover{background:color-mix(in srgb, var(--color-layer-1) 70%, transparent)}.composer-model-picker .composer-sheet-row-label{font-size:12px}.composer-model-picker .composer-sheet-row-value{font-size:11.5px}.composer-sheet-menu--compact{min-width:180px}.composer-sheet-menu--compact>button,.composer-sheet-menu--compact .composer-sheet-model-row>button[role=menuitemradio]{min-height:30px;padding:0 8px;font-size:12px}.composer-sheet-menu--compact>button:hover,.composer-sheet-menu--compact .composer-sheet-model-row>button[role=menuitemradio]:hover{background:color-mix(in srgb, var(--color-layer-2) 72%, transparent)}.composer-sheet-row-mark{vertical-align:-4px;place-items:center;width:18px;height:18px;margin-right:6px;display:inline-grid}.composer-sheet-row-mark .cu-agent-pfp,.composer-sheet-menu-mark .cu-agent-pfp{--pfp:18px;width:18px;height:18px;font-size:8px}.composer-sheet-menu-option:has(.cu-agent-pfp) .composer-sheet-menu-mark{width:18px;height:18px}.composer-sheet-card--agent{padding:0}.cu-agent-pick{gap:6px;padding:10px 0;display:grid}.cu-agent-pick-head{justify-content:space-between;align-items:baseline;gap:8px;padding:0 12px;display:flex}.cu-agent-pick-current{min-width:0;color:var(--color-text-tertiary);text-overflow:ellipsis;white-space:nowrap;align-items:baseline;gap:6px;font-size:13px;display:inline-flex;overflow:hidden}.cu-agent-pick-strip{overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;gap:2px;padding:2px 6px 4px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8px calc(100% - 14px),#0000);mask-image:linear-gradient(90deg,#0000,#000 8px calc(100% - 14px),#0000)}.cu-agent-pick-strip::-webkit-scrollbar{display:none}.cu-agent-pick-chip{width:64px;color:var(--color-text-secondary);font:inherit;cursor:pointer;scroll-snap-align:start;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:14px;flex:none;justify-items:center;gap:5px;padding:8px 2px 6px;display:grid;position:relative}.cu-agent-pick-chip>:not(.cu-agent-pick-pill){z-index:1;position:relative}.cu-agent-pick-chip:disabled{cursor:default;opacity:.45}.cu-agent-pick-chip[data-selected]:disabled{opacity:1}.cu-agent-pick-chip:focus-visible{outline:2px solid var(--color-focus-ring,var(--color-accent));outline-offset:-2px}.cu-agent-pick-pill{z-index:0;border-radius:inherit;background:color-mix(in srgb, var(--color-accent) 13%, var(--color-layer-1));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-accent) 32%, transparent), 0 4px 14px color-mix(in srgb, var(--color-accent) 14%, transparent);position:absolute;inset:0}.cu-agent-pick-name{letter-spacing:-.005em;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11.5px;font-weight:520;overflow:hidden}.cu-agent-pick-chip[data-selected] .cu-agent-pick-name{color:var(--color-text-primary);font-weight:620}.cu-agent-pick-none{width:40px;height:40px;color:var(--color-text-tertiary);background:color-mix(in srgb, var(--color-layer-1) 80%, transparent);box-shadow:inset 0 0 0 1px var(--color-border-subtle);border-radius:50%;place-items:center;display:grid}.cu-agent-pick-none svg{width:18px;height:18px}.cu-agent-pick-purpose{color:var(--color-text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;padding:0 12px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.cu-agent-pick-first{grid-template-columns:auto minmax(0,1fr) auto}.cu-agent-pick-first .composer-sheet-row-value{color:var(--color-text-primary);text-align:left}@media (prefers-reduced-motion:no-preference){:root:not([data-motion=none]) .cu-agent-pick-chip .cu-agent-pfp{transition:transform .32s cubic-bezier(.2,.8,.2,1.2)}:root:not([data-motion=none]) .cu-agent-pick-chip:not(:disabled):hover .cu-agent-pfp{transform:translateY(-2px)scale(1.05)}:root:not([data-motion=none]) .cu-agent-pick-chip:not(:disabled):active .cu-agent-pfp{transform:scale(.92)}:root:not([data-motion=none]) .cu-agent-pick-chip[data-selected] .cu-agent-pfp{transform:scale(1.06)}}@media (pointer:coarse){.cu-agent-pick-chip{width:70px}}
.dropdown{min-width:0;color:var(--color-text-secondary);position:relative}.dropdown-trigger{border:1px solid var(--color-border-base);border-radius:var(--radius-control);min-width:0;height:32px;color:inherit;background:var(--color-layer-1);cursor:pointer;transition:color var(--motion-fast), border-color var(--motion-fast), background var(--motion-fast), box-shadow var(--motion-fast);align-items:center;gap:7px;padding:0 8px;line-height:1;display:inline-flex}.dropdown-trigger:hover,.dropdown[data-open=true] .dropdown-trigger{color:var(--color-text-primary);border-color:var(--color-border-strong);background:var(--color-layer-2);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-accent) 14%, transparent)}.dropdown-chevron{width:13px;height:13px;transition:transform var(--motion-fast) var(--ease-standard);flex:none}.dropdown[data-open=true] .dropdown-chevron{transform:rotate(180deg)}[data-motion=none] .dropdown-chevron{transition:none}.dropdown-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1;overflow:hidden}.dropdown--compact .dropdown-trigger{border-radius:var(--radius-sm);background:0 0;border-color:#0000;gap:4px;height:29px;padding:0 5px;font-size:10.5px}.dropdown--compact .dropdown-trigger:hover,.dropdown--compact[data-open=true] .dropdown-trigger{border-color:var(--color-border-base);background:var(--color-layer-2)}.compact-select .dropdown-trigger>svg:first-child{width:13px;margin-left:1px}.dropdown-menu{z-index:50;border:1px solid var(--color-border-strong);border-radius:var(--radius-control);background:var(--color-elevated,var(--color-layer-2));min-width:max(100%,174px);max-height:min(320px,100vh - 24px);box-shadow:var(--shadow-elevated);transform-origin:100% 0;padding:5px;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto}.dropdown-menu--up{transform-origin:100% 100%;top:auto;bottom:calc(100% + 6px)}.dropdown[data-open=true]{z-index:60}.runtime-settings-stage:has(.dropdown[data-open=true]){z-index:40;position:relative}.settings-section:has(.dropdown[data-open=true]){z-index:40;position:relative}.setting-row:has(.dropdown[data-open=true]){z-index:40;position:relative}.settings-runtime-row:has(.dropdown[data-open=true]){z-index:40;position:relative}.runtime-favorite-setting:has(.dropdown[data-open=true]){z-index:40;position:relative}.runtime-default-editor>div:has(.dropdown[data-open=true]){z-index:40;position:relative}.runtime-default-editor:has(.dropdown[data-open=true]){overflow:visible}.composer-controls-left .dropdown-menu{transform-origin:0 0;left:0;right:auto}.composer-controls-left .dropdown-menu--up{transform-origin:0 100%}.dropdown-group-label{letter-spacing:.04em;text-align:left;color:var(--color-text-tertiary,var(--color-text-secondary));opacity:.75;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:8px 8px 3px;font-size:10.5px;font-weight:500;display:flex}.dropdown-group-icon{object-fit:contain;flex:none;width:12px;height:12px;display:block}.dropdown-group-label:first-child{padding-top:4px}.dropdown-option{border-radius:calc(var(--radius-control) - 2px);width:100%;min-height:30px;color:var(--color-text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0 8px;font-size:11px;line-height:1;display:flex}.dropdown-option:hover,.dropdown-option[data-highlighted=true],.dropdown-option[aria-selected=true]{color:var(--color-text-primary);background:var(--color-accent-soft)}.dropdown-option[aria-selected=true]{font-weight:600}.dropdown-option:disabled{cursor:not-allowed;opacity:.48}.dropdown-option>svg:last-child{width:13px;color:var(--color-accent);margin-left:auto}.dropdown-fast-head{justify-content:flex-end;min-height:36px;padding:0 2px 2px;display:flex}.dropdown-selected-icon,.dropdown-option-icon{flex:none;place-items:center;width:16px;height:16px;display:inline-grid}.dropdown-option-icon>svg{width:13px;height:13px}.dropdown-option-icon>svg,.dropdown-option-icon>img,.dropdown-selected-icon>svg,.dropdown-selected-icon>img{display:block}
.cu-cursor-card{border:1px solid var(--color-border-subtle);border-radius:var(--radius-composer,var(--radius-md));background:var(--color-surface-panel);width:min(100%,560px);color:var(--color-text-primary);font:inherit;text-align:left;transition:border-color var(--duration-fast), background var(--duration-fast);flex-direction:column;gap:15px;margin:12px 0;padding:20px;display:flex}.cu-cursor-card-open{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:8px;padding:0;display:flex}.cu-cursor-card-footer{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 12px;display:flex}.cu-cursor-card-model{color:var(--color-text-secondary);overflow-wrap:anywhere;flex:120px;font-size:11px;line-height:1.5}.cu-cursor-card-footer .cu-cursor-approval-actions{gap:6px;padding-top:0}.cu-cursor-card-footer button{border-radius:var(--radius-control);min-height:36px;transition:opacity var(--duration-fast), transform var(--duration-fast);padding:7px 10px}.cu-cursor-card-footer button:active:not(:disabled){transform:scale(.97)}.cu-cursor-card button:disabled{opacity:.45;cursor:default}.cu-cursor-card :focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.cu-cursor-card-error{color:var(--color-text-secondary);margin:0;font-size:12px;line-height:1.5}@media (pointer:coarse){.cu-cursor-card-footer button{min-height:44px}}@media (prefers-reduced-motion:reduce){.cu-cursor-card-footer button{transition:none}.cu-cursor-card-footer button:active:not(:disabled){transform:none}}:root[data-motion=none] .cu-cursor-card-footer button,:root[data-motion=reduced] .cu-cursor-card-footer button{transition:none;transform:none}.cu-cursor-card:hover{border-color:var(--color-text-tertiary);background:var(--color-surface-layer2)}.cu-cursor-card-heading{align-items:center;gap:13px;display:flex}.cu-cursor-card-heading>span{flex:1;min-width:0}.cu-cursor-card-heading strong{font-size:15px;font-weight:550;line-height:1.5;display:block}.cu-cursor-mark{object-fit:contain;border-radius:6px;flex:none}.cu-cursor-eyebrow{color:var(--color-text-secondary);letter-spacing:.03em;font-size:11px;line-height:1.7;display:block}.cu-cursor-card-detail,.cu-cursor-metrics,.cu-cursor-metrics>span,.cu-cursor-repo{color:var(--color-text-secondary);align-items:center;gap:8px;font-size:11px;display:flex}.cu-cursor-card-detail{flex-wrap:wrap;justify-content:space-between}.cu-cursor-metrics{font-variant-numeric:tabular-nums;gap:14px}.cu-cursor-status{color:var(--color-text-primary)}.cu-cursor-repo{overflow-wrap:anywhere;flex-wrap:wrap}.cu-cursor-repo>span{color:var(--color-text-tertiary)}.cu-cursor-view{width:100%;height:100%;min-height:0;color:var(--color-text-primary);background:var(--color-surface-canvas);flex-direction:column;display:flex}.cu-cursor-header{min-height:44px;padding:max(6px, env(safe-area-inset-top)) 10px 6px;border-bottom:1px solid var(--color-border-subtle);flex:none;align-items:center;gap:8px;display:flex}.cu-cursor-title{flex:0 auto;align-items:center;gap:4px;min-width:0;display:flex}.cu-cursor-title h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:13px;font-weight:550;line-height:1.5;overflow:hidden}.cu-cursor-parent-title{min-width:48px;max-width:30%;color:inherit;font:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:0;flex:0 auto;padding:4px 0;font-size:13px;font-weight:600;overflow:hidden}.cu-cursor-parent-title:hover{text-decoration:underline}.cu-cursor-parent-title:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.cu-cursor-divider{color:var(--color-text-tertiary)}.cu-cursor-header .cu-cursor-mark{background:0 0;border:0;width:18px;height:18px;padding:0}.cu-cursor-header .cu-cursor-metrics{white-space:nowrap;flex:none;margin-left:auto}.cu-cursor-header .cu-cursor-monitor{flex:none;margin-left:8px;font-size:11px}@media (max-width:700px){.cu-cursor-header{flex-wrap:wrap}.cu-cursor-header .cu-cursor-metrics{flex-basis:100%;order:1;justify-content:flex-end}.cu-cursor-header .cu-cursor-title{flex:1}.cu-cursor-header .cu-cursor-monitor>span{display:none}}.cu-cursor-icon-button{border-radius:var(--radius-md,10px);min-width:36px;min-height:36px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;display:inline-flex}.cu-cursor-icon-button:hover{color:var(--color-text-primary);background:var(--color-surface-panel)}.cu-cursor-toolbar{color:var(--color-text-secondary);flex-wrap:wrap;align-items:center;gap:18px;padding:13px 24px;font-size:12px;display:flex}.cu-cursor-monitor{cursor:pointer;align-items:center;gap:7px;margin-left:auto;display:flex}.cu-cursor-scroll{overscroll-behavior:contain;flex:1;min-height:0;padding:24px max(24px,50% - 360px);overflow:auto}.cu-cursor-proposal{flex-direction:column;gap:19px;max-width:700px;margin:16px auto 40px;display:flex}.cu-cursor-proposal h3{letter-spacing:-.04em;margin:0;font-size:clamp(22px,3vw,30px);font-weight:500;line-height:1.2}.cu-cursor-proposal>p{color:var(--color-text-secondary);margin:0;font-size:13px;line-height:1.7}.cu-cursor-proposal label{color:var(--color-text-secondary);flex-direction:column;gap:8px;font-size:12px;display:flex}.cu-cursor-proposal input,.cu-cursor-proposal select,.cu-cursor-proposal textarea{box-sizing:border-box;border:1px solid var(--color-border-subtle);background:var(--color-surface-panel);width:100%;color:var(--color-text-primary);border-radius:var(--radius-md,10px);font:inherit;padding:12px 14px;font-size:13px;line-height:1.6}.cu-cursor-proposal textarea{resize:vertical;min-height:150px}.cu-cursor-fields{grid-template-columns:1fr 1fr;gap:16px;display:grid}.cu-cursor-caption{color:var(--color-text-tertiary);font-size:11px;line-height:1.7}.cu-cursor-approval-actions{justify-content:flex-end;align-items:center;gap:10px;padding-top:8px;display:flex}.cu-cursor-approval-actions button,.cu-cursor-primary{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md,10px);background:var(--color-surface-panel);color:var(--color-text-primary);font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:12px;display:inline-flex}.cu-cursor-approval-actions .cu-cursor-primary,.cu-cursor-primary{background:var(--color-accent);color:var(--color-accent-text);border-color:#0000}.cu-cursor-view button:disabled{opacity:.45;cursor:default}.cu-cursor-view :focus-visible,.cu-cursor-card:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.cu-cursor-message{padding:10px 0 28px}.cu-cursor-message p{white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0 0;font-size:14px;line-height:1.8}.cu-cursor-message.cu-cursor-user{box-sizing:border-box;border-radius:var(--radius-md);width:fit-content;max-width:min(85%,620px);color:var(--color-text-primary);background:var(--color-layer-1,var(--color-surface-panel));border:1px solid color-mix(in srgb, var(--color-border-subtle) 70%, transparent);font-size:var(--font-size-chat,14px);white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0 24px auto;padding:9px 13px;line-height:1.55}.cu-cursor-user p{font:inherit;margin:0}.cu-cursor-button{border:1px solid var(--color-border-subtle);border-radius:var(--radius-control);background:var(--color-surface-panel);min-height:34px;color:var(--color-text-secondary);font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:7px 11px;font-size:12px;display:inline-flex}.cu-cursor-button:hover:not(:disabled){color:var(--color-text-primary);background:var(--color-surface-layer2)}.cu-cursor-button:disabled{opacity:.5;cursor:default}.cu-cursor-reconnect{flex:none;align-self:center;margin:8px 16px 0}@media (pointer:coarse){.cu-cursor-button{min-height:44px}}.cu-cursor-reply-author{color:var(--color-text-secondary);align-items:center;gap:7px;margin-bottom:8px;font-size:12px;display:flex}.cu-cursor-tool,.cu-cursor-status,.cu-cursor-gap{color:var(--color-text-secondary);font-size:12px}.cu-cursor-pr{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md,10px);color:var(--color-text-primary);align-items:center;gap:12px;margin:12px 0;padding:16px;text-decoration:none;display:flex}.cu-cursor-pr span{flex:1;font-size:13px}.cu-cursor-pr small{color:var(--color-text-secondary);margin-top:5px;display:block}.cu-cursor-compose{box-sizing:border-box;width:min(100% - 32px,780px);margin:12px auto max(12px, env(safe-area-inset-bottom));border-radius:var(--radius-composer,16px);background:var(--color-layer-1,var(--color-surface-panel));box-shadow:var(--shadow-elevated);border:1px solid #0000;flex:none;padding:0;position:relative;overflow:visible}.cu-cursor-compose textarea{box-sizing:border-box;resize:none;width:100%;min-height:47px;max-height:170px;color:var(--color-text-primary);font:inherit;background:0 0;border:0;outline:0;padding:14px 15px 4px;font-size:14px;line-height:1.5;display:block}.cu-cursor-compose-controls{box-sizing:border-box;justify-content:flex-end;align-items:center;gap:8px;min-height:43px;padding:4px 7px 7px;display:flex}.cu-cursor-error,.cu-cursor-notice{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md,10px);color:var(--color-text-secondary);margin:8px 24px;padding:12px 16px;font-size:12px;line-height:1.6}.cu-cursor-spinning{animation:1s linear infinite cu-cursor-spin}.cu-cursor-fullscreen{z-index:var(--z-overlay,100);background:var(--color-surface-canvas);width:100%;max-width:none;height:100dvh;max-height:none;color:var(--color-text-primary);border:0;margin:0;padding:0;position:fixed;inset:0;overflow:hidden}.cu-cursor-fullscreen::backdrop{background:var(--color-surface-canvas)}.cu-cursor-stage{transform-origin:50% 55%;height:100%;min-height:0}.cu-cursor-card{border-radius:var(--radius-lg);background:linear-gradient(135deg, color-mix(in srgb, var(--color-accent) 4%, var(--color-surface-panel)), var(--color-surface-panel))}.cu-cursor-card-heading>svg{transition:transform var(--duration-fast)}.cu-cursor-card:hover .cu-cursor-card-heading>svg{transform:translate(3px)}.cu-cursor-mark{box-sizing:content-box;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-canvas);padding:8px}.cu-cursor-card .cu-cursor-repo{border-top:1px solid var(--color-border-subtle);padding-top:13px}.cu-cursor-status{align-items:center;gap:7px;display:inline-flex}.cu-cursor-status-dot{border-radius:var(--radius-full);background:currentColor;flex:none;width:5px;height:5px}.cu-cursor-status[data-tone=active]{color:var(--color-accent)}.cu-cursor-status[data-tone=success]{color:var(--color-status-success)}.cu-cursor-status[data-tone=attention]{color:var(--color-status-warning)}.cu-cursor-proposal>.cu-cursor-eyebrow{color:var(--color-accent)}.cu-cursor-proposal input,.cu-cursor-proposal select,.cu-cursor-proposal textarea,.cu-cursor-compose{transition:background var(--duration-fast), border-color var(--duration-fast), box-shadow var(--duration-fast)}.cu-cursor-proposal input:hover,.cu-cursor-proposal select:hover,.cu-cursor-proposal textarea:hover{border-color:var(--color-border-strong)}.cu-cursor-compose:focus-within{border-color:var(--color-focus-ring)}.cu-cursor-view :focus-visible,.cu-cursor-card:focus-visible{outline-color:var(--color-focus-ring)}.cu-cursor-view .cu-cursor-primary:not(:disabled):hover{background:var(--color-accent-hover,var(--color-accent))}.cu-cursor-pr{transition:background var(--duration-fast), border-color var(--duration-fast)}.cu-cursor-pr:hover{background:var(--color-surface-panel);border-color:var(--color-border-strong)}.cu-cursor-tool,.cu-cursor-gap{border-left:2px solid var(--color-border-subtle);margin:0 0 18px;padding:8px 14px}.cu-cursor-tool p,.cu-cursor-gap p{font-size:12px}.cu-cursor-feedback{border:1px solid color-mix(in srgb, var(--color-status-success) 25%, var(--color-border-subtle));border-radius:var(--radius-md);color:var(--color-text-primary);background:color-mix(in srgb, var(--color-status-success) 5%, var(--color-surface-panel));flex:none;align-items:center;gap:8px;margin:8px max(20px,50% - 360px);padding:12px 16px;font-size:12px;line-height:1.6;display:flex}.cu-cursor-error{color:var(--color-status-danger)}.cu-cursor-loading{color:var(--color-text-secondary);align-items:center;gap:10px;padding:28px 0;font-size:13px;display:flex}.cu-cursor-view[data-motion=none] *,:root[data-motion=none] .cu-cursor-card,:root[data-motion=none] .cu-cursor-card *,:root[data-motion=reduced] .cu-cursor-card,:root[data-motion=reduced] .cu-cursor-card *{transition:none!important;animation:none!important}@media (forced-colors:active){.cu-cursor-card,.cu-cursor-compose,.cu-cursor-feedback,.cu-cursor-mark{background:canvas;border:1px solid canvastext}.cu-cursor-status{color:canvastext}}@keyframes cu-cursor-spin{to{transform:rotate(360deg)}}@media (max-width:600px){.cu-cursor-header{gap:9px;padding-left:12px;padding-right:12px}.cu-cursor-fields{grid-template-columns:1fr}.cu-cursor-scroll{padding:20px}.cu-cursor-toolbar{gap:10px;padding:12px 20px}.cu-cursor-monitor{margin-left:0}.cu-cursor-icon-button{min-width:44px;min-height:44px}}@media (prefers-reduced-motion:reduce){.cu-cursor-spinning{animation:none}.cu-cursor-card{transition:none}}.cu-cursor-followup-review{white-space:pre-wrap;overflow-wrap:anywhere;max-height:180px;overflow:auto}[data-cursor-surface],.cloud-chat-view,.chat-screen{isolation:isolate;position:relative}.cu-cursor-destination{z-index:5;background:var(--color-surface-canvas);outline:none;min-width:0;min-height:0;position:absolute;inset:0;overflow:hidden}.cu-cursor-destination-embedded{height:100%;position:relative}.cu-cursor-embedded{height:100%;min-height:0}.cu-cursor-card{gap:8px;width:min(100%,420px);padding:12px 14px}.cu-cursor-card-heading strong{font-size:13px}.cu-cursor-card .cu-cursor-mark{width:20px;height:20px;padding:5px}.cu-cursor-message{border:0}.cu-cursor-feed{max-width:760px;margin:0 auto}.cu-cursor-main-chat{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.cu-cursor-tool-detail{color:var(--color-text-secondary);font-size:12px}.cu-cursor-tool-detail summary{cursor:pointer;padding:6px 0}.cu-cursor-tool-detail pre{white-space:pre-wrap;overflow-wrap:anywhere;max-height:240px;overflow:auto}.cu-cursor-composer-model{min-width:0;color:var(--color-text-secondary);align-items:center;gap:6px;padding:5px 4px;font-size:12px;display:inline-flex}.cu-cursor-open-link{border-radius:var(--radius-control);width:28px;height:28px;color:var(--color-text-secondary);flex:none;justify-content:center;align-items:center;display:inline-flex}.cu-cursor-open-link:hover{background:var(--color-surface-panel)}.cu-cursor-send{border-radius:var(--radius-full);background:var(--color-accent);width:26px;height:26px;color:var(--color-accent-text,var(--color-text-inverse));cursor:pointer;border:1px solid #0000;flex:none;place-items:center;padding:0;display:grid}.cu-cursor-send:disabled{opacity:.38;cursor:not-allowed}.cu-cursor-send-stop{background:var(--color-status-danger,var(--color-accent))}.cu-cursor-send-stop svg{fill:currentColor;width:10px}@media (pointer:coarse){.cu-cursor-send,.cu-cursor-open-link{min-width:44px;min-height:44px}.cu-cursor-compose textarea{font-size:16px}}
.cu-agent-row{border-radius:var(--radius-md);width:100%;min-height:60px;transition:background var(--duration-fast) var(--ease-standard);align-items:center;display:flex;position:relative}.cu-agent-row:hover,.cu-agent-row:focus-within{background:color-mix(in srgb, var(--color-layer-2) 55%, transparent)}.cu-agent-row[data-active]{background:color-mix(in srgb, var(--color-layer-2) 80%, transparent)}.cu-agent-row-main{border-radius:inherit;min-width:0;color:var(--color-text-primary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:12px;padding:8px 12px;display:flex}.cu-agent-row-main:active{background:color-mix(in srgb, var(--color-layer-2) 70%, transparent)}.cu-agent-row-main .cu-agent-pfp{flex:none}.cu-agent-row-copy{flex:1;gap:2px;min-width:0;display:grid}.cu-agent-row-head{align-items:baseline;gap:8px;min-width:0;display:flex}.cu-agent-row-name{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.cu-agent-row-time{color:var(--color-text-tertiary);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-size:11px}.cu-agent-row-preview{color:var(--color-text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:450;overflow:hidden}.cu-agent-row-pin{width:11px;height:11px;color:var(--color-text-tertiary);flex:none}.cu-agent-row-unread{border-radius:var(--radius-full);background:var(--color-accent);flex:none;width:8px;height:8px;margin-right:10px}.cu-agent-row[data-unread] .cu-agent-row-preview{color:var(--color-text-secondary);font-weight:550}.cu-agent-plate{min-width:0;color:inherit;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:10px;margin:0;padding:0;display:inline-flex}button.cu-agent-plate{cursor:pointer;border-radius:var(--radius-md)}.cu-agent-plate-pfp{flex:none;place-items:center;display:grid}.cu-agent-plate-copy{gap:1px;min-width:0;line-height:1.15;display:grid}.cu-agent-plate-name{letter-spacing:-.015em;color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.cu-agent-plate-sub{letter-spacing:.005em;color:var(--color-text-tertiary,var(--color-text-secondary));text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:450;overflow:hidden}.cu-agent-plate-pfp{position:relative}.cu-agent-plate-dot{border-radius:var(--radius-full);background:var(--color-status-warning);width:9px;height:9px;box-shadow:0 0 0 2px var(--color-surface-canvas,var(--color-layer-1));position:absolute;bottom:0;right:0}.cu-agent-plate-dot[data-presence=working]{background:var(--color-accent)}.cu-agent-plate-sub[data-presence=working]{color:var(--color-accent)}.cu-agent-plate-sub[data-presence=waiting]{color:var(--color-status-warning)}@media (prefers-reduced-motion:no-preference){.cu-agent-plate-dot[data-presence=working]{animation:cu-agent-presence-pulse 1.6s var(--ease-standard) infinite}}@keyframes cu-agent-presence-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.82)}}.cu-home-thread{flex-direction:column;gap:6px;width:100%;display:flex}.cu-home-row{align-items:flex-end;gap:8px;width:100%;display:flex}.cu-home-row[data-side=user]{justify-content:flex-end}.cu-home-row[data-side=user]+.cu-home-row[data-side=agent],.cu-home-row[data-side=agent]+.cu-home-row[data-side=user]{margin-top:10px}.cu-home-pfp{flex:none;place-items:center;width:24px;height:24px;display:grid}.cu-home-bubble{min-width:0;max-width:72%;color:var(--color-text-primary);background:var(--color-layer-2);overflow-wrap:anywhere;border-radius:18px;padding:8px 12px;font-size:14px;line-height:1.45;position:relative}.cu-home-bubble[data-side=agent][data-last]{border-bottom-left-radius:6px}.cu-home-bubble[data-side=user]{color:var(--color-accent-text);background:var(--color-accent)}.cu-home-bubble[data-side=user][data-last]{border-bottom-right-radius:6px}.cu-home-bubble[data-kind=question]{max-width:min(72%,420px);padding:10px 12px 12px}.cu-home-text{white-space:pre-wrap;margin:0}.cu-home-bubble .cu-home-text>:first-child,.cu-home-question-prompt>:first-child{margin-top:0}.cu-home-bubble .cu-home-text>:last-child,.cu-home-question-prompt>:last-child{margin-bottom:0}.cu-home-bubble[data-side=user] a{color:inherit;text-decoration:underline}.cu-home-caption{margin-top:6px}.cu-home-images{gap:6px;margin-top:8px;display:grid}.cu-home-images img{border-radius:12px;max-width:100%;display:block}.cu-home-files{flex-wrap:wrap;gap:6px;display:flex}.cu-home-text+.cu-home-files{margin-top:6px}.cu-home-file{max-width:100%;color:inherit;background:color-mix(in srgb, currentColor 10%, transparent);border-radius:12px;align-items:center;gap:6px;padding:5px 10px 5px 8px;font-size:12.5px;font-weight:550;text-decoration:none;display:inline-flex}.cu-home-file svg{opacity:.8;flex:none;width:14px;height:14px}.cu-home-file-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cu-home-typing{align-items:center;gap:4px;min-height:34px;padding:0 14px;display:inline-flex}.cu-home-typing span{border-radius:var(--radius-full);background:var(--color-text-tertiary);opacity:.7;width:7px;height:7px}@media (prefers-reduced-motion:no-preference){.cu-home-typing span{animation:cu-home-typing 1.2s var(--ease-standard) infinite}.cu-home-typing span:nth-child(2){animation-delay:.15s}.cu-home-typing span:nth-child(3){animation-delay:.3s}}@keyframes cu-home-typing{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.cu-home-question{gap:10px;display:grid}.cu-home-options{gap:6px;display:grid}.cu-home-option{border:1px solid color-mix(in srgb, var(--color-text-primary) 12%, transparent);width:100%;color:var(--color-text-primary);background:var(--color-layer-1);font:inherit;text-align:left;cursor:pointer;transition:background var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard), transform var(--duration-instant) var(--ease-standard);border-radius:12px;align-items:center;gap:10px;padding:8px 12px;font-size:13.5px;display:flex}.cu-home-option:not(:disabled):hover{border-color:color-mix(in srgb, var(--color-accent) 50%, transparent);background:color-mix(in srgb, var(--color-accent) 8%, var(--color-layer-1))}.cu-home-option:not(:disabled):active{transform:scale(.985)}.cu-home-option[data-style=primary]{border-color:color-mix(in srgb, var(--color-accent) 60%, transparent);color:var(--color-accent-text);background:var(--color-accent)}.cu-home-option[data-style=primary]:not(:disabled):hover{background:var(--color-accent-hover,var(--color-accent))}.cu-home-option[data-style=danger]{border-color:color-mix(in srgb, var(--color-status-danger) 45%, transparent);color:var(--color-status-danger)}.cu-home-option:disabled{cursor:default}.cu-home-question[data-answered] .cu-home-option:not([data-chosen]){opacity:.5}.cu-home-option[data-chosen]{border-color:color-mix(in srgb, var(--color-accent) 60%, transparent)}.cu-home-option-copy{flex:1;gap:1px;min-width:0;display:grid}.cu-home-option-label{font-weight:560}.cu-home-option-desc{opacity:.75;font-size:12px}.cu-home-option-check{width:14px;height:14px;color:var(--color-accent);flex:none}.cu-home-option[data-style=primary] .cu-home-option-check{color:inherit}.cu-home-question-hint{color:var(--color-text-tertiary);margin:0;font-size:12px}.cu-home-bubble[data-kind=connect]{background:0 0;max-width:min(72%,380px);padding:0}.cu-home-connect{border:1px solid var(--color-border-subtle);background:linear-gradient(180deg, color-mix(in srgb, var(--color-layer-1) 86%, var(--color-accent)), var(--color-layer-2));box-shadow:0 12px 32px color-mix(in srgb, var(--color-text-primary) 8%, transparent);border-radius:16px;gap:12px;padding:14px;display:grid}.cu-home-connect[data-live]:hover{border-color:color-mix(in srgb, var(--color-accent) 48%, var(--color-border-subtle))}.cu-home-connect-identity{align-items:flex-start;gap:12px;display:flex}.cu-home-connect-mark{background:var(--color-layer-1);width:40px;height:40px;box-shadow:inset 0 0 0 1px var(--color-border-subtle);color:var(--color-text-secondary);border-radius:12px;flex:none;place-items:center;display:grid}.cu-home-connect-mark img,.cu-home-connect-mark svg{width:22px;height:22px}[data-appearance=dark] .cu-home-connect-mark img[data-invert-on-dark]{filter:invert()}.cu-home-connect-copy{gap:2px;min-width:0;display:grid}.cu-home-connect strong{font-size:15px}.cu-home-connect p,.cu-home-connect-status{color:var(--color-text-secondary);margin:0;font-size:12px}.cu-home-connect-error{color:var(--color-status-danger)}.cu-home-connect-actions{align-items:center;gap:8px;display:flex}.cu-home-connect-sign,.cu-home-connect-decline{font:inherit;cursor:pointer;border:0}.cu-home-connect-sign{border-radius:var(--radius-full);background:var(--color-accent);min-height:36px;color:var(--color-accent-text);flex:1;padding:0 14px;font-weight:600}.cu-home-connect-sign:hover:not(:disabled){filter:brightness(1.08)}.cu-home-connect-sign:focus-visible,.cu-home-connect-decline:focus-visible{outline:2px solid var(--color-focus,var(--color-accent));outline-offset:2px}.cu-home-connect-sign:disabled,.cu-home-connect-decline:disabled{cursor:default;opacity:.55}.cu-home-connect-decline{border-radius:var(--radius-md);color:var(--color-text-secondary);background:0 0;padding:8px 10px}.cu-home-connect-decline:hover:not(:disabled){color:var(--color-text-primary);background:color-mix(in srgb, var(--color-layer-1) 70%, transparent)}@media (prefers-reduced-motion:no-preference){.cu-home-connect{transition:transform var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard)}.cu-home-connect[data-live]:hover{transform:translateY(-2px)}.cu-home-connect-sign{transition:transform var(--duration-fast) var(--ease-standard), filter var(--duration-fast) var(--ease-standard)}.cu-home-connect-sign:active:not(:disabled){transform:scale(.98)}}.cu-agent-profile,.cu-agent-instructions{box-sizing:border-box;gap:22px;width:min(100%,560px);margin-inline:auto;padding:20px 16px 40px;display:grid}.cu-agent-instructions{gap:16px}.cu-agent-profile-hero{text-align:center;justify-items:center;gap:2px;padding:8px 0 4px;display:grid}.cu-agent-profile-hero>.cu-agent-pfp{margin-bottom:8px}.cu-agent-avatar-actions{justify-content:center;gap:16px;margin:4px 0 8px;display:flex}.cu-agent-avatar-upload,.cu-agent-avatar-actions button{color:var(--color-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;position:relative}.cu-agent-avatar-upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.cu-agent-profile-inline{width:100%;display:block}.cu-agent-profile-inline input{box-sizing:border-box;width:100%;color:var(--color-text-primary);font:inherit;text-align:center;transition:background var(--duration-fast,.15s) var(--ease-standard), box-shadow var(--duration-fast,.15s) var(--ease-standard);background:0 0;border:0;border-radius:10px;outline:0;padding:4px 10px}.cu-agent-profile-inline input:hover{background:color-mix(in srgb, var(--color-layer-2) 60%, transparent)}.cu-agent-profile-inline input:focus{background:var(--color-layer-2);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-accent) 45%, transparent)}.cu-agent-profile-inline[data-variant=title] input{letter-spacing:-.025em;font-size:22px;font-weight:680}.cu-agent-profile-inline[data-variant=subtitle] input{color:var(--color-text-secondary);font-size:13.5px}.cu-agent-profile-inline input::placeholder{color:var(--color-text-tertiary)}.cu-agent-profile-field{gap:6px;display:grid}.cu-agent-profile-field span,.cu-agent-instructions label span{color:var(--color-text-tertiary);font-size:12px}.cu-agent-profile-field input,.cu-agent-instructions textarea{box-sizing:border-box;border:1px solid var(--color-border-subtle);width:100%;color:var(--color-text-primary);background:var(--color-layer-1);font:inherit;border-radius:12px;padding:10px 12px}.cu-agent-profile-section{gap:7px;display:grid}.cu-agent-profile-section>header{justify-content:space-between;align-items:center;min-height:22px;padding:0 14px;display:flex}.cu-agent-profile-section h2{color:var(--color-text-tertiary);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:11.5px;font-weight:620}.cu-agent-profile-card{background:color-mix(in srgb, var(--color-layer-2) 72%, transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-text-primary) 5%, transparent), 0 1px 2px #0000000a;border-radius:16px;display:grid;overflow:hidden}.cu-agent-profile-card>*+*{border-top:1px solid color-mix(in srgb, var(--color-border-subtle) 70%, transparent)}.cu-agent-profile-note,.cu-agent-profile-section p{color:var(--color-text-tertiary);margin:0;padding:0 14px;font-size:12px;line-height:1.45}.cu-agent-profile-card .cu-agent-profile-empty{padding:14px}.cu-agent-profile-nav,.cu-agent-profile-row,.cu-agent-profile-empty{box-sizing:border-box;width:100%;min-height:52px;color:var(--color-text-primary);font:inherit;text-align:left;cursor:pointer;transition:background var(--duration-fast,.15s) var(--ease-standard);background:0 0;border:0;align-items:center;gap:12px;padding:8px 12px 8px 14px;display:flex}.cu-agent-profile-empty{color:var(--color-text-tertiary);font-size:13px;line-height:1.45}p.cu-agent-profile-empty{cursor:default}.cu-agent-profile-nav:hover,.cu-agent-profile-row:hover,button.cu-agent-profile-empty:hover{background:color-mix(in srgb, var(--color-text-primary) 4%, transparent)}.cu-agent-profile-nav:active,.cu-agent-profile-row:active{background:color-mix(in srgb, var(--color-text-primary) 7%, transparent)}.cu-agent-profile-nav-icon{width:22px;color:var(--color-accent-secondary,var(--color-accent));flex:none;place-items:center;display:grid}.cu-agent-profile-nav-icon svg{stroke-width:1.7px;width:17px;height:17px}.cu-agent-profile-nav-copy{flex:1;gap:2px;min-width:0;display:grid}.cu-agent-profile-nav-copy strong{font-size:13.5px;font-weight:540}.cu-agent-profile-nav-copy small{color:var(--color-text-tertiary);font-size:11.5px}.cu-agent-profile-nav-chevron{width:15px;height:15px;color:var(--color-text-tertiary);flex:none}.cu-agent-profile-row>span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13.5px;overflow:hidden}.cu-agent-profile-row>small{color:var(--color-text-tertiary);font-size:12px}.cu-agent-profile-status-dot{border-radius:var(--radius-full,999px);background:var(--color-status-success);flex:none;width:8px;height:8px}.cu-agent-profile-row[data-status=paused] .cu-agent-profile-status-dot,.cu-agent-profile-row[data-status=completed] .cu-agent-profile-status-dot,.cu-agent-profile-row[data-status=cancelled] .cu-agent-profile-status-dot{background:var(--color-text-tertiary)}.cu-agent-profile-row[data-status=running] .cu-agent-profile-status-dot{background:var(--color-accent)}.cu-agent-profile-row[data-status=needs-attention] .cu-agent-profile-status-dot{background:var(--color-status-warning)}.cu-agent-profile-add{border-radius:var(--radius-full,999px);color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 10%, transparent);font:600 12px var(--font-ui,inherit);cursor:pointer;border:0;align-items:center;gap:4px;padding:3px 9px 3px 6px;display:inline-flex}.cu-agent-profile-add svg{width:13px;height:13px}.cu-agent-marks{gap:4px;padding:10px;display:grid}.cu-agent-marks-shapes,.cu-agent-marks-tones{flex-wrap:wrap;justify-content:space-between;gap:2px;display:flex}.cu-agent-marks-tones{border-top:1px solid color-mix(in srgb, var(--color-border-subtle) 70%, transparent);padding-top:8px}.cu-agent-marks-choice,.cu-agent-marks-swatch{isolation:isolate;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:14px;place-items:center;padding:7px;display:grid;position:relative}.cu-agent-marks-swatch{border-radius:var(--radius-full,999px);padding:8px}.cu-agent-marks-pill{z-index:-1;border-radius:inherit;background:var(--color-layer-1);box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--color-accent) 55%, transparent), 0 3px 10px #00000014;position:absolute;inset:0}.cu-agent-marks-dot{--pfp:22px}.cu-agent-marks-dot svg{width:100%;height:100%}.cu-agent-marks-dot path{fill:var(--pfp-base)}.cu-agent-profile-danger{gap:8px;padding-top:4px;display:grid}.cu-agent-profile-danger button{min-height:44px;color:var(--color-text-primary);background:color-mix(in srgb, var(--color-layer-2) 72%, transparent);font:inherit;cursor:pointer;transition:background var(--duration-fast,.15s) var(--ease-standard);border:0;border-radius:14px;font-size:13.5px;font-weight:560}.cu-agent-profile-danger button:hover:not(:disabled){background:var(--color-layer-2)}.cu-agent-profile-danger button[data-danger]{color:var(--color-status-danger)}.cu-agent-profile-danger button[data-danger]:hover:not(:disabled){background:color-mix(in srgb, var(--color-status-danger) 10%, var(--color-layer-2))}.cu-agent-profile-danger button:disabled{cursor:default;opacity:.5}@media (pointer:coarse){.cu-agent-profile-nav,.cu-agent-profile-row{min-height:56px}}@media (max-width:520px){.cu-agent-profile{gap:20px;padding:12px 16px 32px}.cu-agent-marks-shapes .cu-agent-pfp{--pfp:36px}}@media (prefers-reduced-motion:no-preference){:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-profile>*{animation:.46s cubic-bezier(.2,.8,.2,1) both cu-agent-rise}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-profile>:nth-child(2){animation-delay:35ms}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-profile>:nth-child(3){animation-delay:70ms}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-profile>:nth-child(4){animation-delay:.105s}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-profile>:nth-child(5){animation-delay:.14s}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-profile>:nth-child(n+6){animation-delay:.175s}:root:not([data-motion=none]) .cu-agent-marks-choice .cu-agent-pfp,:root:not([data-motion=none]) .cu-agent-marks-swatch .cu-agent-pfp{transition:transform .34s cubic-bezier(.2,.8,.2,1.25)}:root:not([data-motion=none]) .cu-agent-marks-choice:hover .cu-agent-pfp,:root:not([data-motion=none]) .cu-agent-marks-swatch:hover .cu-agent-pfp{transform:scale(1.08)}:root:not([data-motion=none]) .cu-agent-marks-choice:active .cu-agent-pfp,:root:not([data-motion=none]) .cu-agent-marks-swatch:active .cu-agent-pfp{transform:scale(.9)}:root:not([data-motion=none]) .cu-agent-profile-hero>.cu-agent-pfp .cu-agent-pfp-body{transition:transform .4s cubic-bezier(.2,.8,.2,1.3)}:root:not([data-motion=none]) .cu-agent-profile-hero>.cu-agent-pfp:hover .cu-agent-pfp-body{transform:scale(1.04)rotate(-2deg)}}@keyframes cu-agent-rise{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:none}}.cu-agent-code-choice{border:0;gap:8px;margin:0;padding:0;display:grid}.cu-agent-code-choice legend{color:var(--color-text-tertiary);font-size:12px}.cu-agent-code-choice label{align-items:center;gap:8px;display:flex}.cu-home-row[data-side=user] .cu-home-bubble{transform-origin:100% 100%}.cu-home-row[data-side=agent] .cu-home-bubble{transform-origin:0 100%}.cu-home-bubble{box-shadow:0 1px 1px #0000000d}@media (prefers-reduced-motion:no-preference){:root:not([data-motion=none]):not([data-motion=reduced]) .cu-home-row[data-enter] .cu-home-bubble{animation:.42s cubic-bezier(.2,.9,.25,1.18) both cu-home-pop}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-home-row[data-enter][data-side=user] .cu-home-bubble{animation-name:cu-home-pop-user}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-home-row[data-enter] .cu-home-pfp .cu-agent-pfp{animation:.36s cubic-bezier(.2,.9,.25,1.2) 60ms both cu-home-pfp-in}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-home-row[data-enter][data-kind=question] .cu-home-option{animation:.34s cubic-bezier(.2,.8,.2,1) both cu-home-option-in}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-home-row[data-enter] .cu-home-option:nth-child(2){animation-delay:60ms}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-home-row[data-enter] .cu-home-option:nth-child(3){animation-delay:.11s}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-home-row[data-enter] .cu-home-option:nth-child(n+4){animation-delay:.15s}}@keyframes cu-home-pop{0%{opacity:0;transform:translate(-6px,6px)scale(.72)}to{opacity:1;transform:none}}@keyframes cu-home-pop-user{0%{opacity:0;transform:translate(6px,8px)scale(.72)}to{opacity:1;transform:none}}@keyframes cu-home-pfp-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:none}}@keyframes cu-home-option-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.cu-home-chart{transform-origin:0 100%;flex:none;width:min(72%,560px);min-width:0;position:relative}.cu-home-chart[data-open]{width:100%}.cu-home-chart-picture{border:1px solid var(--color-border-subtle,transparent);background:var(--cu-chart-surface,var(--color-layer-1));cursor:zoom-in;width:100%;transition:transform var(--motion-fast,.16s) var(--ease-out,ease-out);border-radius:14px;padding:0;display:block;overflow:hidden}.cu-home-chart-picture:hover{transform:scale(1.01)}.cu-home-chart-picture:focus-visible{outline:2px solid var(--color-focus-ring,var(--color-accent));outline-offset:2px}.cu-home-chart-picture img{width:100%;height:auto;display:block}.cu-home-chart-pending{aspect-ratio:3/2;background:var(--color-layer-2);display:block}.cu-home-chart[data-open] .cu-present{margin:0}@media (max-width:640px){.cu-home-chart{width:min(86%,560px)}}@media (prefers-reduced-motion:no-preference){:root:not([data-motion=none]):not([data-motion=reduced]) .cu-home-row[data-enter] .cu-home-chart{animation:.42s cubic-bezier(.2,.9,.25,1.18) cu-home-pop}}@media (prefers-reduced-motion:reduce){.cu-home-chart-picture{transition:none}}.cu-agent-cap-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;display:grid}.cu-agent-cap-card{border-radius:var(--radius-md);background:var(--color-layer-2);align-content:start;gap:8px;min-height:92px;padding:12px;display:grid}.cu-agent-cap-card header{justify-content:space-between;align-items:center;gap:10px;display:flex}.cu-agent-cap-card strong{min-width:0;color:var(--color-text-primary);font-size:14px;font-weight:600}.cu-agent-cap-note{color:var(--color-text-secondary);font-size:12px}.cu-agent-cap-sign{color:var(--color-accent);font:inherit;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-size:13px;font-weight:600}@media (prefers-reduced-motion:no-preference){:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-profile,:root:not([data-motion=none]):not([data-motion=reduced]) .cu-home-thread{animation:.28s cubic-bezier(.22,1,.36,1) cu-agent-stage-in}}@keyframes cu-agent-stage-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.cu-agent-pfp{--pfp-base:var(--color-accent);--pfp-a:color-mix(in oklab, var(--pfp-base) 72%, white);--pfp-b:color-mix(in oklab, var(--pfp-base) 86%, black);width:var(--pfp,40px);height:var(--pfp,40px);isolation:isolate;vertical-align:middle;flex:none;place-items:center;display:inline-grid;position:relative}.cu-agent-pfp[data-tone="1"]{--pfp-base:var(--color-status-info)}.cu-agent-pfp[data-tone="2"]{--pfp-base:var(--color-status-success)}.cu-agent-pfp[data-tone="3"]{--pfp-base:var(--color-status-warning)}.cu-agent-pfp[data-tone="4"]{--pfp-base:color-mix(in oklab, var(--color-text-secondary) 80%, var(--color-accent))}.cu-agent-pfp[data-tone="5"]{--pfp-base:var(--color-status-danger)}.cu-agent-pfp[data-tone="6"]{--pfp-base:color-mix(in oklab, var(--color-status-info) 50%, var(--color-accent))}.cu-agent-pfp[data-tone="7"]{--pfp-base:color-mix(in oklab, var(--color-status-success) 55%, var(--color-status-info))}.cu-agent-pfp[data-tone="8"]{--pfp-base:color-mix(in oklab, var(--color-status-danger) 45%, var(--color-accent))}.cu-agent-pfp[data-tone="9"]{--pfp-base:color-mix(in oklab, var(--color-status-warning) 60%, var(--color-status-info))}.cu-agent-pfp[data-tone="10"]{--pfp-base:color-mix(in oklab, var(--color-text-primary) 35%, var(--color-accent))}.cu-agent-pfp[data-tone="11"]{--pfp-base:color-mix(in oklab, var(--color-status-info) 40%, var(--color-status-success))}.cu-agent-pfp-body{filter:drop-shadow(0 1px 1.5px #00000029);grid-area:1/1;place-items:center;width:100%;height:100%;display:grid;position:relative}.cu-agent-pfp[data-size=xs] .cu-agent-pfp-body,.cu-agent-pfp[data-size=sm] .cu-agent-pfp-body{filter:none}.cu-agent-pfp-photo{object-fit:cover;border-radius:var(--radius-md);width:100%;height:100%}.cu-agent-pfp-mark{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.cu-agent-pfp-stop-a{stop-color:var(--pfp-a)}.cu-agent-pfp-stop-b{stop-color:var(--pfp-b)}.cu-agent-pfp-gloss-a{stop-color:white;stop-opacity:.34}.cu-agent-pfp-gloss-b{stop-color:white;stop-opacity:0}.cu-agent-pfp-edge{fill:none;stroke:#ffffff38;stroke-width:2px;vector-effect:non-scaling-stroke}.cu-agent-pfp-dash{fill:none;stroke:color-mix(in srgb, var(--color-border-strong,var(--color-text-tertiary)) 80%, transparent);stroke-width:1.5px;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.cu-agent-pfp-face{pointer-events:none;place-items:center;width:62%;height:42%;display:grid;position:relative}.cu-agent-pfp-eyes{justify-content:center;align-items:center;gap:18%;width:100%;display:flex}.cu-agent-pfp-eyes i{transform-origin:50%;background:#fff;border-radius:99px;width:22%;min-width:2px;height:18%;min-height:2px;display:block}.cu-agent-pfp-face[data-look="1"] .cu-agent-pfp-eyes i{width:16%;height:28%}.cu-agent-pfp-face[data-look="2"] .cu-agent-pfp-eyes i{width:28%;height:12%}.cu-agent-pfp-motes{pointer-events:none;position:absolute;inset:-30%}.cu-agent-pfp-motes i{opacity:.45;background:#ffffffb3;border-radius:99px;width:4px;height:4px;position:absolute}.cu-agent-pfp-motes i[data-i="0"]{top:18%;left:8%}.cu-agent-pfp-motes i[data-i="1"]{top:42%;right:6%}.cu-agent-pfp-motes i[data-i="2"]{bottom:0;left:46%}.cu-agent-pfp:not([data-activity]) .cu-agent-pfp-eyes i{box-sizing:content-box;width:26%;height:max(2px, calc(var(--pfp,40px) * .06));border-bottom:max(1.5px, calc(var(--pfp,40px) * .034)) solid white;opacity:.85;background:0 0;border-radius:0 0 99px 99px}.cu-agent-pfp:not([data-activity]) .cu-agent-pfp-motes i{opacity:.18}.cu-agent-pfp-face svg{width:calc(var(--pfp,40px) * .46);height:calc(var(--pfp,40px) * .46)}.cu-agent-pfp[data-compose] .cu-agent-pfp-face{color:var(--color-text-secondary);text-shadow:none}.cu-agent-pfp[data-compose] .cu-agent-pfp-body{filter:none}.cu-agent-pfp[data-shape=diamond] .cu-agent-pfp-face,.cu-agent-pfp[data-shape=star] .cu-agent-pfp-face{font-size:calc(var(--pfp,40px) * .3)}.cu-agent-pfp[data-shape=star] .cu-agent-pfp-face{transform:translateY(8%)}.cu-agent-pfp[data-shape=heart] .cu-agent-pfp-face{font-size:calc(var(--pfp,40px) * .34);transform:translateY(-3%)}.cu-agent-pfp[data-size=xs] .cu-agent-pfp-face{font-size:calc(var(--pfp,40px) * .46);letter-spacing:-.04em}.cu-agent-pfp-aura{opacity:0;pointer-events:none;background:radial-gradient(closest-side, color-mix(in srgb, var(--pfp-halo,var(--pfp-base)) 55%, transparent), transparent);border-radius:50%;grid-area:1/1;position:absolute;inset:-3px}.cu-agent-pfp[data-activity=working]{--pfp-halo:var(--color-accent)}.cu-agent-pfp[data-activity=waiting]{--pfp-halo:var(--color-status-warning)}.cu-agent-pfp[data-activity=done]{--pfp-halo:var(--color-status-success)}.cu-agent-pfp[data-activity=waiting] .cu-agent-pfp-aura,.cu-agent-pfp[data-activity=working] .cu-agent-pfp-aura{opacity:.55}.cu-agent-pfp-orbit{inset:calc(var(--pfp,40px) * -.12);width:calc(100% + var(--pfp,40px) * .24);height:calc(100% + var(--pfp,40px) * .24);pointer-events:none;position:absolute;overflow:visible}.cu-agent-pfp-orbit circle{fill:none;stroke-width:3.2px;stroke-linecap:round;stroke-dasharray:30 70}.cu-agent-pfp[data-size=xs] .cu-agent-pfp-orbit circle,.cu-agent-pfp[data-size=sm] .cu-agent-pfp-orbit circle{stroke-width:5px}.cu-agent-pfp-comet-tail{stop-color:var(--color-accent);stop-opacity:0}.cu-agent-pfp-comet-head{stop-color:var(--color-accent);stop-opacity:1}@media (prefers-reduced-motion:no-preference){:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp-eyes i{transition:height .24s cubic-bezier(.2,.8,.2,1),background-color .24s cubic-bezier(.2,0,0,1),border-width .24s cubic-bezier(.2,0,0,1)}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity] .cu-agent-pfp-eyes i{animation:5.2s ease-in-out infinite cu-agent-blink}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity] .cu-agent-pfp-eyes i:last-child{animation-delay:80ms}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=working] .cu-agent-pfp-eyes{animation:3.8s cubic-bezier(.2,.8,.2,1) infinite cu-agent-glance}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=working] .cu-agent-pfp-eyes i{animation-duration:3.1s}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=working] .cu-agent-pfp-motes i{animation:2.1s cubic-bezier(.45,0,.55,1) -.4s infinite cu-agent-mote-a}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=working] .cu-agent-pfp-motes i[data-i="1"]{animation:2.6s cubic-bezier(.45,0,.55,1) -1.1s infinite cu-agent-mote-b}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=working] .cu-agent-pfp-motes i[data-i="2"]{animation:1.7s cubic-bezier(.2,.8,.2,1) -.7s infinite cu-agent-mote-c}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp-orbit{animation:1.15s linear infinite cu-agent-pfp-orbit}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=working] .cu-agent-pfp-body{animation:1.8s cubic-bezier(.45,0,.55,1) infinite cu-agent-pfp-breathe}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=working] .cu-agent-pfp-aura{animation:1.8s cubic-bezier(.45,0,.55,1) infinite cu-agent-pfp-glow}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=waiting] .cu-agent-pfp-aura{animation:2.2s cubic-bezier(.2,0,0,1) infinite cu-agent-pfp-halo}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=waiting] .cu-agent-pfp-body{animation:2.2s cubic-bezier(.2,.8,.2,1) infinite cu-agent-pfp-nudge}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=done] .cu-agent-pfp-body{animation:.62s cubic-bezier(.2,.8,.2,1.2) cu-agent-pfp-pop}:root:not([data-motion=none]):not([data-motion=reduced]) .cu-agent-pfp[data-activity=done] .cu-agent-pfp-aura{animation:.9s cubic-bezier(.2,0,0,1) forwards cu-agent-pfp-ripple}}@keyframes cu-agent-blink{0%,42%,48%,to{transform:scaleY(1)}45%{transform:scaleY(.12)}}@keyframes cu-agent-glance{0%,30%,to{transform:translate(0)}38%,54%{transform:translate(-8%)}62%,80%{transform:translate(7%)}}@keyframes cu-agent-mote-a{0%,to{opacity:.25;transform:translate(0)scale(.7)}35%{opacity:1;transform:translate(-3px,-5px)scale(1.15)}65%{opacity:.7;transform:translate(1px,-8px)scale(.9)}}@keyframes cu-agent-mote-b{0%,to{opacity:.3;transform:translate(0)scale(.8)}30%{opacity:.95;transform:translate(4px,-3px)scale(1.2)}60%{opacity:.55;transform:translate(2px,4px)scale(.85)}}@keyframes cu-agent-mote-c{0%,to{opacity:.2;transform:translate(0)scale(.75)}20%{opacity:1;transform:translate(-2px,-6px)scale(1.2)}45%{opacity:.6;transform:translate(3px,-2px)scale(.95)}70%{opacity:.85;transform:translate(-1px,-4px)scale(1.05)}}@keyframes cu-agent-pfp-orbit{to{transform:rotate(360deg)}}@keyframes cu-agent-pfp-breathe{0%,to{transform:scale(1)}50%{transform:scale(.94)}}@keyframes cu-agent-pfp-glow{0%,to{opacity:.25;transform:scale(.96)}50%{opacity:.7;transform:scale(1.1)}}@keyframes cu-agent-pfp-halo{0%{opacity:.8;transform:scale(.9)}70%,to{opacity:0;transform:scale(1.45)}}@keyframes cu-agent-pfp-nudge{0%,62%,to{transform:rotate(0)translateY(0)}70%{transform:rotate(-7deg)translateY(-4%)}78%{transform:rotate(6deg)translateY(-4%)}86%{transform:rotate(-2deg)translateY(0)}}@keyframes cu-agent-pfp-pop{0%{transform:scale(1)}35%{transform:scale(1.14)}to{transform:scale(1)}}@keyframes cu-agent-pfp-ripple{0%{opacity:.9;transform:scale(.9)}to{opacity:0;transform:scale(1.7)}}
.cu-new-chat{width:100%;height:var(--control-height-md,34px);border:1px solid color-mix(in srgb, var(--color-border-base) 70%, transparent);border-radius:var(--radius-control,var(--radius-sm));color:var(--color-text-primary);background:linear-gradient(180deg, color-mix(in srgb, var(--color-layer-2,var(--color-surface-layer2)) 55%, var(--color-layer-1,var(--color-surface-layer1))), var(--color-layer-1,var(--color-surface-layer1)));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--color-text-primary) 5%, transparent), 0 1px 2px #0000002e;font:inherit;letter-spacing:-.01em;text-align:left;cursor:pointer;transition:background var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard), transform var(--duration-instant) var(--ease-standard);align-items:center;gap:8px;padding:0 7px 0 9px;font-size:12.5px;font-weight:600;text-decoration:none;display:flex}.cu-new-chat:hover{border-color:var(--color-border-strong);background:var(--color-layer-2,var(--color-surface-layer2));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--color-text-primary) 7%, transparent), 0 2px 6px #00000038}.cu-new-chat:active{background:color-mix(in srgb, var(--color-layer-2,var(--color-surface-layer2)) 88%, var(--color-accent-soft));transform:translateY(.5px)}.cu-new-chat[aria-current=page]{border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border-base))}.cu-new-chat:disabled{opacity:.55;cursor:default}.cu-new-chat svg{stroke-width:1.7px;opacity:.88;flex:none;width:15px;height:15px}.cu-new-chat-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.cu-new-chat kbd{border:1px solid color-mix(in srgb, var(--color-border-base) 80%, transparent);border-radius:calc(var(--radius-control,6px) - 2px);color:var(--color-text-tertiary,var(--color-text-secondary));background:color-mix(in srgb, var(--color-layer-1,var(--color-surface-layer1)) 70%, transparent);font:600 10px/1.4 var(--font-ui,inherit);letter-spacing:.02em;flex:none;margin-left:auto;padding:1px 5px}
:root{--cu-chart-1:#2a78d6;--cu-chart-2:#eb6834;--cu-chart-3:#1baf7a;--cu-chart-4:#eda100;--cu-chart-5:#e87ba4;--cu-chart-6:#008300;--cu-chart-7:#4a3aa7;--cu-chart-8:#e34948;--cu-chart-ink-1:#fff;--cu-chart-ink-2:#fff;--cu-chart-ink-3:#0b0b0b;--cu-chart-ink-4:#0b0b0b;--cu-chart-ink-5:#0b0b0b;--cu-chart-ink-6:#fff;--cu-chart-ink-7:#fff;--cu-chart-ink-8:#fff}:root[data-appearance=dark]{--cu-chart-1:#3987e5;--cu-chart-2:#d95926;--cu-chart-3:#199e70;--cu-chart-4:#c98500;--cu-chart-5:#d55181;--cu-chart-6:#008300;--cu-chart-7:#9085e9;--cu-chart-8:#e66767;--cu-chart-ink-3:#fff;--cu-chart-ink-4:#fff;--cu-chart-ink-5:#fff}@media (prefers-color-scheme:dark){:root:not([data-appearance]){--cu-chart-1:#3987e5;--cu-chart-2:#d95926;--cu-chart-3:#199e70;--cu-chart-4:#c98500;--cu-chart-5:#d55181;--cu-chart-6:#008300;--cu-chart-7:#9085e9;--cu-chart-8:#e66767;--cu-chart-ink-3:#fff;--cu-chart-ink-4:#fff;--cu-chart-ink-5:#fff}}.cu-present,.cu-home-chart{--cu-chart-surface:var(--color-surface-layer1,var(--color-layer-1));--cu-chart-grid:color-mix(in srgb, var(--color-border-subtle) 78%, transparent);--cu-chart-axis:var(--color-border-strong,var(--color-border-subtle));--cu-chart-band:color-mix(in srgb, var(--color-text-primary) 7%, transparent)}.cu-chart{border:1px solid var(--color-border-subtle);border-radius:var(--radius-panel,var(--radius-lg,14px));background:var(--cu-chart-surface);box-shadow:var(--shadow-control,none);gap:10px;margin:6px 0 10px;padding:14px 14px 12px;position:relative;container-type:inline-size}:root .cu-present.cu-chart[data-solo]{--cu-chart-1:var(--color-accent-primary,var(--color-accent));--cu-chart-ink-1:var(--color-accent-text,var(--color-text-inverse))}.cu-chart[data-busy] .cu-chart-body{opacity:.55}.cu-chart-head{align-items:flex-start;gap:10px;min-width:0;display:flex}.cu-chart-titles{flex:1;gap:2px;min-width:0;display:grid}.cu-chart-titles strong{color:var(--color-text-primary);letter-spacing:-.005em;text-wrap:balance;font-size:14px;font-weight:620;line-height:1.3}.cu-chart-titles span{color:var(--color-text-muted);font-size:12px;line-height:1.35}.cu-chart-actions{flex:none;align-items:center;gap:2px;margin:-3px -4px 0 0;display:flex}.cu-chart-icon{border-radius:var(--radius-control,var(--radius-sm));width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;transition:color var(--duration-fast) var(--ease-standard), background-color var(--duration-fast) var(--ease-standard), transform var(--duration-fast) var(--ease-emphasized);background:0 0;border:0;place-items:center;padding:0;display:grid}.cu-chart-icon svg{width:15px;height:15px}.cu-chart-icon:hover,.cu-chart-icon[aria-pressed=true]{color:var(--color-text-primary);background:color-mix(in srgb, var(--color-layer-2) 80%, transparent)}.cu-chart-icon:active{transform:scale(.94)}.cu-chart-icon:focus-visible,.cu-chart-legend-item:focus-visible,.cu-chart-panel-button:focus-visible,.cu-chart-plot:focus-visible,.cu-chart-table:focus-visible{outline:2px solid var(--color-focus-ring,var(--color-focus));outline-offset:1px}.cu-chart-notice{color:var(--color-text-muted);white-space:nowrap;padding-right:6px;font-size:11.5px}.cu-chart-panel{border:1px solid var(--color-border-subtle);border-radius:var(--radius-row,var(--radius-md));background:color-mix(in srgb, var(--color-layer-2) 46%, transparent);flex-wrap:wrap;gap:4px;padding:6px;display:flex}.cu-chart-panel--grid{gap:6px;padding:8px 10px;display:grid}.cu-chart-panel-button{border-radius:var(--radius-control,var(--radius-sm));min-height:28px;color:var(--color-text-secondary);font:inherit;cursor:pointer;transition:color var(--duration-fast) var(--ease-standard), background-color var(--duration-fast) var(--ease-standard);background:0 0;border:0;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:560;display:inline-flex}.cu-chart-panel-button svg{width:14px;height:14px}.cu-chart-panel-button:hover{color:var(--color-text-primary);background:color-mix(in srgb, var(--color-layer-2) 92%, transparent)}.cu-chart-control{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:8px;display:grid}.cu-chart-control>span{color:var(--color-text-muted);font-size:11.5px}.cu-chart-control>div{flex-wrap:wrap;gap:4px;display:flex}.cu-chart .cu-present-chip{align-items:center;gap:5px;display:inline-flex}.cu-chart .cu-present-chip svg{width:13px;height:13px}.cu-chart-transform-note{color:var(--color-text-secondary);margin:-4px 0 0;font-size:12px;line-height:1.4}.cu-chart-legend{flex-wrap:wrap;gap:2px 4px;margin:-2px -6px 0;display:flex}.cu-chart-legend-item{border-radius:var(--radius-control,var(--radius-sm));max-width:100%;min-height:24px;color:var(--color-text-secondary);font:inherit;text-align:left;cursor:pointer;transition:color var(--duration-fast) var(--ease-standard), background-color var(--duration-fast) var(--ease-standard), opacity var(--duration-fast) var(--ease-standard);background:0 0;border:0;align-items:center;gap:7px;padding:0 7px;font-size:12px;line-height:1.3;display:inline-flex}.cu-chart-legend-item:hover{color:var(--color-text-primary);background:color-mix(in srgb, var(--color-layer-2) 72%, transparent)}.cu-chart-legend-item[data-off]{opacity:.45}.cu-chart-legend-item[data-off] span:nth-child(2){text-decoration:line-through}.cu-chart-legend-item em{color:var(--color-text-muted);font-size:11px;font-style:normal}.cu-chart-swatch{background:currentColor;border-radius:3px;flex:none;width:10px;height:10px}.cu-chart-swatch[data-dash]{background:0 0;border-top:2px dashed;border-radius:0;width:14px;height:0}.cu-chart-body{min-width:0;transition:opacity var(--duration-moderate) var(--ease-standard)}.cu-chart-body[data-pie]{grid-template-columns:minmax(0,1fr);align-items:center;gap:8px 18px;display:grid}@container (min-width:520px){.cu-chart-body[data-pie]{grid-template-columns:minmax(220px,300px) minmax(0,1fr)}}.cu-chart-plot{border-radius:var(--radius-sm);touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none;width:100%;min-width:0;position:relative}.cu-chart-plot[data-zoomable]{cursor:crosshair}.cu-chart-svg{font-variant-numeric:tabular-nums;font-family:inherit;display:block;overflow:visible}.cu-chart-n{transition:opacity var(--duration-fast) var(--ease-standard)}.cu-chart-n[data-dim]{opacity:.3}.cu-chart-line{stroke-linejoin:round;stroke-linecap:round}.cu-chart-slotband{fill:color-mix(in srgb, var(--color-text-primary) 5%, transparent)}.cu-chart-brush{fill:color-mix(in srgb, var(--color-text-primary) 9%, transparent);stroke:color-mix(in srgb, var(--color-text-primary) 34%, transparent);stroke-width:1px}.cu-chart-crosshair line{stroke:var(--color-text-muted);stroke-width:1px;opacity:.75}.cu-chart-crosshair circle{stroke:var(--cu-chart-surface);stroke-width:2px}.cu-chart-line[data-draw]{stroke-dasharray:1;stroke-dashoffset:1px;animation:cu-chart-draw calc(.76s * var(--motion-scale,1)) var(--ease-emphasized) 60ms forwards}.cu-chart-area,.cu-chart-dot,.cu-chart-label,.cu-chart-rule{animation:cu-chart-fade calc(.52s * var(--motion-scale,1)) var(--ease-standard) .22s both}.cu-chart-bar{transform-box:fill-box;transform-origin:50% 100%;animation:cu-chart-rise calc(.52s * var(--motion-scale,1)) var(--ease-emphasized) both}.cu-chart-bar[data-grow=down]{transform-origin:50% 0}.cu-chart-bar[data-grow=right]{transform-origin:0%;animation-name:cu-chart-run}.cu-chart-bar[data-grow=left]{transform-origin:100%;animation-name:cu-chart-run}.cu-chart-slice{transform-box:view-box;transform-origin:50%;animation:cu-chart-bloom calc(.56s * var(--motion-scale,1)) var(--ease-emphasized) both}.cu-chart-plot[data-settled] .cu-chart-n{animation:none}.cu-chart-plot[data-settled] .cu-chart-line[data-draw]{stroke-dasharray:none;stroke-dashoffset:0}.cu-chart-n[data-fade]{transition:opacity calc(.22s * var(--motion-scale,1)) var(--ease-standard)}@keyframes cu-chart-draw{to{stroke-dashoffset:0}}@keyframes cu-chart-fade{0%{opacity:0}}@keyframes cu-chart-rise{0%{opacity:.4;transform:scaleY(.02)}}@keyframes cu-chart-run{0%{opacity:.4;transform:scaleX(.02)}}@keyframes cu-chart-bloom{0%{opacity:0;transform:scale(.86)rotate(-14deg)}}@media (prefers-reduced-motion:reduce){.cu-chart-line[data-draw],.cu-chart-area,.cu-chart-dot,.cu-chart-label,.cu-chart-rule,.cu-chart-bar,.cu-chart-slice{animation:none}.cu-chart-line[data-draw]{stroke-dasharray:none;stroke-dashoffset:0}}:root[data-motion=reduced] .cu-chart-line[data-draw],:root[data-motion=off] .cu-chart-line[data-draw]{stroke-dasharray:none;stroke-dashoffset:0;animation:none}:root[data-motion=reduced] .cu-chart :is(.cu-chart-area,.cu-chart-dot,.cu-chart-label,.cu-chart-rule,.cu-chart-bar,.cu-chart-slice),:root[data-motion=off] .cu-chart :is(.cu-chart-area,.cu-chart-dot,.cu-chart-label,.cu-chart-rule,.cu-chart-bar,.cu-chart-slice){animation:none}.cu-chart-tip{z-index:2;border:1px solid var(--color-border-subtle);border-radius:var(--radius-row,var(--radius-md,10px));background:color-mix(in srgb, var(--color-surface-elevated,var(--cu-chart-surface)) 96%, transparent);min-width:96px;max-width:min(280px,80%);box-shadow:var(--shadow-elevated,0 6px 20px #0000002e);-webkit-backdrop-filter:blur(10px);color:var(--color-text-secondary);pointer-events:none;animation:cu-chart-fade calc(.12s * var(--motion-scale,1)) var(--ease-standard) both;gap:3px;padding:7px 10px 8px;font-size:12px;line-height:1.35;display:grid;position:absolute}.cu-chart-tip-when{color:var(--color-text-muted);font-size:11px}.cu-chart-tip-row{white-space:nowrap;align-items:center;gap:7px;display:flex}.cu-chart-tip-row strong{color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-weight:620}.cu-chart-tip-row span:last-child{text-overflow:ellipsis;overflow:hidden}.cu-chart-key{border-radius:2px;flex:none;width:10px;height:3px}.cu-chart-slices{color:var(--color-text-secondary);gap:5px;margin:0;padding:0;font-size:12.5px;list-style:none;display:grid}.cu-chart-slices li{grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.cu-chart-slices li span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cu-chart-slices strong{color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-weight:600}.cu-chart-table{border:1px solid var(--color-border-subtle);border-radius:var(--radius-row,var(--radius-md));max-height:300px;overflow:auto}.cu-chart-table table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:12px}.cu-chart-table th,.cu-chart-table td{border-bottom:1px solid var(--cu-chart-grid);text-align:right;white-space:nowrap;color:var(--color-text-secondary);padding:5px 10px}.cu-chart-table th:first-child{text-align:left;color:var(--color-text-primary);font-weight:500}.cu-chart-table thead th{z-index:1;background:var(--cu-chart-surface);color:var(--color-text-muted);font-weight:600;position:sticky;top:0}.cu-chart-table tbody tr:last-child :is(th,td){border-bottom:0}.cu-chart-nav{border-radius:var(--radius-sm,8px);background:color-mix(in srgb, var(--color-layer-2) 55%, transparent);cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;height:38px;margin:4px 7px 6px;position:relative}.cu-chart-nav svg{width:100%;height:calc(100% - 6px);position:absolute;inset:3px 0;overflow:visible}.cu-chart-nav path{fill:none;stroke-width:1.25px;vector-effect:non-scaling-stroke;opacity:.55}.cu-chart-nav-shade{background:color-mix(in srgb, var(--cu-chart-surface,var(--color-surface-layer1)) 58%, transparent);pointer-events:none;position:absolute;top:0;bottom:0}.cu-chart-nav-shade:first-of-type{border-radius:var(--radius-sm,8px) 0 0 var(--radius-sm,8px)}.cu-chart-nav-window{box-sizing:border-box;border:1px solid color-mix(in srgb, var(--color-text-primary) 30%, transparent);border-radius:var(--radius-sm,8px);background:color-mix(in srgb, var(--color-text-primary) 4%, transparent);cursor:grab;outline:none;position:absolute;top:0;bottom:0}.cu-chart-nav-window:active{cursor:grabbing}.cu-chart-nav-window:focus-visible,.cu-chart-nav-handle:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--color-text-primary) 45%, transparent)}.cu-chart-nav-handle{border:1px solid color-mix(in srgb, var(--color-text-primary) 34%, transparent);background:var(--color-surface-elevated,var(--color-surface-layer1));width:9px;height:22px;box-shadow:var(--shadow-control);cursor:ew-resize;transition:transform var(--duration-fast,.12s) var(--ease-standard,ease);border-radius:5px;outline:none;margin-top:-11px;padding:0;position:absolute;top:50%}.cu-chart-nav-handle:hover{transform:scaleY(1.12)}.cu-chart-nav path{stroke-dasharray:1;stroke-dashoffset:1px;animation:cu-chart-draw calc(.62s * var(--motion-scale,1)) var(--ease-emphasized) 90ms forwards}.cu-chart-nav-window{animation:cu-chart-nav-settle calc(.42s * var(--motion-scale,1)) var(--ease-emphasized) .16s both}.cu-chart-nav-shade{animation:cu-chart-fade calc(.36s * var(--motion-scale,1)) var(--ease-standard) .16s both}@keyframes cu-chart-nav-settle{0%{opacity:0;transform:scaleX(.9)scaleY(.8)}}@media (prefers-reduced-motion:reduce){.cu-chart-nav path,.cu-chart-nav-window,.cu-chart-nav-shade{stroke-dashoffset:0;animation:none}}:root[data-motion=reduced] :is(.cu-chart-nav path,.cu-chart-nav-window,.cu-chart-nav-shade),:root[data-motion=off] :is(.cu-chart-nav path,.cu-chart-nav-window,.cu-chart-nav-shade){stroke-dashoffset:0;animation:none}.cu-chart-nav-handle:before{content:"";position:absolute;inset:-8px}.cu-chart-nav-handle[data-edge=start]{left:-5px}.cu-chart-nav-handle[data-edge=end]{right:-5px}.cu-present-window-date{color:inherit;font:inherit;cursor:text;background:0 0;border:0;border-radius:4px;padding:1px 3px}.cu-present-window-date:hover{color:var(--color-text-primary);background:color-mix(in srgb, var(--color-layer-2) 72%, transparent)}.cu-present-window-input{border:1px solid var(--color-border-subtle);background:var(--color-surface-layer1,transparent);color:var(--color-text-primary);font:inherit;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;border-radius:4px;padding:0 4px;font-size:11.5px}@media (prefers-color-scheme:dark){.cu-present-window-input{--lightningcss-light: ;--lightningcss-dark:initial}}@media (forced-colors:active){.cu-chart-nav-window,.cu-chart-nav-handle{border-color:highlight}}.cu-chart-foot{border-top:1px solid var(--cu-chart-grid);color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:4px 10px;padding-top:9px;font-size:11.5px;line-height:1.4;display:flex}.cu-chart-ground{color:var(--color-text-secondary);align-items:center;gap:6px;font-weight:560;display:inline-flex}.cu-chart-ground i{background:var(--color-text-muted);border-radius:999px;width:6px;height:6px}.cu-chart-ground[data-level=live] i,.cu-chart-ground[data-level=mixed] i{background:var(--color-status-success);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-status-success) 22%, transparent)}.cu-chart-ground[data-level=model] i{background:var(--color-status-warning)}.cu-chart-cite{color:var(--color-text-secondary);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, currentColor 35%, transparent);text-decoration-color:color-mix(in srgb, currentColor 35%, transparent);text-underline-offset:2px}a.cu-chart-cite:hover{color:var(--color-text-primary);text-decoration-color:currentColor}span.cu-chart-cite{text-decoration:none}.cu-chart-asof{font-variant-numeric:tabular-nums}.cu-chart-note{color:var(--color-text-muted);flex-basis:100%;margin:0}@container (max-width:420px){.cu-chart-control{grid-template-columns:minmax(0,1fr);gap:3px}}@media (pointer:coarse){.cu-chart-icon{width:34px;height:34px}.cu-chart-legend-item,.cu-chart .cu-present-chip,.cu-chart-panel-button{min-height:30px}}@media (forced-colors:active){.cu-chart-slotband,.cu-chart-brush{fill:highlight;opacity:.3}}.cu-chart-plot[data-askable]{cursor:pointer}
.cu-dictate{gap:6px;min-width:0;display:grid}.cu-dictate-row{align-items:center;gap:8px;min-width:0;display:flex}.cu-dictate-button{border:1px solid var(--color-border-base);border-radius:var(--radius-control);height:30px;color:var(--color-text-secondary);cursor:pointer;transition:background var(--motion-fast), border-color var(--motion-fast), color var(--motion-fast), transform var(--motion-fast);background:0 0;flex:none;align-items:center;gap:6px;padding:0 11px;font-family:inherit;font-size:11.5px;font-weight:550;display:inline-flex}.cu-dictate-button svg{width:14px;height:14px}.cu-dictate-button:hover:not(:disabled){background:var(--color-surface-layer1);color:var(--color-text-primary)}.cu-dictate-button:active:not(:disabled){transform:translateY(.5px)}.cu-dictate-button:disabled{opacity:.45;cursor:default}.cu-dictate-button:focus-visible{outline:1px solid var(--color-focus-ring);outline-offset:2px}.cu-dictate-button[data-recording]{border-color:var(--color-status-danger,var(--color-danger));color:var(--color-status-danger,var(--color-danger))}.cu-dictate-hint{min-width:0;color:var(--color-text-tertiary);text-overflow:ellipsis;font-size:10.5px;line-height:1.35;overflow:hidden}.cu-dictate-hint[data-warn]{color:var(--color-text-secondary)}.cu-dictate-timer{color:var(--color-text-tertiary);font-variant-numeric:tabular-nums;flex:none;font-size:11px}.cu-dictate-timer[data-warn]{color:var(--color-status-danger,var(--color-danger))}.cu-dictate-discard{border-radius:var(--radius-full,999px);width:24px;height:24px;color:var(--color-text-tertiary);cursor:pointer;transition:background var(--motion-fast), color var(--motion-fast);background:0 0;border:0;flex:none;justify-content:center;align-items:center;margin-left:auto;padding:0;display:inline-flex}.cu-dictate-discard svg{width:13px;height:13px}.cu-dictate-discard:hover{background:var(--color-surface-layer1);color:var(--color-text-primary)}.cu-dictate-error{border:1px solid var(--color-status-danger,var(--color-danger));border-radius:var(--radius-control);width:100%;color:var(--color-status-danger,var(--color-danger));text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:8px;padding:6px 9px;font-family:inherit;font-size:11px;display:flex}.cu-dictate-error svg{flex:none;width:12px;height:12px}
.cu-images{height:100%;min-height:0;color:var(--color-text-primary);background:var(--color-canvas);flex-direction:column;flex:1;display:flex}.cu-images-toolbar{justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:8px 16px 0;display:flex}.cu-images-toolbar-start,.cu-images-toolbar-end{align-items:center;gap:8px;min-width:0;display:flex}.cu-images-toolbar-end{gap:14px}.cu-images-toolbar h1{font:600 15px/1.2 var(--font-ui);margin:0}.cu-images-text{color:var(--color-text-secondary);font:500 13px/1 var(--font-ui);cursor:pointer;background:0 0;border:0}.cu-images-text:hover:not(:disabled){color:var(--color-text-primary)}.cu-images-text:disabled{opacity:.5;cursor:default}.cu-images-stage{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:0;padding:16px 24px 8px;display:flex;container-type:size}.cu-images[data-dropping] .cu-images-frame{border-color:var(--color-accent)}.cu-images-routing-popover{z-index:95;box-sizing:border-box;border:1px solid var(--color-border-base);border-radius:var(--radius-menu,var(--radius-lg));background:var(--color-surface-elevated);max-width:calc(100vw - 20px);box-shadow:var(--shadow-elevated,0 16px 40px color-mix(in srgb, var(--color-canvas) 45%, transparent));position:fixed;overflow:hidden}.cu-images-routing-menu.composer-sheet-menu{z-index:120;box-sizing:border-box;border:1px solid var(--color-border-base);border-radius:var(--radius-menu,var(--radius-md));background:var(--color-surface-elevated);box-shadow:var(--shadow-elevated,0 10px 28px color-mix(in srgb, var(--color-canvas) 40%, transparent));position:fixed}.cu-images-frame{border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-layer-1);place-items:center;max-width:100%;display:grid;position:relative;overflow:hidden}.cu-images-frame img{object-fit:contain;width:100%;height:100%;animation:cu-images-in var(--duration-moderate,.18s) var(--ease-standard,ease);position:absolute;inset:0}.cu-images-frame p{max-width:36ch;color:var(--color-text-tertiary);font:13px/1.45 var(--font-ui);text-align:center;margin:0;padding:32px}.cu-images-shimmer{background:linear-gradient(100deg, transparent 20%, color-mix(in srgb, var(--color-accent) 16%, transparent) 50%, transparent 80%);animation:cu-images-shimmer 1.4s var(--ease-standard,ease) infinite;background-size:200% 100%;position:absolute;inset:0}.cu-images-strip{gap:8px;width:min(880px,100%);margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.cu-images-strip button{border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background:var(--color-layer-1);cursor:pointer;width:64px;height:64px;padding:0;overflow:hidden}.cu-images-strip button[aria-current=true]{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent)}.cu-images-strip img,.cu-images-thumb-empty{object-fit:cover;width:100%;height:100%;display:block}.cu-images-dock{width:min(780px,100% - 32px);margin:0 auto;padding:0 0 16px}.cu-images-composer{border:1px solid var(--color-border-base);border-radius:var(--radius-composer);background:var(--color-surface-elevated);box-shadow:0 8px 28px color-mix(in srgb, var(--color-surface-overlay,transparent) 45%, transparent);transition:border-color var(--duration-fast,.12s) var(--ease-standard,ease);flex-direction:column;display:flex}.cu-images-composer:focus-within{border-color:color-mix(in srgb, var(--color-focus-ring) 65%, var(--color-border-base))}.cu-images-composer textarea{resize:none;width:100%;min-height:47px;max-height:200px;color:var(--color-text-primary);font:13px/1.5 var(--font-ui);background:0 0;border:0;outline:0;padding:14px 15px 4px;display:block}.cu-images-composer textarea::placeholder{color:var(--color-text-tertiary)}.cu-images-controls{justify-content:space-between;align-items:center;gap:8px;min-height:43px;padding:4px 7px 7px;display:flex}.cu-images-controls-start,.cu-images-controls-end{align-items:center;gap:2px;min-width:0;display:flex}.cu-images-controls-start{flex-wrap:wrap;flex:1}.cu-images-controls-end{flex:none;gap:4px}.cu-images-model{min-width:0;font:500 12px/1 var(--font-ui);display:inline-flex}.cu-images-icon,.cu-images-chip,.cu-images-send{transition:color var(--duration-fast,.12s) var(--ease-standard,ease), background-color var(--duration-fast,.12s) var(--ease-standard,ease), transform var(--duration-instant,80ms) var(--ease-standard,ease)}.cu-images-icon{border-radius:var(--radius-control,8px);width:30px;height:30px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.cu-images-icon:hover:not(:disabled){color:var(--color-text-primary);background:color-mix(in srgb, var(--color-layer-2) 70%, transparent)}.cu-images-icon:disabled,.cu-images-chip:disabled,.cu-images-send:disabled{color:var(--color-text-muted);cursor:default}.cu-images-icon svg,.cu-images-chip svg,.cu-images-send svg{width:16px;height:16px}.cu-images-menu{position:relative}.cu-images-chip{border-radius:var(--radius-control,8px);height:30px;color:var(--color-text-secondary);font:500 12px/1 var(--font-ui);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0 6px;display:inline-flex}.cu-images-chip:hover:not(:disabled){color:var(--color-text-primary);background:color-mix(in srgb, var(--color-layer-2) 70%, transparent)}.cu-images-chip-label{color:var(--color-text-tertiary);font-size:11px}.cu-images-send{border-radius:var(--radius-full,999px);width:30px;height:30px;color:var(--color-accent-text);background:var(--color-accent);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--color-accent-text) 12%, transparent), 0 1px 2px color-mix(in srgb, var(--color-canvas) 24%, transparent);cursor:pointer;border:0;flex:none;place-items:center;padding:0;display:inline-grid}.cu-images-send:hover:not(:disabled){background:color-mix(in srgb, var(--color-accent) 88%, var(--color-text-primary))}.cu-images-send:active:not(:disabled),.cu-images-icon:active:not(:disabled){transform:scale(.96)}.cu-images-send:disabled{background:color-mix(in srgb, var(--color-accent) 14%, var(--color-layer-1));box-shadow:none}.cu-images-send[data-stop=true]{color:var(--color-text-primary);background:var(--color-layer-2);box-shadow:none}.cu-images-popover{z-index:20;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-elevated);min-width:160px;max-height:320px;box-shadow:0 10px 28px color-mix(in srgb, var(--color-canvas) 40%, transparent);margin:0;padding:4px;list-style:none;position:absolute;bottom:calc(100% + 6px);left:0;overflow:auto}.cu-images-popover button{border-radius:var(--radius-sm);width:100%;color:var(--color-text-primary);font:13px/1.2 var(--font-ui);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:7px 8px;display:flex}.cu-images-popover button[aria-selected=true]{background:color-mix(in srgb, var(--color-accent) 14%, transparent)}.cu-images-popover button:hover{background:var(--color-layer-1)}.cu-images-model-list{width:240px;padding:6px}.cu-images-model-list h3{color:var(--color-text-tertiary);font:600 10px/1.2 var(--font-ui);letter-spacing:.04em;text-transform:uppercase;margin:8px 8px 2px}.cu-images-model-list ul{margin:0;padding:0;list-style:none}.cu-images-attach button{justify-content:flex-start}.cu-images-attach svg{width:15px;height:15px;color:var(--color-text-secondary)}.cu-images-refs{flex-wrap:wrap;gap:6px;margin:0;padding:10px 12px 0;list-style:none;display:flex}.cu-images-refs li{border-radius:var(--radius-full,999px);max-width:220px;color:var(--color-text-secondary);background:var(--color-layer-1);font:12px/1.2 var(--font-ui);align-items:center;gap:4px;padding:3px 4px 3px 3px;display:inline-flex}.cu-images-refs img,.cu-images-ref-empty{border-radius:var(--radius-full,999px);object-fit:cover;flex:none;width:18px;height:18px}.cu-images-ref-empty{background:var(--color-layer-2)}.cu-images-refs span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cu-images-refs button{border-radius:var(--radius-full,999px);width:18px;height:18px;color:var(--color-text-tertiary);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.cu-images-refs svg{width:12px;height:12px}.cu-images-note,.cu-images-error{font:12px/1.4 var(--font-ui);margin:0 0 8px}.cu-images-note{color:var(--color-text-tertiary)}.cu-images-composer+.cu-images-note{margin:8px 2px 0}.cu-images-error{color:var(--color-status-danger)}.cu-images-scrim{z-index:40;background:color-mix(in srgb, var(--color-canvas) 62%, transparent);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.cu-images-dialog{border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-surface-elevated);width:min(420px,100%);max-height:min(70vh,560px);box-shadow:0 16px 40px color-mix(in srgb, var(--color-canvas) 45%, transparent);flex-direction:column;display:flex;overflow:hidden}.cu-images-dialog header{justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.cu-images-dialog h2{font:600 14px/1.2 var(--font-ui);margin:0}.cu-images-dialog header button,.cu-images-dialog ul button{color:var(--color-text-secondary);font:13px/1.3 var(--font-ui);cursor:pointer;background:0 0;border:0}.cu-images-dialog ul{margin:0;padding:0 8px 8px;list-style:none;overflow:auto}.cu-images-dialog ul button{border-radius:var(--radius-sm);width:100%;color:var(--color-text-primary);text-align:left;padding:8px}.cu-images-dialog ul button:hover{background:var(--color-layer-1)}.cu-images-dialog p{color:var(--color-text-tertiary);font:13px/1.4 var(--font-ui);margin:0;padding:0 14px 12px}@keyframes cu-images-in{0%{opacity:0}to{opacity:1}}@keyframes cu-images-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.cu-images-frame img,.cu-images-shimmer,.cu-images-icon,.cu-images-chip,.cu-images-send{transition:none;animation:none}}
