Files
Aethera/webapp_gallery/src/styles.css
T
2026-08-25 20:43:33 +08:00

316 lines
28 KiB
CSS

:root {
font-family: Inter, ui-sans-serif, system-ui, sans-serif;
color: #e8f0ff;
background: #050912;
font-synthesis: none;
}
* { box-sizing: border-box; }
html, body, #root { width: 100%; height: 100%; }
body { margin: 0; min-width: 320px; overflow: hidden; background: #050912; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.appShell { position: relative; width: 100%; height: 100%; overflow: hidden; }
.galleryPanel { height: 100%; overflow-y: auto; padding: 0 22px 56px; background: radial-gradient(circle at 16% 0%, #14233e 0, transparent 36rem), #050912; }
.topbar {
position: sticky;
top: 0;
z-index: 8;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
min-height: 92px;
padding: 16px 4px;
border-bottom: 1px solid #24324a;
background: #07101bea;
backdrop-filter: blur(16px);
}
h1 { margin: 3px 0 0; font-size: clamp(25px, 3vw, 40px); line-height: 1; letter-spacing: -.045em; }
h2 { margin: 4px 0 0; font-size: 23px; letter-spacing: -.03em; }
.eyebrow { color: #5ce4c2; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.muted { color: #71839e; }
.error { color: #ff879d !important; }
.topbarActions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.topbarActions button, nav button {
padding: 8px 13px;
color: #aabbd3;
border: 1px solid #2a3b55;
border-radius: 999px;
background: #0a1220;
cursor: pointer;
}
.topbarActions button:hover, .topbarActions button.active, nav button:hover, nav button.active {
color: #07110f;
border-color: #5ce4c2;
background: #5ce4c2;
}
.selectionName { margin-right: 4px; color: #8296b2; white-space: nowrap; }
.selectionName strong { color: #e8f0ff; }
nav { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 0; }
.plotGridHost { width: 100%; min-height: 360px; }
.react-grid-layout { position: relative; transition: height .2s ease; }
.plotGridItem { overflow: visible; }
.react-grid-item.react-grid-placeholder { border-radius: 18px; background: #5ce4c244; opacity: 1; }
.react-grid-item > .react-resizable-handle { z-index: 5; width: 18px; height: 18px; opacity: .7; }
.react-grid-item > .react-resizable-handle::after { border-color: #5ce4c2; }
.card { display: flex; flex-direction: column; width: 100%; height: 100%; min-width: 0; min-height: 0; overflow: hidden; border: 1px solid #1f2f48; border-radius: 18px; background: linear-gradient(145deg, #0d1727, #080e19); box-shadow: 0 15px 45px #0006; }
.card.selected { border-color: #5ce4c2; box-shadow: 0 0 0 1px #5ce4c255, 0 18px 55px #0008; }
.card > header { display: flex; justify-content: space-between; gap: 16px; padding: 18px 20px 14px; }
.cardTitle { display: flex; align-items: flex-start; gap: 8px; min-width: 0; user-select: text; }
.cardDragHandle { flex: 0 0 auto; margin-top: -2px; padding: 2px 3px; color: #58708f; cursor: grab; user-select: none; touch-action: none; }
.cardDragHandle:hover { color: #5ce4c2; }
.cardDragHandle:active { cursor: grabbing; }
.card > p { min-height: 42px; margin: 0; padding: 0 20px 14px; color: #8fa2bd; line-height: 1.5; }
.status { align-self: flex-start; padding: 5px 8px; color: #5ce4c2; border: 1px solid #27594f; border-radius: 7px; font: 700 10px/1 ui-monospace, monospace; letter-spacing: .08em; }
.cardRuntime { display: grid; flex: 0 0 auto; justify-items: end; gap: 7px; user-select: text; cursor: text; }
.cardRuntime > div:first-child { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.framePolicy { color: #8296b2; font-size: 9px; white-space: nowrap; }
.frameMetrics { display: grid; grid-template-columns: auto auto; gap: 4px 9px; color: #8296b2; font: 9px/1.15 ui-monospace, monospace; font-variant-numeric: tabular-nums; white-space: nowrap; user-select: text; cursor: text; }
.frameMetrics span:nth-child(2n) { text-align: right; }
.plotViewport { position: relative; flex: 1; width: 100%; min-height: 160px; overflow: hidden; outline: none; background: #070d18; overscroll-behavior: contain; touch-action: none; }
.plotExecutionPolicy { display:flex; flex-wrap:wrap; gap:6px 12px; padding:8px 12px; border-block:1px solid rgba(126,155,194,.12); background:rgba(6,13,24,.58); font-size:11px; color:#9dafc7; }
.plotExecutionPolicy label { display:flex; align-items:center; gap:5px; cursor:pointer; user-select:none; }
.plotExecutionPolicy input { accent-color:#52dbc1; }
.plotViewportHidden { position:relative; }
.plotViewportHidden video { visibility:hidden; }
.plotHiddenState { position:absolute; inset:0; display:grid; place-content:center; gap:5px; text-align:center; color:#91a5bf; background:repeating-linear-gradient(135deg,rgba(15,27,43,.96),rgba(15,27,43,.96) 12px,rgba(18,33,52,.96) 12px,rgba(18,33,52,.96) 24px); }
.plotHiddenState strong { color:#d9e8f6; }
canvas { display: block; width: 100%; height: 100%; background: #070d18; }
.plotViewport video { position: absolute; display: block; max-width: none; max-height: none; object-fit: fill; pointer-events: none; background: #070d18; }
.plotViewport:focus { box-shadow: inset 0 0 0 1px #5ce4c2; }
.plotMediaError { position: absolute; inset: 0; z-index: 3; display: grid; place-content: center; padding: 18px; color: #ff9bae; text-align: center; background: #190b12e8; }
.inspector { width: 100%; height: 100%; overflow: hidden; background: #080f1b; }
.workspacePane { display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0; }
.workspaceHeader { display: grid; grid-template-columns: minmax(0, 1fr) 3.4em 4.8em; align-items: center; gap: 8px; padding: 17px 14px 14px; border-bottom: 1px solid #20314b; background: #0b1524; }
.workspaceHeader h2 { font-size: 21px; }
.workspaceHeader p { overflow: hidden; margin: 4px 0 0; color: #8fa2bd; text-overflow: ellipsis; white-space: nowrap; }
.fieldCount { box-sizing: border-box; width: 100%; padding: 3px 7px; color: #5ce4c2; border-radius: 99px; background: #18283d; font-size: 11px; font-variant-numeric: tabular-nums; text-align: center; }
.refreshButton { box-sizing: border-box; width: 100%; padding: 6px 9px; color: #adc0d9; border: 1px solid #304664; border-radius: 7px; background: #101c2d; cursor: pointer; white-space: nowrap; }
.refreshButton:hover:not(:disabled) { color: #06110f; border-color: #5ce4c2; background: #5ce4c2; }
.refreshButton:disabled { opacity: .55; cursor: wait; }
.workspaceBody { flex: 1; min-height: 0; overflow: auto; padding: 18px; }
.componentTabs { display: flex; flex: 0 0 auto; flex-wrap: nowrap; gap: 6px; overflow-x: auto; padding: 9px 12px; border-bottom: 1px solid #20314b; background: #091321; }
.componentTabs button { flex: 0 0 auto; padding: 8px 11px; color: #8fa2bd; border: 1px solid #273b59; border-radius: 8px; background: #0d192a; cursor: pointer; }
.componentTabs button:hover, .componentTabs button.active { color: #07110f; border-color: #5ce4c2; background: #5ce4c2; }
.componentContent { min-width: 0; }
.sectionIntro, .stateToolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: #7f93ae; }
.sectionIntro strong { color: #dce8f8; font-size: 16px; }
.stateToolbar button { padding: 6px 9px; color: #b9c9dd; border: 1px solid #304664; border-radius: 7px; background: #101c2d; cursor: pointer; }
.stateToolbar button:hover { color: #07110f; border-color: #5ce4c2; background: #5ce4c2; }
.propGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; align-items: start; }
.control { display: grid; gap: 7px; color: #c8d5e8; }
.control input, .control select, .control textarea { width: 100%; padding: 9px 10px; color: #eaf1ff; border: 1px solid #2d405f; border-radius: 8px; outline: none; background: #0d1828; }
.control input:focus, .control select:focus, .control textarea:focus { border-color: #5ce4c2; box-shadow: 0 0 0 2px #5ce4c222; }
.control textarea { min-height: 118px; resize: vertical; font: 12px/1.45 ui-monospace, monospace; }
.controlBoolean { grid-template-columns: 1fr auto; align-items: center; padding: 11px; border: 1px solid #223653; border-radius: 9px; background: #0b1625; }
.control input[type="checkbox"] { width: 21px; height: 21px; accent-color: #5ce4c2; }
.control small { color: #71839e; }
.control code { color: #71839e; font: 10px/1 ui-monospace, monospace; }
.propertyEditor { min-width: 0; padding: 10px; border: 1px solid transparent; border-radius: 10px; transition: border-color .15s, background .15s; }
.propertyEditor.dirty { border-color: #8a6b24; background: #221b0d88; }
.propertyActions { display: flex; justify-content: flex-end; gap: 7px; margin-top: 9px; }
.propertyActions button { padding: 6px 10px; color: #b9c9dd; border: 1px solid #304664; border-radius: 6px; background: #101c2d; cursor: pointer; }
.propertyActions button:first-child:not(:disabled) { color: #062019; border-color: #5ce4c2; background: #5ce4c2; }
.propertyActions button:disabled { opacity: .4; cursor: default; }
.componentAction { margin-left: auto; padding: 6px 10px; color: #062019; border: 1px solid #5ce4c2; border-radius: 6px; background: #5ce4c2; cursor: pointer; }
.cameraModeGuide { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0 0 14px; }
.cameraModeGuide > div { display: grid; gap: 4px; padding: 9px 10px; border: 1px solid #243850; border-radius: 7px; background: #0a1422; color: #7890ae; }
.cameraModeGuide > div.active { border-color: #52dfbd; background: #0c211f; box-shadow: inset 3px 0 #52dfbd; }
.cameraModeGuide strong { color: #dce8f8; font-size: 12px; }
.cameraModeGuide span { font-size: 11px; line-height: 1.45; }
.markerListControl { grid-column: 1 / -1; min-width: 0; }
.markerToolbar, .markerRow header, .markerAppearance, .markerCoordinates { display: flex; align-items: center; gap: 8px; }
.markerToolbar, .markerRow header { justify-content: space-between; }
.markerToolbar button, .markerRow button { padding: 5px 9px; color: #b9c9dd; border: 1px solid #304664; border-radius: 6px; background: #101c2d; cursor: pointer; }
.markerRows { display: grid; gap: 9px; margin-top: 10px; }
.markerRow { padding: 10px; border: 1px solid #263d59; border-radius: 8px; background: #0b1625; }
.markerCoordinates, .markerAppearance { flex-wrap: wrap; margin-top: 8px; }
.markerCoordinates label, .markerAppearance label { display: grid; grid-template-columns: auto minmax(64px, 1fr); align-items: center; gap: 6px; flex: 1 1 110px; }
.markerCoordinates input, .markerAppearance input, .markerAppearance select { min-width: 0; width: 100%; }
.savingHint { display: block; margin-top: 5px; color: #5ce4c2; text-align: right; }
.framePolicyActions { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding: 11px; border: 1px solid #27594f; border-radius: 9px; background: #0b1b1a; }
.framePolicyActions button { flex: 0 0 auto; padding: 8px 12px; color: #062019; border: 1px solid #5ce4c2; border-radius: 7px; background: #5ce4c2; cursor: pointer; }
.framePolicyActions small { color: #7fa99f; line-height: 1.4; }
.analysisSection { min-width: 0; padding: 14px; border: 1px solid #213653; border-radius: 10px; background: #0a1422; }
.analysisSection > header { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; }
.analysisSection > header > div:first-child { display: grid; gap: 5px; }
.analysisSection > header strong { color: #dce8f8; font-size: 15px; }
.analysisSection > header span { color: #71839e; font-size: 11px; line-height: 1.45; }
.analysisSection .framePolicyActions { flex-wrap: wrap; margin: 0; padding: 0; border: 0; background: transparent; }
.generatorPropGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.generatorActions { display: flex; justify-content: flex-end; margin-top: 14px; }
.generatorActions button { padding: 9px 14px; color: #062019; border: 1px solid #5ce4c2; border-radius: 7px; background: #5ce4c2; cursor: pointer; }
.generatorActions button:disabled { opacity: .45; cursor: default; }
.analysisStatus { margin: 10px 0 0; color: #8eb6aa; font-size: 11px; }
.frameDiagnosticPanel { display: grid; gap: 14px; min-width: 0; }
.diagnosticNotice { padding: 10px 12px; color: #8eabca; border: 1px solid #29435e; border-radius: 9px; background: #0c1a2a; font-size: 11px; line-height: 1.55; }
.frameDiagnosticSummary { display: grid; grid-template-columns: repeat(auto-fit, minmax(122px, 1fr)); gap: 8px; margin: 0; }
.frameDiagnosticSummary > div { min-width: 0; padding: 10px; border: 1px solid #213653; border-radius: 9px; background: #0a1422; }
.frameDiagnosticSummary dt { color: #71839e; font-size: 10px; }
.frameDiagnosticSummary dd { margin: 5px 0 0; color: #5ce4c2; font: 700 14px/1.2 ui-monospace, monospace; font-variant-numeric: tabular-nums; }
.frameChartHost { position: relative; min-width: 0; }
.frameTimelineChart { width: 100%; height: 300px; min-height: 240px; border: 1px solid #213653; border-radius: 10px; background: #08111e; }
.chartPausedBadge { position: absolute; z-index: 2; top: 8px; right: 10px; padding: 4px 8px; color: #161008; border-radius: 99px; background: #f4bd63; font-size: 10px; pointer-events: none; }
.diagnosticContextMenu { position: fixed; z-index: 10000; display: grid; min-width: 190px; overflow: hidden; padding: 5px; border: 1px solid #3c5779; border-radius: 9px; background: #101d2f; box-shadow: 0 14px 36px #000a; }
.diagnosticContextMenu button { padding: 9px 11px; color: #cfdded; border: 0; border-radius: 6px; background: transparent; text-align: left; cursor: pointer; }
.diagnosticContextMenu button:hover { color: #06110f; background: #5ce4c2; }
.frameStagePanel { overflow: hidden; border: 1px solid #213653; border-radius: 10px; background: #0a1422; }
.frameStagePanel > header { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 13px; border-bottom: 1px solid #1d304a; background: #101d2f; }
.frameStagePanel > header code { color: #71839e; font: 10px/1 ui-monospace, monospace; }
.frameStagePanel > header > div:first-child { display: flex; flex-direction: column; gap: 5px; }
.pipelineDirection { display: flex; align-items: stretch; gap: 0; overflow-x: auto; padding: 10px 12px; color: #8fa2bd; border-bottom: 1px solid #1d304a; background: #091321; font-size: 10px; white-space: nowrap; }
.pipelineDirection > strong, .pipelineDirection > span { display: inline-flex; align-items: center; }
.pipelineDirection span i { margin: 0 7px; color: #5ce4c2; font-style: normal; }
.stageStatisticControls { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.stageSegmented { display: inline-flex; padding: 2px; border: 1px solid #294463; border-radius: 7px; background: #091321; }
.stageSegmented button { min-width: 42px; padding: 5px 8px; border: 0; border-radius: 5px; background: transparent; color: #8397b3; font-size: 10px; cursor: pointer; }
.stageSegmented button:hover { color: #dce8f8; background: #152943; }
.stageSegmented button.active { color: #06131d; background: #5ce4c2; }
.frameStagePanel dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin: 0; }
.frameStagePanel dl > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 12px; border-right: 1px solid #172942; border-bottom: 1px solid #172942; }
.frameStagePanel dt { color: #91a5c0; font-size: 11px; }
.frameStagePanel dd { margin: 0; color: #dce8f8; font: 11px/1 ui-monospace, monospace; font-variant-numeric: tabular-nums; white-space: nowrap; }
.diagnosticEmpty { display: grid; min-height: 180px; place-content: center; gap: 8px; padding: 24px; color: #71839e; border: 1px dashed #29435e; border-radius: 10px; text-align: center; }
.diagnosticEmpty strong { color: #cbd8ea; }
.taskflowFramePane, .taskflowRuntimePane { display: grid; align-content: start; gap: 14px; }
.taskflowFramePane { min-height: 0; overflow-x: hidden; overflow-y: scroll; overscroll-behavior: contain; scrollbar-gutter: stable; }
.taskflowCaptureBar, .taskflowSelectors { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 11px 12px; border: 1px solid #29435e; border-radius: 9px; background: #0c1a2a; }
.taskflowCaptureBar label, .taskflowSelectors label { display: flex; align-items: center; gap: 7px; color: #91a5c0; font-size: 11px; }
.taskflowCaptureBar input, .taskflowSelectors select { min-width: 74px; padding: 7px 9px; color: #dce8f8; border: 1px solid #304664; border-radius: 7px; background: #101c2d; }
.taskflowCaptureBar button, .taskflowRuntimeHeader button { padding: 8px 12px; color: #062019; border: 1px solid #5ce4c2; border-radius: 7px; background: #5ce4c2; cursor: pointer; }
.taskflowCaptureBar button:disabled { opacity: .45; cursor: default; }
.taskflowCaptureBar span, .taskflowSelectors > span { color: #71839e; font-size: 11px; }
.taskflowError { margin: 0; padding: 10px 12px; color: #ff9bae; border: 1px solid #71334a; border-radius: 8px; background: #27101a; }
.taskflowGraphSummary, .taskflowRuntimeSummary { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 8px; margin: 0; }
.taskflowGraphSummary > div, .taskflowRuntimeSummary > div { min-width: 0; padding: 10px; border: 1px solid #213653; border-radius: 9px; background: #0a1422; }
.taskflowGraphSummary dt, .taskflowRuntimeSummary dt { color: #71839e; font-size: 10px; }
.taskflowGraphSummary dd, .taskflowRuntimeSummary dd { overflow: hidden; margin: 5px 0 0; color: #5ce4c2; font: 700 13px/1.25 ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }
.taskflowDagSection { overflow: auto; border: 1px solid #213653; border-radius: 10px; background: #07101c; }
.taskflowDagToolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 11px; border-bottom: 1px solid #213653; background: #0c1727; }
.taskflowDagToolbar button { flex: none; padding: 6px 9px; color: #b9cce3; border: 1px solid #36516f; border-radius: 6px; background: #132238; cursor: pointer; }
.taskflowLegend { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: #8298b4; font-size: 10px; }
.taskflowLegend span { display: inline-flex; align-items: center; gap: 5px; }
.taskflowLegend i { width: 10px; height: 10px; border: 1px solid #304766; border-radius: 3px; background: #0e1a2b; }
.taskflowLegend .taskflowLegendExecuted { border-color: #2c8e78; background: #0c201e; }
.taskflowLegend .taskflowLegendWaiting { border-color: #b9833e; background: #251b10; }
.taskflowResizable { position: relative; flex: none; min-width: 100%; }
.taskflowResizable > .react-resizable-handle { z-index: 20; width: 22px; height: 22px; opacity: 1; }
.taskflowResizable > .react-resizable-handle::after { width: 8px; height: 8px; border-color: #5ce4c2; }
.taskflowResizable > .react-resizable-handle-e { right: 0; top: 50%; margin-top: -11px; cursor: ew-resize; transform: rotate(-45deg); }
.taskflowResizable > .react-resizable-handle-s { bottom: 0; left: 50%; margin-left: -11px; cursor: ns-resize; transform: rotate(45deg); }
.taskflowDag { width: 100%; height: 100%; min-height: 420px; overflow: hidden; background: #07101c; }
.taskflowNode { width: 280px !important; min-height: 132px; padding: 11px !important; color: #a7bad2 !important; border: 1px solid #304766 !important; border-radius: 9px !important; background: #0e1a2b !important; box-shadow: 0 8px 22px #0006; }
.taskflowNodeExecuted { border-color: #2c8e78 !important; background: #0c201e !important; }
.taskflowNodeWaiting { border-color: #b9833e !important; background: #251b10 !important; }
.taskflowNodeLabel { display: grid; gap: 4px; min-width: 0; cursor: text; text-align: left; user-select: text !important; }
.taskflowNodeLabel header { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.taskflowNodeLabel strong { color: #e1ecf9; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
.taskflowNodeLabel header i { flex: none; padding: 2px 5px; color: #74d8c0; border: 1px solid #2d675d; border-radius: 99px; font: 9px/1 ui-monospace, monospace; font-style: normal; }
.taskflowNodeLabel code { color: #6f89aa; font: 9px/1.25 ui-monospace, monospace; overflow-wrap: anywhere; white-space: normal; user-select: text !important; }
.taskflowNodeLabel span { color: #91a5c0; font: 9px/1.25 ui-monospace, monospace; }
.react-flow__edge-path { stroke: #557594; stroke-width: 1.5; }
.react-flow__controls button { color: #dce8f8; border-color: #29435e; background: #101d2f; }
.react-flow__minimap { border: 1px solid #29435e; background: #0a1422; }
.taskflowTimelineResizable { overflow: hidden; }
.taskflowTimeline { width: 100%; height: 100%; overflow: auto; }
.taskflowTimeline, .taskflowRuntimeSection { border: 1px solid #213653; border-radius: 10px; background: #0a1422; }
.taskflowTimeline > header, .taskflowRuntimeSection > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 13px; border-bottom: 1px solid #1d304a; background: #101d2f; }
.taskflowTimeline > header span, .taskflowRuntimeSection > header span { color: #71839e; font-size: 10px; }
.taskflowTimelineRows { display: grid; overflow-x: auto; padding: 9px; }
.taskflowTimelineRow { display: grid; grid-template-columns: 34px minmax(115px, .5fr) minmax(260px, 1.5fr) 78px 88px; align-items: center; gap: 8px; min-width: 720px; padding: 6px; border-bottom: 1px solid #16263b; color: #91a5c0; font-size: 10px; }
.taskflowTimelineRow:last-child { border-bottom: 0; }
.taskflowTimelineRow > code { color: #5ce4c2; }
.taskflowTimelineRow > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.taskflowTimelineRow > b { color: #dce8f8; font: 10px/1 ui-monospace, monospace; }
.taskflowTimelineRow > em { color: #be935b; font: 10px/1 ui-monospace, monospace; font-style: normal; }
.taskflowTimelineTrack { position: relative; height: 9px; overflow: hidden; border-radius: 99px; background: #09111d; }
.taskflowTimelineTrack i { position: absolute; top: 0; bottom: 0; border-radius: 99px; }
.taskflowWait { background: #a16d36; }
.taskflowRun { background: #51dabc; box-shadow: 0 0 7px #51dabc88; }
.taskflowRuntimeHeader { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 16px 14px; border-bottom: 1px solid #20314b; background: #0b1524; }
.taskflowRuntimeHeader h2 { margin: 4px 0 0; font-size: 21px; }
.taskflowRuntimeHeader p { margin: 5px 0 0; color: #71839e; font-size: 11px; }
.taskflowWorkerGrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); align-content: start; gap: 9px; max-height: min(58vh, 720px); overflow-y: auto; padding: 11px; scrollbar-gutter: stable; }
.taskflowWorkerGrid article { padding: 10px; border: 1px solid #1f334e; border-radius: 8px; background: #091321; }
.taskflowWorkerGrid article > header { display: flex; justify-content: space-between; color: #dce8f8; font-size: 11px; }
.taskflowWorkerGrid article > header span { color: #5ce4c2; font: 11px/1 ui-monospace, monospace; }
.taskflowUtilization { position: relative; height: 9px; overflow: hidden; margin: 9px 0; border-radius: 99px; background: #18273b; }
.taskflowUtilization i, .taskflowUtilization b { position: absolute; left: 0; display: block; border-radius: inherit; }
.taskflowUtilization i { top: 0; height: 100%; background: #2b887c; }
.taskflowUtilization b { bottom: 0; height: 4px; background: #5ce4c2; }
.taskflowWorkerGrid dl { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin: 0; }
.taskflowWorkerGrid dl > div { display: flex; justify-content: space-between; gap: 5px; color: #71839e; font-size: 9px; }
.taskflowWorkerGrid dd { margin: 0; color: #aec0d8; font-family: ui-monospace, monospace; }
.taskflowActiveTask { display: block; overflow: hidden; margin-top: 8px; color: #e0a65d; font: 9px/1.3 ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }
.taskflowTable { width: 100%; border-collapse: collapse; font-size: 11px; }
.taskflowTable th, .taskflowTable td { padding: 9px 11px; border-bottom: 1px solid #182a42; text-align: right; }
.taskflowTable th:first-child, .taskflowTable td:first-child { text-align: left; }
.taskflowTable th { color: #71839e; font-weight: 500; }
.taskflowTable td { color: #c7d5e7; font-family: ui-monospace, monospace; }
.componentCard { margin-bottom: 13px; overflow: hidden; border: 1px solid #213653; border-radius: 11px; background: #0a1422; }
.componentCard > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 13px; color: #dce8f8; background: #101d2f; cursor: pointer; }
.componentCard > summary em { color: #6f89aa; font-size: 11px; font-style: normal; }
.componentCard > .propGrid { padding: 13px; }
.structuredControl { min-width: 0; margin: 0; padding: 10px; border: 1px solid #263b59; border-radius: 9px; }
.structuredControl legend { padding: 0 5px; color: #c8d5e8; }
.inlineFields { display: grid; grid-template-columns: repeat(auto-fit, minmax(82px, 1fr)); gap: 8px; }
.inlineFields > label { display: grid; gap: 4px; min-width: 0; color: #8195b1; font-size: 11px; }
.inlineFields input[type="color"] { min-height: 40px; padding: 3px; }
.nestedColor { display: grid; grid-template-columns: 1fr 72px; gap: 6px; }
.jsonStateHeader { display: flex; align-items: center; justify-content: space-between; padding: 9px 12px; color: #71839e; font-size: 11px; }
.jsonStateHeader button { padding: 5px 8px; color: #b9c9dd; border: 1px solid #304664; border-radius: 6px; background: #101c2d; cursor: pointer; }
.jsonStateHeader button:hover { color: #07110f; border-color: #5ce4c2; background: #5ce4c2; }
.stateJson { max-height: 320px; overflow: auto; margin: 0; padding: 12px; color: #cddbef; border-top: 1px solid #1d304a; background: #070f1b; font: 12px/1.5 ui-monospace, monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.stateGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 11px; }
.stateField { min-width: 0; padding: 12px; border: 1px solid #213653; border-radius: 10px; background: #0a1422; }
.stateField > header { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 7px; color: #cbd8ea; }
.stateField > header code { color: #71839e; font: 10px/1 ui-monospace, monospace; }
.stateField > header em { padding: 3px 5px; color: #6f89aa; border-radius: 5px; background: #142239; font-size: 9px; font-style: normal; }
.stateField > strong { display: block; margin: 13px 0 11px; color: #5ce4c2; font: 700 21px/1.2 ui-monospace, monospace; }
.stateField > strong.stateFalse { color: #8fa2bd; }
.stateField > pre { max-height: 190px; overflow: auto; margin: 11px 0 0; color: #dce8f8; font: 12px/1.45 ui-monospace, monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.metricSummary { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 0; }
.metricSummary > div { min-width: 0; padding: 7px; border-radius: 7px; background: #0e1b2d; }
.metricSummary dt { color: #71839e; font-size: 10px; }
.metricSummary dd { overflow: hidden; margin: 3px 0 0; color: #cbd8ea; font: 11px/1.2 ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }
.rawState { margin-top: 13px; overflow: hidden; border: 1px solid #213653; border-radius: 9px; background: #0a1422; }
.rawState > summary { padding: 9px 11px; color: #8195b1; cursor: pointer; }
.stateList { display: grid; gap: 9px; margin: 0; }
.stateList > div { display: grid; grid-template-columns: minmax(125px, .8fr) minmax(0, 1.2fr); gap: 14px; padding: 11px 12px; border: 1px solid #1d304a; border-radius: 9px; background: #0b1524; }
.stateList dt { color: #91a5c0; }
.stateList dd { min-width: 0; margin: 0; text-align: right; }
.stateList code, .stateList pre { color: #dce8f8; font: 12px/1.45 ui-monospace, monospace; }
.stateList pre { max-height: 220px; overflow: auto; margin: 0; text-align: left; white-space: pre-wrap; overflow-wrap: anywhere; }
.emptyPane { display: grid; width: 100%; height: 100%; place-items: center; color: #71839e; background: #080f1b; }
.flexlayout__layout { inset: 0; color: #dce8f8; background: #050912; }
.flexlayout__splitter { background: #142238; }
.flexlayout__splitter:hover, .flexlayout__splitter_drag { background: #5ce4c2; }
.flexlayout__tabset { border: 1px solid #1d3049; background: #080f1b; }
.flexlayout__tabset_tabbar_outer, .flexlayout__tabset_header { background: #0c1727; }
.flexlayout__tab_button { color: #91a5c0; }
.flexlayout__tab_button--selected { color: #5ce4c2; background: #111f32; }
.flexlayout__tab { background: #080f1b; }
@media (max-width: 760px) {
.galleryPanel { padding: 0 12px 40px; }
.topbar { align-items: flex-start; flex-direction: column; }
.topbarActions { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
.selectionName { width: 100%; }
.stateList > div { grid-template-columns: 1fr; gap: 6px; }
.stateList dd { text-align: left; }
}