@font-face{font-family:Inter;font-weight:100 900;font-display:swap;font-style:normal;src:url(/fonts/InterVariable.woff2) format("woff2")}@font-face{font-family:Inter Display;font-weight:400;font-display:swap;font-style:normal;src:url(/fonts/InterDisplay-Regular.woff2) format("woff2")}@font-face{font-family:Inter Display;font-weight:600;font-display:swap;font-style:normal;src:url(/fonts/InterDisplay-SemiBold.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-weight:100 800;font-display:swap;font-style:normal;src:url(/fonts/JetBrainsMono.ttf) format("truetype")}:root{--bg: #ffffff;--fg: #111111;--muted: #666666;--line: rgba(0, 0, 0, .1);--accent: #0366d6;--accent-warm: #d65974;--chrome-bg: #f5f5f5;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display: "Inter Display", "Inter", -apple-system, sans-serif;--font-mono: "JetBrains Mono", "IBM Plex Mono", "SFMono-Regular", Menlo, monospace;--unit: 8px;--lh: 1.4;--fs: 16px;--v-1: var(--unit);--v-2: calc(var(--unit) * 2);--v-3: calc(var(--unit) * 3);--v-4: calc(var(--unit) * 4);--v-6: calc(var(--unit) * 6);--v-8: calc(var(--unit) * 8)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-sans);font-size:var(--fs);line-height:var(--lh);color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga" 1,"calt" 1,"kern" 1;letter-spacing:-.011em}.app-shell{display:flex;flex-direction:column;min-height:100vh}.workspace{display:grid;grid-template-columns:1fr 360px;gap:var(--v-4);padding:0;flex:1}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:var(--v-6) var(--v-4);background:radial-gradient(circle at top left,rgba(214,89,116,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(3,102,214,.06),transparent 24%),#fff}.auth-card{width:min(100%,440px);padding:var(--v-4);border:1px solid var(--line);border-radius:18px;background:#fffffff5;box-shadow:0 20px 60px #0000000f}.auth-card--loading{text-align:center}.auth-title{font-family:var(--font-display);font-size:2rem;line-height:1.1;letter-spacing:-.03em;margin-top:var(--v-2)}.auth-copy{margin-top:var(--v-2);color:#555}.auth-form{display:flex;flex-direction:column;gap:var(--v-2);margin-top:var(--v-4)}.auth-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#444}.auth-error{padding:10px 12px;border:1px solid rgba(214,89,116,.28);border-radius:10px;background:#d6597414;color:#8d3147;font-size:13px}.auth-notice{margin-top:var(--v-3);padding:10px 12px;border:1px solid rgba(3,102,214,.24);border-radius:10px;background:#0366d60f;color:#174a7c;font-size:13px}.auth-actions{display:flex;gap:var(--v-2);margin-top:var(--v-1)}.modal-backdrop{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:var(--v-4);background:#08080847;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-card{width:min(100%,440px);padding:var(--v-4);border:1px solid var(--line);border-radius:18px;background:#fffffffa;box-shadow:0 20px 60px #00000029}.modal-card--wide{width:min(100%,640px)}.modal-head{display:flex;flex-direction:column;gap:var(--v-1)}.modal-title{font-family:var(--font-display);font-size:1.5rem;line-height:1.1;letter-spacing:-.03em}.share-modal{display:flex;flex-direction:column;gap:var(--v-3)}.share-modal-head{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--v-3)}.share-document-title,.share-member-email,.share-error{color:#5f6368;font-size:13px}.share-error{color:#b3261e}.share-form{display:grid;grid-template-columns:minmax(0,1fr) 140px auto;gap:var(--v-2)}.share-email-input,.share-role-select{min-width:0;border:1px solid var(--line);border-radius:4px;background:#fff;padding:8px 10px;font:inherit}.share-member-list{display:flex;max-height:min(54vh,460px);flex-direction:column;overflow:auto;border-top:1px solid var(--line)}.share-member-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--v-3);align-items:center;padding:var(--v-3) 0;border-bottom:1px solid var(--line)}.share-member-name{font-weight:700}.share-member-actions{display:flex;align-items:center;gap:var(--v-2)}.editor-panel{display:block;background:var(--bg);padding-bottom:120px}.editor-sheet{position:relative;width:min(100%,720px);max-width:720px;margin:0 auto;padding:var(--v-4) var(--v-4) 120px}.active-thread-pin{position:absolute;right:-18px;width:10px;height:10px;margin-top:-5px;border-radius:999px;background:#c96a4a;box-shadow:0 0 0 2px #fff5effa;opacity:0;pointer-events:none;transform:scale(.8);transition:opacity .14s ease,transform .14s ease}.editor-mount{position:relative}.active-thread-pin.is-visible{opacity:1;transform:scale(1)}.UnderlineEditor{outline:none;min-height:50vh}.UnderlineEditor>:first-child{margin-top:0}.UnderlineEditor p{margin-bottom:var(--v-2)}.UnderlineEditor ul,.UnderlineEditor ol,.UnderlineEditor pre,.UnderlineEditor blockquote{margin-bottom:var(--v-3)}.UnderlineEditor h1,.UnderlineEditor h2,.UnderlineEditor h3,.UnderlineEditor h4{font-family:var(--font-display);font-weight:600;line-height:1.25;color:#000;letter-spacing:-.02em;font-feature-settings:"cv02","cv08","cv10"}.UnderlineEditor h1{font-size:2rem;margin-top:var(--v-6);margin-bottom:var(--v-3)}.UnderlineEditor h2{font-size:1.5rem;margin-top:var(--v-6);margin-bottom:var(--v-2)}.UnderlineEditor h3{font-size:1.125rem;margin-top:var(--v-4);margin-bottom:var(--v-1)}.UnderlineEditor h4{font-size:1rem;margin-top:var(--v-4);margin-bottom:var(--v-1)}.UnderlineEditor ul+h1,.UnderlineEditor ul+h2,.UnderlineEditor ul+h3,.UnderlineEditor ul+h4,.UnderlineEditor ol+h1,.UnderlineEditor ol+h2,.UnderlineEditor ol+h3,.UnderlineEditor ol+h4{margin-top:0}.UnderlineEditor blockquote{border-left:2px solid var(--line);padding-left:var(--v-3);color:var(--muted);font-style:italic}.UnderlineEditor pre{overflow-x:auto;padding:var(--v-3);border:1px solid rgba(22,28,45,.08);border-radius:12px;background:#1a1e29f5;color:#f5f7fff5;line-height:1.6}.UnderlineEditor pre code{color:inherit;font-size:.95em}.UnderlineEditor ul,.UnderlineEditor ol{padding-left:1.5rem}.UnderlineEditor ol{font-variant-numeric:tabular-nums}.UnderlineEditor li{margin-bottom:4px}.UnderlineEditor li:last-child{margin-bottom:0}.UnderlineEditor li>p{margin-bottom:4px}.UnderlineEditor li:last-child>p{margin-bottom:0}.UnderlineEditor li>ul,.UnderlineEditor li>ol{margin-top:4px;margin-bottom:0}.UnderlineEditor code{font-family:var(--font-mono);font-size:.875em;color:#9f4f38}.UnderlineEditor a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.12em}.UnderlineEditor img{display:block;max-width:100%;height:auto;margin:var(--v-2) 0 var(--v-3);border-radius:10px}.UnderlinePresenceOverlay{position:absolute;inset:0;z-index:5;overflow:visible;pointer-events:none}.UnderlineRemoteCursor{position:absolute;width:0;height:0;margin:0;padding:0;color:var(--remote-color, #0f766e);pointer-events:none;transform:translate(-1px)}.UnderlineRemoteCursor-line{position:absolute;top:0;left:0;width:0;height:var(--remote-height, 1.15em);border-left:2px solid currentColor}.UnderlineRemoteCursor-label{position:absolute;top:-18px;left:0;font-size:11px;font-weight:600;padding:1px 6px;border-radius:3px;color:#fff;white-space:nowrap;line-height:1;background:#222}.UnderlineRemoteSelection{border-radius:2px}.UnderlineEditor .is-agent-selection{background:#ffe08a80;box-shadow:inset 0 -1px #b37a0047;border-radius:2px}ml-span{position:relative;background:linear-gradient(180deg,transparent 70%,rgba(201,106,74,.2) 70%);cursor:pointer;border-radius:2px;transition:background-color .14s ease,box-shadow .14s ease}ml-span.is-active-thread{background:#f4d0c4e0;box-shadow:0 0 0 1px #c96a4a33}ml-span.is-active-thread:before{content:none}ml-span.thread-pulse{animation:active-thread-pulse .7s ease-out}@keyframes active-thread-pulse{0%{background:#f4d0c447;box-shadow:0 0 #c96a4a38}45%{background:#f4d0c4fa;box-shadow:0 0 0 4px #c96a4a1f}to{background:#f4d0c4e0;box-shadow:0 0 0 1px #c96a4a33}}.agent-panel,.threads-panel{background:var(--chrome-bg);border-left:1px solid var(--line);padding:var(--v-3);font-size:14px}.right-rail{position:sticky;top:0;align-self:start;height:calc(100vh - 48px);overflow-y:auto;overscroll-behavior:contain;min-width:0;background:var(--chrome-bg);border-left:1px solid var(--line);padding:var(--v-3);padding-bottom:72px}.right-rail .threads-panel{border-left:0;padding:0}.agent-panel{border-left:none;border-right:1px solid var(--line)}.panel-title{font-family:var(--font-display);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:var(--v-2)}.composer-card,.agent-card,.detail-card{background:#fff;border:1px solid var(--line);border-radius:6px;padding:var(--v-3);margin-bottom:var(--v-3)}.composer-input{width:100%;border:1px solid var(--line);border-radius:4px;padding:var(--v-2);font-family:var(--font-sans);font-size:14px;margin-bottom:var(--v-2);resize:vertical}.comment-panel-head,.comment-meta,.comment-actions,.detail-actions,.detail-head{display:flex;align-items:center}.comment-panel-head,.detail-head,.comment-actions,.detail-actions{justify-content:space-between}.comment-panel-title{font-size:14px;font-weight:600;color:#202124}.comment-count,.comment-time,.detail-subhead{font-size:12px;color:#5f6368}.comment-compose-input,.detail-input{min-height:92px;border-radius:8px;margin-top:12px;margin-bottom:12px}.detail-card{padding:18px;will-change:transform}.comment-thread-head{margin-bottom:14px}.comment-thread-badges{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.comment-thread-summary{display:flex;flex-direction:column;gap:2px}.agent-job-section{margin-bottom:16px;padding:14px;border:1px solid rgba(60,64,67,.14);border-radius:10px;background:linear-gradient(180deg,#f8fafff5,#fffffffa)}.agent-job-section-head,.agent-job-meta{display:flex;align-items:center;justify-content:space-between}.agent-job-section-head{margin-bottom:12px}.agent-job-list{display:flex;flex-direction:column;gap:10px}.agent-job-card{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid rgba(60,64,67,.14);border-radius:10px;background:#fffffff5}.agent-job-card.is-processing{border-color:#b76e0c42;background:#fff9ebeb}.agent-job-card.is-failed{border-color:#c23b223d;background:#fff4f2f5}.agent-job-card.is-completed{border-color:#1373332e}.agent-job-note{font-size:13px;line-height:1.45;color:#202124}.agent-job-timeline{display:flex;flex-wrap:wrap;gap:6px 12px;font-size:12px;color:#5f6368}.agent-job-block{display:flex;flex-direction:column;gap:4px}.agent-job-label{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5f6368}.agent-job-body{font-size:13px;line-height:1.45;color:#202124;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.agent-job-body a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.12em}.comment-stack{display:flex;flex-direction:column;gap:14px}.comment-entry{display:flex;align-items:flex-start;gap:10px}.comment-avatar{width:28px;height:28px;flex:0 0 28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e8f0fe;color:#1967d2;font-size:11px;font-weight:700;letter-spacing:.02em}.comment-content{min-width:0;flex:1}.comment-meta{gap:8px;margin-bottom:4px}.comment-author{font-size:13px;font-weight:600;color:#202124}.comment-body{font-size:14px;line-height:1.45;color:#202124;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.comment-body a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.12em}.comment-actions{gap:8px;justify-content:flex-end}.agent-head,.agent-stack,.agent-row,.agent-selection-head{display:flex}.agent-head,.agent-row,.agent-selection-head{align-items:center;justify-content:space-between}.agent-copy{margin:12px 0;font-size:13px;line-height:1.45;color:#5f6368}.agent-stack{flex-direction:column;gap:8px;margin-bottom:14px}.agent-row{gap:12px;font-size:13px;color:#5f6368}.agent-row strong{color:#202124;font-weight:600}.agent-selection-card{margin-bottom:14px;border:1px solid rgba(60,64,67,.16);border-radius:10px;padding:12px;background:#fcfcfc}.agent-selection-head{margin-bottom:10px}.agent-selection-label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5f6368}.agent-selection{font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.agent-selection.has-selection{color:#202124}.agent-selection.is-empty{color:#777}.agent-input{min-height:104px}.agent-runtime-panel{margin-bottom:var(--v-3);padding:16px;border:1px solid rgba(60,64,67,.14);border-radius:8px;background:#fff}.agent-runtime-head,.agent-runtime-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.agent-runtime-title{margin-top:2px;font-size:16px;line-height:1.2;font-family:var(--font-display)}.agent-runtime-actions{justify-content:flex-start;flex-wrap:wrap;margin-bottom:12px}.agent-runtime-error{margin-bottom:12px;padding:10px 12px;border:1px solid rgba(194,59,34,.24);border-radius:6px;background:#fff4f2f5;color:#9f2f1f;font-size:13px}.agent-runtime-proposal{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;padding:12px;border:1px solid rgba(19,115,51,.18);border-radius:8px;background:#edf7edb8}.agent-runtime-anchor{font-size:13px;line-height:1.45;color:#202124}.agent-runtime-log{display:flex;flex-direction:column;gap:8px;max-height:260px;overflow:auto;border-top:1px solid var(--line);padding-top:12px}.agent-runtime-empty{color:#5f6368;font-size:13px}.agent-runtime-entry{padding:10px;border:1px solid rgba(60,64,67,.12);border-radius:6px;background:#fcfcfc}.agent-runtime-entry.is-tool_call{background:#f1f3f4cc}.agent-runtime-entry.is-proposal{border-color:#1373332e}.agent-runtime-output{max-height:128px;overflow:auto;margin-top:6px;padding:8px;border-radius:4px;background:#1f2328;color:#f6f8fa;font-family:var(--font-mono);font-size:11px;line-height:1.45;white-space:pre-wrap}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.03em;background:#eef3fd;color:#1967d2}.status-pill.resolved{background:#edf7ed;color:#137333}.status-pill.queued{background:#edf2fb;color:#3856a8}.status-pill.processing{background:#fff1d6;color:#9b5b00}.status-pill.completed{background:#edf7ed;color:#137333}.status-pill.failed{background:#fce8e6;color:#b3261e}.status-pill.detached{background:#f1f3f4;color:#5f6368}button{cursor:pointer;font-family:var(--font-sans);font-weight:500;padding:var(--v-1) var(--v-2);border-radius:4px;border:1px solid var(--line);background:#fff;font-size:13px}button.primary-button{background:var(--fg);color:#fff;border-color:var(--fg)}button.secondary-button{background:#fff;color:#202124}button:disabled,textarea:disabled,input:disabled,select:disabled{cursor:not-allowed;opacity:.5}.codex-connect-modal{width:min(100%,560px);border-radius:8px}.codex-connect-head{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--v-3)}.codex-connect-subtitle{display:flex;align-items:center;gap:var(--v-2);margin-top:var(--v-1);color:#5f6368;font-size:13px}.codex-connect-error{margin-top:var(--v-3);padding:var(--v-2) var(--v-3);border:1px solid #f2c4c4;border-radius:6px;background:#fff5f5;color:#9f1f1f;font-size:13px}.codex-connect-state{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--v-2);margin-top:var(--v-4)}.codex-connect-state>div{display:flex;min-height:64px;flex-direction:column;justify-content:space-between;padding:var(--v-2);border:1px solid var(--line);border-radius:6px;background:#f8f9fa}.codex-connect-state span{color:#5f6368;font-size:12px}.codex-connect-state strong{font-family:var(--font-display);font-size:20px;line-height:1}.codex-connect-actions,.codex-device-actions{display:flex;gap:var(--v-2);margin-top:var(--v-4)}.codex-device-panel{display:flex;flex-direction:column;gap:var(--v-3);margin-top:var(--v-4);padding:var(--v-4);border:1px solid var(--line);border-radius:6px;background:#fff}.codex-device-code{font-family:var(--font-display);font-size:42px;font-weight:700;line-height:1;letter-spacing:0}.codex-browser-login{font-family:var(--font-display);font-size:24px;font-weight:700;line-height:1.1}.codex-device-panel a{color:#1967d2;overflow-wrap:anywhere}.codex-device-note{padding:var(--v-2);border:1px solid #f2c4c4;border-radius:6px;background:#fff5f5;color:#9f1f1f;font-size:13px;line-height:1.45}@media(max-width:640px){.codex-connect-state{grid-template-columns:1fr}.codex-device-code{font-size:32px}}.wrangler-world-modal{width:min(100%,980px);max-height:min(88vh,820px);overflow:auto;border-radius:8px}.wrangler-world-head{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--v-3)}.wrangler-world-subtitle,.wrangler-world-error,.wrangler-empty{color:#5f6368;font-size:13px}.wrangler-world-error{padding:var(--v-2) var(--v-3);border:1px solid #f2c4c4;background:#fff5f5;color:#9f1f1f}.wrangler-world-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--v-2)}.wrangler-world-summary>div{display:flex;min-height:64px;flex-direction:column;justify-content:space-between;padding:var(--v-2);border:1px solid var(--line);border-radius:6px;background:#f8f9fa}.wrangler-world-summary span,.wrangler-node-kind,.wrangler-node-meta,.wrangler-job-doc,.wrangler-job-times,.wrangler-job-result,.wrangler-section-head>div:last-child{color:#5f6368;font-size:12px}.wrangler-world-summary strong{font-family:var(--font-display);font-size:24px;line-height:1}.wrangler-world-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--v-2);margin-top:var(--v-3)}.wrangler-node{display:flex;min-height:132px;flex-direction:column;gap:var(--v-2);padding:var(--v-3);border:1px solid var(--line);border-radius:6px;background:#fff}.wrangler-node-label{font-family:var(--font-display);font-size:18px;font-weight:700}.wrangler-node-meta{display:flex;min-height:32px;flex-wrap:wrap;gap:6px}.wrangler-status{width:fit-content;padding:3px 7px;border-radius:4px;background:#edf2ff;color:#214f9b;font-size:12px;font-weight:700}.wrangler-status.is-completed,.wrangler-status.is-ready,.wrangler-status.is-serving,.wrangler-status.is-bound,.wrangler-status.is-idle,.wrangler-status.is-connected{background:#e8f5ec;color:#1f6f3e}.wrangler-status.is-failed,.wrangler-status.is-missing-codex-oauth,.wrangler-status.is-containers-disabled{background:#fff1f1;color:#a62b2b}.wrangler-status.is-processing,.wrangler-status.is-claimed,.wrangler-status.is-loading-document,.wrangler-status.is-preparing-workspace,.wrangler-status.is-sandbox-starting,.wrangler-status.is-running-pi,.wrangler-status.is-verifying-result,.wrangler-status.is-runnable{background:#fff6df;color:#7a4c00}.wrangler-status.is-retry-wait,.wrangler-status.is-queued,.wrangler-status.is-unqueued{background:#edf2ff;color:#214f9b}.wrangler-edge-list{display:flex;flex-direction:column;gap:6px;margin-top:var(--v-3);padding:var(--v-2);border:1px solid var(--line);border-radius:6px;background:#fafafa}.wrangler-edge{display:grid;grid-template-columns:150px minmax(0,1fr) 150px;gap:var(--v-2);align-items:center;font-size:12px}.wrangler-edge span:nth-child(2){color:#5f6368;text-align:center}.wrangler-job-section{margin-top:var(--v-3)}.wrangler-section-head{display:flex;justify-content:space-between;gap:var(--v-3);margin-bottom:var(--v-2);font-family:var(--font-display);font-weight:700}.wrangler-job-list,.wrangler-mention-list{display:flex;max-height:280px;flex-direction:column;gap:var(--v-2);overflow:auto}.wrangler-job,.wrangler-mention{display:flex;flex-direction:column;gap:var(--v-2);padding:var(--v-3);border:1px solid var(--line);border-radius:6px;background:#fff}.wrangler-job-main,.wrangler-job-times{display:flex;justify-content:space-between;gap:var(--v-2)}.wrangler-job-times{flex-wrap:wrap}.wrangler-job-id{font-family:var(--font-mono);font-size:12px}.wrangler-job-request,.wrangler-job-result{padding-top:var(--v-2);border-top:1px solid var(--line);font-size:13px}@media(max-width:760px){.wrangler-world-summary,.wrangler-world-grid,.wrangler-edge{grid-template-columns:1fr}.wrangler-edge span:nth-child(2){text-align:left}}.info-footer{position:fixed;bottom:0;width:100%;background:#000;color:#fff;height:48px;display:flex;align-items:center;padding:0 var(--v-4);font-family:var(--font-display);font-size:13px;z-index:100}.info-footer-inner{width:100%;display:flex;justify-content:space-between;align-items:center}.footer-brand{font-weight:700;letter-spacing:-.02em}.footer-meta{display:flex;align-items:center;gap:12px}.footer-doc-toggle{display:inline-flex;align-items:center;gap:0;padding:0;border:0;background:transparent;color:inherit;font:inherit}.footer-doc-toggle:focus-visible{outline:1px solid rgba(255,255,255,.35);outline-offset:4px}.footer-title{color:#888;margin-left:var(--v-1)}.footer-detached-toggle,.footer-history-button{border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#fff;padding:5px 10px}.footer-role-pill{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:4px 8px;color:#ffffffb8;font-size:11px;text-transform:uppercase}.footer-user{display:inline-flex;align-items:center;gap:8px}.footer-signout{border:0;background:transparent;color:#ffffffb8;padding:0}.history-modal{display:flex;flex-direction:column;gap:var(--v-3)}.history-modal-head{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--v-3)}.history-summary{color:#5f6368;font-size:13px}.history-list{display:flex;max-height:min(58vh,520px);flex-direction:column;overflow:auto;border-top:1px solid var(--line)}.history-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--v-3);align-items:center;padding:var(--v-3) 0;border-bottom:1px solid var(--line)}.history-row-title{display:flex;align-items:center;gap:var(--v-2);font-weight:700}.history-kind{padding:2px 6px;border-radius:4px;background:#f1f3f4;color:#5f6368;font-size:11px;text-transform:capitalize}.history-row-meta,.history-row-note,.history-empty{color:#5f6368;font-size:13px}.history-row-note{margin-top:4px}.history-empty{padding:var(--v-4) 0}.presence-dot{width:8px;height:8px;border-radius:999px;background:var(--presence-color)}.dropdown-menu-content.footer-doc-picker{min-width:220px;max-height:min(28rem,var(--radix-dropdown-menu-content-available-height));overflow-y:auto;overscroll-behavior:contain;padding:8px;border:1px solid rgba(255,255,255,.12);background:#121212f5;display:flex;flex-direction:column;gap:4px;box-shadow:0 16px 40px #00000059;z-index:200}.dropdown-menu-item.footer-doc-option{display:flex;align-items:center;justify-content:flex-start;border:0;background:transparent;color:#d4d4d4;text-align:left;padding:8px 10px;border-radius:4px;outline:none}.dropdown-menu-item.footer-doc-option[data-highlighted],.dropdown-menu-item.footer-doc-option.is-active{background:#ffffff14;color:#fff}.dropdown-menu-item.footer-doc-option.footer-doc-option-create{color:#fff;font-weight:600}.dropdown-menu-content.footer-thread-picker{width:300px;max-height:min(28rem,var(--radix-dropdown-menu-content-available-height));overflow-y:auto;overscroll-behavior:contain;padding:8px;border:1px solid rgba(255,255,255,.12);background:#121212f5;display:flex;flex-direction:column;gap:4px;box-shadow:0 16px 40px #00000059;z-index:200}.dropdown-menu-item.footer-thread-option{display:flex;flex-direction:column;align-items:stretch;gap:6px;border:0;background:transparent;color:#f2f2f2;text-align:left;padding:10px 12px;border-radius:6px;outline:none}.dropdown-menu-item.footer-thread-option[data-highlighted]{background:#ffffff14}.footer-thread-option-head{display:flex;justify-content:space-between;gap:12px;font-size:12px;font-weight:600}.footer-thread-option-count{color:#b0b0b0;font-weight:500}.footer-thread-option-preview{font-size:13px;line-height:1.4;color:#dcdcdc;white-space:normal}@media(max-width:1024px){.workspace{grid-template-columns:1fr}.agent-panel,.threads-panel{border:none;border-top:1px solid var(--line)}}
