:root{--bg-app: #141416;--bg-nav: #1c1c1e;--bg-card: #272729;--bg-main: #0d0d0e;--bg-input: #141416;--bg-hover: #2c2c2e;--bg-active: #38383a;--green: #A3CF5E;--green-dark: #2A704F;--green-bg: rgba(163, 207, 94, .08);--danger: #F26A21;--danger-bg: rgba(242, 106, 33, .08);--warning: #FCDC3D;--blue: #4A90D9;--blue-bg: rgba(74, 144, 217, .08);--purple: #8B5CF6;--cyan: #06B6D4;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .75);--text-tertiary: rgba(255, 255, 255, .55);--text-muted: rgba(255, 255, 255, .45);--text-dim: rgba(255, 255, 255, .35);--border-subtle: rgba(255, 255, 255, .06);--border-default: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .14);--font-sans: "Glober", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, Monaco, monospace;--nav-width: 216px;--nav-collapsed: 52px;--topbar-height: 48px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 12px rgba(0,0,0,.4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:var(--font-sans);font-size:13px;line-height:1.5;color:var(--text-primary);background:var(--bg-app);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}.xm-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden}.xm-topbar{height:var(--topbar-height);background:#000c;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border-default);display:flex;align-items:center;gap:16px;padding:0 20px;flex-shrink:0;z-index:10}.xm-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.xm-brand-divider{width:1px;height:18px;background:#fff3;flex-shrink:0}.xm-brand-text{font:600 12px var(--font-sans);color:var(--text-primary);letter-spacing:.5px;flex-shrink:0}.xm-tenant{display:flex;align-items:center;gap:6px;padding:5px 12px;background:#ffffff14;border-radius:980px;font:400 12px var(--font-sans);color:#fffc;cursor:pointer;flex-shrink:0;-webkit-user-select:none;user-select:none}.xm-tenant:hover{background:#ffffff1f}.xm-tenant-arrow{color:#fff6}.xm-search{flex:1;max-width:380px;margin-left:8px;padding:6px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;font:400 12px var(--font-sans);color:#fff6;display:flex;align-items:center;gap:8px;cursor:text;-webkit-user-select:none;user-select:none}.xm-search-shortcut{margin-left:auto;font-size:11px;color:#ffffff59;background:#ffffff14;padding:1px 5px;border-radius:3px;flex-shrink:0}.xm-topbar-right{margin-left:auto;display:flex;align-items:center;gap:14px;flex-shrink:0}.xm-health{display:flex;align-items:center;gap:6px;font:400 11px var(--font-sans);color:var(--green);flex-shrink:0}.xm-health-dot{width:7px;height:7px;background:var(--green);border-radius:50%;flex-shrink:0}.xm-badge{position:relative;display:flex;align-items:center;color:#ffffffbf;cursor:pointer;flex-shrink:0}.xm-badge-count{position:absolute;top:-7px;right:-10px;background:var(--danger);color:#fff;font:600 9px var(--font-sans);padding:1px 5px;border-radius:980px;line-height:1.3}.xm-avatar{width:28px;height:28px;border-radius:50%;background:var(--green-dark);color:#fff;display:flex;align-items:center;justify-content:center;font:600 11px var(--font-sans);flex-shrink:0;cursor:pointer;-webkit-user-select:none;user-select:none}.xm-body{flex:1;display:flex;min-height:0}.xm-main{flex:1;min-width:0;overflow-y:auto;padding:18px 28px;display:flex;flex-direction:column}.xm-nav{width:var(--nav-width);background:var(--bg-nav);border-right:1px solid var(--border-subtle);padding:12px 0 0;display:flex;flex-direction:column;font:400 13px var(--font-sans);flex-shrink:0;overflow:hidden}.xm-nav-inner{flex:1;display:flex;flex-direction:column;overflow-y:auto}.xm-nav-cat{padding:8px 18px;color:#ffffffbf;display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s,border-color .15s}.xm-nav-cat:hover{color:#ffffffe6}.xm-nav-cat-expander{color:#ffffff59;font-size:9px;flex-shrink:0;width:10px;text-align:center}.xm-nav-cat-label{font:600 11px var(--font-sans);letter-spacing:.5px}.xm-nav-cat.on{background:#2a704f59;border-left:2px solid var(--green);color:#fff}.xm-nav-item{padding:5px 18px 5px 36px;color:#fff9;font-size:12.5px;display:block;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.xm-nav-item:hover{color:#ffffffd9}.xm-nav-item.on{color:#fff;font-weight:600;background:#2a704f40;border-left:2px solid var(--green);padding-left:34px}.xm-nav-collapse-trigger{margin-top:auto;border-top:1px solid var(--border-subtle);padding:12px 18px;display:flex;align-items:center;justify-content:space-between;font:400 11px var(--font-sans);color:#fff6;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0}.xm-nav-collapse-trigger:hover{color:#fff9}.xm-nav-collapse-icon{font-size:13px}.xm-nav-rail{width:var(--nav-collapsed);background:var(--bg-nav);border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;align-items:center;padding:8px 0;flex-shrink:0}.xm-nav-rail-items{display:flex;flex-direction:column;gap:4px;flex:1;padding-top:4px}.xm-nav-rail-item{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);cursor:pointer;color:#ffffff73;transition:background .15s,color .15s}.xm-nav-rail-item:hover{background:var(--bg-hover);color:var(--text-primary)}.xm-nav-rail-item.active{color:var(--green);background:#2a704f33}.xm-nav-rail-expand{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);cursor:pointer;color:#ffffff73;background:transparent;border:none;margin-top:auto;transition:background .15s,color .15s}.xm-nav-rail-expand:hover{background:var(--bg-hover);color:var(--text-primary)}.tile{background:var(--bg-card);border-radius:var(--radius-lg);padding:14px}.tile-bordered{background:var(--bg-card);border-radius:var(--radius-lg);padding:14px;border:1px solid var(--border-default)}.eyebrow{font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.pill{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:500;border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:transparent}.pill:hover{background:var(--bg-hover)}.pill.active{background:var(--green-dark);border-color:var(--green-dark);color:#fff}.pill.danger{border-color:#f26a2180;color:var(--danger)}.status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.status-dot.green{background:var(--green)}.status-dot.orange{background:var(--danger)}.status-dot.grey{background:var(--text-dim)}.status-dot.blue{background:var(--blue)}.status-dot.yellow{background:var(--warning)}.tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.3px}.tag.green{background:var(--green-bg);color:var(--green)}.tag.danger{background:var(--danger-bg);color:var(--danger)}.tag.blue{background:var(--blue-bg);color:var(--blue)}.tag.grey{background:var(--bg-hover);color:var(--text-tertiary)}.xf-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000094;display:flex;justify-content:flex-end;z-index:50}.xf-panel{width:472px;height:100%;background:var(--bg-nav);border-left:1px solid var(--border-default);display:flex;flex-direction:column;overflow-y:auto}.xf-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-default)}.xf-panel-title{font-size:14px;font-weight:700}.xf-panel-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:transparent;border:none;font-size:16px}.xf-panel-close:hover{background:var(--bg-hover);color:var(--text-primary)}.xf-panel-body{padding:20px;flex:1;display:flex;flex-direction:column;gap:14px}.xf-row{display:flex;flex-direction:column;gap:4px}.xf-label{font-size:11px;font-weight:600;color:var(--text-tertiary);letter-spacing:.3px;text-transform:uppercase}.xf-in{padding:8px 10px;background:var(--bg-input);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-primary);font-size:13px;outline:none}.xf-in:focus{border-color:#ffffff40}.xf-in::placeholder{color:var(--text-dim)}.xf-seg{display:flex;gap:0;border:1px solid var(--border-default);border-radius:var(--radius-sm);overflow:hidden}.xf-opt{flex:1;padding:6px 12px;text-align:center;font-size:11px;color:var(--text-secondary);background:transparent;border:none;cursor:pointer}.xf-opt:hover{background:var(--bg-hover)}.xf-opt.active{background:var(--bg-active);color:var(--text-primary)}.xf-textarea{resize:vertical;min-height:80px}.xm-table{width:100%;border-collapse:collapse;font-size:12px}.xm-table th{text-align:left;padding:8px 12px;font-size:10px;font-weight:600;color:var(--text-muted);letter-spacing:.3px;text-transform:uppercase;border-bottom:1px solid var(--border-default);cursor:pointer;-webkit-user-select:none;user-select:none}.xm-table th:hover{color:var(--text-secondary)}.xm-table td{padding:8px 12px;border-bottom:1px solid var(--border-subtle);color:var(--text-secondary)}.xm-table tr:hover td{background:var(--bg-hover)}.xm-table .col-name{color:var(--text-primary);font-weight:600}.xm-filterbar{display:flex;gap:6px;flex-wrap:wrap;padding:10px 0}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.page-title{font-size:20px;font-weight:700;color:var(--text-primary)}.page-subtitle{font-size:12px;color:var(--text-tertiary);margin-top:2px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px}.flex-row{display:flex;gap:12px;min-height:0}.flex-col{display:flex;flex-direction:column;gap:12px}@keyframes cowork-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Glober;src:url(/fonts/Glober-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Glober;src:url(/fonts/Glober-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Glober;src:url(/fonts/Glober-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}:root{color-scheme:light;--gm-bg: #ffffff;--gm-bg-sub: #f5f5f7;--gm-card: #ffffff;--gm-well: #fbfbfc;--gm-line: #d2d2d7;--gm-line-soft: #e5e5e7;--gm-text: #555555;--gm-text-body: #666666;--gm-text-muted: #808285;--gm-text-strong: #111111;--gm-brand-text: #2A704F;--gm-brand-action: #2A704F;--gm-hover: rgba(42,112,79,.07);--gm-bubble: #f5f5f7;--gm-shadow: 0 4px 20px rgba(0,0,0,.05);--gm-space-1: 4px;--gm-space-2: 8px;--gm-space-3: 12px;--gm-space-4: 16px;--gm-space-5: 24px;--gm-space-6: 32px;--gm-space-7: 48px;--gm-radius-card: 8px;--gm-radius-pill: 980px;--gm-sidebar-width: 252px}:root[data-theme=dark]{color-scheme:dark;--gm-bg: #1c1c1e;--gm-bg-sub: #151517;--gm-card: #242426;--gm-well: #0d0d0e;--gm-line: #3a3a3d;--gm-line-soft: #323235;--gm-text: rgba(255,255,255,.88);--gm-text-body: rgba(255,255,255,.68);--gm-text-muted: #8e8e93;--gm-text-strong: #ffffff;--gm-brand-text: #A3CF5E;--gm-hover: rgba(163,207,94,.1);--gm-bubble: #242426;--gm-shadow: 0 4px 20px rgba(0,0,0,.45)}body{background:var(--gm-bg);color:var(--gm-text)}.gm-shell{display:flex;width:100%;height:100vh;height:100dvh;max-height:100dvh;overflow:hidden;background:var(--gm-bg);color:var(--gm-text);font-family:Glober,Nunito Sans,sans-serif}.gm-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--gm-bg)}.gm-sidebar{width:var(--gm-sidebar-width);flex:none;min-height:0;display:flex;flex-direction:column;background:var(--gm-bg-sub);border-right:1px solid var(--gm-line);position:relative;z-index:5}.gm-sidebar-collapsed{width:56px;align-items:center;padding-bottom:env(safe-area-inset-bottom,0px)}.gm-sidebar-header{height:71px;flex:none;display:flex;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid var(--gm-line)}.gm-sidebar-compact-head{width:100%;height:71px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--gm-line)}.gm-woodgate-logo{width:auto;height:34px;display:block;flex:none}.gm-logo-dark{display:none}:root[data-theme=dark] .gm-logo-light{display:none}:root[data-theme=dark] .gm-logo-dark{display:block}.gm-header-rule{width:1px;height:30px;flex:none;background:var(--gm-line)}.gm-mark,.gm-settings-mark{display:inline-flex;width:20px;height:20px;flex:none;color:var(--gm-brand-text)}.gm-mark svg,.gm-settings-mark svg{width:100%;height:100%;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.gm-mark svg circle:first-child,.gm-settings-mark svg circle:first-child{stroke:currentColor;stroke-width:2.2}.gm-mark-inner{stroke-width:.7!important;opacity:.6}.gm-mark-compact{width:22px;height:22px}.gm-wordmark{color:var(--gm-text-strong);font-size:8.5px;font-weight:600;letter-spacing:.5px;white-space:nowrap}.gm-icon-button{width:32px;height:32px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--gm-text-muted);background:transparent;cursor:pointer}.gm-icon-button:hover{background:var(--gm-hover);color:var(--gm-text-strong)}.gm-icon-button svg{width:16px;height:16px}.gm-sidebar-compact-head .gm-icon-button{width:40px;height:52px;flex-direction:column;gap:2px}.gm-sidebar-compact-head .gm-icon-button .gm-mark{width:22px;height:22px}.gm-sidebar-toggle{margin-left:auto}.gm-sidebar-actions{padding:14px 18px;flex:none}.gm-primary-button{min-height:44px;border:0;border-radius:var(--gm-radius-pill);padding:9px 20px;background:var(--gm-brand-action);color:#fff;font:600 13px Glober,sans-serif;cursor:pointer;transition:background-color .15s ease}.gm-primary-button:hover{background:#1d5439}.gm-new-chat{width:100%}.gm-sidebar-scroll{min-height:0;flex:1;overflow-y:auto;padding:0 10px 8px}.gm-sidebar-section{margin:0}.gm-section-heading{width:100%;min-height:36px;padding:8px;display:flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--gm-text-muted);font:600 10px Glober,sans-serif;letter-spacing:.5px;text-align:left}.gm-section-heading-button{cursor:pointer}.gm-section-heading-button:hover{color:var(--gm-text-strong)}.gm-section-heading-spread{justify-content:space-between;padding-top:14px}.gm-chevron{width:8px;flex:none;color:var(--gm-text-muted);font-size:9px}.gm-section-count{margin-left:auto;font-size:10px;font-weight:400;color:var(--gm-text-muted)}.gm-section-add{width:28px;height:28px;border:0;background:transparent;color:var(--gm-text-muted);font:400 17px Glober,sans-serif;cursor:not-allowed}.gm-unavailable-note{display:flex;align-items:center;gap:8px;margin:0 8px 8px;padding:10px;border:1px dashed var(--gm-line);border-radius:var(--gm-radius-card);color:var(--gm-text-muted);font-size:11px;line-height:1.4}.gm-unavailable-note svg{width:15px;height:15px;flex:none;color:var(--gm-brand-text)}.gm-session-list{display:flex;flex-direction:column;gap:2px}.gm-session-row{width:100%;min-height:58px;padding:8px;display:flex;align-items:center;gap:10px;border:0;border-radius:8px;background:transparent;color:var(--gm-text);text-align:left;cursor:pointer}.gm-session-row:hover,.gm-session-row.active{background:var(--gm-hover)}.gm-avatar,.gm-user-avatar{width:30px;height:30px;flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gm-bg-sub);border:1px solid var(--gm-line);color:var(--gm-brand-text);font:600 10px Glober,sans-serif;letter-spacing:.2px}.gm-session-row.active .gm-avatar{background:var(--gm-brand-action);border-color:var(--gm-brand-action);color:#fff}.gm-session-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.gm-session-agent{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gm-text);font:600 12.5px/1.3 Glober,sans-serif}.gm-session-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gm-text-muted);font:400 11px/1.3 Glober,sans-serif}.gm-empty-sidebar{padding:12px 8px;color:var(--gm-text-muted);font-size:12px}.gm-session-row-wrap{display:flex;align-items:center;gap:2px}.gm-session-row-wrap .gm-session-row{flex:1;width:auto}.gm-pin-button{width:28px;height:28px;flex:none;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;color:var(--gm-text-muted);cursor:pointer;font-size:13px}.gm-pin-button:hover{background:var(--gm-hover);color:var(--gm-text-strong)}.gm-project-list{display:flex;flex-direction:column;gap:2px}.gm-project-group{display:flex;flex-direction:column}.gm-project-row{min-height:40px;display:flex;align-items:center;gap:8px;padding:7px 8px 7px 16px;border-radius:8px;color:var(--gm-text)}.gm-project-row:hover{background:var(--gm-hover)}.gm-project-row svg{width:15px;height:15px;flex:none;color:var(--gm-brand-text)}.gm-project-name{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:600 12.5px Glober,sans-serif}.gm-session-row-nested{margin-left:16px;padding-left:10px;border-left:1px solid var(--gm-line)}.gm-session-row-nested .gm-session-row{padding-left:4px}.gm-create-project{display:flex;align-items:center;gap:6px;padding:6px 8px}.gm-create-project input{min-width:0;flex:1;padding:6px 10px;border:1px solid var(--gm-line);border-radius:8px;background:var(--gm-card);color:var(--gm-text);font:400 12px Glober,sans-serif;outline:0}.gm-create-project input:focus{border-color:var(--gm-brand-text)}.gm-create-project input::placeholder{color:var(--gm-text-muted)}.gm-create-project button{width:30px;height:30px;flex:none;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gm-line);border-radius:8px;background:transparent;color:var(--gm-brand-text);font-size:16px;cursor:pointer}.gm-create-project button:disabled{cursor:not-allowed;opacity:.5}.gm-create-project button:hover:not(:disabled){background:var(--gm-hover)}.gm-user-footer{flex:none;padding:10px;padding-bottom:max(10px,env(safe-area-inset-bottom,0px));border-top:1px solid var(--gm-line);position:relative}.gm-user-row{width:100%;min-height:48px;display:flex;align-items:center;gap:10px;padding:8px;border:0;border-radius:8px;background:transparent;color:var(--gm-text);text-align:left;cursor:pointer}.gm-user-row:hover{background:var(--gm-hover)}.gm-user-avatar{background:var(--gm-brand-action);border-color:var(--gm-brand-action);color:#fff;font-size:11px}.gm-user-copy{min-width:0;display:flex;flex:1;flex-direction:column;gap:2px}.gm-user-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:600 12px Glober,sans-serif}.gm-user-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gm-text-muted);font:400 10.5px Glober,sans-serif}.gm-user-chevron{color:var(--gm-text-muted);font-size:11px}.gm-user-menu{position:absolute;right:10px;bottom:calc(100% + 8px);left:10px;z-index:10;padding:6px;border:1px solid var(--gm-line-soft);border-radius:8px;background:var(--gm-card);box-shadow:0 8px 20px #00000029}.gm-user-menu button{width:100%;min-height:38px;padding:8px 12px;border:0;border-radius:6px;background:transparent;color:var(--gm-text);font:400 12.5px Glober,sans-serif;text-align:left;cursor:pointer}.gm-user-menu button:hover{background:var(--gm-hover)}.gm-user-menu button.muted{color:var(--gm-text-muted)}.gm-menu-divider{height:1px;margin:4px 6px;background:var(--gm-line-soft)}.gm-new-chat-fab{width:36px;height:36px;margin-top:14px;border:0;border-radius:50%;background:var(--gm-brand-action);color:#fff;font:400 22px/1 Glober,sans-serif;cursor:pointer}.gm-new-chat-fab:hover{background:#1d5439}.gm-rail-divider{width:26px;height:1px;margin:10px 0 2px;background:var(--gm-line)}.gm-conversation-rail{min-height:0;flex:1;width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;overflow-y:auto;padding:4px 0;scrollbar-width:none}.gm-conversation-rail::-webkit-scrollbar{width:0;height:0}.gm-rail-avatar{width:34px;height:34px;padding:2px;border:0;border-radius:50%;background:transparent;cursor:pointer}.gm-rail-avatar:hover,.gm-rail-avatar.active{background:var(--gm-hover)}.gm-rail-avatar.active .gm-avatar{background:var(--gm-brand-action);border-color:var(--gm-brand-action);color:#fff}.gm-sidebar-collapsed>.gm-user-avatar{margin-bottom:12px;border:0;cursor:pointer}.gm-home{min-height:0;flex:1;overflow-y:auto}.gm-home-header{height:88px;display:flex;align-items:center;border-bottom:1px solid var(--gm-line);padding:0 32px}.gm-home-header-inner{width:100%;max-width:820px;margin:0 auto;display:flex;align-items:center;gap:20px}.gm-greeting{min-width:0;flex:1}.gm-greeting h1{margin:0;color:var(--gm-text-strong);font:300 26px/1.1 Glober,sans-serif;letter-spacing:-.28px}.gm-greeting p{margin:4px 0 0;color:var(--gm-text-body);font:400 12.5px/1.45 Glober,sans-serif}.gm-blackbird-link{min-width:44px;min-height:44px;padding:4px 0 4px 12px;border-radius:8px;display:flex;align-items:center;color:var(--gm-brand-text)}.gm-blackbird-link:hover{background:var(--gm-hover)}.gm-blackbird-link svg{width:38px;height:30px}.gm-home-body{max-width:820px;margin:0 auto;padding:28px 32px 56px}.gm-composer{border:1px solid var(--gm-line-soft);border-radius:var(--gm-radius-card);background:var(--gm-card);box-shadow:var(--gm-shadow)}.gm-composer textarea{width:100%;min-height:93px;box-sizing:border-box;resize:vertical;padding:16px 20px 8px;border:0;outline:0;background:transparent;color:var(--gm-text);font:400 15px/1.47 Glober,sans-serif}.gm-composer textarea::placeholder{color:var(--gm-text-muted)}.gm-composer-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:6px 14px 9px}.gm-picker{position:relative;min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--gm-line);border-radius:var(--gm-radius-pill);background:transparent;color:var(--gm-brand-text);font:600 12px Glober,sans-serif;cursor:pointer}.gm-picker-wrap{position:relative}.gm-picker:hover{background:var(--gm-hover)}.gm-picker.project{color:var(--gm-text)}.gm-picker:disabled{cursor:not-allowed;opacity:.65}.gm-picker-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:20;min-width:240px;max-height:300px;overflow-y:auto;padding:6px;border:1px solid var(--gm-line-soft);border-radius:8px;background:var(--gm-card);box-shadow:0 8px 16px #0003;text-align:left}.gm-picker-option{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 12px;border:0;border-radius:6px;background:transparent;color:var(--gm-text);font:400 12.5px Glober,sans-serif;text-align:left;cursor:pointer}.gm-picker-option:hover,.gm-picker-option.selected{background:var(--gm-hover)}.gm-picker-option.selected strong{color:var(--gm-brand-text)}.gm-picker-option small{color:var(--gm-text-muted)}.gm-unavailable-picker{padding:10px 12px;color:var(--gm-text-muted);font-size:11px;line-height:1.4}.gm-control-spacer{flex:1}.gm-round-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gm-line);border-radius:50%;background:transparent;color:var(--gm-text-muted);cursor:pointer}.gm-round-button:hover:not(:disabled){background:var(--gm-hover);color:var(--gm-text)}.gm-round-button:disabled{cursor:not-allowed;opacity:.5}.gm-round-button svg{width:16px;height:16px}.gm-send-button{width:44px;height:44px;border:0;border-radius:50%;background:var(--gm-brand-action);color:#fff;cursor:pointer}.gm-send-button:hover:not(:disabled){background:#1d5439}.gm-send-button:disabled{cursor:not-allowed;opacity:.5}.gm-send-button svg{width:17px;height:17px}.gm-composer-note{padding:0 20px 14px;color:var(--gm-text-muted);font-size:11px}.gm-catalog-toolbar{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.gm-segmented{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--gm-line);border-radius:var(--gm-radius-pill)}.gm-segmented button{min-height:38px;padding:6px 20px;border:0;border-radius:var(--gm-radius-pill);background:transparent;color:var(--gm-text);font:600 12px Glober,sans-serif;cursor:pointer}.gm-segmented button.active{background:var(--gm-brand-text);color:var(--gm-card)}.gm-catalog-search{min-height:38px;min-width:210px;display:flex;align-items:center;gap:7px;padding:5px 14px;border:1px solid var(--gm-line);border-radius:var(--gm-radius-pill);color:var(--gm-text-muted)}.gm-catalog-search svg{width:14px;height:14px;flex:none}.gm-catalog-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--gm-text);font:400 12px Glober,sans-serif}.gm-catalog-search input::placeholder{color:var(--gm-text-muted)}.gm-agent-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gm-agent-card{min-width:0;padding:18px 20px;display:flex;flex-direction:column;gap:8px;border:1px solid var(--gm-line-soft);border-radius:var(--gm-radius-card);background:var(--gm-card);color:var(--gm-text);text-align:left;cursor:pointer;transition:box-shadow .3s ease}.gm-agent-card:hover{box-shadow:3px 5px 30px #0000002e}.gm-agent-card-head{min-width:0;display:flex;align-items:center;gap:10px}.gm-agent-card-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gm-brand-text);font:600 14px Glober,sans-serif}.gm-agent-card .gm-avatar{width:34px;height:34px}.gm-agent-status{display:flex;align-items:center;gap:5px;color:var(--gm-text-muted);font-size:10.5px}.gm-agent-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.gm-agent-status.good{color:var(--gm-brand-text)}.gm-agent-status.warning{color:#a47700}.gm-agent-status.critical{color:var(--danger)}.gm-agent-status.muted{color:var(--gm-text-muted)}.gm-agent-role{min-height:36px;color:var(--gm-text-body);font:400 12.5px/1.45 Glober,sans-serif}.gm-team-grid{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gm-team-card{padding:20px 24px;border:1px solid var(--gm-line-soft);border-radius:12px;background:var(--gm-card);text-align:left}.gm-team-card strong{color:var(--gm-brand-text);font:600 15px Glober,sans-serif}.gm-team-meta{margin-top:3px;color:var(--gm-text-muted);font-size:11px}.gm-team-members{display:flex;gap:6px;margin-top:14px}.gm-team-members .gm-avatar{width:28px;height:28px;font-size:9px}.gm-catalog-empty{margin-top:20px;padding:28px;border:1px solid var(--gm-line-soft);border-radius:var(--gm-radius-card);color:var(--gm-text-muted);font-size:13px}.gm-live-note{margin-top:16px;padding:10px 12px;border-left:2px solid var(--gm-brand-text);background:var(--gm-hover);color:var(--gm-text-muted);font-size:11px;line-height:1.45}.gm-thread{min-height:0;flex:1;display:flex;flex-direction:column;background:var(--gm-bg)}.gm-thread-empty{align-items:center;justify-content:center;padding:32px}.gm-empty-panel{max-width:420px;padding:32px;border:1px solid var(--gm-line-soft);border-radius:12px;background:var(--gm-card);box-shadow:var(--gm-shadow)}.gm-empty-kicker{color:var(--gm-brand-text);font:600 10px Glober,sans-serif;letter-spacing:.5px}.gm-empty-panel h1{margin:8px 0 0;color:var(--gm-text-strong);font:300 28px/1.15 Glober,sans-serif}.gm-empty-panel p{margin:10px 0 22px;color:var(--gm-text-body);font-size:13.5px;line-height:1.5}.gm-thread-header{height:71px;flex:none;display:flex;align-items:center;gap:12px;padding:0 24px;border-bottom:1px solid var(--gm-line)}.gm-back-link{min-height:44px;display:inline-flex;align-items:center;color:var(--gm-brand-text);font-size:12px}.gm-thread-title{min-width:0;display:flex;flex-direction:column;gap:2px}.gm-thread-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gm-text-strong);font:600 13px Glober,sans-serif}.gm-thread-title small,.gm-thread-meta{color:var(--gm-text-muted);font:400 11px Glober,sans-serif}.gm-thread-meta{margin-left:auto}.gm-thread-messages{min-height:0;flex:1;overflow-y:auto;padding:32px max(32px,calc((100% - 760px)/2));display:flex;flex-direction:column;gap:24px}.gm-thread-placeholder{margin:auto;color:var(--gm-text-muted);font-size:13px}.gm-message{width:100%;display:flex;align-items:flex-end;gap:10px}.gm-message.user{justify-content:flex-end}.gm-message-column{min-width:0;max-width:680px;display:flex;flex-direction:column;gap:5px}.gm-message.user .gm-message-column{align-items:flex-end}.gm-message-byline{color:var(--gm-brand-text);font:600 10px Glober,sans-serif;letter-spacing:.5px;text-transform:uppercase}.gm-message-bubble{padding:14px 18px;border-radius:16px;background:var(--gm-bubble);color:var(--gm-text);font:400 14px/1.55 Glober,sans-serif;white-space:pre-wrap}.gm-message.user .gm-message-bubble{background:var(--gm-brand-action);color:#fff}.gm-message.error .gm-message-bubble{color:#9b4212}.gm-message time{padding:0 4px;color:var(--gm-text-muted);font-size:10.5px}.gm-streaming{min-width:120px}.gm-tool-step{margin-bottom:6px;color:var(--gm-brand-text);font-size:11px}.gm-caret{margin-left:4px;opacity:.45}.gm-thread-composer-wrap{flex:none;width:min(760px,calc(100% - 64px));margin:0 auto;padding:12px 0 20px}.gm-thread-composer{min-height:56px;display:flex;align-items:center;gap:8px;padding:6px 8px 6px 18px;border:1px solid var(--gm-line-soft);border-radius:8px;background:var(--gm-card);box-shadow:var(--gm-shadow)}.gm-thread-composer textarea{min-width:0;flex:1;resize:none;border:0;outline:0;background:transparent;color:var(--gm-text);font:400 14px/1.47 Glober,sans-serif}.gm-thread-composer textarea::placeholder{color:var(--gm-text-muted)}.gm-thread-composer .gm-send-button{flex:none}.gm-thread-disclosure{margin-top:8px;color:var(--gm-text-muted);font-size:10.5px;text-align:center}.gm-settings{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;flex-direction:column;background:var(--gm-card);color:var(--gm-text)}.gm-settings-header{height:71px;flex:none;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--gm-line)}.gm-settings-lockup{display:flex;align-items:center;gap:12px;padding:8px;border:0;border-radius:8px;background:transparent;color:var(--gm-text);cursor:pointer}.gm-settings-lockup:hover{background:var(--gm-hover)}.gm-settings-lockup .gm-wordmark{font-size:11px}.gm-settings-mark{width:22px;height:22px}.gm-close-settings{min-height:44px;padding:8px 16px;border:1px solid var(--gm-line);border-radius:var(--gm-radius-pill);background:transparent;color:var(--gm-brand-text);font:600 12px Glober,sans-serif;cursor:pointer}.gm-close-settings:hover{background:var(--gm-hover)}.gm-settings-body{min-height:0;flex:1;display:flex}.gm-settings-nav{width:240px;flex:none;overflow-y:auto;padding:16px 10px;border-right:1px solid var(--gm-line);background:var(--gm-bg-sub)}.gm-settings-nav section+section{margin-top:8px}.gm-settings-nav h2{padding:14px 12px 6px;color:var(--gm-text-muted);font:600 10px Glober,sans-serif;letter-spacing:.5px}.gm-settings-nav a{display:block;min-height:38px;padding:9px 12px 9px 24px;border-radius:8px;color:var(--gm-text);font:400 13px Glober,sans-serif}.gm-settings-nav a:hover{background:var(--gm-hover)}.gm-settings-nav a.active{background:var(--gm-hover);color:var(--gm-brand-text);font-weight:600}.gm-settings-main{min-width:0;min-height:0;flex:1;overflow-y:auto;padding:28px 48px 48px;background:var(--gm-bg)}.gm-settings-main>*{min-height:100%}@media(max-width:900px){.gm-sidebar{width:220px}.gm-home-header,.gm-home-body{padding-left:20px;padding-right:20px}.gm-agent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gm-settings-main{padding:24px}}@media(max-width:640px){.gm-sidebar{width:56px}.gm-sidebar:not(.gm-sidebar-collapsed){position:absolute;inset:0 auto 0 0;width:min(252px,calc(100vw - 56px));box-shadow:12px 0 32px #0000002e}.gm-home-header{height:auto;min-height:88px;padding-top:18px;padding-bottom:18px}.gm-home-header-inner{align-items:flex-start}.gm-agent-grid,.gm-team-grid{grid-template-columns:1fr}.gm-catalog-toolbar{align-items:stretch;flex-direction:column}.gm-catalog-search{min-width:0}.gm-settings-nav{width:178px}.gm-settings-main{padding:18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
