/* Workspace depth: a quiet reading canvas, category accents, and clear task hierarchy. */
body.unified-workspace { --depth-ink:#16334c;--depth-muted:#677c91;--depth-line:#dbe5ee;--depth-blue:#306ccc;--depth-violet:#7962cb;--depth-paper:#fff; }
body.unified-workspace .uw-home { max-width:1440px;padding:28px 34px 64px; }
body.unified-workspace .uw-welcome { padding:28px 32px;border-radius:16px;background:radial-gradient(ellipse at 100% 10%,#345c91 0,transparent 48%),radial-gradient(ellipse at 72% 120%,#504470,transparent 55%),#102b44;box-shadow:0 14px 34px #183b641c; }
body.unified-workspace .uw-welcome h1 { font-size:30px;line-height:1.4;font-weight:650;margin:12px 0 8px;max-width:800px; }
body.unified-workspace .uw-welcome>p { margin:0 0 22px;font-size:13px; }
body.unified-workspace .uw-welcome .uw-orbit { opacity:.7;transform:scale(.8);transform-origin:top right; }
body.unified-workspace #uwTask { max-width:940px;margin-top:0; }
body.unified-workspace .uw-prompts { gap:8px;margin-top:14px; }
body.unified-workspace .uw-prompts button { font-size:12px;padding:7px 12px;border-color:#ffffff26;background:#ffffff09;border-radius:6px; }
.uw-quick-tools { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0 26px; }
.uw-quick-tools>a { display:flex;align-items:center;gap:12px;border:1px solid var(--depth-line);border-radius:10px;background:#fff;padding:16px;color:var(--depth-ink);text-decoration:none;transition:border-color .18s,box-shadow .18s;min-width:0; }
.uw-quick-tools>a:hover { border-color:#9db7db;box-shadow:0 5px 16px #284c7010; }
.uw-quick-tools>a>span:first-child { width:34px;height:34px;display:grid;place-items:center;color:#4d75ad;background:#edf3fb;border-radius:8px;flex-shrink:0; }
.uw-quick-tools a>span:last-child { margin-left:auto;color:#7e90a3; }
.uw-quick-tools b { font-size:13px; }.uw-quick-tools small { display:block;color:var(--depth-muted);font-size:11px;margin-top:5px;line-height:1.5; }
.uw-recent-title { display:flex;align-items:center;gap:12px;margin:26px 0 12px; }.uw-recent-title h2 { font-size:16px;margin:0; }.uw-recent-title>span { color:#8192a3;font-size:11px; }
body.unified-workspace .uw-recent { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px; }
body.unified-workspace .uw-recent button { width:100%;min-width:0;font-size:12px;padding:10px;border-radius:8px;display:flex;align-items:center;gap:8px; }
body.unified-workspace .uw-recent img { width:32px;height:32px; }.uw-recent button span { margin-left:auto;font-size:11px; }
body.unified-workspace .uw-directory-head { margin-top:30px;gap:16px; }.uw-section-kicker { color:#77899b;font-size:11px;letter-spacing:1px; }.uw-directory-head h2 { font-size:21px;margin:6px 0 0; }
body.unified-workspace .uw-directory-head input { width:270px;border-radius:8px;padding:12px 14px;font-size:12px; }
body.unified-workspace .uw-filters { margin-top:20px;gap:6px;border-bottom:1px solid #dce5ef;padding-bottom:12px; }
body.unified-workspace .uw-filters button { border:0;background:transparent;border-radius:6px;color:#697c8e;padding:9px 14px;font-size:12px; }
body.unified-workspace .uw-filters button.active { color:#245eac;background:#e6effb;font-weight:650; }
body.unified-workspace .uw-cards { gap:20px;margin-top:22px; }
body.unified-workspace .uw-card { position:relative;border:1px solid #d7e1ec;border-radius:13px;box-shadow:0 3px 8px #29496307,0 12px 25px #284e7106;background:#fff; }
body.unified-workspace .uw-card:hover { transform:translateY(-3px);border-color:var(--agent-accent);box-shadow:0 12px 28px #29496314; }
body.unified-workspace .uw-open { padding:0 22px 14px; }.unified-workspace .uw-open .uw-agent-stage { height:112px;margin:0 -22px 20px;padding:18px 22px;background:linear-gradient(120deg,#eef4fb,#f7f9fc);border-bottom:1px solid #e5ebf2; }
body.unified-workspace .uw-card .uw-agent-stage { background:radial-gradient(ellipse at 13% 100%,color-mix(in srgb,var(--agent-accent) 24%,white),transparent 68%),#f6f8fc; }
body.unified-workspace .uw-agent-stage:after { border-color:color-mix(in srgb,var(--agent-accent) 15%,transparent);width:106px;height:106px;top:-1px;left:3px; }
body.unified-workspace .uw-open .uw-agent-stage img { width:72px;height:72px;filter:drop-shadow(0 9px 9px #34516d28); }
body.unified-workspace .uw-agent-category { top:auto;bottom:19px;right:20px;background:transparent;border:0;padding:0;color:var(--agent-accent);font-size:11px; }
body.unified-workspace .uw-open h3 { font-size:18px;font-weight:650;margin:0 0 8px; }.unified-workspace .uw-open>p { font-size:12px;line-height:1.8;min-height:44px;margin:0 0 16px; }
.uw-deliverables { list-style:none;padding:0;margin:0;display:flex;gap:5px;flex-wrap:wrap;min-height:25px; }
.uw-deliverables li { color:#5c7388;background:#f1f5fa;padding:4px 6px;font-size:10px;border-radius:4px;line-height:1.5; }
body.unified-workspace .uw-open>.uw-card-cta { display:flex;justify-content:space-between;font-size:12px;color:var(--agent-accent);margin-top:18px;padding-top:13px; }
body.unified-workspace .uw-card details { padding:0 22px 16px;font-size:11px; }.uw-card details p { margin:10px 0 0;background:#f5f8fc;padding:10px;border-radius:6px;color:#536d83; }
.uw-favorite { position:absolute;top:12px;right:12px;z-index:2;width:32px;height:32px;border:1px solid #d6e0ea;background:#ffffffd9;border-radius:7px;color:#66829b;font-size:19px;cursor:pointer; }
.uw-favorite[aria-pressed=true] { color:#ac7c22;background:#fff7e7;border-color:#e3d0a1; }
.uw-favorite:focus-visible,.uw-open:focus-visible { outline:2px solid #3169c8;outline-offset:-3px; }.uw-empty { grid-column:1/-1;text-align:center;background:#fff;border:1px dashed #becfe1;border-radius:12px;padding:45px 24px;color:#637c92; }.uw-empty h3 { color:#24445f; }.uw-empty p { font-size:13px; }.uw-empty button { border:1px solid #b9cde5;background:#eff5fd;color:#265c9c;padding:10px 14px;border-radius:7px;cursor:pointer; }
body.unified-workspace .agent-intro { max-width:900px; }.unified-workspace .agent-intro .greeting { padding:20px 22px;border-radius:12px;background:linear-gradient(115deg,#fff,#f6f9fd);border:1px solid #dce5ef;box-shadow:none;margin:0 0 16px; }
.intro-label { font-size:11px;color:#7288a0;letter-spacing:.5px; }.intro-summary>p { font-size:15px;line-height:1.7;color:#27465f;margin:7px 0 12px; }.intro-deliverables { display:flex;gap:14px;flex-wrap:wrap; }.intro-deliverables span { font-size:11px;color:#55728e; }.intro-deliverables span:before { content:'✓';color:#369486;margin-right:5px; }.intro-guide { margin:16px 0 14px;border-top:1px solid #e4ebf3;padding-top:12px; }.intro-guide summary { color:#4b6a87;font-size:12px;cursor:pointer; }.intro-guide p { color:#647c92;font-size:12px;line-height:1.8; }
body.unified-workspace .greeting .suggest { gap:7px;margin-top:12px; }.unified-workspace .greeting .suggest button { border-radius:6px;font-size:11px;text-align:left;line-height:1.6;padding:7px 10px;background:#fff; }.intro-example-note { display:block;color:#8394a5;font-size:10px;margin-top:9px; }
body.unified-workspace .greeting.pinned .intro-guide,body.unified-workspace .greeting.pinned .suggest,body.unified-workspace .greeting.pinned .intro-example-note { display:none; }
/* Help has a persistent local index and readable answer blocks, not a second dashboard. */
body.unified-workspace .help-center { width:100%;max-width:1270px;padding:28px 34px 60px;margin:auto;color:#23425d; }
body.unified-workspace .help-center .help-hero { display:flex;justify-content:space-between;align-items:flex-start;padding:30px 34px;background:radial-gradient(ellipse at 100% 0,#48669a,transparent 70%),#14334f;border:1px solid #385b7e;border-radius:14px;margin:0 0 24px;box-shadow:0 12px 30px #1e3f6012; }
.help-center .help-eyebrow { color:#a6d4df;font-size:11px;letter-spacing:1px; }.help-center .help-hero h1 { font-size:28px;color:white;margin:10px 0; }.help-center .help-hero p { color:#bfd0e2;font-size:13px;margin-bottom:20px; }.help-center #helpPrint { color:#e6eef8;background:#ffffff12;border:1px solid #ffffff32;border-radius:7px;padding:9px 12px;white-space:nowrap;font-size:12px;cursor:pointer; }
.help-search-label { display:flex;align-items:center;gap:10px;background:white;border-radius:8px;padding:0 14px;max-width:570px;width:100%;box-sizing:border-box; }.help-search-label>span { color:#7991a7; }.help-center #helpSearch { border:0;background:transparent;min-width:0;width:100%;padding:14px 0;font-size:13px;outline-offset:2px; }
.help-layout { display:grid;grid-template-columns:174px minmax(0,1fr);gap:24px;align-items:start; }.help-center .help-toc { position:sticky;top:16px;display:flex;flex-direction:column;border:0;background:transparent;padding:0;margin:0;gap:4px;box-shadow:none; }.help-center .help-toc a { background:transparent;border:0;border-radius:6px;padding:11px 12px;font-size:12px;color:#6a7f93;text-decoration:none; }.help-center .help-toc a:hover,.help-center .help-toc a.active { color:#265fa6;background:#e6eff9; }
.help-center .help-sec { margin:0 0 20px;padding:24px 28px;border:1px solid #dce5ef;border-radius:12px;background:#fff;scroll-margin-top:16px;box-shadow:0 4px 14px #24476404; }.help-sec>header>span { color:#7a8fa3;font-size:11px; }.help-center .help-sec h2 { font-size:19px;margin:8px 0 20px;color:#203d57; }.help-answer { border-top:1px solid #e6edf4; }.help-answer summary { cursor:pointer;padding:15px 0;line-height:1.65;font-size:13px;color:#305472; }.help-answer[open] summary { color:#2262ac;font-weight:600; }.help-center .help-answer p { font-size:13px;line-height:1.9;padding:0 0 15px;margin:0;color:#657c91; }.help-action { display:inline-block;margin-top:18px;color:#2867b8;font-size:12px;font-weight:600;text-decoration:none; }.help-search-status { font-size:12px;color:#6c8194;margin-bottom:12px; }.help-search-status:empty { display:none; }.help-center [hidden] { display:none!important; }.help-center #helpEmpty { padding:40px;background:#fff;border:1px dashed #c3d2e0;border-radius:10px; }.help-center #helpReset { padding:10px 14px;background:#edf4fd;color:#2b619f;border:1px solid #c6d7e8;border-radius:7px;cursor:pointer; }
/* Material tools: visually related tabs, compact utility controls, calm image canvas. */
body.unified-workspace #posterTabs { margin:16px 22px 10px;padding:0;background:transparent;border-bottom:1px solid #d2dfed;border-radius:0;gap:8px; }
body.unified-workspace #posterTabs .ai-tab { flex:0 1 auto;border-radius:7px 7px 0 0;padding:12px 22px;font-size:14px;background:transparent;border:0;color:#72869a;box-shadow:none; }
body.unified-workspace #posterTabs .ai-tab.active { color:#245fa7;background:#e9f1fb;box-shadow:inset 0 -2px #3776cc; }
body.unified-workspace .pcard { border-radius:11px;box-shadow:0 5px 15px #203e5b09; }.unified-workspace .pcard .pc-body { padding:12px 14px; }.unified-workspace .pcard .pc-title { font-size:14px;line-height:1.55; }.unified-workspace .hint-banner { background:#f0f5fa;border:1px solid #dce6ef;border-radius:8px; }
body.unified-workspace .wb { padding:28px 32px;max-width:1260px;margin:auto; }.unified-workspace .wb-sec-titles h2 { font-size:23px;line-height:1.4; }.unified-workspace .wb-sec-sub { font-size:13px;line-height:1.75;color:#6b8095; }.wb-execution-metrics { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%; }.wb-execution-metrics>div { padding:22px;background:#f3f7fc;border:1px solid #e0e8f1;border-radius:10px; }.wb-execution-metrics span { font-size:12px;color:#657e95; }.wb-execution-metrics strong { display:block;font-size:30px;font-weight:600;color:#2c5273;margin:10px 0;font-variant-numeric:tabular-nums; }.wb-execution-metrics small { color:#8b9caf;font-size:11px; }.wb-mission-item:focus-visible { outline:2px solid #3476ce;outline-offset:2px; }
@media(min-width:1600px) { body.unified-workspace .uw-cards { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media(max-width:1100px) { .uw-quick-tools { grid-template-columns:1fr;gap:8px; }.uw-quick-tools>a { padding:12px 16px; }.uw-quick-tools small { display:inline;margin-left:8px; }.unified-workspace .uw-recent { grid-template-columns:repeat(2,minmax(0,1fr))!important; }.help-layout { grid-template-columns:145px minmax(0,1fr);gap:14px; } }
@media(max-width:700px) { body.unified-workspace .uw-home,body.unified-workspace .help-center,body.unified-workspace .wb { padding:16px 14px 36px; }.unified-workspace .uw-welcome { padding:23px 18px!important; }.unified-workspace .uw-welcome h1 { font-size:24px!important; }.unified-workspace .uw-welcome>p { max-width:90%;line-height:1.7; }.uw-quick-tools small { display:block;margin-left:0; }.unified-workspace .uw-directory-head { align-items:flex-start;flex-direction:column; }.unified-workspace .uw-directory-head input { width:100%!important; }.unified-workspace .uw-filters { gap:1px; }.unified-workspace .uw-filters button { padding:8px;font-size:11px; }.unified-workspace .uw-recent { grid-template-columns:1fr!important; }.help-layout { display:block; }.help-center .help-toc { position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px;gap:4px; }.help-center .help-toc a { padding:9px 5px;text-align:center;background:#ecf2f9;font-size:11px; }.help-center .help-hero { padding:23px 18px!important;gap:12px;flex-wrap:wrap; }.help-center .help-hero h1 { font-size:24px; }.help-center .help-sec { padding:20px 18px; }.help-center .help-sec h2 { font-size:18px; }.unified-workspace .agent-intro .greeting { padding:16px; }.intro-summary>p { font-size:14px; }.wb-execution-metrics { gap:7px; }.wb-execution-metrics>div { padding:12px 9px; }.wb-execution-metrics span { font-size:10px; }.wb-execution-metrics strong { font-size:24px; }.unified-workspace #posterTabs { margin:12px; }.unified-workspace #posterTabs .ai-tab { flex:1;padding:10px 6px;font-size:12px; } }
@media(prefers-reduced-motion:reduce) { .uw-quick-tools>a,body.unified-workspace .uw-card { transition:none; } }
@media print { body.unified-workspace .uw-header,body.unified-workspace #agentRail,body.unified-workspace #rightPanel,.help-center .help-toc,.help-search-label,#helpPrint,.help-action,#helpEmpty { display:none!important; } body.unified-workspace,body.unified-workspace #agentShell,body.unified-workspace #viewRoot { display:block!important;height:auto!important;overflow:visible!important; } body.unified-workspace .help-center { padding:0; }.help-layout { display:block; }.help-center .help-hero { background:white!important;border:0;box-shadow:none; }.help-center .help-hero h1 { color:#16334c; }.help-center .help-sec { break-inside:avoid; }.help-center .help-sec[hidden],.help-center .help-answer[hidden] { display:block!important; } }

.help-center .help-hero>div { flex:1;min-width:0; }.help-center .help-search-label { width:min(570px,100%); }.help-center .help-hero { gap:24px; }
body.unified-workspace .wb-mission-item.done .wb-mission-check { color:#277f6e;background:#e8f5ef;border-color:#98cab6; }

/* Persistent conversation companion: desktop columns, compact-screen drawer. */
body.unified-workspace[data-workspace-view="agent"] #rightPanel .rp-agent-hero,
body.unified-workspace[data-workspace-view="agent"] #rightPanel .rp-newchat { display:none!important; }
body.unified-workspace[data-workspace-view="agent"] #rightPanel .rp-inner { display:flex;flex-direction:column;gap:16px;padding:22px 18px; }
body.unified-workspace[data-workspace-view="agent"] #rightPanel .rp-block { margin:0;padding:0 0 18px;border-bottom:1px solid #dfe7f1; }
body.unified-workspace[data-workspace-view="agent"] #rightPanel .rp-agent-header { display:block; }
body.unified-workspace[data-workspace-view="agent"] #rightPanel .rp-brand { font-size:16px;line-height:1.6; }
body.unified-workspace[data-workspace-view="agent"] #rightPanel .rp-agent-intro { font-size:13px;line-height:1.8;display:block;overflow:visible;white-space:normal; }
body.unified-workspace[data-workspace-view="agent"] #rightPanel .rp-agent-actions { order:-1; }
body.unified-workspace[data-workspace-view="agent"] #rightPanel .rp-action-btn { border-radius:8px; }
body.unified-workspace[data-workspace-view="agent"] #rightPanel .rp-hint-item { font-size:13px;line-height:1.7; }
@media(min-width:1200px) {
 body.unified-workspace[data-workspace-view="agent"] #uwDetails { display:none!important; }
 body.unified-workspace.member-shell[data-workspace-view="agent"] #agentShell { display:flex!important;flex-flow:row nowrap!important;overflow:hidden!important; }
 body.unified-workspace.member-shell[data-workspace-view="agent"] #rightPanel {
  display:block!important;position:relative!important;inset:auto!important;
  flex:0 0 288px;width:288px!important;min-width:288px!important;
  height:100%!important;max-height:100%!important;margin:0!important;
  border:0;border-left:1px solid #dce5ef;border-radius:0!important;
  background:linear-gradient(160deg,#fafcff,#f1f5fc);box-shadow:none!important;
  overflow-y:auto;overscroll-behavior:contain;z-index:auto!important;
 }
 body.unified-workspace.member-shell[data-workspace-view="agent"] #viewRoot { flex:1 1 0!important;min-width:0!important;width:0!important; }
}
@media print { body.unified-workspace.member-shell[data-workspace-view="agent"] #rightPanel { display:none!important; } }

/* Explain the task with a small process illustration, not a promotional banner. */
.intro-flow { display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:13px 16px;margin:0 0 18px;border:1px solid #dce5f5;border-radius:10px;background:linear-gradient(110deg,#f2f7ff,#f5f2ff 65%,#effaf8);font-size:12px;color:#516c83; }
.intro-flow span { padding:5px 0; }.intro-flow i { color:#8399b5;font-style:normal; }
.intro-flow .intro-flow-agent { color:#355cba;font-weight:600; }
.intro-usecases { margin-top:16px; }.intro-usecases p { margin:6px 0 12px;color:#42627c;font-size:13px;line-height:1.8; }
.greeting.pinned .intro-flow,.greeting.pinned .intro-usecases { display:none; }
#rpHints>li { list-style:none;margin:0 0 8px;padding:0; }
#rpHints button.rp-hint-item { display:flex;gap:8px;width:100%;padding:12px;border:1px solid #dce6f1;border-radius:8px;background:#ffffffcc;color:#36516b;text-align:left;cursor:pointer;font-family:inherit; }
#rpHints button.rp-hint-item:hover { background:#eef4ff;border-color:#b2c8ee; }
.rp-hints-note { font-size:11px;line-height:1.7;color:#73849a; }
#rpRefreshHints:disabled { opacity:.6;cursor:wait; }
@media(max-width:700px){.intro-flow{gap:8px;padding:10px;font-size:11px}.intro-usecases p{font-size:12px}}
