2026-05-27 09:17:57 +08:00
|
|
|
.workbench {
|
2026-05-28 09:30:34 +08:00
|
|
|
--hero-padding-top: 26px;
|
2026-05-28 16:24:59 +08:00
|
|
|
--hero-padding-bottom: 26px;
|
2026-05-28 09:30:34 +08:00
|
|
|
--hero-title-size: 30px;
|
|
|
|
|
--hero-copy-gap: 6px;
|
2026-05-28 12:09:49 +08:00
|
|
|
--hero-title-bottom-gap: 18px;
|
2026-05-28 09:30:34 +08:00
|
|
|
--composer-min-height: 122px;
|
|
|
|
|
--composer-textarea-height: 54px;
|
|
|
|
|
--composer-padding-block: 12px;
|
|
|
|
|
--quick-prompts-gap-top: 10px;
|
|
|
|
|
--capability-row-height: 104px;
|
|
|
|
|
--workbench-ink: var(--ink, #1e293b);
|
|
|
|
|
--workbench-text: var(--text, #334155);
|
|
|
|
|
--workbench-muted: var(--muted, #64748b);
|
|
|
|
|
--workbench-line: var(--line, #e2e8f0);
|
|
|
|
|
--workbench-line-strong: var(--line-strong, #cbd5e1);
|
|
|
|
|
--workbench-line-soft: color-mix(in srgb, var(--line, #e2e8f0) 58%, #fff);
|
|
|
|
|
--workbench-surface: var(--surface, #fff);
|
|
|
|
|
--workbench-surface-soft: var(--surface-soft, #f9fbff);
|
|
|
|
|
--workbench-primary: var(--theme-primary, #3a7ca5);
|
|
|
|
|
--workbench-primary-active: var(--theme-primary-active, #255b7d);
|
|
|
|
|
--workbench-primary-soft: var(--theme-primary-soft, #eaf4fa);
|
|
|
|
|
--workbench-secondary: var(--theme-secondary, #4f6f9f);
|
|
|
|
|
--workbench-chart-blue: var(--chart-blue, #4f6f9f);
|
|
|
|
|
--workbench-chart-purple: var(--chart-purple, #6e7fa6);
|
|
|
|
|
--workbench-chart-amber: var(--chart-amber, #b58b4c);
|
|
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2026-05-27 09:17:57 +08:00
|
|
|
min-width: 0;
|
|
|
|
|
display: grid;
|
2026-05-28 09:30:34 +08:00
|
|
|
grid-template-rows: auto var(--capability-row-height) minmax(0, 1fr);
|
|
|
|
|
gap: 10px;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
color: var(--workbench-ink);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.workbench :where(button, textarea) {
|
|
|
|
|
font: inherit;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.workbench,
|
|
|
|
|
.workbench * {
|
|
|
|
|
box-sizing: border-box;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.workbench :where(button) {
|
|
|
|
|
border: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
cursor: pointer;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.workbench :where(button:disabled) { cursor: not-allowed; opacity: 0.7; }
|
2026-05-27 09:17:57 +08:00
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.assistant-hero {
|
2026-06-02 14:01:51 +08:00
|
|
|
--assistant-bg-position: center right;
|
|
|
|
|
--assistant-bg-size: cover;
|
|
|
|
|
--assistant-readability-mask:
|
|
|
|
|
linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.86) 42%, rgba(255, 255, 255, 0.44) 68%, rgba(255, 255, 255, 0.18) 100%);
|
|
|
|
|
--assistant-theme-tint:
|
|
|
|
|
linear-gradient(135deg, rgba(var(--theme-primary-rgb, 58, 124, 165), 0.2) 0%, rgba(var(--theme-primary-rgb, 58, 124, 165), 0.07) 52%, rgba(var(--theme-primary-rgb, 58, 124, 165), 0.16) 100%);
|
2026-05-27 09:17:57 +08:00
|
|
|
position: relative;
|
2026-05-28 09:30:34 +08:00
|
|
|
z-index: 2;
|
|
|
|
|
min-height: 0;
|
2026-06-02 14:01:51 +08:00
|
|
|
overflow: hidden;
|
2026-05-28 09:30:34 +08:00
|
|
|
padding: var(--hero-padding-top) 20px var(--hero-padding-bottom) 52px;
|
|
|
|
|
border: 1px solid color-mix(in srgb, var(--workbench-primary) 14%, var(--workbench-line));
|
2026-05-28 12:09:49 +08:00
|
|
|
border-radius: 4px;
|
2026-05-28 09:30:34 +08:00
|
|
|
background:
|
2026-06-02 14:01:51 +08:00
|
|
|
var(--assistant-readability-mask),
|
|
|
|
|
var(--assistant-theme-tint),
|
|
|
|
|
var(--assistant-bg-image) var(--assistant-bg-position) / var(--assistant-bg-size) no-repeat;
|
|
|
|
|
background-color: color-mix(in srgb, var(--workbench-primary-soft) 42%, #ffffff);
|
|
|
|
|
background-blend-mode: normal, color, luminosity;
|
2026-05-28 16:24:59 +08:00
|
|
|
backdrop-filter: blur(12px);
|
|
|
|
|
-webkit-backdrop-filter: blur(12px);
|
|
|
|
|
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.6);
|
2026-05-28 09:30:34 +08:00
|
|
|
isolation: isolate;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.assistant-hero::after {
|
2026-06-02 14:01:51 +08:00
|
|
|
content: none;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.assistant-hero::before {
|
2026-05-27 09:17:57 +08:00
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
2026-05-28 09:30:34 +08:00
|
|
|
inset: 0;
|
|
|
|
|
border-radius: inherit;
|
|
|
|
|
background:
|
2026-06-02 14:01:51 +08:00
|
|
|
linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.08) 42%, transparent 60%),
|
|
|
|
|
linear-gradient(135deg, rgba(var(--theme-primary-rgb, 58, 124, 165), 0.08), transparent 56%);
|
2026-05-27 09:17:57 +08:00
|
|
|
pointer-events: none;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assistant-copy {
|
|
|
|
|
position: relative;
|
2026-05-28 09:30:34 +08:00
|
|
|
z-index: 3;
|
|
|
|
|
width: min(1120px, 94%);
|
2026-05-27 09:17:57 +08:00
|
|
|
display: grid;
|
2026-05-28 09:30:34 +08:00
|
|
|
gap: var(--hero-copy-gap);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.assistant-copy h1 {
|
2026-05-28 12:09:49 +08:00
|
|
|
margin: 0 0 var(--hero-title-bottom-gap);
|
2026-05-28 09:30:34 +08:00
|
|
|
color: var(--workbench-ink);
|
|
|
|
|
font-size: var(--hero-title-size);
|
|
|
|
|
line-height: 1.18;
|
|
|
|
|
font-weight: 850;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assistant-copy h1 span {
|
|
|
|
|
color: var(--workbench-primary-active);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assistant-copy p {
|
2026-05-28 09:30:34 +08:00
|
|
|
max-width: 680px;
|
|
|
|
|
margin: 0 0 2px;
|
|
|
|
|
color: var(--workbench-muted);
|
|
|
|
|
font-size: 15px;
|
2026-05-27 09:17:57 +08:00
|
|
|
line-height: 1.6;
|
2026-05-28 09:30:34 +08:00
|
|
|
font-weight: 600;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.assistant-file-input { display: none; }
|
2026-05-27 09:17:57 +08:00
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.assistant-composer {
|
2026-05-30 15:46:51 +08:00
|
|
|
position: relative;
|
|
|
|
|
z-index: 5;
|
2026-05-28 09:30:34 +08:00
|
|
|
display: grid;
|
|
|
|
|
gap: 6px;
|
|
|
|
|
min-height: var(--composer-min-height);
|
|
|
|
|
padding: var(--composer-padding-block) 18px 10px;
|
|
|
|
|
border: 1px solid rgba(var(--theme-primary-rgb, 58, 124, 165), 0.28);
|
2026-05-28 12:09:49 +08:00
|
|
|
border-radius: 4px;
|
2026-05-28 09:30:34 +08:00
|
|
|
background: rgba(255, 255, 255, 0.96);
|
2026-05-28 12:09:49 +08:00
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
|
2026-05-28 09:30:34 +08:00
|
|
|
backdrop-filter: blur(4px);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.assistant-composer textarea {
|
|
|
|
|
width: 100%;
|
2026-05-27 09:17:57 +08:00
|
|
|
min-width: 0;
|
2026-05-28 09:30:34 +08:00
|
|
|
height: var(--composer-textarea-height);
|
|
|
|
|
min-height: var(--composer-textarea-height);
|
|
|
|
|
max-height: var(--composer-textarea-height);
|
2026-05-27 09:17:57 +08:00
|
|
|
resize: none;
|
|
|
|
|
border: 0;
|
2026-05-28 09:30:34 +08:00
|
|
|
padding: 0;
|
2026-05-27 09:17:57 +08:00
|
|
|
background: transparent;
|
2026-05-28 09:30:34 +08:00
|
|
|
color: var(--workbench-ink);
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 1.55;
|
2026-05-27 09:17:57 +08:00
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.assistant-composer textarea::placeholder {
|
|
|
|
|
color: color-mix(in srgb, var(--workbench-muted) 70%, #ffffff);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.assistant-composer textarea:focus { outline: none; }
|
2026-05-27 09:17:57 +08:00
|
|
|
|
2026-05-30 15:46:51 +08:00
|
|
|
.assistant-composer textarea[readonly] {
|
|
|
|
|
color: color-mix(in srgb, var(--workbench-ink) 72%, #ffffff);
|
|
|
|
|
cursor: progress;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assistant-intent-status {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: fit-content;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
min-height: 28px;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
border: 1px solid rgba(var(--theme-primary-rgb, 58, 124, 165), 0.22);
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
background: rgba(var(--theme-primary-rgb, 58, 124, 165), 0.08);
|
|
|
|
|
color: var(--workbench-primary-active);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 750;
|
|
|
|
|
line-height: 1.35;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assistant-intent-status i {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.composer-toolbar {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 12px;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.composer-icon-button,
|
|
|
|
|
.composer-send-button {
|
2026-05-27 09:17:57 +08:00
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2026-05-28 09:30:34 +08:00
|
|
|
height: 36px;
|
2026-05-28 12:09:49 +08:00
|
|
|
border-radius: 4px;
|
2026-05-27 09:17:57 +08:00
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.composer-icon-button {
|
|
|
|
|
width: 36px;
|
|
|
|
|
border: 1px solid var(--workbench-line);
|
|
|
|
|
background: var(--workbench-surface);
|
|
|
|
|
color: var(--workbench-text);
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.composer-count {
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
color: color-mix(in srgb, var(--workbench-muted) 75%, #ffffff);
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 650;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.composer-send-button {
|
|
|
|
|
width: 56px;
|
2026-05-28 12:09:49 +08:00
|
|
|
background: var(--workbench-primary-active);
|
2026-05-28 09:30:34 +08:00
|
|
|
color: #fff;
|
|
|
|
|
font-size: 18px;
|
2026-05-28 12:09:49 +08:00
|
|
|
box-shadow: 0 6px 14px rgba(var(--theme-primary-rgb, 58, 124, 165), 0.16);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assistant-file-strip {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assistant-file-note,
|
|
|
|
|
.assistant-file-chip {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
2026-05-28 09:30:34 +08:00
|
|
|
max-width: 220px;
|
|
|
|
|
min-height: 28px;
|
|
|
|
|
padding: 0 10px;
|
2026-05-28 12:09:49 +08:00
|
|
|
border-radius: 4px;
|
2026-05-27 09:17:57 +08:00
|
|
|
font-size: 12px;
|
2026-05-28 09:30:34 +08:00
|
|
|
font-weight: 750;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assistant-file-note {
|
2026-05-28 09:30:34 +08:00
|
|
|
background: var(--workbench-primary-soft);
|
|
|
|
|
color: var(--workbench-primary-active);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assistant-file-chip {
|
|
|
|
|
overflow: hidden;
|
2026-05-28 09:30:34 +08:00
|
|
|
border: 1px solid var(--workbench-line);
|
|
|
|
|
background: var(--workbench-surface);
|
|
|
|
|
color: var(--workbench-text);
|
2026-05-27 09:17:57 +08:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assistant-file-clear {
|
2026-05-28 09:30:34 +08:00
|
|
|
color: var(--workbench-muted);
|
2026-05-27 09:17:57 +08:00
|
|
|
font-size: 12px;
|
2026-05-28 09:30:34 +08:00
|
|
|
font-weight: 750;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.quick-prompts {
|
|
|
|
|
display: flex;
|
2026-05-27 09:17:57 +08:00
|
|
|
align-items: center;
|
2026-05-28 09:30:34 +08:00
|
|
|
gap: 10px;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
margin-top: var(--quick-prompts-gap-top);
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
color: var(--workbench-text);
|
2026-05-27 09:17:57 +08:00
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.quick-prompts button {
|
|
|
|
|
min-height: 28px;
|
|
|
|
|
padding: 0 14px;
|
|
|
|
|
border: 1px solid var(--workbench-line);
|
2026-05-28 12:09:49 +08:00
|
|
|
border-radius: 4px;
|
2026-05-28 09:30:34 +08:00
|
|
|
background: rgba(255, 255, 255, 0.86);
|
|
|
|
|
color: var(--workbench-text);
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 650;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.quick-prompts .quick-more {
|
2026-05-27 09:17:57 +08:00
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
2026-05-28 09:30:34 +08:00
|
|
|
gap: 4px;
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
background: transparent;
|
|
|
|
|
color: var(--workbench-primary-active);
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-grid {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
display: grid;
|
|
|
|
|
gap: 16px;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-28 12:09:49 +08:00
|
|
|
.capability-grid--privileged {
|
|
|
|
|
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-grid--standard {
|
|
|
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.capability-card {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 40px minmax(0, 1fr) 10px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 14px;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
padding: 17px 12px 17px 26px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border: 1px solid var(--workbench-line);
|
2026-05-28 12:09:49 +08:00
|
|
|
border-left: 3px solid color-mix(in srgb, var(--capability-color) 54%, var(--workbench-line));
|
|
|
|
|
border-radius: 4px;
|
2026-05-28 09:30:34 +08:00
|
|
|
background: var(--workbench-surface);
|
|
|
|
|
text-align: left;
|
2026-05-28 12:09:49 +08:00
|
|
|
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035);
|
2026-06-02 14:01:51 +08:00
|
|
|
transition:
|
|
|
|
|
border-color 180ms var(--ease),
|
|
|
|
|
box-shadow 180ms var(--ease),
|
|
|
|
|
color 180ms var(--ease),
|
|
|
|
|
transform 180ms var(--ease);
|
2026-05-28 09:30:34 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-card::after {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-icon {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
display: grid;
|
|
|
|
|
place-items: center;
|
2026-05-28 12:09:49 +08:00
|
|
|
border-radius: 4px;
|
2026-05-28 09:30:34 +08:00
|
|
|
border: 1px solid color-mix(in srgb, var(--capability-color) 20%, #ffffff);
|
|
|
|
|
background: var(--capability-soft);
|
|
|
|
|
color: var(--capability-color);
|
|
|
|
|
font-size: 24px;
|
2026-05-28 12:09:49 +08:00
|
|
|
box-shadow: none;
|
2026-05-28 09:30:34 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-copy {
|
|
|
|
|
min-width: 0;
|
|
|
|
|
display: grid;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
padding-left: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-copy strong {
|
|
|
|
|
color: var(--workbench-ink);
|
2026-05-27 09:17:57 +08:00
|
|
|
font-size: 14px;
|
2026-05-28 09:30:34 +08:00
|
|
|
font-weight: 850;
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2026-05-27 09:17:57 +08:00
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.capability-copy small {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
color: var(--workbench-muted);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 1.35;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-arrow {
|
|
|
|
|
color: color-mix(in srgb, var(--workbench-muted) 68%, #ffffff);
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-card--green {
|
|
|
|
|
--capability-color: var(--workbench-primary);
|
|
|
|
|
--capability-soft: var(--workbench-primary-soft);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.capability-card--blue {
|
2026-05-28 12:09:49 +08:00
|
|
|
--capability-color: var(--workbench-primary);
|
|
|
|
|
--capability-soft: var(--workbench-primary-soft);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.capability-card--emerald {
|
2026-05-28 12:09:49 +08:00
|
|
|
--capability-color: var(--workbench-primary);
|
|
|
|
|
--capability-soft: var(--workbench-primary-soft);
|
2026-05-28 09:30:34 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-card--violet {
|
2026-05-28 12:09:49 +08:00
|
|
|
--capability-color: var(--workbench-primary);
|
|
|
|
|
--capability-soft: var(--workbench-primary-soft);
|
2026-05-28 09:30:34 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-card--cyan {
|
2026-05-28 12:09:49 +08:00
|
|
|
--capability-color: var(--workbench-primary);
|
|
|
|
|
--capability-soft: var(--workbench-primary-soft);
|
2026-05-28 09:30:34 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.capability-card--amber {
|
|
|
|
|
--capability-color: var(--workbench-chart-amber);
|
|
|
|
|
--capability-soft: color-mix(in srgb, var(--workbench-chart-amber) 12%, #ffffff);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.workbench-content-grid {
|
2026-05-27 09:17:57 +08:00
|
|
|
display: grid;
|
2026-05-28 09:30:34 +08:00
|
|
|
grid-template-columns: minmax(360px, 0.95fr) minmax(560px, 1.4fr) minmax(320px, 0.82fr);
|
|
|
|
|
gap: 14px;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.workbench-card {
|
|
|
|
|
min-height: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding: 12px 14px;
|
|
|
|
|
border: 1px solid var(--workbench-line);
|
2026-05-28 12:09:49 +08:00
|
|
|
border-radius: 4px;
|
2026-05-28 09:30:34 +08:00
|
|
|
background: var(--workbench-surface);
|
2026-05-28 12:09:49 +08:00
|
|
|
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-panel,
|
|
|
|
|
.progress-panel,
|
|
|
|
|
.side-panel {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-rows: auto minmax(0, 1fr);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section-head {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
gap: 12px;
|
2026-05-28 09:30:34 +08:00
|
|
|
min-height: 24px;
|
|
|
|
|
margin-bottom: 5px;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.section-head h2 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
color: var(--workbench-ink);
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
font-weight: 850;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title-with-badge {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.soft-badge {
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
height: 24px;
|
2026-05-27 09:17:57 +08:00
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
padding: 0 7px;
|
2026-05-28 12:09:49 +08:00
|
|
|
border-radius: 4px;
|
2026-05-28 09:30:34 +08:00
|
|
|
background: var(--workbench-primary-soft);
|
|
|
|
|
color: var(--workbench-primary-active);
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 850;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.link-action {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 4px;
|
2026-05-28 09:30:34 +08:00
|
|
|
color: var(--workbench-muted);
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.muted-link {
|
|
|
|
|
color: var(--workbench-muted);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-list,
|
|
|
|
|
.progress-list {
|
2026-05-27 09:17:57 +08:00
|
|
|
display: grid;
|
2026-05-28 09:30:34 +08:00
|
|
|
min-height: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
grid-auto-rows: minmax(0, 1fr);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-row {
|
2026-05-27 09:17:57 +08:00
|
|
|
display: grid;
|
2026-05-28 09:30:34 +08:00
|
|
|
grid-template-columns: 34px minmax(0, 1fr) auto;
|
2026-05-27 09:17:57 +08:00
|
|
|
align-items: center;
|
2026-05-28 09:30:34 +08:00
|
|
|
gap: 9px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 2px 0;
|
|
|
|
|
border-top: 1px solid var(--workbench-line-soft);
|
|
|
|
|
text-align: left;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.todo-row:first-child,
|
|
|
|
|
.progress-row:first-child {
|
2026-05-28 09:30:34 +08:00
|
|
|
padding-top: 2px;
|
2026-05-27 09:17:57 +08:00
|
|
|
border-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-row :deep(.workbench-list-icon) {
|
|
|
|
|
width: 28px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.todo-row :deep(.workbench-list-icon__panel) {
|
2026-05-28 12:09:49 +08:00
|
|
|
border-radius: 4px;
|
2026-05-28 09:30:34 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.todo-row :deep(.workbench-list-icon__art),
|
|
|
|
|
.todo-row :deep(.workbench-heroicon) {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-27 09:17:57 +08:00
|
|
|
.todo-copy {
|
|
|
|
|
min-width: 0;
|
2026-05-28 09:30:34 +08:00
|
|
|
display: grid;
|
|
|
|
|
gap: 2px;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-copy strong,
|
|
|
|
|
.progress-identity strong,
|
|
|
|
|
.progress-result strong {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
color: var(--workbench-ink);
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 850;
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-copy small,
|
|
|
|
|
.todo-meta small,
|
|
|
|
|
.progress-identity small {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
color: var(--workbench-muted);
|
|
|
|
|
font-size: 11.5px;
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-meta {
|
|
|
|
|
min-width: 96px;
|
|
|
|
|
display: grid;
|
|
|
|
|
justify-items: end;
|
|
|
|
|
gap: 2px;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-status,
|
|
|
|
|
.progress-status {
|
2026-05-27 09:17:57 +08:00
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
2026-05-28 09:30:34 +08:00
|
|
|
justify-content: center;
|
|
|
|
|
min-height: 20px;
|
|
|
|
|
padding: 0 7px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
font-size: 11.5px;
|
|
|
|
|
font-weight: 850;
|
2026-05-27 09:17:57 +08:00
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-status--warning,
|
|
|
|
|
.progress-status--warning {
|
|
|
|
|
background: var(--warning-soft);
|
|
|
|
|
color: var(--warning);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-status--success,
|
|
|
|
|
.progress-status--success {
|
|
|
|
|
background: var(--workbench-primary-soft);
|
|
|
|
|
color: var(--workbench-primary-active);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-status--danger {
|
|
|
|
|
background: var(--danger-soft);
|
|
|
|
|
color: var(--danger);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-status--info {
|
|
|
|
|
background: var(--info-soft);
|
|
|
|
|
color: var(--info);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.todo-status--orange {
|
|
|
|
|
background: var(--warning-soft);
|
|
|
|
|
color: var(--warning);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-status--muted {
|
|
|
|
|
background: var(--info-soft);
|
|
|
|
|
color: var(--workbench-muted);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-row {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: minmax(138px, 0.9fr) minmax(300px, 1.5fr) minmax(92px, auto);
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 12px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 1px 0;
|
|
|
|
|
border-top: 1px solid var(--workbench-line-soft);
|
|
|
|
|
text-align: left;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-identity,
|
|
|
|
|
.progress-result {
|
|
|
|
|
min-width: 0;
|
|
|
|
|
display: grid;
|
|
|
|
|
gap: 2px;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-result {
|
|
|
|
|
justify-items: end;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-steps {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
|
|
|
align-items: start;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-step {
|
|
|
|
|
position: relative;
|
2026-05-27 09:17:57 +08:00
|
|
|
display: grid;
|
2026-05-28 09:30:34 +08:00
|
|
|
justify-items: center;
|
|
|
|
|
gap: 1px;
|
|
|
|
|
color: color-mix(in srgb, var(--workbench-muted) 64%, #ffffff);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-step::before {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 8px;
|
|
|
|
|
left: calc(-50% + 12px);
|
|
|
|
|
right: calc(50% + 12px);
|
|
|
|
|
height: 2px;
|
|
|
|
|
background: var(--workbench-line);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-step:first-child::before { display: none; }
|
|
|
|
|
|
|
|
|
|
.progress-step.is-done::before,
|
|
|
|
|
.progress-step.is-current::before {
|
|
|
|
|
background: var(--workbench-primary);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-step i {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
display: grid;
|
|
|
|
|
place-items: center;
|
|
|
|
|
border: 2px solid var(--workbench-line);
|
|
|
|
|
border-radius: 999px;
|
|
|
|
|
background: var(--workbench-surface);
|
|
|
|
|
color: var(--workbench-line-strong, #cbd5e1);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 1;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-step.is-done i {
|
|
|
|
|
border-color: var(--workbench-primary);
|
|
|
|
|
background: var(--workbench-primary-soft);
|
|
|
|
|
color: var(--workbench-primary-active);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-step.is-current i {
|
|
|
|
|
border-color: var(--workbench-primary-active);
|
|
|
|
|
background: var(--theme-primary-light-9);
|
|
|
|
|
color: var(--workbench-primary-active);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-step small {
|
|
|
|
|
color: currentColor;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
font-weight: 750;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
white-space: nowrap;
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.progress-step.is-done,
|
|
|
|
|
.progress-step.is-current {
|
|
|
|
|
color: var(--workbench-ink);
|
|
|
|
|
}
|
2026-05-27 09:17:57 +08:00
|
|
|
|
2026-05-28 09:30:34 +08:00
|
|
|
.capability-card:hover,
|
|
|
|
|
.todo-row:hover,
|
|
|
|
|
.progress-row:hover,
|
|
|
|
|
.quick-prompts button:hover,
|
2026-05-30 15:46:51 +08:00
|
|
|
.composer-icon-button:hover {
|
2026-05-28 09:30:34 +08:00
|
|
|
border-color: rgba(var(--theme-primary-rgb, 58, 124, 165), 0.24);
|
|
|
|
|
color: var(--workbench-primary-active);
|
2026-05-27 09:17:57 +08:00
|
|
|
}
|