:root{color-scheme:light;--bg: #dfe5ec;--screen: #f7f9fb;--surface: #ffffff;--surface-soft: #f2f4f7;--surface-muted: #edf1f5;--surface-strong: #e6ebf1;--line: rgba(62, 74, 91, .08);--text: #191f28;--text-secondary: #566273;--text-tertiary: #8a94a6;--primary: #111c2d;--primary-soft: #dde7f6;--accent: #38bdf8;--accent-soft: #e4f6ff;--success: #22a06b;--success-soft: #e7f7ee;--warning: #df8b1d;--warning-soft: #fff4de;--danger: #d84c5c;--danger-soft: #fdecef;--shadow-xl: 0 20px 48px rgba(21, 31, 44, .12);--shadow-lg: 0 12px 30px rgba(21, 31, 44, .08);--shadow-md: 0 8px 20px rgba(21, 31, 44, .06);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{min-height:100vh;overflow:hidden;background:radial-gradient(circle at top left,rgba(56,189,248,.12),transparent 30%),linear-gradient(180deg,#e6ebf1,#dfe5ec);color:var(--text);font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{height:100vh;display:flex;justify-content:center;align-items:stretch;padding:0}.phone-shell{width:min(100vw,430px);height:100vh;display:flex;flex-direction:column;background:var(--screen);overflow:hidden;position:relative}.status-shell{align-items:center}.phone-status{justify-content:center;align-items:center;text-align:center;padding:40px 28px}.phone-status h1{margin:10px 0 0;font-size:30px;letter-spacing:-.02em}.auth-shell{justify-content:center;gap:18px}.auth-form{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:18px}.auth-field{display:flex;flex-direction:column;gap:8px;text-align:left;color:var(--text-secondary);font-size:13px}.auth-field input{width:100%;height:46px;border-radius:14px;border:1px solid var(--line);background:#ffffffeb;padding:0 14px;font:inherit;color:var(--text-primary)}.auth-primary{height:46px;border:none;border-radius:14px;background:linear-gradient(135deg,#1f9d55,#168a49);color:#fff;font:inherit;font-weight:600}.auth-primary:disabled{opacity:.55}.auth-preview,.auth-error{margin:0;font-size:13px;line-height:1.5}.auth-preview{color:var(--text-secondary)}.auth-error{color:#c53b37}.topbar-kicker,.status-copy{color:var(--text-tertiary);font-size:13px;line-height:1.6}.home-screen,.tasks-screen,.directory-screen,.discover-screen,.profile-screen,.chat-screen,.conversation-hub-screen,.detail-screen{min-height:0;height:100%;display:flex;flex-direction:column;background:var(--screen)}.conversation-hub-screen{position:relative;min-height:0;height:100%;display:flex;flex-direction:column;background:var(--screen)}.conversation-hub-tabs,.filter-pills{flex-shrink:0;display:flex;gap:8px;padding:12px 16px 8px;overflow-x:auto;scrollbar-width:none;background:var(--screen)}.conversation-hub-tabs::-webkit-scrollbar{display:none}.conversation-hub-body{flex:1;min-height:0;display:flex;flex-direction:column}.conversation-hub-body>section{flex:1;min-height:0}.conversation-hub-create-menu{max-height:min(76vh,560px);overflow-y:auto}.conversation-template-list{flex:1;min-height:0;overflow-y:auto;display:grid;align-content:start;gap:12px;padding:12px 12px calc(92px + env(safe-area-inset-bottom));background:var(--screen)}.conversation-template-card{display:grid;gap:8px}.conversation-template-card.selected .conversation-template-main{box-shadow:0 0 0 2px #2f6de438,var(--shadow-md);background:#f8fbff}.conversation-template-card.disabled .conversation-template-main{opacity:.64}.conversation-pinned-entry{display:grid;gap:6px;padding:2px;border-radius:20px;background:linear-gradient(180deg,#d0642821,#d0642808)}.conversation-pinned-badge{justify-self:start;display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:0 9px;border-radius:999px;background:#d0642824;color:#b8551f;font-size:11px;font-weight:800}.conversation-pinned-badge span{width:14px;height:14px;display:inline-grid;place-items:center;border-radius:50%;background:#d06428;color:#fff;font-size:10px;line-height:1}.conversation-pinned-entry .conversation-template-main{box-shadow:0 12px 28px #804c2621}.conversation-template-main{width:100%;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border:0;border-radius:18px;background:var(--surface);box-shadow:var(--shadow-md);text-align:left;color:inherit}.conversation-template-avatar{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:#fff;font-size:15px;font-weight:800}.conversation-template-avatar .engine-brand-icon{width:30px;height:30px;display:block}.conversation-template-avatar.engine.codex,.conversation-template-avatar.engine.openai-compatible,.conversation-template-avatar.engine.claude-code,.conversation-template-avatar.engine.hermes,.conversation-template-avatar.engine.openclaw,.conversation-template-avatar.engine.gemini,.conversation-template-avatar.engine.opencode{background:#fff;box-shadow:inset 0 0 0 1px #0f172a14}.conversation-template-avatar.chat,.conversation-template-avatar.project,.conversation-template-avatar.task,.conversation-template-avatar.workflow,.conversation-template-avatar.agent{background:linear-gradient(135deg,var(--primary) 0%,#31435d 100%)}.conversation-template-avatar.engine{background:#2f6de4}.conversation-template-content{min-width:0;display:grid;gap:5px}.conversation-template-head{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.conversation-template-head h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary);font-size:15px}.conversation-template-head time{color:var(--text-tertiary);font-size:11px;white-space:nowrap}.conversation-template-content p{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-secondary);font-size:13px;line-height:1.45}.conversation-template-card.single-line-summary .conversation-template-content p{display:block;white-space:nowrap;text-overflow:ellipsis}.conversation-template-meta{min-width:0;display:flex;align-items:center;gap:6px;flex-wrap:nowrap;overflow:hidden}.conversation-template-meta code{min-width:0;flex:1 1 auto;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-tertiary);font-size:11px}.conversation-template-chip,.conversation-template-status{flex:0 0 auto;min-height:22px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;background:var(--surface-soft);color:var(--text-secondary);font-size:11px;font-weight:700}.conversation-template-chip.project{background:var(--success-soft);color:var(--success)}.conversation-template-chip.task{background:var(--accent-soft);color:#0e6ea8}.conversation-template-chip.workflow{background:#edf4ff;color:#355dc9}.conversation-template-chip.agent{background:#d064281f;color:#d06428}.conversation-template-chip.engine{background:#2f6de41f;color:#2f6de4}.conversation-template-status.positive{background:var(--success-soft);color:var(--success)}.conversation-template-status.warning{background:#d68b1b24;color:#b46c12}.conversation-template-status.danger{background:#d6474724;color:#b43232}.conversation-template-side{color:var(--text-tertiary);font-size:22px}.conversation-select-indicator{width:22px;height:22px;display:inline-grid;place-items:center;border:1.5px solid rgba(113,126,147,.42);border-radius:50%;color:#fff;font-size:13px;font-weight:900;line-height:1}.conversation-select-indicator.checked{border-color:var(--primary);background:var(--primary)}.conversation-template-secondary{justify-self:end;min-height:28px;padding:0 10px;border:0;border-radius:999px;background:var(--surface-soft);color:var(--text-secondary);font-size:12px;font-weight:700}.page-header,.topbar,.home-header{position:relative;z-index:60;overflow:visible;flex-shrink:0;min-height:56px;display:grid;align-items:center;background:#f7f9fbf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.mobile-main-header{flex-shrink:0;min-height:56px;display:grid;grid-template-columns:132px 1fr 132px;align-items:center;padding:0 14px;background:#f7f9fbf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.mobile-main-header h1{margin:0;text-align:center;font-size:18px;font-weight:700;letter-spacing:-.02em}.mobile-main-header-spacer{height:1px;min-width:0;display:flex;align-items:center}.mobile-main-header-actions{display:flex;justify-content:flex-end;gap:10px}.conversation-device-menu-anchor{position:relative;display:grid;place-items:center}.conversation-device-button.active{color:#205cd6;background:#e6eeffeb}.conversation-device-button.offline:after{content:"";position:absolute;right:8px;top:8px;width:7px;height:7px;border-radius:50%;background:#d64242;box-shadow:0 0 0 2px #fff}.conversation-device-menu{left:-2px;right:auto;top:calc(100% + 10px);width:min(258px,calc(min(100vw,430px) - 28px))}.conversation-device-menu:before{left:16px;right:auto}.project-hero-card{width:100%;padding:20px 18px;border:0;border-radius:24px;background:radial-gradient(circle at top right,rgba(34,160,107,.16),transparent 34%),linear-gradient(160deg,#fff,#f1f6f4);box-shadow:var(--shadow-lg);text-align:left}.project-hero-kicker{color:var(--success);font-size:12px;font-weight:700;letter-spacing:.04em}.project-hero-card h2{margin:10px 0 0;font-size:22px;letter-spacing:-.03em}.project-hero-card p{margin:8px 0 0;color:var(--text-secondary);font-size:14px;line-height:1.6}.project-hero-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.project-hero-stats span{min-height:28px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;background:#ffffffeb;color:var(--text-secondary);font-size:12px}.project-hero-stats.compact{margin-top:16px}.project-thread-hero{flex-shrink:0;margin:10px 12px 6px;padding:14px 16px;border-radius:20px;background:radial-gradient(circle at top right,rgba(34,160,107,.14),transparent 34%),linear-gradient(180deg,#fffffffc,#f1f6f4f5);box-shadow:var(--shadow-md)}.project-thread-copy h2{margin:4px 0 0;font-size:18px;line-height:1.2;letter-spacing:-.03em}.project-thread-copy p:last-child{margin:4px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-thread-list{flex:1;min-height:0;overflow-y:auto;display:grid;align-content:start;gap:12px;padding:0 12px calc(92px + env(safe-area-inset-bottom))}.project-chat-card{margin:0}.project-workbench-screen{background:radial-gradient(circle at top left,rgba(34,160,107,.08),transparent 30%),linear-gradient(180deg,#f8fbf9,#edf3f1)}.project-workbench-scroll{flex:1;min-height:0;overflow-y:auto;display:grid;align-content:start;gap:12px;padding:0 12px calc(92px + env(safe-area-inset-bottom))}.project-workbench-hero{margin:10px 0 2px;border:1px solid rgba(34,160,107,.08)}.project-workbench-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-workbench-title-row h2{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-workbench-stats{flex-shrink:0;margin-top:0;flex-wrap:nowrap;gap:5px}.project-workbench-stats span{min-height:24px;padding:0 8px;background:#fffffff0;box-shadow:inset 0 0 0 1px #22a06b14;font-size:11px}.project-workbench-pathline{min-width:0;margin-top:12px;display:flex;align-items:center;gap:8px;padding:9px 11px;border-radius:14px;background:#ffffffb8;box-shadow:inset 0 0 0 1px #22a06b14}.project-workbench-pathline strong{flex-shrink:0;color:var(--success);font-size:12px}.project-workbench-pathline span{min-width:0;overflow:hidden;color:var(--text-secondary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.project-workbench-card{display:grid;gap:14px;padding:15px;border-radius:22px;background:#fffffff0;box-shadow:var(--shadow-md);border:1px solid rgba(76,91,113,.07)}.project-workbench-card.compact{padding:10px}.project-workbench-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.project-workbench-section-head.slim{align-items:center}.project-workbench-section-head h3{margin:4px 0 0;font-size:18px;line-height:1.2;letter-spacing:-.03em}.project-workbench-section-head>span{min-height:28px;padding:0 11px;display:inline-flex;align-items:center;border-radius:999px;background:var(--surface-soft);color:var(--text-secondary);font-size:12px;white-space:nowrap}.project-workbench-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.project-workbench-tile{min-height:56px;border:0;display:grid;place-items:center;gap:3px;padding:8px 4px;border-radius:16px;color:var(--text);background:radial-gradient(circle at top right,rgba(56,189,248,.1),transparent 34%),linear-gradient(180deg,#f8fafcfa,#f1f6f4f5);box-shadow:inset 0 0 0 1px #4c5b710f;text-align:center}.project-workbench-tile strong{font-size:13px;line-height:1.1;letter-spacing:-.02em}.project-workbench-tile span{color:var(--text-secondary);font-size:11px;line-height:1.1}.project-attention-card{background:radial-gradient(circle at top right,rgba(245,158,11,.12),transparent 34%),#fffffff2}.project-attention-list{display:grid;gap:10px}.project-attention-list div{display:grid;gap:4px;padding:12px;border-radius:16px;background:#f8fafcdb;box-shadow:inset 0 0 0 1px #4c5b710f}.project-attention-list strong{font-size:14px}.project-attention-list span{color:var(--text-secondary);font-size:12px;line-height:1.5}.project-workbench-workspaces{display:grid;gap:10px}.workbench-tab-content{display:grid;gap:12px;padding:10px 0 16px}.project-workbench-chat-list{flex:initial;min-height:initial;overflow:visible;padding:0}.project-activity-card p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.6;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-workbench-error{padding:12px 14px;border-radius:16px;background:var(--danger-soft);color:var(--danger);font-size:13px;line-height:1.5}.tabbed-detail-screen{padding-bottom:calc(112px + env(safe-area-inset-bottom))}.project-module-dot{min-width:48px;min-height:30px;display:inline-grid;place-items:center;border-radius:999px;background:#151f2c0f;color:var(--text-secondary);font-size:11px;font-weight:800}.project-module-hero{display:grid;gap:8px;padding:18px;border-radius:26px;color:var(--text);box-shadow:var(--shadow-md)}.project-module-hero span{width:max-content;padding:5px 10px;border-radius:999px;background:#ffffffad;color:var(--text-secondary);font-size:12px;font-weight:800}.project-module-hero h2{margin:2px 0 0;font-size:26px;letter-spacing:-.04em}.project-module-hero p{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.6}.project-module-hero button{width:max-content;margin-top:6px;border:0;border-radius:999px;padding:10px 14px;background:#151f2cdb;color:#fff;font-size:13px;font-weight:800}.project-module-hero button:disabled{background:#151f2c1f;color:var(--text-secondary);cursor:default}.project-module-hero.emerald,.project-module-dot.emerald{background:linear-gradient(145deg,#d1fae5f0,#ecfdf5fa)}.project-module-hero.blue,.project-module-dot.blue{background:linear-gradient(145deg,#dbeafef0,#eff6fffa)}.project-module-hero.amber,.project-module-dot.amber{background:linear-gradient(145deg,#fef3c7f5,#fffbebfa)}.project-module-hero.rose,.project-module-dot.rose{background:linear-gradient(145deg,#ffe4e6f5,#fff1f2fa)}.project-module-hero.violet,.project-module-dot.violet{background:linear-gradient(145deg,#ede9fef5,#f5f3fffa)}.project-module-hero.cyan,.project-module-dot.cyan{background:linear-gradient(145deg,#cffafef5,#ecfefffa)}.project-module-hero.slate,.project-module-dot.slate{background:linear-gradient(145deg,#e2e8f0f5,#f8fafcfa)}.project-module-hero.indigo,.project-module-dot.indigo{background:linear-gradient(145deg,#e0e7fff5,#eef2fffa)}.project-module-roadmap,.project-flow-preview,.project-agent-pool-preview{display:grid;gap:12px}.project-flow-preview{margin:0;padding:0;list-style:none}.project-flow-connector{display:grid;place-items:center;color:var(--text-tertiary);font-weight:800;line-height:1}.project-module-card{display:grid;gap:9px;padding:15px;border-radius:22px;background:#fffffff2;box-shadow:var(--shadow-md);border:1px solid rgba(76,91,113,.07)}.project-module-card>div{display:flex;justify-content:space-between;align-items:center;gap:12px}.project-module-card strong{font-size:15px}.project-module-card span{min-height:24px;padding:0 9px;display:inline-flex;align-items:center;border-radius:999px;background:var(--surface-soft);color:var(--text-tertiary);font-size:11px;font-weight:800}.project-module-card p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.55}.project-agent-pool-card{border:0;display:grid;gap:6px;padding:15px;border-radius:22px;background:#fffffff2;box-shadow:var(--shadow-md);color:var(--text);text-align:left}.project-agent-pool-card strong{font-size:15px}.project-agent-pool-card span{color:var(--text-secondary);font-size:13px;line-height:1.45}.project-agent-pool-card em{color:var(--text-tertiary);font-size:12px;font-style:normal;font-weight:700}.agent-profile-section p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.6}.agent-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.agent-profile-grid article{display:grid;gap:6px;padding:12px;border-radius:18px;background:#f8fafceb;box-shadow:inset 0 0 0 1px #4c5b710f}.agent-profile-grid strong{font-size:13px}.agent-profile-grid span{color:var(--text-secondary);font-size:12px;line-height:1.45}.mobile-header-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(25,31,40,.08);border-radius:12px;background:linear-gradient(180deg,#fffffffa,#f1f4f8f5);color:var(--primary);box-shadow:0 4px 14px #151f2c0f;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.mobile-header-icon svg{width:18px;height:18px}.mobile-header-icon:active{transform:scale(.96);box-shadow:0 2px 8px #151f2c14;background:linear-gradient(180deg,#f1f4f8fa,#e8edf4f5)}.mobile-header-text-action{height:34px;padding:0 8px;border:0;background:transparent;color:var(--primary);font-size:14px;font-weight:800}.page-header{grid-template-columns:1fr;place-items:center;padding:0 16px}.wechat-header{grid-template-columns:44px 1fr 72px;padding:0 10px}.topbar{grid-template-columns:44px minmax(0,1fr) auto;padding:0 10px}.topbar-search{grid-template-columns:36px minmax(0,1fr) auto;gap:8px;padding:8px 12px 10px}.page-header h1,.topbar-copy h1,.home-title-block h1{margin:0;font-size:17px;font-weight:700;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-title-block,.topbar-copy{text-align:center;min-width:0;overflow:hidden}.home-kicker,.topbar-meta,.discover-kicker,.topbar-kicker{margin:2px 0 0;color:var(--text-tertiary);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-back,.topbar-action,.topbar-icon,.composer-plus,.header-ghost,.search-cancel{border:0;background:transparent;color:var(--text);cursor:pointer}.topbar-back,.topbar-action,.topbar-icon,.header-ghost{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;font-size:22px}.topbar-delete{color:var(--danger)}.topbar-icon svg{width:19px;height:19px}.topbar-icon.danger{color:var(--danger)}.topbar-action,.header-ghost{font-size:18px}.topbar-action.textual{width:auto;min-width:44px;padding:0 10px;font-size:14px;color:var(--primary)}.topbar-back:active,.topbar-action:active,.header-ghost:active,.search-cancel:active{background:#111c2d14}.header-actions{display:flex;justify-content:flex-end;gap:4px}.search-box,.search-trigger,.search-input,.sheet-input,.search-topbar-field .search-input{width:100%;min-height:38px;border:0;border-radius:999px;background:var(--surface-soft);color:var(--text-secondary);padding:0 14px;outline:none}.search-box,.search-trigger{display:grid;place-items:center;font-size:13px}.search-trigger{cursor:pointer}.search-topbar-field{min-width:0}.search-topbar-field .search-input{background:var(--surface);box-shadow:inset 0 0 0 1px var(--line)}.search-cancel{padding:0 4px;color:var(--primary);font-size:15px}.error-banner{margin:12px 16px 0;padding:12px 14px;border-radius:var(--radius-sm);background:var(--danger-soft);color:var(--danger);font-size:13px}.detail-card,.discover-hero{margin:16px;padding:18px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffffff5,#fff);box-shadow:var(--shadow-lg)}.discover-hero{display:grid;gap:14px}.runtime-hero{margin:16px;padding:20px 18px;border-radius:28px;background:linear-gradient(135deg,#131c2bfa,#26364ceb);color:#fff;box-shadow:var(--shadow-lg)}.runtime-hero h2{margin:8px 0 0;font-size:24px;line-height:1.15;letter-spacing:-.03em}.runtime-hero p:last-child{margin:10px 0 0;color:#ffffffbd;font-size:13px;line-height:1.6}.detail-kicker{margin:0;color:var(--text-tertiary);font-size:12px}.discover-hero h2,.detail-card h2{margin:4px 0 0;font-size:24px;line-height:1.15;letter-spacing:-.03em}.discover-hero p,.detail-card p{margin:8px 0 0;color:var(--text-secondary);font-size:14px;line-height:1.6}.conversation-list,.profile-list,.discover-card-list,.message-feed,.detail-screen{min-height:0}.conversation-section{display:grid;gap:12px}.conversation-section+.conversation-section{margin-top:8px}.runtime-section-label{padding:0 2px;color:var(--text-tertiary);font-size:12px;letter-spacing:.04em}.runtime-card{cursor:default}.runtime-device-entry{width:100%;grid-template-columns:48px minmax(0,1fr) auto;border:0;color:var(--text-primary);text-align:left;cursor:pointer}.runtime-device-entry-meta{display:block;margin-top:8px;color:var(--text-secondary);font-size:12px;font-weight:700}.runtime-device-entry-arrow{color:var(--text-tertiary);font-size:24px;line-height:1}.device-detail-hero{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;padding:18px;border-radius:26px;background:linear-gradient(160deg,#fffffffa,#eef4fcf0);box-shadow:var(--shadow-md)}.device-detail-avatar{display:grid;place-items:center;align-self:center;width:64px;height:64px;border-radius:22px;background:linear-gradient(145deg,#2f6de4,#86a8ff);color:#fff;font-size:26px;font-weight:800}.device-detail-hero h2{margin:0;font-size:22px}.device-detail-meta-grid{display:flex;flex-wrap:nowrap;gap:6px;margin-top:10px;overflow-x:auto;padding-bottom:2px}.device-detail-meta-grid span,.device-engine-default{min-height:24px;padding:0 10px;border-radius:999px;background:#2f6de41a;color:#2f6de4;display:inline-flex;align-items:center;flex-shrink:0;font-size:11px;font-weight:800;white-space:nowrap}.device-engine-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border-radius:22px;background:#fffffff5;box-shadow:inset 0 0 0 1px #424d5c0f,var(--shadow-sm)}.device-engine-row.selected{box-shadow:inset 0 0 0 1.5px #2f6de447,var(--shadow-sm)}.device-engine-main{min-width:0;border:0;padding:0;background:transparent;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;color:var(--text-primary);text-align:left}.device-engine-main:disabled{opacity:.55}.device-engine-main strong{display:block;font-size:15px}.device-engine-main p{margin:4px 0 0;overflow:hidden;color:var(--text-tertiary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.device-engine-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.device-engine-actions button{border:0;border-radius:999px;padding:6px 10px;background:#151f2c0f;color:var(--text-secondary);font-size:12px;font-weight:700}.runtime-device-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.runtime-device-head h3{margin:0}.runtime-engine-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.runtime-engine-chip{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:92px;border:0;border-radius:14px;padding:8px 10px;color:var(--text-primary);background:#ffffffdb;box-shadow:inset 0 0 0 1px #424d5c14;text-align:left}.runtime-engine-chip.online{box-shadow:inset 0 0 0 1px #22c55e3d}.runtime-engine-chip.offline{opacity:.62}.runtime-engine-chip span{font-size:13px;font-weight:800}.runtime-engine-chip em{max-width:140px;overflow:hidden;color:var(--text-tertiary);font-size:11px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.engine-settings-card,.engine-settings-path-card{border-radius:20px;padding:16px;background:#fffffff5;box-shadow:var(--shadow-md)}.engine-settings-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.engine-settings-card h2{margin:12px 0 6px}.engine-settings-card p,.engine-settings-path-card span{margin:0;color:var(--text-secondary)}.engine-settings-path-card{display:grid;gap:8px}.engine-settings-path-card code{overflow-wrap:anywhere;color:var(--text-secondary);font-size:12px}.runtime-picker-trigger.static{cursor:default}.engine-skill-page{gap:14px}.engine-skill-hero-card,.engine-skill-result-card{display:grid;gap:8px;padding:16px;border-radius:24px;background:linear-gradient(160deg,#fffffffa,#eff5fff0);box-shadow:var(--shadow-md)}.engine-skill-hero-card p,.engine-skill-result-card span{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.5}.engine-skill-segmented,.engine-skill-target-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.engine-skill-segmented button,.engine-skill-target-grid button{min-height:48px;border:0;border-radius:18px;background:#fffffff0;color:var(--text-secondary);font-size:13px;font-weight:800;box-shadow:inset 0 0 0 1px #424d5c12}.engine-skill-segmented button.selected,.engine-skill-target-grid button.selected{background:#2f6de41a;color:#2f6de4;box-shadow:inset 0 0 0 1.5px #2f6de43d}.engine-skill-target-grid button{display:grid;justify-items:center;gap:4px;padding:10px}.engine-skill-target-grid span{display:grid;place-items:center;width:20px;height:20px;border-radius:999px;background:#2f6de41a}.engine-skill-primary-action{width:100%;min-height:52px;border:0;border-radius:20px;background:#2f6de4;color:#fff;font-weight:800;box-shadow:0 14px 28px #2f6de438}.engine-skill-primary-action:disabled{background:#151f2c1f;color:var(--text-tertiary);box-shadow:none}.engine-skill-primary-action.fixed{position:sticky;bottom:calc(12px + env(safe-area-inset-bottom));z-index:4}.engine-skill-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.engine-skill-list-head>div:first-child{display:grid;gap:4px}.engine-skill-list-head>div:last-child{display:flex;gap:8px}.engine-skill-list-head button{border:0;border-radius:999px;padding:7px 10px;background:#151f2c0f;color:var(--text-secondary);font-size:12px;font-weight:800}.engine-skill-list-head button:disabled{opacity:.5}.engine-skill-skeleton-list{display:grid;gap:10px}.engine-skill-skeleton-list span{height:68px;border-radius:18px;background:linear-gradient(90deg,#ffffffb8,#ebf1f8f5,#ffffffb8);background-size:200% 100%;animation:skeleton-shimmer 1.4s infinite}.engine-skill-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.engine-skill-toolbar select,.engine-skill-toolbar button{border:0;border-radius:14px;padding:10px 12px;background:#fffffff2;box-shadow:inset 0 0 0 1px #424d5c14}.engine-skill-overwrite{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:13px}.engine-skill-copy-action:disabled{opacity:.55}.engine-skill-row{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:12px;border:0;border-radius:18px;padding:12px;background:#fffffff5;box-shadow:var(--shadow-sm);color:var(--text-primary);text-align:left}.engine-skill-row.selected{box-shadow:inset 0 0 0 2px #31435d2e,var(--shadow-sm)}.engine-skill-row strong{display:block;margin-bottom:3px}.engine-skill-row p{margin:0;overflow:hidden;color:var(--text-tertiary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.engine-skill-check{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#31435d1a;color:var(--primary);font-weight:800}.runtime-page-list{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.runtime-preference-card{min-height:76px;padding:16px;border-radius:22px;background:linear-gradient(180deg,#fffffffa,#f4f7faf0);box-shadow:inset 0 0 0 1px #424d5c0d}.runtime-preference-card>div{display:flex;align-items:center;gap:8px}.runtime-preference-card-stacked{column-gap:12px}.runtime-preference-card-stacked>div{min-height:100%;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}.runtime-preference-card-stacked p{margin:0}.runtime-preference-card-stacked .runtime-picker-trigger{align-self:center}.runtime-preference-card .settings-row span{display:none}.runtime-picker-trigger{min-width:0;height:28px;padding:0;border:0;border-radius:0;background:transparent;color:var(--text);display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;font-size:14px;font-weight:600}.runtime-picker-caret{color:var(--text-tertiary);font-size:12px;line-height:1}.runtime-picker-sheet{width:min(100%,430px);margin-top:auto;padding:10px 14px calc(20px + env(safe-area-inset-bottom));border-radius:26px 26px 0 0;background:#fafbfdfa;box-shadow:0 -18px 50px #1018282e;position:relative;z-index:41}.runtime-picker-handle{width:42px;height:5px;margin:0 auto 14px;border-radius:999px;background:#5662732e}.runtime-picker-options{display:grid;gap:10px}.runtime-picker-option{width:100%;min-height:56px;padding:0 16px;border:0;border-radius:18px;background:var(--surface);display:flex;align-items:center;justify-content:space-between;color:var(--text);box-shadow:inset 0 0 0 1px #424d5c0f}.runtime-picker-option.selected{background:var(--surface);box-shadow:inset 0 0 0 1.5px #376edc42}.runtime-picker-option span{color:var(--text);font-size:15px;font-weight:600}.runtime-picker-option strong{color:#2f6de4;font-size:13px}.runtime-cloud-card{width:100%;min-height:82px;padding:16px;border:0;border-radius:22px;background:linear-gradient(180deg,#fffffffa,#f4f7faf0);box-shadow:inset 0 0 0 1px #424d5c0d;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;text-align:left}.runtime-cloud-card:disabled{opacity:.58;cursor:not-allowed}.runtime-cloud-card strong{display:block;font-size:15px}.runtime-cloud-card p{margin:6px 0 0;color:var(--text-secondary);font-size:12px}.runtime-cloud-meta{display:grid;justify-items:end;gap:6px}.runtime-cloud-meta span{color:var(--text);font-size:14px;font-weight:700}.runtime-cloud-meta em{min-height:26px;padding:0 10px;border-radius:999px;background:#2f6de41a;color:#2f6de4;display:inline-flex;align-items:center;font-size:12px;font-style:normal}.runtime-value-pill{min-height:28px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;background:#151f2c14;color:var(--text);font-size:12px;font-style:normal;white-space:nowrap}.runtime-value-pill.muted{color:var(--text-tertiary)}.runtime-inline-note{display:inline-flex;margin-top:8px;min-height:24px;padding:0 10px;align-items:center;border-radius:999px;background:#151f2c0f;color:var(--text-tertiary);font-size:11px}.runtime-device-status-chip{min-height:24px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em}.runtime-device-status-chip.online{background:#1da76124;color:#157a49}.runtime-device-status-chip.offline{background:#d6474724;color:#b43232}.runtime-device-status-chip.unknown{background:#151f2c14;color:var(--text-tertiary)}.engine-tabs{flex-shrink:0;display:flex;gap:8px;padding:12px 16px 8px;overflow-x:auto;scrollbar-width:none}.conversation-hub-tabs::-webkit-scrollbar,.filter-pills::-webkit-scrollbar,.project-scope-switcher::-webkit-scrollbar,.engine-tabs::-webkit-scrollbar{display:none}.conversation-hub-chip,.filter-pill,.project-mode-pill,.engine-tab{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text-secondary);font:inherit;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;box-shadow:0 8px 20px #151f2c0d;transition:background .15s,border-color .15s,color .15s}.conversation-hub-chip.active,.filter-pill.active,.project-mode-pill.active,.engine-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.agent-market-search{margin-top:10px}.conversation-selection-bar{position:absolute;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:80;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px 8px 14px;border:1px solid rgba(25,31,40,.08);border-radius:18px;background:#fffffff5;box-shadow:0 18px 44px #151f2c2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.conversation-selection-bar span{flex:1;min-width:0;color:var(--text-secondary);font-size:13px;font-weight:700}.conversation-selection-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto}.conversation-selection-bar button{min-height:38px;padding:0 14px;border:0;border-radius:12px;background:var(--primary);color:#fff;font-size:13px;font-weight:800}.conversation-selection-bar button.muted{background:#eef2f6;color:var(--text)}.conversation-selection-bar button:disabled{background:#d8dee8;color:#8b96a8}.conversation-organize-sheet{gap:14px}.conversation-organize-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px;border-radius:14px;background:var(--surface-soft)}.conversation-organize-tabs button{min-height:36px;border:0;border-radius:10px;background:transparent;color:var(--text-secondary);font-size:13px;font-weight:800}.conversation-organize-tabs button.active{background:var(--surface);color:var(--primary);box-shadow:0 8px 18px #151f2c14}.conversation-organize-textarea{min-height:86px;resize:vertical;padding-top:12px}.sessions-list{padding:0 12px calc(92px + env(safe-area-inset-bottom))}.session-list-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:10px 14px;border:0;border-radius:18px;background:var(--surface);color:var(--text);cursor:pointer;text-align:left;margin-bottom:6px;box-shadow:var(--shadow-md);min-height:92px}.session-list-item:active{background:#0000000a}.session-list-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:18px;font-size:22px;font-weight:800;color:#fff;flex-shrink:0}.session-list-avatar.hermes{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.session-list-avatar.codex{background:linear-gradient(135deg,#007aff,#60a5fa)}.session-list-avatar.claude-code{background:linear-gradient(135deg,#d06428,#f59e0b)}.session-list-info{min-width:0;display:flex;flex-direction:column;gap:4px}.session-list-title{font-size:15px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-list-meta{font-size:12px;color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-list-id{font-size:11px;color:var(--text-tertiary);font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px}.session-list-arrow{flex-shrink:0;font-size:20px;color:var(--text-tertiary)}.runtime-session-engine-badge{flex-shrink:0;padding:2px 8px;border-radius:8px;font-size:11px;font-weight:700;text-transform:uppercase}.runtime-session-engine-badge.small{padding:1px 6px;font-size:10px}.runtime-session-engine-badge.codex{background:#007aff1f;color:#007aff}.runtime-session-engine-badge.claude-code{background:#d064281f;color:#d06428}.runtime-session-engine-badge.hermes{background:#7c3aed1f;color:#7c3aed}.runtime-session-engine-badge.platform-llm{background:#10b9811f;color:#10b981}.runtime-session-engine-badge.openai-compatible{background:#3b82f61f;color:#3b82f6}.runtime-sessions-empty{padding:20px 16px;text-align:center;color:var(--text-tertiary);font-size:14px}.runtime-sessions-load-more{min-height:42px;display:grid;place-items:center;color:var(--text-tertiary);font-size:12px}.conversation-section-label{padding:8px 18px 0;color:var(--text-tertiary);font-size:12px}.conversation-list,.profile-list,.discover-card-list{flex:1;display:grid;align-content:start;gap:12px;overflow-y:auto;padding:12px 12px calc(92px + env(safe-area-inset-bottom));background:var(--screen)}.directory-scroll{flex:1;min-height:0;overflow-y:auto;padding:8px 0 calc(106px + env(safe-area-inset-bottom));background:var(--screen)}.conversation-item,.directory-item,.profile-row,.discover-row{width:100%;margin:0;border:0;background:var(--surface);text-align:left;box-shadow:var(--shadow-md)}.conversation-item,.directory-item,.discover-row{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;border-radius:20px}.conversation-item,.project-conversation-item{min-height:116px}.conversation-row{display:flex;align-items:center;gap:0;position:relative}.conversation-row .conversation-item{flex:1;min-width:0}.conversation-delete{flex-shrink:0;width:32px;height:32px;border:0;border-radius:999px;background:transparent;color:var(--text-tertiary);cursor:pointer;display:grid;place-items:center;margin-left:2px}.conversation-delete:hover{background:var(--danger-soft);color:var(--danger)}.project-conversation-item{width:100%;margin:0;border:0;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;border-radius:20px;background:radial-gradient(circle at top right,rgba(34,160,107,.14),transparent 34%),linear-gradient(180deg,#fffffffc,#f1f6f4f5);text-align:left;box-shadow:var(--shadow-md)}.project-conversation-avatar{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#19885b,#67d19e);color:#fff;font-size:18px;font-weight:700}.project-conversation-main{min-width:0}.project-status-card{width:100%;margin:0;border:0;padding:14px 16px;border-radius:20px;background:linear-gradient(180deg,#fffffffc,#f3f6faf5);text-align:left;box-shadow:var(--shadow-md);display:grid;gap:12px;min-height:126px}.project-status-main{border:0;background:transparent;padding:0;text-align:left;display:grid;grid-template-rows:auto 1fr;gap:10px;min-width:0;min-height:98px}.project-status-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.project-status-head-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;max-width:88px}.project-status-title{min-width:0;display:flex;align-items:center;gap:8px;max-width:170px}.project-status-title h2{margin:0;font-size:16px;font-weight:700;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-status-head time{color:var(--text-tertiary);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:52px}.project-status-pill{min-height:24px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;font-size:11px;font-weight:700;flex-shrink:0;max-width:52px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-status-pill.活跃,.project-status-pill.正常{background:var(--success-soft);color:var(--success)}.project-status-pill.进行中{background:var(--warning-soft);color:var(--warning)}.project-status-pill.异常{background:var(--danger-soft);color:var(--danger)}.project-status-pill.已归档{background:#5662731f;color:var(--text-secondary)}.project-status-pill.待开始{background:#151f2c14;color:var(--text-secondary)}.project-status-body{display:grid;grid-template-rows:22px 28px;gap:6px;min-width:0}.project-status-summary{margin:0;color:var(--text);font-size:13px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-status-tags{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden}.project-status-tags .conversation-chip{min-height:24px;padding:0 9px;font-size:11px;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-status-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.project-status-stats article{padding:12px 10px;border-radius:16px;background:#ffffffa8;box-shadow:inset 0 0 0 1px #424d5c0d;display:grid;gap:4px;justify-items:center}.project-status-stats strong{font-size:18px;line-height:1}.project-status-stats span{color:var(--text-secondary);font-size:12px}.project-toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 12px 0}.project-toolbar-row.compact{justify-content:flex-start;padding:0}.project-toolbar-button{min-height:36px;padding:0 16px;border:0;border-radius:999px;background:#ffffffe6;color:var(--primary);box-shadow:inset 0 0 0 1px var(--line),0 6px 18px #151f2c0d}.project-scope-switcher{flex-shrink:0;display:flex;gap:8px;padding:12px 16px 8px;overflow-x:auto;scrollbar-width:none;background:var(--screen)}.project-main-header{grid-template-columns:56px 1fr auto;padding:0 10px}.project-main-header-spacer{width:44px;height:44px}.project-entry-sheet{display:grid;gap:12px}.project-entry-option{width:100%;border:0;border-radius:18px;background:var(--surface-soft);padding:16px;text-align:left;display:grid;gap:6px}.project-entry-option strong{font-size:16px;color:var(--text)}.project-entry-option span{color:var(--text-secondary);font-size:13px;line-height:1.5}.project-inline-action{min-height:28px;padding:0 12px;border:0;border-radius:999px;background:#151f2c0f;color:var(--text-secondary);font-size:12px;font-weight:600}.project-inline-action:active,.project-toolbar-button:active{transform:translateY(1px)}.conversation-main p,.project-conversation-main p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-badge{background:var(--success)}.profile-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:16px;border-radius:18px}.directory-section{padding:8px 16px 6px;display:grid;gap:10px}.directory-shortcut{width:100%;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px;padding:14px 16px;border:0;border-radius:18px;background:var(--surface);box-shadow:var(--shadow-md);text-align:left}.directory-group-label{padding:8px 18px;color:var(--text-tertiary);font-size:12px}.directory-list{min-height:0;display:grid;gap:0;padding-bottom:0}.directory-shortcut h2,.discover-row h3,.profile-row h2,.directory-head h3,.conversation-head h2{margin:0;font-size:16px;font-weight:700;letter-spacing:-.02em}.directory-shortcut p,.discover-row p,.profile-row p,.directory-main p,.conversation-main p,.project-conversation-main p{margin:4px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.5}.conversation-avatar,.directory-avatar,.profile-avatar,.directory-shortcut-icon,.discover-row-icon,.detail-avatar{display:grid;place-items:center;border-radius:18px;color:#fff;font-weight:700;background:linear-gradient(135deg,var(--primary) 0%,#31435d 100%);box-shadow:inset 0 1px #ffffff2e}.conversation-avatar,.directory-avatar,.directory-shortcut-icon,.discover-row-icon{width:52px;height:52px;font-size:18px}.profile-avatar,.detail-avatar{width:72px;height:72px;font-size:28px}.directory-shortcut-icon.green{background:linear-gradient(135deg,#1c9c66,#5ccf99)}.directory-shortcut-icon.blue,.discover-row-icon.tone-1{background:linear-gradient(135deg,#1f5bd6,#46b2ff)}.directory-shortcut-icon.orange,.discover-row-icon.tone-2{background:linear-gradient(135deg,#d77a00,#ffb14a)}.discover-row-icon.tone-3{background:linear-gradient(135deg,#0d1c2f,#4f8eff)}.conversation-main,.project-conversation-main,.directory-main{min-width:0}.conversation-main,.project-conversation-main{display:grid;grid-template-rows:auto auto auto;align-content:center}.conversation-head,.directory-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.conversation-head span,.directory-head span,.profile-row span,.discover-row span,.directory-chevron,.profile-chevron{color:var(--text-tertiary);font-size:12px;flex-shrink:0}.conversation-badge{min-width:26px;height:26px;padding:0 7px;display:grid;place-items:center;border-radius:999px;background:var(--primary);color:#fff;font-size:12px;font-weight:700}.conversation-submeta{display:flex;align-items:center;gap:8px;margin-top:8px;color:var(--text-tertiary);font-size:12px;flex-wrap:wrap}.conversation-chip{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;background:var(--surface-soft);color:var(--text-secondary);font-size:12px}.conversation-chip.task{background:var(--accent-soft);color:#0e6ea8}.conversation-chip.pipeline{background:#edf4ff;color:#355dc9}.conversation-chip.project{background:var(--success-soft);color:var(--success)}.empty-state{margin:20px 16px 0;padding:28px 20px;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md);text-align:center}.empty-state h2{margin:0;font-size:20px}.empty-state p{margin:10px 0 0;color:var(--text-secondary);font-size:14px}.sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:18px;background:#111c2d3d;z-index:40}.sheet-card{width:100%;border-radius:28px 28px 20px 20px;background:var(--surface);padding:22px 18px 18px;box-shadow:var(--shadow-xl)}.empty-inline-state{padding:16px 14px;border-radius:16px;background:var(--surface-soft);color:var(--text-secondary);font-size:13px;line-height:1.6}.sheet-title-block h2,.sheet-card h2{margin:0;font-size:22px}.sheet-title-block p{margin:8px 0 0;color:var(--text-secondary);font-size:14px}.task-subtabs{display:flex;gap:8px;align-items:center}.task-list{flex:1;overflow-y:auto;padding:14px 16px calc(92px + env(safe-area-inset-bottom));display:grid;align-content:start;gap:12px}.task-card{padding:14px;border:1px solid rgba(25,31,40,.06);border-radius:16px;background:var(--surface);box-shadow:0 8px 22px #151f2c0f}.task-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.task-card-title-block{min-width:0}.task-card-badges{display:inline-flex;flex-shrink:0;gap:6px;align-items:center}.task-card-kicker{margin:0;color:var(--text-tertiary);font-size:12px}.task-card h2{margin:4px 0 0;font-size:16px;line-height:1.3}.task-card-copy{margin:10px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.55}.task-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;color:var(--text-tertiary);font-size:12px}.task-card-meta span{min-height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:var(--surface-soft)}.task-card-actions{display:flex;flex-wrap:nowrap;gap:6px;margin-top:12px;overflow-x:auto;scrollbar-width:none}.task-card-actions::-webkit-scrollbar{display:none}.task-action-button{flex:0 0 auto;min-width:42px;min-height:30px;padding:0 10px;border:1px solid rgba(25,31,40,.08);border-radius:10px;background:#f6f8fb;color:var(--text-secondary);font-size:12px;font-weight:800}.task-action-button.primary{border-color:#2f6de429;background:#2f6de41a;color:var(--primary)}.task-action-button.danger{border-color:#e0484824;background:#e0484814;color:var(--danger)}.task-action-button:disabled{opacity:.58}.task-form{display:grid;gap:10px;margin-top:14px}.task-mode-row{display:flex;gap:8px;flex-wrap:wrap}.pipeline-agent-list{display:flex;flex-wrap:wrap;gap:8px}.pipeline-agent-pill{min-height:34px;border:0;border-radius:999px;padding:0 14px;background:var(--surface-soft);color:var(--text-secondary);cursor:pointer}.pipeline-agent-pill.active{background:var(--primary);color:#fff}.task-select,.task-textarea{width:100%;border:0;border-radius:20px;background:var(--surface-soft);padding:12px 14px;outline:none;color:var(--text)}.task-textarea{min-height:110px;resize:vertical}.sheet-actions{display:flex;gap:10px;margin-top:16px}.sheet-button{min-height:42px;padding:0 18px;border:0;border-radius:999px;cursor:pointer;font-weight:600}.sheet-button.primary{background:linear-gradient(135deg,var(--primary) 0%,#2c3d58 100%);color:#fff}.sheet-button.muted{background:var(--surface-soft);color:var(--text)}.sheet-button.danger{background:var(--danger-soft);color:var(--danger)}.sheet-button.wide{width:100%}.task-delete-sheet{max-width:340px}.project-create-sheet{display:grid;gap:14px}.project-create-mode{display:flex;gap:8px}.project-create-page{flex:1;min-height:0;overflow-y:auto;display:grid;align-content:start;gap:14px;padding:14px 12px calc(120px + env(safe-area-inset-bottom))}.project-create-page-single{gap:16px}.project-create-hero,.project-form-card{display:grid;gap:14px;padding:18px;border-radius:26px;background:radial-gradient(circle at top right,rgba(56,189,248,.1),transparent 32%),linear-gradient(180deg,#fffffffa,#f3f6fafa);box-shadow:var(--shadow-md)}.project-create-hero-copy h2,.project-section-head h3{margin:4px 0 0;font-size:20px;line-height:1.2;letter-spacing:-.03em}.project-create-hero-copy p{margin:8px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.6}.project-create-kicker{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.08em}.project-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.project-section-side{min-height:28px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;background:var(--surface-soft);color:var(--text-secondary);font-size:12px;white-space:nowrap}.project-field{display:grid;gap:8px}.project-field>span{color:var(--text-secondary);font-size:13px;font-weight:600}.project-rich-input{width:100%;min-height:48px;border:1px solid rgba(76,91,113,.08);border-radius:18px;background:#f8fafcfa;color:var(--text);padding:0 16px;outline:none;box-shadow:inset 0 1px #ffffffb3}.project-rich-input:focus{border-color:#38bdf847;box-shadow:inset 0 1px #ffffffb3,0 0 0 3px #38bdf81a}.project-rich-textarea,.project-field-textarea{min-height:112px;padding:14px 16px;resize:vertical}.project-field-textarea{min-height:92px}.project-scan-actions{display:flex;gap:10px}.project-scan-actions .sheet-button{flex:1}.project-scan-bulk-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.project-scan-bulk-actions .sheet-button{min-height:38px}.project-scan-summary{flex-wrap:wrap;gap:6px;justify-content:flex-end;max-width:58%;white-space:normal}.project-scan-summary span{white-space:nowrap}.project-create-switcher{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.project-create-block{display:grid;gap:10px}.project-create-panel{display:grid;gap:12px;padding:14px;border-radius:22px;background:radial-gradient(circle at top right,rgba(56,189,248,.12),transparent 36%),linear-gradient(180deg,#fffffffa,#f2f6fbf5);box-shadow:var(--shadow-md)}.project-create-card-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.project-create-card-header strong{font-size:15px}.project-create-card-header span,.project-create-inline-tip{color:var(--text-tertiary);font-size:12px;line-height:1.5}.project-create-inline-tip{margin-top:-2px}.project-prompt-input{min-height:104px}.project-scan-toolbar{display:grid;gap:10px}.project-scan-error{padding:12px 14px;border-radius:16px;background:var(--danger-soft);color:var(--danger);font-size:13px}.project-scan-list{display:grid;gap:10px}.project-scan-item{display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;padding:14px;border-radius:18px;background:var(--surface);box-shadow:inset 0 0 0 1px var(--line)}.project-scan-item input{margin-top:3px}.project-scan-copy{min-width:0;display:grid;gap:6px}.project-scan-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-scan-head strong{font-size:15px}.project-scan-head span,.project-scan-meta{color:var(--text-tertiary);font-size:12px}.project-scan-copy p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.5;word-break:break-all}.project-scan-meta{display:flex;flex-wrap:wrap;gap:8px}.project-draft-card{display:grid;gap:10px;padding:14px;border-radius:20px;background:radial-gradient(circle at top right,rgba(56,189,248,.12),transparent 32%),linear-gradient(180deg,#fffffffa,#f2f6fbf5);box-shadow:var(--shadow-md)}.project-draft-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-draft-card-header strong{font-size:15px}.project-draft-card-header span,.project-create-hint{color:var(--text-tertiary);font-size:12px}.project-draft-meta{display:flex;flex-wrap:wrap;gap:8px}.project-draft-meta span{min-height:26px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;background:#ffffffd1;color:var(--text-secondary);font-size:12px}.project-thread-path{margin-top:10px;min-height:34px;display:flex;align-items:center;padding:0 12px;border-radius:12px;background:#ffffffd6;color:var(--text-secondary);font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-topbar-add svg{width:18px;height:18px}.project-workspace-list{margin-top:10px;display:grid;gap:8px}.project-workspace-card{padding:12px;border-radius:16px;background:#ffffffd6;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px}.project-workspace-card strong{font-size:13px}.project-workspace-card span{color:var(--text-tertiary);font-size:11px;text-transform:uppercase}.project-workspace-card p{grid-column:1 / -1;margin:0;color:var(--text-secondary);font-size:12px;line-height:1.5;word-break:break-all}.chat-screen{background:radial-gradient(circle at top,rgba(56,189,248,.08),transparent 22%),linear-gradient(180deg,#f7f9fb,#f2f5f8)}.chat-menu{position:absolute;top:60px;right:12px;z-index:8;width:min(280px,calc(100vw - 32px));display:grid;gap:4px;padding:8px;border-radius:18px;background:#fffffffa;box-shadow:var(--shadow-xl)}.chat-menu-item{width:100%;border:0;background:transparent;text-align:left;padding:12px 14px;border-radius:14px;cursor:pointer}.chat-menu-item:active{background:var(--surface-soft)}.chat-menu-group{display:grid;gap:4px}.assistant-session-actions{position:relative;z-index:140;overflow:visible;display:inline-flex;align-items:center;gap:6px;justify-self:end;min-width:0}.assistant-session-new-button{font-size:22px;line-height:1;font-weight:500}.assistant-session-menu{position:absolute;top:calc(100% + 10px);right:-8px;z-index:150;width:min(282px,calc(min(100vw,430px) - 28px));max-height:min(420px,calc(100dvh - 86px));overflow:visible;display:grid;gap:8px;padding:8px;border:1px solid rgba(214,223,235,.92);border-radius:18px;background:#fffffffa;box-shadow:0 18px 42px #0f172a29;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.assistant-session-menu:before{content:"";position:absolute;top:-6px;right:16px;width:12px;height:12px;transform:rotate(45deg);border-left:1px solid rgba(214,223,235,.92);border-top:1px solid rgba(214,223,235,.92);background:#fffffffa}.assistant-session-menu.compact{width:196px}.assistant-session-history-item{width:100%;min-width:0;border:0;background:transparent;text-align:left}.assistant-session-history{display:grid;gap:4px;max-height:min(390px,calc(100dvh - 112px));overflow-y:auto}.assistant-session-history p{margin:2px 4px 4px;color:var(--text-tertiary);font-size:11px;font-weight:700}.assistant-session-history-item{position:relative;display:grid;gap:3px;padding:9px 10px;border-radius:12px;color:var(--text-primary)}.assistant-session-history-item.active{background:#e6eeffc2}.assistant-session-history-item em{position:absolute;right:10px;top:10px;color:#205cd6;font-size:10px;font-style:normal;font-weight:700}.assistant-session-history-item:active{background:#eff4f894}.assistant-session-history-item strong,.assistant-session-history-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistant-session-history-item strong{font-size:12px;line-height:1.25}.assistant-session-history-item span,.assistant-session-history-empty{color:var(--text-tertiary);font-size:11px}.assistant-session-history-empty{padding:9px 10px}.message-feed{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:14px 14px 8px}.message-day-separator{display:flex;justify-content:center;width:100%;margin:2px 0 14px}.message-day-separator span{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 14px;border-radius:999px;background:#ffffffdb;border:1px solid rgba(176,188,205,.45);color:#525f70e0;font-size:12px;font-weight:600;line-height:1;box-shadow:0 8px 24px #1f2a3714}.message-row{display:block;margin-bottom:14px}.message-row.system{margin-bottom:10px}.message-row-shell{display:flex;align-items:flex-end;gap:10px}.message-row-shell.user{justify-content:flex-end}.message-row-shell.agent{justify-content:flex-start}.message-avatar{width:36px;height:36px;flex-shrink:0;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--primary) 0%,#31435d 100%);color:#fff;font-size:14px;font-weight:700;box-shadow:var(--shadow-md)}.message-avatar.user{background:linear-gradient(135deg,var(--success) 0%,#58c78f 100%)}.message-avatar .engine-brand-icon{width:24px;height:24px;display:block}.message-avatar:has(.engine-brand-icon){background:#fff;color:var(--text-primary)}.message-stack{max-width:calc(82% - 46px);min-width:0;display:flex;flex-direction:column}.message-stack.user{align-items:flex-end}.message-stack.agent{align-items:flex-start}.message-sender{margin:0 0 6px;padding:0 4px;color:var(--text-tertiary);font-size:12px;line-height:1}.session-list-skeleton{display:grid;gap:10px}.session-list-skeleton span{height:72px;border-radius:18px;background:linear-gradient(90deg,#e2e8f0b8,#f8fafcf2,#e2e8f0b8);background-size:220% 100%;animation:chat-loading-shimmer 1.4s ease-in-out infinite}.chat-loading-skeleton{display:grid;gap:18px;padding:22px 18px}.chat-loading-row{display:flex;align-items:flex-end;gap:10px}.chat-loading-row.user{justify-content:flex-end}.chat-loading-avatar,.chat-loading-bubble{display:block;background:linear-gradient(90deg,#e2e8f0b8,#f8fafcf2,#e2e8f0b8);background-size:220% 100%;animation:chat-loading-shimmer 1.4s ease-in-out infinite}.chat-loading-avatar{width:34px;height:34px;border-radius:50%}.chat-loading-bubble{height:42px;border-radius:18px;box-shadow:var(--shadow-sm)}.chat-loading-bubble.wide{width:min(68%,320px)}.chat-loading-bubble.medium{width:min(54%,260px)}.chat-loading-bubble.short{width:min(44%,210px)}@keyframes chat-loading-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.message-bubble{width:fit-content;min-width:0;overflow:hidden;box-sizing:border-box;max-width:100%;padding:12px 14px;border-radius:20px;box-shadow:var(--shadow-md);user-select:text;-webkit-user-select:text;-webkit-touch-callout:default}.message-bubble.user{background:linear-gradient(135deg,#cbf1a6,#b8e98e);border-bottom-right-radius:8px}.message-bubble.agent{background:#fffffff5;border-bottom-left-radius:8px}.message-bubble.sui-message-bubble{width:min(100%,258px);overflow:visible;padding:12px}.message-bubble.pending{opacity:.92}.message-bubble.thinking{color:var(--text-secondary);background:#ffffffeb;border-bottom-left-radius:8px}.message-avatar.thinking-dot{animation:thinking-pulse 1.4s ease-in-out infinite;font-size:18px}@keyframes thinking-pulse{0%,to{opacity:.4}50%{opacity:1}}.message-avatar.thought{background:linear-gradient(135deg,#2e3e56,#435f84)}.thought-row{margin-bottom:12px}.thought-card{width:100%;border-radius:16px;background:#f4f7fbfa;border:1px solid rgba(154,171,196,.38);padding:10px 12px}.thought-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.thought-card-head strong{font-size:13px;color:var(--text-secondary)}.thought-card-toggle{border:none;border-radius:999px;padding:4px 10px;font-size:12px;color:var(--primary);background:#31435d1a}.thought-card-latest{margin:8px 0 6px;white-space:pre-wrap;word-break:break-word;color:var(--text-primary);font-size:14px;line-height:1.5}.thought-card-events{margin-top:8px;display:grid;gap:8px}.thought-card-event{border-left:2px solid rgba(154,171,196,.5);padding-left:8px}.thought-card-event p{margin:0;white-space:pre-wrap;word-break:break-word;color:var(--text-secondary);font-size:13px;line-height:1.45}.message-content-frame{position:relative}.message-content-frame.collapsed{max-height:70vh;overflow:hidden;padding-bottom:36px}.message-content-frame.collapsed:after{content:"";position:absolute;right:0;bottom:0;left:0;height:56px;pointer-events:none;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--message-fade-bg, rgba(255, 255, 255, .96)) 72%)}.message-bubble.user .message-content-frame.collapsed:after{--message-fade-bg: #b8e98e}.message-bubble.agent .message-content-frame.collapsed:after{--message-fade-bg: rgba(255, 255, 255, .96)}.message-content{margin:0;line-height:1.6;white-space:pre-wrap;word-break:break-word;font-size:15px}.message-expand-button{position:absolute;right:0;bottom:0;z-index:1;border:0;border-radius:999px;padding:5px 12px;color:var(--primary);background:#ffffffeb;box-shadow:0 4px 14px #1f293724;font-size:12px;font-weight:700}.message-content-frame:not(.collapsed) .message-expand-button{position:static;display:block;margin:10px 0 0 auto}.inline-code{background:#0000000f;border-radius:4px;padding:1px 5px;font-family:monospace;font-size:13px}.md-h4{margin:10px 0 4px;font-size:15px}.md-h3{margin:12px 0 6px;font-size:16px}.md-h2{margin:14px 0 8px;font-size:17px}.md-hr{border:0;border-top:1px solid var(--border-light);margin:10px 0}.md-li{margin:2px 0;padding-left:8px}.template-draft-card{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0}.sui-draft-card{position:relative;width:100%;max-width:100%;padding:2px 0 8px}.template-draft-card-header,.sui-draft-card-header{display:flex;align-items:center;gap:10px;min-width:0}.template-draft-card-header>div,.sui-draft-card-header>div{min-width:0}.template-draft-card-header strong,.sui-draft-card-header strong{display:block;font-size:15px;line-height:1.3;word-break:break-word}.template-draft-card-header p,.template-draft-description,.sui-draft-card-header p,.sui-draft-summary{margin:2px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.5}.sui-draft-card-header p{margin:0 0 3px;color:var(--text-tertiary);font-size:12px}.sui-draft-title-button{display:block;width:100%;padding:0;border:0;background:transparent;color:var(--text-primary);font:inherit;font-size:16px;font-weight:700;line-height:1.3;text-align:left;word-break:break-word}.sui-draft-title-input{width:100%;box-sizing:border-box;min-height:34px;padding:4px 7px;border:1px solid rgba(193,204,217,.95);border-radius:8px;background:#fff;color:var(--text-primary);font:inherit;font-size:16px;font-weight:700;outline:none}.template-draft-emoji,.sui-draft-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;border-radius:11px;background:#eef2f6;color:#2f3a46;font-size:15px;font-weight:700}.sui-draft-summary{margin:-2px 0 0}.sui-draft-fields{display:grid;gap:2px;padding:4px 0;border-top:1px solid rgba(229,234,240,.96);border-bottom:1px solid rgba(229,234,240,.96)}.sui-draft-field{display:grid;grid-template-columns:52px minmax(0,1fr);gap:7px;align-items:start;min-width:0;padding:8px 0}.sui-draft-field+.sui-draft-field{border-top:1px solid rgba(237,241,245,.92)}.sui-draft-field-label{padding-top:2px;color:var(--text-tertiary);font-size:12px;line-height:1.45;white-space:nowrap;text-align:left}.sui-draft-field-value{width:100%;max-width:100%;padding:0;border:0;background:transparent;color:var(--text-primary);font:inherit;font-size:13px;line-height:1.5;text-align:left;white-space:pre-wrap;overflow-wrap:anywhere}.sui-draft-popover-control{position:relative;min-width:0}.sui-draft-select-value{display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;width:auto;max-width:100%}.sui-draft-select-caret{display:inline-block;flex:0 0 auto;width:0;height:0;margin-top:1px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--text-tertiary)}.sui-draft-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:8;width:min(172px,calc(100vw - 96px));padding:5px;border:1px solid rgba(214,222,232,.95);border-radius:12px;background:#fff;box-shadow:0 16px 34px #0f172a29}.sui-draft-popover-item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:32px;padding:0 8px;border:0;border-radius:8px;background:transparent;color:var(--text-primary);font-size:12px;text-align:left}.sui-draft-popover-item.selected,.sui-draft-popover-item:active{background:#eff4f8fa}.sui-draft-popover-item strong{color:var(--text-tertiary);font-size:10px;font-weight:700}.sui-draft-field-value:active{color:#0f766e}.sui-draft-switch{position:relative;width:46px;height:26px;padding:0;border:0;border-radius:999px;background:#d7dee7;transition:background .14s ease}.sui-draft-switch span{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a2e;transition:transform .14s ease}.sui-draft-switch.on{background:#111827}.sui-draft-switch.on span{transform:translate(20px)}.sui-draft-field-input{width:100%;box-sizing:border-box;justify-self:start;min-height:32px;padding:6px 8px;border:1px solid rgba(193,204,217,.95);border-radius:8px;background:#fff;color:var(--text-primary);font:inherit;font-size:13px;line-height:1.45;outline:none}.sui-draft-field-input:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1a}.sui-draft-field-input.textarea{resize:vertical}.template-draft-meta{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.template-draft-meta span{max-width:100%;padding:4px 8px;border-radius:999px;background:#eef3f8eb;color:var(--text-secondary);font-size:11px;overflow-wrap:anywhere}.template-draft-section{display:flex;flex-direction:column;gap:6px}.template-draft-section strong{font-size:12px;color:var(--text-secondary)}.template-draft-list{margin:0;padding-left:18px;color:var(--text-secondary);font-size:12px;line-height:1.55}.template-draft-list li+li{margin-top:4px}.template-draft-description{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.55}.template-draft-actions{display:flex;justify-content:flex-start;flex-wrap:nowrap;gap:5px;width:100%}.template-draft-primary,.template-draft-secondary,.template-draft-ghost{width:46px;box-sizing:border-box;min-height:30px;border-radius:8px;border:1px solid transparent;font-size:11px;font-weight:600}.template-draft-primary{display:inline-flex;align-items:center;justify-content:center;gap:4px;background:#111827;color:#fff}.sui-collapsed-card{position:relative;display:flex;align-items:center;gap:9px;min-width:0;padding-right:18px}.sui-collapsed-badge{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 auto;border-radius:9px;background:#eef2f6;color:#2f3a46;font-size:13px;font-weight:700}.sui-collapsed-copy{min-width:0}.sui-collapsed-copy strong{display:block;color:var(--text-primary);font-size:13px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sui-action-message-row,.sui-result-message-row{margin-top:10px}.sui-result-bubble-wrap{position:relative;display:inline-flex;align-items:flex-end;gap:8px;max-width:100%}.sui-card-corner-button{position:absolute;right:-15px;bottom:-14px;z-index:2;display:inline-grid;place-items:center;width:24px;height:24px;padding:0;border:1px solid rgba(190,202,218,.88);border-radius:999px;background:#f8fafcfa;color:#526171;box-shadow:0 10px 22px #0f172a24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sui-card-corner-button:active{transform:translateY(1px) scale(.98);background:#eef3f8}.sui-corner-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sui-result-detail-link{flex:0 0 auto;padding:0 2px 2px;border:0;border-radius:0;background:transparent;color:#2f6fed;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap}.sui-result-detail-link:active{color:#1f4fbf}.sui-card-corner-button.collapse{right:-15px;bottom:-15px}.template-draft-secondary{background:#fff;border-color:#d1d8e0fa;color:var(--text-primary)}.template-draft-ghost{background:#f3f6f9f2;color:var(--text-secondary)}.template-draft-secondary.wide{width:46px}.message-context-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12}.message-context-menu{position:absolute;min-width:132px;max-width:132px;padding:4px 0;border-radius:0;background:#fff;box-shadow:var(--shadow-lg)}.message-context-menu-item{width:100%;min-height:36px;border:0;border-radius:0;background:transparent;color:var(--text);font-size:14px;cursor:pointer;padding:0 16px;text-align:left;white-space:nowrap}.message-context-menu-item:active{background:var(--surface-soft)}.message-context-menu-item.danger{color:var(--danger)}.message-timestamp{margin-top:6px;padding:0 6px;color:#566273b8;font-size:11px;line-height:1}.message-timestamp.user{text-align:right}.message-timestamp.agent{text-align:left}.message-inline-meta{display:flex;gap:8px;margin-top:8px;color:var(--text-tertiary);font-size:12px}.worker-run-panel{margin:10px 0 12px;padding:14px;border-radius:20px;background:#fffffff0;box-shadow:var(--shadow-md)}.worker-run-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.worker-run-header strong{font-size:13px}.worker-run-header span{color:var(--text-tertiary);font-size:12px}.worker-run-list{display:grid;gap:8px}.worker-run-card{padding:12px 14px;border-radius:16px;background:var(--surface-soft)}.worker-run-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.worker-run-card-top strong{font-size:13px}.worker-run-card-top span{color:var(--text-tertiary);font-size:12px}.worker-run-card p{margin:8px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.6}.worker-run-card.failed{background:var(--danger-soft)}.chat-bottom{flex-shrink:0;padding:8px 12px calc(12px + env(safe-area-inset-bottom));background:#f7f9fbfa;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.agent-drawer{position:relative;z-index:4;margin-bottom:10px}.agent-drawer.expanded{z-index:6}.chat-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto 84px 64px;align-items:center;gap:8px}.agent-drawer-toggle{position:relative;z-index:3;border:0;min-height:42px;border-radius:999px;background:#fffffffa;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:var(--shadow-md)}.agent-drawer-toggle.compact{width:100%;min-width:0;max-width:none;justify-self:stretch}.toolbar-caret{color:var(--text-tertiary);font-size:14px;font-weight:700;line-height:1;transform:rotate(0);transition:transform .16s ease}.toolbar-caret.expanded{transform:rotate(180deg)}.chat-toolbar-menu{position:relative}.chat-more-button{min-height:42px;border:0;border-radius:999px;padding:0 14px;background:#fffffffa;color:var(--text-primary);font-size:13px;font-weight:700;box-shadow:var(--shadow-md);cursor:pointer;white-space:nowrap}.chat-engine-button{width:84px;padding:0 12px;justify-self:stretch;overflow:hidden;text-overflow:ellipsis;text-align:center}.chat-actions-popover{position:absolute;right:0;bottom:calc(100% + 8px);display:grid;gap:6px;min-width:120px;padding:8px;border-radius:16px;background:#fffffffa;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-actions-item{display:flex;align-items:center;justify-content:space-between;min-height:36px;border:0;border-radius:12px;padding:0 12px;text-align:left;background:var(--surface-soft);color:var(--text-primary);font-size:13px;font-weight:700;cursor:pointer}.chat-actions-item.selected{background:#286eff1a;color:var(--primary)}.chat-actions-item strong{font-size:12px}.chat-actions-item:disabled{opacity:.55;cursor:default}.chat-mode-switch{display:inline-grid;grid-auto-flow:column;gap:3px;padding:3px;min-height:42px;border-radius:999px;background:#fffffffa;box-shadow:var(--shadow-md);align-items:center;min-width:0;justify-self:center}.chat-mode-chip{min-height:32px;border:0;border-radius:999px;padding:0 10px;background:transparent;color:var(--text-secondary);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.chat-mode-chip.active{background:linear-gradient(135deg,var(--primary) 0%,#2d3f5a 100%);color:#fff}.engine-popover{min-width:144px}.new-session-sheet{width:min(100%,460px);max-height:min(84dvh,760px);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:12px;overflow:hidden;border-radius:26px 26px 20px 20px}.new-session-summary{display:flex;flex-wrap:wrap;gap:8px}.new-session-summary span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#286eff14;color:var(--primary);font-size:12px;font-weight:700}.new-session-content{display:grid;gap:12px;min-height:0}.new-session-section{min-height:0;border:1px solid rgba(23,43,77,.08);border-radius:16px;background:#f7f9fd;overflow:hidden}.new-session-section-head{display:flex;align-items:center;min-height:40px;padding:0 12px;background:#ffffffd9;border-bottom:1px solid rgba(23,43,77,.08)}.new-session-section-head h3{margin:0;font-size:13px;font-weight:800;color:var(--text-primary)}.new-session-list{max-height:min(24dvh,220px);overflow-y:auto;padding:8px;display:grid;gap:8px}.new-session-option{display:flex;align-items:center;justify-content:space-between;min-height:38px;border:1px solid rgba(23,43,77,.08);border-radius:12px;padding:0 12px;text-align:left;background:#fff;color:var(--text-primary);font-size:13px;font-weight:700;cursor:pointer}.new-session-option.selected{border-color:#286eff57;background:#286eff1a;color:var(--primary)}.new-session-option strong{font-size:12px}.agent-drawer-popover{position:absolute;left:0;right:0;bottom:calc(100% + 10px);display:grid;gap:12px;max-height:min(48vh,420px);overflow-y:auto;padding:14px;border-radius:20px;background:#fffffffa;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.agent-drawer-body{display:grid;gap:12px}.turn-card,.agent-list-item{margin:0;padding:14px;border-radius:16px;background:var(--surface-soft)}.turn-card-title,.agent-list-title{margin:0;font-size:13px;font-weight:700}.turn-card-copy,.agent-list-copy{margin:6px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.6}.turn-card-meta{margin:8px 0 0;color:var(--text-tertiary);font-size:12px}.agent-list,.composer{display:grid;gap:10px}.plus-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.plus-panel-item{border:0;border-radius:18px;background:var(--surface);padding:14px;text-align:left;box-shadow:var(--shadow-md)}.plus-panel-item strong{display:block;font-size:14px}.plus-panel-item span{display:block;margin-top:6px;color:var(--text-secondary);font-size:12px;line-height:1.5}.composer-panel{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:end}.composer-plus,.composer-button{min-height:40px;border-radius:999px}.composer-plus{width:40px;height:40px;background:var(--surface);box-shadow:var(--shadow-md);font-size:24px}.composer-input{width:100%;min-height:44px;max-height:130px;resize:none;overflow-y:hidden;border:0;border-radius:22px;background:var(--surface);padding:10px 14px;outline:none;box-shadow:var(--shadow-md);line-height:22px;-webkit-overflow-scrolling:touch}.composer-button{border:0;padding:0 18px;background:linear-gradient(135deg,var(--success) 0%,#58c78f 100%);color:#fff;font-weight:700}.detail-screen{overflow-y:auto;padding-bottom:calc(28px + env(safe-area-inset-bottom))}.detail-section{margin:10px 16px 16px;padding:18px;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md)}.detail-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.detail-helper-copy,.detail-inline-copy,.detail-inline-error{margin:6px 0 0;color:var(--text-tertiary);font-size:13px;line-height:1.5}.detail-inline-error{color:var(--danger)}.detail-section-compact{padding:14px 16px}.conversation-hub-agent-list .detail-section-compact{margin:0;padding:0;border-radius:0;background:transparent;box-shadow:none}.detail-section h3{margin:0 0 12px;font-size:16px}.detail-section p{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.7}.detail-subsection{margin-top:14px}.detail-subsection h4{margin:0 0 10px;font-size:14px;color:var(--text-secondary)}.detail-skill-list{display:grid;gap:10px}.detail-skill-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:var(--radius-md);background:var(--surface-soft)}.detail-skill-item strong{display:block;font-size:14px}.detail-skill-item p{margin:4px 0 0;color:var(--text-tertiary);font-size:12px;line-height:1.45}.detail-badge{display:inline-flex;align-items:center;justify-content:center;min-width:50px;height:28px;padding:0 10px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:600}.detail-skill-actions{display:flex;align-items:center;gap:8px}.detail-hero-card{display:grid;gap:16px}.agent-hero{display:flex;align-items:center;justify-content:space-between;gap:14px}.agent-hero-left{display:flex;align-items:center;gap:14px;min-width:0}.agent-hero .detail-avatar{width:56px;height:56px;font-size:22px;flex-shrink:0}.agent-hero .detail-copy h2{margin:0;font-size:17px}.agent-hero .detail-copy p{margin:2px 0 0;font-size:13px;color:var(--text-secondary)}.detail-highlight-card{background:linear-gradient(135deg,#eef5ff,#fff)}.detail-space-hero{background:linear-gradient(180deg,#111c2dfa,#24334af0);color:#fff}.detail-space-hero .detail-kicker,.detail-space-hero .detail-copy p{color:#ffffffb8}.detail-copy{min-width:0}.detail-status,.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700}.detail-status.enabled,.status-badge.positive{background:var(--success-soft);color:var(--success)}.status-badge.warning{background:#d977061a;color:#a16207}.detail-status.disabled{background:var(--surface-soft);color:var(--text-secondary)}.sheet-button.subtle{min-width:auto;min-height:34px;padding:0 14px;background:var(--surface-soft);color:var(--primary)}.sheet-button.mini{min-width:auto;min-height:32px;padding:0 14px;background:var(--primary);color:#fff}.sheet-button.mini.secondary{background:var(--surface-strong);color:var(--text)}.sheet-button.mini.danger{background:var(--danger-soft);color:var(--danger)}.detail-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.detail-stat-grid article{padding:14px;border-radius:16px;background:var(--surface-soft)}.detail-space-hero .detail-stat-grid article{background:#ffffff14}.detail-stat-grid strong{display:block;font-size:24px;letter-spacing:-.03em}.detail-stat-grid span{display:block;margin-top:4px;color:var(--text-secondary);font-size:12px}.detail-space-hero .detail-stat-grid span{color:#ffffffb8}.detail-list,.settings-list{display:grid;gap:10px}.detail-list-item,.detail-list-button,.settings-row{width:100%;display:grid;gap:6px;padding:14px;border-radius:16px;background:var(--surface-soft)}.detail-list-button,.settings-row{border:0;text-align:left}.detail-list-item-action{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.detail-inline-button{border:0;padding:0;background:transparent;text-align:left;display:grid;gap:6px;color:inherit;cursor:pointer}.detail-list-button-active{outline:2px solid rgba(31,111,235,.12);background:#eef5ff}.task-detail-hero,.pipeline-detail-hero{margin-bottom:0}.task-detail-summary-card{display:grid;gap:14px;padding:16px}.task-detail-summary-card .sui-draft-card-header{align-items:flex-start}.task-detail-summary-card .detail-status{margin-left:auto;min-width:42px;min-height:26px;padding:0 10px}.task-detail-fields{padding:0;border-top-color:#e5eaf0e6;border-bottom:0}.detail-list-button strong,.detail-list-item strong,.settings-row strong{font-size:14px}.project-list-button{background:linear-gradient(180deg,#fffffffa,#f4f7faf0);box-shadow:inset 0 0 0 1px #424d5c0d}.detail-list-button span,.detail-list-item span,.settings-row span{color:var(--text-secondary);font-size:13px;line-height:1.6}.detail-list-button em,.detail-list-item em{color:var(--text-tertiary);font-size:12px;font-style:normal}.detail-list-item-inline{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:var(--surface-soft)}.detail-list-item-inline strong{font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-list-item-inline span{color:var(--text-secondary);font-size:13px;text-align:right;flex-shrink:0}.agent-recommended-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.agent-recommended-card{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:18px;border:0;background:linear-gradient(180deg,#fffffffa,#f4f7faf0);box-shadow:inset 0 0 0 1px #424d5c0d;text-align:left;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.agent-recommended-card:active{transform:scale(.97);box-shadow:0 2px 12px #151f2c0f}.agent-recommended-card h4{margin:0;font-size:14px}.agent-recommended-card p{margin:0;color:var(--text-secondary);font-size:12px;line-height:1.45}.agent-recommended-card em{color:var(--text-tertiary);font-size:11px;font-style:normal}.settings-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.settings-row.static{cursor:default}.settings-row>div{min-width:0}.mini-action.danger{background:var(--danger-soft);color:var(--danger)}.switch-pill{width:42px;height:26px;border-radius:999px;background:#d2d8e2;position:relative}.switch-pill:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #00000026}.switch-pill.on{background:#22a06b4d}.switch-pill.on:after{left:19px;background:var(--success)}.discover-hero-button,.profile-hero-button,.discover-button,.directory-shortcut-button,.directory-button,.profile-button,.conversation-item,.topbar-action,.topbar-back,.header-ghost,.composer-plus,.composer-button,.sheet-button,.detail-list-button,.settings-row,.chat-menu-item{cursor:pointer}.profile-hero{margin:16px;padding:22px 18px;display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;border:0;border-radius:28px;background:linear-gradient(135deg,#111c2dfa,#25344aeb);color:#fff;box-shadow:var(--shadow-lg)}.profile-copy h1{margin:0;font-size:24px}.profile-copy p{margin:8px 0 0;color:#ffffffb8;font-size:13px}.profile-chevron{color:#ffffffb8;font-size:18px}.discover-hero-button{min-height:42px;width:fit-content;padding:0 18px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--primary) 0%,#304361 100%);color:#fff;font-weight:700}.detail-list-button:active,.conversation-item:active,.project-conversation-item:active,.directory-item:active,.directory-shortcut:active,.discover-row:active,.profile-row:active,.profile-hero:active,.settings-row:active,.sheet-button:active,.composer-button:active,.composer-plus:active{transform:scale(.992)}.bottom-tabbar{position:absolute;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:0;padding:6px 4px;border-radius:22px;background:#ffffffd1;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow-xl)}.workbench-tabbar{grid-template-columns:repeat(7,minmax(0,1fr))}.workbench-tabbar .bottom-tab{min-height:40px;padding:1px 0;gap:1px}.workbench-tabbar .bottom-tab-icon{width:18px;height:18px}.workbench-tabbar .bottom-tab-icon svg{width:13px;height:13px}.workbench-tabbar .bottom-tab-label{font-size:8px}.bottom-tab{border:0;background:transparent;display:grid;place-items:center;gap:2px;min-height:48px;padding:2px 0;color:var(--text-tertiary)}.bottom-tab.active{color:var(--primary)}.bottom-tab-icon{width:22px;height:22px;display:grid;place-items:center;border-radius:999px}.bottom-tab-icon svg{width:16px;height:16px}.bottom-tab.active .bottom-tab-icon{background:var(--primary-soft)}.bottom-tab-label{font-size:9px}.profile-cover-card{position:relative;overflow:hidden;margin:16px;border-radius:28px;background:linear-gradient(180deg,#eff4f7,#fff);box-shadow:var(--shadow-lg)}.profile-cover-gradient{height:112px;background:radial-gradient(circle at top right,rgba(56,189,248,.35),transparent 28%),radial-gradient(circle at left,rgba(34,160,107,.22),transparent 24%),linear-gradient(135deg,#1d2534,#425169)}.profile-cover-content{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:center;padding:0 18px 18px;margin-top:-28px}.profile-edit-button{min-height:38px}.profile-info-row{grid-template-columns:minmax(0,1fr);padding:16px 16px 14px}.profile-info-row>div{display:grid;gap:8px}.profile-info-row strong{font-size:13px;color:var(--text-tertiary);font-weight:600}.profile-info-row span{font-size:14px;line-height:1.7;color:var(--text);word-break:break-word}.profile-logout-button{width:100%;min-height:48px;border:0;border-radius:16px;background:#c53b371f;color:#c53b37;font:inherit;font-weight:700}.profile-logout-button:active{transform:scale(.992)}.profile-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.profile-photo-tile,.profile-photo-add{min-height:108px;border:0;border-radius:18px;display:grid;place-items:center;background:linear-gradient(160deg,#eef3f8,#dde5ee);color:var(--text-secondary)}.profile-photo-tile span{font-size:28px;color:var(--primary)}.profile-photo-add{background:var(--surface-soft);font-weight:600}@media (min-width: 431px){.app-shell{padding:24px 0}.phone-shell{height:calc(100vh - 48px);max-height:940px;border-radius:36px;box-shadow:0 40px 90px #0f172a29}}@media (max-width: 430px){.new-session-sheet{width:100%;max-height:calc(100dvh - 26px);padding:18px 14px calc(12px + env(safe-area-inset-bottom));border-radius:24px 24px 18px 18px}.new-session-list{max-height:min(23dvh,200px)}}.session-detail-header-center{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.session-detail-title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:700;margin:0}.session-detail-subtitle{font-size:11px;color:var(--text-tertiary);display:flex;align-items:center;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.session-detail-header-id{font-size:10px;color:var(--text-tertiary);font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.session-detail-empty{text-align:center;padding:48px 16px;color:var(--text-tertiary);font-size:14px}.session-detail-messages{padding:16px 14px calc(24px + env(safe-area-inset-bottom))}.session-detail-composer{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#f7f9fbf5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.session-detail-input{flex:1;min-width:0;height:40px;padding:0 14px;border:1px solid var(--border);border-radius:20px;background:var(--surface);color:var(--text);font-size:14px;outline:none}.session-detail-input:focus{border-color:var(--primary)}.session-detail-input:disabled{opacity:.5}.session-detail-send{flex-shrink:0;height:40px;padding:0 18px;border:0;border-radius:20px;background:var(--primary);color:#fff;font-size:14px;font-weight:600;cursor:pointer}.session-detail-send:disabled{opacity:.4;cursor:default}.wechat-composer{flex-shrink:0;background:var(--screen);border-top:1px solid var(--line)}.wechat-media-preview{display:flex;gap:6px;padding:8px 12px 0;overflow-x:auto}.wechat-media-thumb{position:relative;width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0}.wechat-media-thumb img,.wechat-media-thumb video{width:100%;height:100%;object-fit:cover}.wechat-media-remove{position:absolute;top:-2px;right:-2px;width:18px;height:18px;border:0;border-radius:999px;background:#0009;color:#fff;font-size:12px;display:grid;place-items:center;cursor:pointer;padding:0}.wechat-composer-bar{display:flex;align-items:flex-end;gap:6px;padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.wechat-composer-input{flex:1;border:1px solid var(--line);border-radius:20px;padding:8px 14px;background:var(--surface);color:var(--text);font-size:15px;line-height:1.4;outline:none;resize:none;max-height:100px;font-family:inherit;overflow-y:auto;scrollbar-width:none}.wechat-composer-input::-webkit-scrollbar{display:none}.wechat-composer-input:focus{border-color:var(--primary)}.wechat-plus-btn{width:36px;height:36px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text-secondary);cursor:pointer;display:grid;place-items:center;flex-shrink:0;padding:0;transition:transform .2s}.wechat-plus-btn.active{background:var(--surface-strong);transform:rotate(45deg)}.wechat-panel{border-top:1px solid var(--line);background:var(--surface);padding:16px}.wechat-panel-row{display:flex;gap:20px}.wechat-panel-item{display:grid;place-items:center;gap:6px;border:0;background:transparent;color:var(--text);cursor:pointer;padding:8px}.wechat-panel-icon{width:52px;height:52px;border-radius:14px;background:var(--surface-soft);display:grid;place-items:center;color:var(--text-secondary)}.wechat-panel-label{font-size:12px;color:var(--text-secondary)}.wechat-file-input{display:none}.project-agent-select{display:grid}.project-agent-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 16px;border:1.5px solid var(--line);border-radius:18px;background:var(--surface);cursor:pointer;transition:all .2s ease;font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}.project-agent-toggle:active{transform:scale(.98)}.project-agent-toggle-left{display:grid;gap:4px;text-align:left}.project-agent-toggle-summary{font-size:13px;color:var(--text-secondary)}.project-agent-toggle-arrow{font-size:14px;color:var(--text-tertiary);transition:transform .2s ease;flex-shrink:0}.project-agent-toggle.open .project-agent-toggle-arrow{transform:rotate(180deg)}.project-agent-list{display:grid;gap:6px;max-height:240px;overflow-y:auto;margin-top:8px;padding-right:2px}.project-agent-card{display:flex;align-items:center;gap:12px;padding:10px 14px;border:1.5px solid var(--line);border-radius:16px;background:var(--surface);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;min-width:0}.project-agent-card:active{transform:scale(.97)}.project-agent-card.selected{border-color:var(--primary);background:linear-gradient(135deg,#111c2d08,#38bdf80a)}.project-agent-card-avatar{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:14px;font-weight:700;background:var(--surface-soft);color:var(--text-secondary);flex-shrink:0;transition:all .2s ease}.project-agent-card.selected .project-agent-card-avatar{background:var(--primary);color:#fff;box-shadow:0 3px 10px #111c2d2e}.project-agent-card-body{flex:1;min-width:0;overflow:hidden}.project-agent-card-name{font-size:14px;font-weight:600;color:var(--text);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-agent-card-desc{font-size:12px;color:var(--text-tertiary);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-agent-card-check{width:20px;height:20px;border-radius:999px;display:grid;place-items:center;flex-shrink:0;font-size:10px;font-weight:700;opacity:0;transform:scale(.6);transition:all .2s ease;background:var(--surface-soft);color:transparent}.project-agent-card.selected .project-agent-card-check{opacity:1;transform:scale(1);background:var(--primary);color:#fff}
