:root{color-scheme:light;--bg: #f7f8fa;--ink: #111827;--muted: #64748b;--subtle: #94a3b8;--line: #d9e1e7;--surface: #ffffff;--surface-2: #f8fafc;--dark: #0d1418;--dark-2: #152126;--teal: #0f766e;--cyan: #0891b2;--green: #16a34a;--amber: #d97706;--rose: #e11d48;--shadow: 0 18px 50px rgba(15, 23, 42, .08);--mobile-shell-top: 56px;--mobile-shell-bottom: 60px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;font-size:14px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--ink)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.login-gate{min-height:100vh;display:grid;place-items:center;background:#fff;padding:24px}.login-gate-panel{width:min(360px,100%);display:flex;flex-direction:column;align-items:flex-start;gap:14px}.login-gate-mark{width:38px;height:38px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;color:var(--teal);background:#f8fafc}.login-gate h1{margin:0;font-size:24px;line-height:1.2;font-weight:650}.login-gate p,.login-gate span{margin:0;color:var(--muted);line-height:1.65}.login-gate-button{height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid #b7e4dc;border-radius:8px;background:#ecfdf5;color:#047857;text-decoration:none;font-weight:600}.app-shell{display:grid;grid-template-columns:238px 1fr;height:100vh;min-height:0;overflow:hidden}.sidebar{background:var(--dark);color:#ecfeff;display:flex;flex-direction:column;height:100vh;min-height:0;overflow:hidden;padding:10px 8px}.mobile-shell-bar,.mobile-session-backdrop,.mobile-bottom-nav{display:none}.brand-block{display:flex;gap:10px;align-items:center;padding:6px 6px 12px;flex:0 0 auto}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(45,212,191,.35);border-radius:8px;background:#102b2d;color:#99f6e4;font-weight:800}.brand-block h1{margin:0;font-size:13px;line-height:1.2;letter-spacing:0}.brand-block span,.sidebar-section-title{color:#9fb6bd;font-size:12px}.nav-list,.session-list{display:grid;gap:3px}.nav-list{flex:0 0 auto}.nav-item,.session-item{width:100%;border:0;border-radius:8px;color:#cfe8ec;background:transparent;text-align:left}.nav-item{display:flex;align-items:center;gap:9px;height:29px;padding:0 8px;font-size:12px}.nav-item.active,.nav-item:hover,.session-item.active,.session-item:hover{background:#1c3036;color:#fff}.sidebar-section-title{margin:12px 10px 5px}.sidebar-section-row{display:flex;align-items:center;justify-content:space-between;margin:12px 4px 5px 10px;flex:0 0 auto}.sidebar-section-row .sidebar-section-title{margin:0}.sidebar-icon-button{width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:8px;color:#cfe8ec;background:transparent}.sidebar-icon-button:hover{background:#1c3036;color:#fff}.session-list{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:2px;scrollbar-gutter:stable}.session-list::-webkit-scrollbar{width:7px}.session-list::-webkit-scrollbar-track{background:transparent}.session-list::-webkit-scrollbar-thumb{border-radius:999px;background:#cfe8ec38}.session-list:hover::-webkit-scrollbar-thumb{background:#cfe8ec5c}.session-item{display:grid;gap:2px;min-height:34px;padding:4px 8px}.session-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.session-item small{color:#8aa2a9;overflow:hidden;font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.main-panel{min-width:0;display:flex;flex-direction:column;height:100vh}.main-panel.chatgpt-mode{background:#fff}.topbar{display:grid;grid-template-columns:auto minmax(180px,1fr) auto;gap:16px;align-items:center;min-height:66px;padding:12px 20px;border-bottom:1px solid var(--line);background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar-left{display:flex;gap:10px;align-items:center;color:var(--teal)}.topbar-left div,.topbar-left strong{display:grid}.topbar-left strong{color:var(--ink);font-size:13px}.topbar-left span,.topbar-status{color:var(--muted);font-size:12px}.topbar-status{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{display:flex;gap:8px;align-items:center}select,input,textarea{border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);outline:none}select{height:36px;padding:0 30px 0 10px}input{height:38px;padding:0 12px}textarea{width:100%;resize:vertical;padding:12px;line-height:1.55}input:focus,select:focus,textarea:focus{border-color:#0f766e73;box-shadow:0 0 0 3px #0f766e1a}.icon-button,.primary-button,.artifact-actions button,.chip,.segmented{border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink)}.icon-button{display:grid;width:36px;height:36px;place-items:center}.primary-button{display:inline-flex;gap:8px;align-items:center;justify-content:center;height:40px;padding:0 16px;border-color:#0f766e;background:#0f766e;color:#fff;font-weight:700}.native-chat-page{position:relative;display:grid;grid-template-rows:54px minmax(0,1fr) auto;height:100vh;overflow:hidden;background:#fff}.native-chat-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:9px 16px 9px 22px;border-bottom:1px solid #eef2f6;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.native-model-area,.native-chat-actions,.native-composer-controls,.native-message-tools{display:flex;align-items:center;gap:8px}.native-model-area select{min-width:134px;border-color:transparent;background:transparent;font-size:16px;font-weight:680}.native-mode,.native-audit-button,.native-tool,.native-message-tools button{display:inline-flex;align-items:center;gap:7px;height:32px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;padding:0 10px}.native-mode.active,.native-tool.active{border-color:#0f766e4d;background:#ecfdf5;color:#0f766e}.native-audit-button{font-weight:700}.native-notice{max-width:360px;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.role-view-switch{display:inline-flex;align-items:center;gap:3px;height:34px;border:1px solid #dbe7ef;border-radius:9px;background:#f8fafc;padding:3px}.role-view-switch span{padding:0 6px;color:#64748b;font-size:11px;font-weight:650}.role-view-switch button{display:inline-flex;align-items:center;gap:5px;height:26px;border:0;border-radius:7px;background:transparent;color:#475569;padding:0 8px;font-size:12px;font-weight:700}.role-view-switch button.active{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0f172a14}.role-view-switch button:disabled{cursor:not-allowed;opacity:.6}.native-chat-scroll{overflow:auto;padding:0 20px 28px}.native-chat-inner{width:min(768px,100%);margin:0 auto;padding:28px 0 18px}.native-conversation-title{display:grid;gap:8px;margin-bottom:26px}.native-conversation-title h2{margin:0;color:#111827;font-size:21px;font-weight:680;line-height:1.18;letter-spacing:0}.native-conversation-title div{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:12px}.native-message-list{display:grid;gap:22px}.native-message{display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;align-items:start}.native-message-avatar{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:12px;font-weight:800;overflow:hidden;padding:0}.native-message-avatar .avatar-image,.native-message-avatar .avatar-text{width:100%;height:100%}.native-message-avatar .avatar-text{display:grid;place-items:center;padding:0 4px;font-size:11px}.native-message.assistant .native-message-avatar{background:#10a37f;color:#fff}.native-message-body{min-width:0;padding-top:2px}.native-message-author{display:flex;gap:10px;align-items:center;margin-bottom:8px}.native-message-author strong{color:#111827;font-size:12px}.native-message-author span{color:#94a3b8;font-size:11px}.native-message-body p{margin:0;color:#1f2937;font-size:14px;line-height:1.68;white-space:pre-wrap}.native-message-image{display:block;width:min(420px,100%);margin-top:12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.native-image-result{display:grid;justify-items:start;gap:8px}.native-image-result button{display:inline-flex;align-items:center;gap:6px;height:32px;border:1px solid #dbe7ef;border-radius:999px;background:#fff;color:#0f766e;padding:0 11px;font-size:12px;font-weight:700}.message-attachments,.composer-attachments{display:flex;gap:8px;flex-wrap:wrap}.message-attachments{margin-top:10px}.composer-attachments{padding:2px 14px 10px}.composer-alert{margin:10px 12px 0;border:1px solid #f7d7a8;border-radius:8px;background:#fff7ed;color:#9a3412;padding:9px 11px;font-size:12px;line-height:1.45}.attachment-chip{display:inline-flex;min-width:0;max-width:100%;align-items:center;gap:6px;height:30px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#334155;padding:0 8px;font-size:12px}.attachment-chip strong{overflow:hidden;max-width:210px;color:#111827;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.attachment-chip em{color:#64748b;font-style:normal;white-space:nowrap}.attachment-chip button,.native-attach-button{display:inline-grid;place-items:center;border:0;background:transparent;color:#64748b}.attachment-chip button{width:20px;height:20px;border-radius:999px;padding:0}.attachment-chip button:hover{background:#e2e8f0;color:#111827}.native-message.user .native-message-body{width:fit-content;max-width:min(680px,100%);justify-self:end;border-radius:18px;padding:11px 15px;background:#f4f4f4}.native-message.user .native-message-author{display:none}.native-message.user{grid-template-columns:1fr 34px}.native-message.user .native-message-avatar{grid-column:2;grid-row:1}.native-message.user .native-message-body{grid-column:1;grid-row:1}.native-message-tools{margin-top:12px}.native-message-tools button{height:31px;color:#475569;font-size:12px}.native-composer{padding:12px 20px 18px;background:linear-gradient(180deg,#fff0,#fff 24%)}.native-composer-card{position:relative;width:min(768px,100%);margin:0 auto;border:1px solid #d7dde4;border-radius:24px;background:#fff;box-shadow:0 10px 28px #0f172a14}.native-composer-card.drag-active{border-color:#10a37f;box-shadow:0 0 0 3px #10a37f24,0 12px 34px #0f172a1a}.composer-drop-overlay{position:absolute;top:8px;right:8px;bottom:8px;left:8px;z-index:5;display:grid;place-items:center;align-content:center;gap:8px;border:1px dashed rgba(16,163,127,.55);border-radius:20px;background:#f7fdfae6;color:#0f766e;font-size:13px;font-weight:700;pointer-events:none}.native-composer-card textarea{min-height:74px;max-height:220px;border:0;border-radius:26px 26px 0 0;padding:16px 18px 8px;box-shadow:none;font-size:14px}.native-composer-footer{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:0 10px 10px 12px}.native-composer-controls{min-width:0;flex-wrap:wrap}.native-attach-button{position:relative;display:inline-grid;place-items:center;overflow:hidden;width:34px;height:34px;flex:0 0 auto;border:1px solid #e2e8f0;border-radius:999px;background:#fff}.native-attach-button:hover{background:#f8fafc;color:#111827}.native-attach-button input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;opacity:0;cursor:pointer}.composer-timer{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:#64748b;font-size:12px;white-space:nowrap}.native-tool{height:32px;border-radius:999px;color:#475569;font-size:12px}.native-send-button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:999px;background:#111827;color:#fff}.native-message.waiting .native-message-body{max-width:min(520px,100%)}.waiting-card{display:grid;gap:9px;border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#fbfcfd}.waiting-card>div:first-child{display:flex;align-items:center;gap:8px}.waiting-card strong{color:#111827;font-size:13px}.waiting-card span{margin-left:auto;color:#64748b;font-size:12px;font-variant-numeric:tabular-nums}.waiting-card p{color:#64748b;font-size:12px;line-height:1.5}.waiting-track{overflow:hidden;height:5px;border-radius:999px;background:#e2e8f0}.waiting-track span{display:block;height:100%;margin:0;border-radius:inherit;background:#10a37f;transition:width .28s ease}.native-audit-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:15;display:none;border:0;background:#0f172a2e}.native-audit-backdrop.open{display:block}.native-audit-drawer{position:absolute;top:10px;right:10px;bottom:10px;z-index:20;width:min(390px,calc(100vw - 28px));overflow:hidden;border:1px solid #dbe3ea;border-radius:12px;background:#fff;box-shadow:0 24px 90px #0f172a38;transform:translate(calc(100% + 18px));transition:transform .18s ease}.native-audit-drawer.open{transform:translate(0)}.native-audit-drawer .inspector{height:100%;border:0;border-radius:0;box-shadow:none}.workspace-grid{display:grid;grid-template-columns:minmax(460px,1fr) 380px;gap:16px;padding:16px;min-height:0;flex:1}.chat-pane,.inspector,.data-view,.monthly-view{min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.chat-pane{display:grid;grid-template-rows:auto 1fr auto;min-height:0}.pane-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line)}.pane-header.compact{padding:15px}.pane-header h2,.view-header h2,.monthly-editor h2,.dashboard-panel h3,.leader-main h3,.artifact-card h3{margin:0;letter-spacing:0}.pane-header h2,.view-header h2{font-size:18px;line-height:1.2}.pane-header span,.artifact-meta,.message-meta,.metric span,.kpi span,.artifact-card-head,.stack-item span,.leader-main span{color:var(--muted);font-size:12px}.message-list{overflow:auto;display:flex;flex-direction:column;gap:10px;padding:18px}.message-row{display:grid;grid-template-columns:36px 1fr;gap:12px;width:100%;border:0;border-radius:8px;background:transparent;padding:10px;text-align:left}.message-row:hover{background:var(--surface-2)}.message-row.user{background:#f8fafc}.message-avatar,.avatar,.rank{display:grid;place-items:center;border-radius:8px;font-weight:800}.message-avatar{width:36px;height:36px;background:#e0f2fe;color:#0369a1;font-size:12px}.message-row.assistant .message-avatar{background:#ccfbf1;color:#0f766e}.message-row p{margin:4px 0 0;color:#24303b;line-height:1.62;white-space:pre-wrap}.composer{display:grid;gap:10px;padding:14px;border-top:1px solid var(--line);background:var(--surface-2)}.composer-toolbar,.composer-footer,.artifact-status-row,.filter-strip{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.segmented{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 10px;color:var(--muted)}.segmented.active,.chip.active{border-color:#0f766e59;background:#e6fffb;color:#0f766e}.composer-footer input{flex:1;min-width:200px}.inspector{overflow:auto;display:flex;flex-direction:column}.run-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px}.metric{min-width:0;display:grid;gap:5px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2)}.metric strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.inspector-section{display:grid;gap:10px;padding:15px;border-top:1px solid var(--line)}.section-title,.view-header>div{display:flex;align-items:center;gap:8px;font-weight:800}.section-title{color:#24303b;font-size:13px}.advice-list{margin:0;padding-left:18px;color:#334155;line-height:1.55}pre{overflow:auto;margin:0;max-height:210px;white-space:pre-wrap;border:1px solid var(--line);border-radius:8px;padding:10px;background:#f8fafc;color:#334155;font-size:12px;line-height:1.5}.pill,.status,.reward-tag{display:inline-flex;align-items:center;width:fit-content;height:24px;border-radius:999px;padding:0 9px;font-size:12px;font-weight:700}.pill.team{background:#dcfce7;color:#166534}.pill.restricted{background:#ffe4e6;color:#be123c}.risk-line{color:var(--rose);font-size:12px}.artifact-actions{display:flex;gap:7px;flex-wrap:wrap}.artifact-actions button{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 9px}.artifact-mini{display:flex;justify-content:space-between;gap:10px;align-items:center}.data-view,.monthly-view{margin:16px;overflow:auto;flex:1}.view-header{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:18px;border-bottom:1px solid var(--line)}.view-header>span{color:var(--muted);font-size:13px}.table-wrap{overflow:auto}.run-card-list{display:none}table{width:100%;border-collapse:collapse;min-width:920px}th,td{border-bottom:1px solid var(--line);padding:14px 16px;text-align:left;vertical-align:top}th{color:var(--muted);background:#f8fafc;font-size:12px;font-weight:800}td{color:#334155;font-size:13px}td strong,td span{display:block}td strong{margin-bottom:5px;color:var(--ink)}tr{cursor:pointer}tr:hover{background:#f8fafc}.filter-strip{padding:14px 18px 0}.chip{height:32px;padding:0 11px}.artifact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px}.artifact-card{display:grid;gap:12px;border:1px solid var(--line);border-radius:8px;padding:14px;background:#fff}.artifact-card-head,.artifact-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}.artifact-card h3{font-size:16px}.artifact-card p{margin:0;min-height:74px;color:#334155;line-height:1.55}.artifact-image{width:100%;aspect-ratio:16 / 10;object-fit:cover;border:1px solid var(--line);border-radius:8px;background:#f8fafc}.memory-layout{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:14px;padding:18px}.memory-editor,.memory-column{display:grid;align-content:start;gap:12px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:16px}.memory-editor-head,.memory-column-title,.memory-card>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.memory-editor-head strong,.memory-column-title strong{font-size:15px}.memory-editor-head span,.memory-column-title span,.memory-card>div span{color:var(--muted);font-size:12px}.memory-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.memory-editor label{display:grid;gap:6px;color:#64748b;font-size:12px;font-weight:800}.memory-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.memory-card{display:grid;gap:9px;border:1px solid #e6edf3;border-radius:8px;padding:12px;background:#fbfdff}.memory-card h3{font-size:14px}.memory-card p{margin:0;color:#334155;font-size:13px;line-height:1.6;white-space:pre-wrap}.status.draft{background:#e2e8f0;color:#334155}.status.adopted{background:#dbeafe;color:#1d4ed8}.status.published{background:#dcfce7;color:#166534}.status.reused{background:#cffafe;color:#0e7490}.status.invalid{background:#ffe4e6;color:#be123c}.leaderboard-list{display:grid;gap:10px;padding:18px}.leader-row{display:grid;grid-template-columns:38px 44px minmax(180px,1fr) repeat(4,minmax(82px,110px)) 92px;gap:10px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:12px}.rank{height:38px;background:#f1f5f9}.avatar{width:44px;height:44px;background:#102b2d;color:#99f6e4;overflow:hidden}.avatar-image{display:block;width:100%;height:100%;object-fit:cover}.avatar-text{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leader-main{display:grid;gap:5px}.leader-main h3{font-size:16px}.score-bar,.bar-track{overflow:hidden;height:7px;border-radius:999px;background:#e2e8f0}.score-bar span,.bar-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0f766e,#0891b2)}.reward-tag{justify-content:center;background:#f1f5f9;color:#475569}.reward-tag.on{background:#fef3c7;color:#92400e}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px}.kpi{display:grid;gap:10px;border:1px solid var(--line);border-radius:8px;padding:16px;background:#fff}.kpi strong{font-size:28px;line-height:1}.kpi.green svg{color:var(--green)}.kpi.blue svg{color:var(--cyan)}.kpi.amber svg{color:var(--amber)}.kpi.rose svg{color:var(--rose)}.dashboard-grid,.monthly-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 18px 18px}.dashboard-panel,.monthly-editor,.monthly-score{display:grid;gap:14px;border:1px solid var(--line);border-radius:8px;padding:16px;background:#fff}.dashboard-panel.wide{grid-column:1 / -1}.dashboard-panel h3{font-size:15px}.dashboard-filter-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.agent-ops-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.agent-ops-column{display:grid;align-content:start;gap:8px;min-width:0}.agent-ops-title{color:var(--muted);font-size:12px;font-weight:800}.agent-card,.agent-event{display:grid;min-width:0;gap:6px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:10px}.agent-card-head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.agent-card strong,.agent-event strong{overflow:hidden;color:#111827;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.agent-card p,.agent-event p{display:-webkit-box;overflow:hidden;margin:0;color:#475569;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.agent-card span,.agent-event span{color:#94a3b8;font-size:11px}.agent-pill{display:inline-flex;flex:0 0 auto;align-items:center;height:20px;border-radius:999px;background:#e2e8f0;color:#334155;padding:0 7px;font-size:11px;font-weight:800}.agent-pill.medium,.agent-pill.assigned,.agent-pill.claimed,.agent-pill.fixing{background:#dbeafe;color:#1d4ed8}.agent-pill.high,.agent-pill.failed{background:#ffedd5;color:#c2410c}.agent-pill.critical,.agent-pill.needs_owner_approval{background:#ffe4e6;color:#be123c}.agent-pill.fixed,.agent-pill.deployed{background:#dcfce7;color:#166534}.error-float{position:fixed;right:18px;bottom:18px;z-index:60;display:grid;justify-items:end;gap:10px;pointer-events:none}.error-float.open,.error-float-button{pointer-events:auto}.error-float-button{display:inline-flex;align-items:center;gap:7px;height:38px;border:1px solid #fecaca;border-radius:999px;background:#fff1f2;color:#be123c;padding:0 13px;box-shadow:0 12px 28px #0f172a24;cursor:grab;font-size:12px;font-weight:800;touch-action:none;-webkit-user-select:none;user-select:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.error-float-button:hover{background:#ffe4e6;box-shadow:0 14px 32px #0f172a2b}.error-float.dragging .error-float-button{cursor:grabbing;transform:scale(.98)}.error-report-card{display:grid;width:min(360px,calc(100vw - 28px));gap:10px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 22px 60px #0f172a2e;padding:12px}.error-report-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.error-report-head div,.error-report-head button{display:inline-flex;align-items:center;gap:7px}.error-report-head button{width:28px;height:28px;justify-content:center;border:0;border-radius:8px;background:#f8fafc;color:#64748b}.error-report-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.error-report-card textarea{min-height:92px;resize:vertical}.prompt-audit-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-state.compact{min-height:72px}.bar-row{display:grid;gap:8px}.bar-row div:first-child{display:flex;justify-content:space-between;gap:12px;color:#334155;font-size:13px}.stack-list{display:grid;gap:10px}.stack-item{display:grid;gap:4px;padding:10px;border-radius:8px;background:#f8fafc}.monthly-editor label{color:var(--muted);font-size:12px;font-weight:800}.report-artifacts{display:grid;gap:8px}.report-artifact{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:8px}.monthly-score{align-self:start}.empty-state{display:grid;min-height:180px;place-items:center;color:var(--muted)}@media(max-width:1180px){.app-shell{grid-template-columns:220px 1fr}.workspace-grid{grid-template-columns:1fr;overflow:auto}.main-panel{height:auto;min-height:100vh}.leader-row{grid-template-columns:34px 40px minmax(180px,1fr) 90px}.leader-row .metric:nth-of-type(n+3),.leader-row .reward-tag{display:none}.native-chat-actions .native-notice{display:none}.native-chat-inner,.native-composer-card{width:min(740px,100%)}.memory-layout,.memory-columns{grid-template-columns:1fr}}@media(max-width:820px){.app-shell{display:block;height:100dvh;min-height:100dvh;overflow:hidden;padding-top:calc(var(--mobile-shell-top) + env(safe-area-inset-top));padding-bottom:calc(var(--mobile-shell-bottom) + env(safe-area-inset-bottom))}.sidebar{position:fixed;inset:0 0 auto;z-index:50;height:calc(var(--mobile-shell-top) + env(safe-area-inset-top));min-height:0;max-height:none;overflow:visible;padding:env(safe-area-inset-top) 10px 0;border-bottom:1px solid rgba(217,225,231,.75);background:#0d1418f7}.mobile-shell-bar{display:flex;height:var(--mobile-shell-top);align-items:center;gap:8px}.mobile-session-trigger,.mobile-new-session{border:0;border-radius:10px;background:#18292f;color:#ecfeff}.mobile-session-trigger{display:flex;min-width:0;flex:1;align-items:center;gap:10px;height:40px;padding:0 11px;text-align:left}.mobile-session-trigger span{display:grid;min-width:0;gap:1px}.mobile-session-trigger strong,.mobile-session-trigger small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-session-trigger strong{font-size:13px;line-height:1.2}.mobile-session-trigger small{color:#9fb6bd;font-size:11px}.mobile-new-session{display:grid;width:40px;height:40px;place-items:center;flex:0 0 auto}.brand-block,.sidebar>.nav-list,.sidebar>.sidebar-section-row,.sidebar>.session-list{display:none}.mobile-session-backdrop{position:fixed;inset:calc(var(--mobile-shell-top) + env(safe-area-inset-top)) 0 calc(var(--mobile-shell-bottom) + env(safe-area-inset-bottom));z-index:51;border:0;background:#0f172a38}.sidebar.mobile-drawer-open .mobile-session-backdrop{display:block}.sidebar.mobile-drawer-open .sidebar-section-row{position:fixed;top:calc(var(--mobile-shell-top) + env(safe-area-inset-top) + 10px);left:12px;right:12px;z-index:52;display:flex;height:42px;margin:0;padding:0 12px;border-radius:12px 12px 0 0;background:#0d1418}.sidebar.mobile-drawer-open .session-list{position:fixed;top:calc(var(--mobile-shell-top) + env(safe-area-inset-top) + 52px);left:12px;right:12px;z-index:52;display:grid;max-height:min(54dvh,420px);grid-template-columns:1fr;gap:4px;overflow-y:auto;padding:8px;border-radius:0 0 12px 12px;background:#0d1418;box-shadow:0 24px 90px #0f172a57}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;height:calc(var(--mobile-shell-bottom) + env(safe-area-inset-bottom));grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;padding:5px 6px calc(5px + env(safe-area-inset-bottom));border-top:1px solid rgba(217,225,231,.85);background:#fffffff7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-bottom-nav button{display:grid;place-items:center;align-content:center;gap:2px;min-width:0;border:0;border-radius:10px;background:transparent;color:#64748b;padding:4px 2px;font-size:10px;font-weight:650}.mobile-bottom-nav button.active{background:#ecfdf5;color:#0f766e}.mobile-bottom-nav span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-panel{height:calc(100dvh - var(--mobile-shell-top) - var(--mobile-shell-bottom) - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:0;overflow:hidden}.topbar,.metric-grid,.dashboard-grid,.agent-ops-grid,.dashboard-filter-row,.monthly-grid,.artifact-grid,.memory-form-grid{grid-template-columns:1fr}.memory-layout{padding:10px}.workspace-grid{margin:0;padding:10px;border-radius:0;box-shadow:none}.workspace-grid{display:block;height:100%;overflow:auto}.chat-pane,.inspector{margin-bottom:12px}.data-view,.monthly-view{height:100%;margin:0;border:0;border-radius:0;box-shadow:none}.view-header{position:sticky;top:0;z-index:3;padding:13px 14px;background:#fff}.view-header h2{font-size:17px}.prompt-run-view .table-wrap{display:none}.run-card-list{display:grid;gap:8px;padding:10px}.run-card{display:grid;gap:7px;width:100%;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#111827;padding:10px;text-align:left}.run-card:active{background:#f8fafc}.run-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.run-card-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.run-card p,.run-card span,.run-card small{margin:0;line-height:1.5}.run-card p{display:-webkit-box;overflow:hidden;color:#111827;font-size:13px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.run-card span,.run-card small{color:#64748b;font-size:11px}.run-card small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.native-chat-page{height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr) auto}.native-chat-header{align-items:stretch;flex-direction:column;min-height:0;gap:7px;padding:8px 10px}.native-model-area,.native-chat-actions{width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.native-model-area::-webkit-scrollbar,.native-chat-actions::-webkit-scrollbar{display:none}.native-model-area select{min-width:128px;font-size:15px}.role-view-switch{flex:0 0 auto;max-width:100%}.native-chat-actions select{min-width:0;max-width:178px;flex:0 0 auto}.native-chat-scroll{padding:0 10px 12px}.native-chat-inner{padding-top:14px}.native-conversation-title{margin-bottom:16px}.native-conversation-title h2{font-size:20px}.native-message{grid-template-columns:30px minmax(0,1fr);gap:10px}.native-message.user{grid-template-columns:minmax(0,1fr) 30px}.native-message-avatar{width:30px;height:30px}.native-message-body p{font-size:14px;line-height:1.68}.native-message-author,.native-message-tools{flex-wrap:wrap}.native-composer{padding:8px 8px 10px}.native-composer-card{border-radius:18px}.native-composer-card textarea{min-height:74px;border-radius:18px 18px 0 0;padding:14px 14px 6px}.native-composer-footer{align-items:flex-end}.native-tool{flex:1;justify-content:center}.native-audit-drawer{top:8px;right:8px;bottom:8px;width:calc(100vw - 16px)}.error-float{right:12px;bottom:calc(var(--mobile-shell-bottom) + env(safe-area-inset-bottom) + 12px);z-index:61}.error-float.open{right:8px;bottom:calc(var(--mobile-shell-bottom) + env(safe-area-inset-bottom) + 10px)}.error-float-button{height:34px;gap:5px;padding:0 10px;box-shadow:0 10px 24px #0f172a29}.error-report-card{width:min(342px,calc(100vw - 18px))}}
