/* Jarvis — operational views and dossier navigation. */
.folder-navigation { display: grid; gap: 2px; margin: 1px 0 8px 18px; padding-left: 8px; border-left: 1px solid #dbe2ea; }
.folder-nav-item { display: flex; gap: 8px; align-items: center; width: 100%; min-height: 38px; border: 0; border-radius: 5px; padding: 6px 8px; background: transparent; color: #526176; text-align: left; font-size: .875rem; line-height: 1.35; }
.folder-nav-item svg { flex: 0 0 16px; width: 16px; height: 16px; }
.folder-nav-item span { min-width: 0; overflow-wrap: anywhere; }
.folder-nav-item:hover { background: #eef2f7; }
.folder-nav-item.active { color: #1d4ed8; background: #eaf1fe; font-weight: 650; }
.folder-section { margin-bottom: 18px; }
.folder-section-heading, .folder-context { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 12px; }
.folder-section-heading h2 { margin: 0; font-size: 1rem; }
.folder-section .text-button, .folder-context .text-button { font-size: .875rem; white-space: normal; text-align: left; }
.folder-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.folder-card { display: flex; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid #dbe2ea; border-radius: 7px; color: #334155; background: #fff; text-align: left; line-height: 1.45; }
.folder-card > svg { flex: 0 0 22px; margin-top: 1px; color: #526176; }
.folder-card-content { display: grid; gap: 4px; min-width: 0; }
.folder-card strong { font-size: 1rem; overflow-wrap: anywhere; }
.folder-card-content > span { color: #526176; font-size: .875rem; }
.folder-card small { margin-top: 5px; color: #526176; font-size: .8125rem; }
.folder-card:hover { border-color: #93b4e8; background: #f8faff; }
.folder-card.active { border-color: #2563eb; background: #eff6ff; }
.folder-card.active > svg, .folder-card.active strong { color: #1d4ed8; }
.folder-card:focus-visible, .folder-nav-item:focus-visible { outline: 2px solid #2563eb; outline-offset: 3px; }
.folder-context { font-size: .875rem; color: #334155; }
.folder-context > span { font-weight: 650; }
.table .folder-group-row th { padding: 11px 12px; color: #334155; background: #f1f5f9; font-size: .875rem; font-weight: 650; text-transform: none; letter-spacing: 0; }
.flow-folder-heading { margin: 12px 0 5px; padding: 8px 10px; color: #334155; background: #f1f5f9; font-size: .875rem; font-weight: 650; border-radius: 4px; }
@media (max-width: 1100px) { .folder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 580px) { .folder-grid { grid-template-columns: minmax(0, 1fr); } .folder-card { padding: 13px; } }
:root {
  --control-cyan: #2563eb;
  --control-blue: #1d4ed8;
  --control-violet: #7153b0;
  --control-red: #be3449;
  --control-green: #15754f;
  --control-amber: #a15c07;
}
.text-button, .button-text { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-height: 26px; border: 0; padding: 2px 0; color: #2563eb; background: transparent; font-size: 11px; font-weight: 550; text-decoration: none; white-space: nowrap; }
.text-button:hover, .button-text:hover { color: #1d4ed8; text-decoration: underline; text-underline-offset: 3px; }
.button-text { margin-top: 10px; }
.command-trigger svg, .command-input-wrap svg { flex-shrink: 0; width: 15px; height: 15px; }
.command-trigger { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; border: 1px solid var(--line); border-radius: 6px; padding: 6px 9px 6px 11px; color: #64748b; background: #fff; font-size: 11px; line-height: 1.35; }
.command-trigger:hover { border-color: #b9cee9; color: #334155; background: #f8fafc; }
.command-trigger > span:first-child { font-size: 17px; }
kbd { display: inline-flex; align-items: center; justify-content: center; min-height: 19px; border: 1px solid #e2e8f0; border-radius: 4px; padding: 1px 4px; color: #64748b; background: #f8fafc; font: 500 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.command-trigger kbd { margin-left: 18px; }
.workspace-layout { margin-top: 20px; display: grid; grid-template-columns: minmax(0, 1fr) 288px; gap: 22px; align-items: start; }
.workspace-work > .panel-title { padding: 17px 16px 16px; }
.workspace-work > .panel-title .text-button { font-size: 10px; }
.workspace-main { min-width: 0; }
.workspace-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 14px; }
.workspace-toolbar h2 { margin: 0; font-size: 15px; font-weight: 650; }
.workspace-toolbar p { margin: 4px 0 0; color: #64748b; font-size: 11px; }
.workspace-tabs { display: flex; align-items: stretch; min-width: 0; max-width: 100%; gap: 19px; overflow-x: auto; border-bottom: 1px solid var(--line); margin-bottom: 0; padding: 0 2px; scrollbar-width: thin; }
.workspace-tab { display: inline-flex; flex-shrink: 0; width: auto; align-items: center; justify-content: center; gap: 7px; min-height: 43px; border: 0; border-bottom: 2px solid transparent; padding: 9px 0 11px; color: #64748b; background: transparent; font-size: 11px; font-weight: 550; white-space: nowrap; }
.workspace-tab:hover { color: #1d4ed8; }
.workspace-tab.active { border-bottom-color: #2563eb; color: #1d4ed8; }
.workspace-tab > span, .workspace-tab b { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 18px; border-radius: 4px; padding: 0 5px; color: #64748b; background: #f1f5f9; font-size: 10px; font-weight: 550; }
.workspace-tab.active > span, .workspace-tab.active b { color: #1d4ed8; background: #eaf2ff; }
.work-table { width: 100%; border-collapse: collapse; }
.work-table th { padding: 11px 12px; border-bottom: 1px solid var(--line-soft); color: #64748b; background: #f8fafc; font-size: 10px; font-weight: 500; text-align: left; white-space: nowrap; }
.work-table td { padding: 14px 12px; border-bottom: 1px solid var(--line-soft); color: #526176; font-size: 11px; line-height: 1.5; vertical-align: middle; }
.work-table tbody tr:last-child td { border-bottom: 0; }
.work-table tbody tr:hover { background: #f8fbff; }
.work-table tr[data-project] { cursor: pointer; }
.work-table td:first-child, .work-table th:first-child { padding-left: 16px; }
.work-table td:last-child, .work-table th:last-child { padding-right: 16px; }
.work-table .task-title-cell { min-width: 240px; width: 46%; }
.work-table .owner-cell { min-width: 145px; }
.task-title-cell > strong, .task-title-cell > button, .task-title-cell > a { display: block; max-width: 650px; border: 0; padding: 0; color: #2c3a50; background: transparent; text-align: left; text-decoration: none; font-size: 12px; font-weight: 600; line-height: 1.5; }
.task-title-cell > button:hover, .task-title-cell > a:hover { color: #1d4ed8; }
.row-project-name { display: block; margin-top: 5px; color: #64748b; font-size: 10px; font-weight: 500; }
.row-subline { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 5px; color: #718096; font-size: 10px; line-height: 1.4; }
.row-subline .scope-tag { padding: 1px 5px; font-size: 9px; }
.row-focus { display: grid; width: 27px; height: 27px; place-items: center; border: 0; border-radius: 4px; padding: 0; color: #91a2b8; background: transparent; font-size: 20px; line-height: 1; }
.row-focus:hover { color: #2563eb; background: #eff6ff; }.row-focus.is-focused { color: #2563eb; }
.window-label { display: block; min-width: 70px; max-width: 130px; color: #64748b; font-size: 10px; line-height: 1.5; }
.row-owner { display: block; max-width: 130px; color: #526176; font-size: 11px; line-height: 1.45; }
.priority-dot { display: inline-flex; align-items: center; gap: 5px; color: #64748b; font-size: 10px; font-weight: 600; white-space: nowrap; }
.priority-dot::before { width: 5px; height: 5px; border-radius: 50%; background: #94a3b8; content: ""; }
.priority-dot.P0 { color: #ae3146; }.priority-dot.P0::before { background: #c93a51; }
.priority-dot.P1 { color: #a15c07; }.priority-dot.P1::before { background: #c18736; }
.priority-dot.P2 { color: #245cca; }.priority-dot.P2::before { background: #4f83da; }
.work-table .focus-toggle { position: static; min-height: 27px; padding: 4px 7px; font-size: 10px; white-space: nowrap; }
.table-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; border-top: 1px solid var(--line-soft); padding: 12px 16px; color: #64748b; font-size: 10px; }
.table-footer button { border: 0; padding: 0; color: #2563eb; background: transparent; font-size: 11px; font-weight: 550; }
.workspace-aside { display: grid; gap: 18px; min-width: 0; }
.workspace-aside .panel-pad { padding: 16px; }
.workspace-aside .panel-title { padding-bottom: 12px; gap: 10px; }
.workspace-aside .panel-title h2 { font-size: 13px; }
.workspace-aside .panel-title .button-outline { border: 0; min-height: 0; padding: 0; color: #2563eb; background: transparent; font-size: 10px; }
.compact-feed { display: grid; }
.feed-item { display: block; width: 100%; border: 0; border-bottom: 1px solid var(--line-soft); padding: 14px 0; color: inherit; background: transparent; text-align: left; }
.feed-item:last-child { padding-bottom: 0; border-bottom: 0; }
button.feed-item:hover strong { color: #2563eb; }
.feed-item strong { display: block; color: #334155; font-size: 11px; font-weight: 600; line-height: 1.5; }
.feed-item p { margin: 5px 0 0; color: #64748b; font-size: 10px; line-height: 1.6; }
.feed-item small, .feed-item > span { display: block; margin-top: 4px; color: #64748b; font-size: 10px; line-height: 1.4; }
.feed-item .event-date { display: block; margin: 0 0 5px; color: #7a8ba2; font-size: 10px; }
.quick-stats { display: grid; gap: 0; margin-top: 2px; }
.quick-stats > div, .quick-stats > button { display: flex; justify-content: space-between; align-items: center; gap: 12px; width: 100%; border: 0; border-bottom: 1px solid var(--line-soft); padding: 12px 0; color: #64748b; background: transparent; font-size: 11px; text-align: left; }
.quick-stats > :last-child { border-bottom: 0; padding-bottom: 0; }
.quick-stats > div { display: grid; grid-template-columns: 1fr auto; row-gap: 7px; }
.quick-stats meter { grid-column: 1 / -1; width: 100%; height: 4px; border: 0; border-radius: 3px; background: #edf2f7; }
.quick-stats meter::-webkit-meter-bar { height: 4px; border: 0; border-radius: 3px; background: #edf2f7; }
.quick-stats meter::-webkit-meter-optimum-value { border-radius: 3px; background: #93b5e3; }
.quick-stats meter::-moz-meter-bar { border-radius: 3px; background: #93b5e3; }
.quick-stats strong { color: #334155; font-size: 12px; font-weight: 600; }
.quick-stats button:hover { color: #2563eb; }
.focus-hero { display: flex; justify-content: space-between; align-items: center; gap: 24px; border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: #f8fafc; }
.focus-hero h2 { margin: 0; max-width: 760px; font-size: 22px; font-weight: 600; letter-spacing: -.025em; line-height: 1.3; }
.focus-hero p:not(.eyebrow) { max-width: 720px; margin: 7px 0 0; color: #64748b; font-size: 12px; }
.focus-hero-actions { display: grid; gap: 12px; justify-items: end; }
.focus-number { text-align: right; }
.focus-number strong { display: block; font-size: 26px; font-weight: 600; }.focus-number span { color: #64748b; font-size: 11px; }
.focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.task-card-list { display: grid; gap: 9px; margin-top: 13px; }
.task-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.task-card:hover { border-color: #bed0e9; }
.task-card-main { display: block; width: 100%; border: 0; padding: 13px 13px 12px; color: inherit; background: transparent; text-align: left; }
.task-card-main > strong { display: block; margin-top: 10px; color: #334155; font-size: 12px; font-weight: 600; line-height: 1.5; }
.task-card-top { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; min-height: 26px; margin-right: 52px; }
.task-project { display: block; margin-top: 6px; color: #64748b; font-size: 11px; line-height: 1.45; }
.task-meta { display: grid; gap: 4px; margin-top: 9px; border-top: 1px solid var(--line-soft); padding-top: 8px; color: #64748b; font-size: 10px; line-height: 1.4; }
.focus-toggle { position: absolute; top: 13px; right: 10px; border: 1px solid var(--line); border-radius: 4px; padding: 4px 6px; color: #64748b; background: #fff; font-size: 9px; font-weight: 550; }
.focus-toggle:hover, .focus-toggle.is-focused { border-color: #bed2f5; color: #1d4ed8; background: #eff6ff; }
.overview-bottom { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; margin-top: 20px; }
.delegation-list { display: grid; margin-top: 4px; }
.delegation-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; align-items: start; width: 100%; border: 0; border-bottom: 1px solid var(--line-soft); padding: 13px 2px; color: inherit; background: #fff; text-align: left; }
.delegation-row:last-child { border-bottom: 0; padding-bottom: 0; }
.delegation-row:hover:not(.static) { background: #f8fbff; }
.delegation-row strong, .delegation-row small { display: block; }
.delegation-row strong { color: #334155; font-size: 12px; font-weight: 600; line-height: 1.5; }
.delegation-row small, .delegation-row > span:last-child { margin-top: 4px; color: #64748b; font-size: 10px; line-height: 1.45; }
.delegation-row > span:last-child { max-width: 150px; text-align: right; }
.board-intro { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.board-intro h2 { margin: 0; font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.board-intro p:not(.eyebrow) { max-width: 760px; margin: 6px 0 0; color: #64748b; font-size: 12px; line-height: 1.6; }
.board-legend, .flow-legend { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; min-width: 230px; color: #64748b; font-size: 10px; }
.board-legend span, .flow-legend span { display: inline-flex; align-items: center; gap: 5px; }
.legend-dot { width: 6px; height: 6px; border-radius: 50%; background: #4f83da; }
.legend-dot.blocked { background: #c93a51; }.legend-dot.waiting { background: #c18736; }.legend-dot.decision { background: #8d6ec5; }
.kanban-board { display: grid; grid-template-columns: repeat(4, minmax(240px, 1fr)); gap: 14px; margin-top: 18px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
.board-lane { min-height: 230px; border: 1px solid var(--line-soft); border-top: 2px solid #a9bfda; border-radius: 6px; padding: 12px; background: #f8fafc; }
.board-lane-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line); padding: 1px 0 12px; }
.board-lane-head h2 { margin: 0; font-size: 13px; font-weight: 650; }.board-lane-head p { margin: 4px 0 0; color: #64748b; font-size: 10px; }
.board-lane-head > span { display: grid; min-width: 21px; height: 21px; place-items: center; border-radius: 4px; color: #526176; background: #eaf0f7; font-size: 10px; font-weight: 600; }
.lane-now { border-top-color: #73a1e4; }.lane-blocked { border-top-color: #dc8d9b; }.lane-waiting { border-top-color: #d8b77e; }.lane-decision { border-top-color: #b29bd6; }
.assignment-panel { margin-top: 18px; }
.horizontal-cards { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; }.horizontal-cards .task-card { flex: 0 0 min(330px, 84vw); }
.task-toolbar { display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: 16px; margin: 16px 0; align-items: center; }
.project-tools { display: grid; grid-template-columns: minmax(200px, .7fr) minmax(0, 1.3fr); gap: 12px; align-items: center; margin-top: 16px; }
.inline-search, .flow-search { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 6px; padding: 0 10px; color: #64748b; background: #fff; }
.inline-search:focus-within, .flow-search:focus-within { outline: 2px solid #c4d9fd; outline-offset: 1px; border-color: #8fb5ee; }
.inline-search input, .flow-search input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 9px 0; color: #334155; background: transparent; font-size: 12px; }
.inline-search input:focus-visible, .flow-search input:focus-visible { outline: 0; }
.view-toggle { display: flex; flex-wrap: wrap; gap: 5px; }
.owner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
.owner-card { position: relative; border: 1px solid var(--line); border-radius: 7px; padding: 15px; background: #fff; }
.owner-card h3 { max-width: calc(100% - 28px); margin: 0; color: #334155; font-size: 13px; font-weight: 600; line-height: 1.45; }
.owner-count { position: absolute; top: 14px; right: 14px; display: grid; min-width: 23px; height: 23px; place-items: center; border-radius: 4px; color: #526176; background: #f1f5f9; font-size: 11px; font-weight: 600; }
.owner-tasks { display: grid; margin-top: 12px; }
.owner-tasks button { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 8px; align-items: start; width: 100%; border: 0; border-top: 1px solid var(--line-soft); padding: 10px 0; color: #526176; background: transparent; font-size: 11px; line-height: 1.5; text-align: left; }
.owner-tasks button:last-child { padding-bottom: 0; }.owner-tasks button:hover { color: #1d4ed8; }
.intersections-panel { margin-top: 18px; }.intersection-list { display: grid; margin-top: 5px; }
.intersection-row { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; gap: 12px; align-items: center; width: 100%; border: 0; border-bottom: 1px solid var(--line-soft); padding: 13px 0; color: inherit; background: #fff; text-align: left; }
.intersection-row:hover { background: #f8fbff; }.intersection-row:last-child { border-bottom: 0; }
.intersection-kind { display: inline-flex; width: fit-content; border-radius: 4px; padding: 4px 6px; color: #526176; background: #f1f5f9; font-size: 10px; font-weight: 550; line-height: 1.3; }
.intersection-kind.asset { color: #15754f; background: #edf8f1; }.intersection-kind.platform { color: #245cca; background: #eff6ff; }.intersection-kind.capacity { color: #7153b0; background: #f4f0fb; }.intersection-kind.hypothesis { color: #92580c; background: #fff7e7; }.intersection-kind.boundary { color: #ae3146; background: #fff0f2; }
.intersection-row strong, .intersection-row small { display: block; }.intersection-row strong { color: #334155; font-size: 12px; font-weight: 600; line-height: 1.5; }.intersection-row small { margin-top: 4px; color: #64748b; font-size: 11px; line-height: 1.5; }.intersection-signal { display: flex; align-items: center; justify-content: flex-end; gap: 5px; }
.flow-intro { display: flex; align-items: center; justify-content: space-between; gap: 22px; }.flow-intro h2 { margin: 0; font-size: 18px; font-weight: 600; }.flow-intro p:not(.eyebrow) { margin: 7px 0 0; color: #64748b; font-size: 12px; }
.flow-workspace { display: grid; grid-template-columns: 244px minmax(0, 1fr); gap: 20px; align-items: start; }
.flow-intro + .flow-workspace { margin-top: 18px; }
.flow-navigator { position: sticky; top: 20px; padding: 0; overflow: hidden; }.flow-navigator-head { padding: 16px 14px 0; }.flow-navigator .panel-title { padding-bottom: 12px; }.flow-navigator .panel-title h2 { font-size: 13px; }
.flow-search { margin-top: 14px; }.flow-search input { font-size: 11px; }
.flow-filter { margin-top: 11px; gap: 5px; }.flow-filter .filter { flex: 1; padding-left: 7px; padding-right: 7px; font-size: 10px; }
.flow-list-count { margin: 0; color: #64748b; font-size: 10px; }
.flow-nav-list { display: grid; gap: 3px; padding: 0 8px 10px; max-height: calc(100vh - 340px); min-height: 180px; margin-top: 10px; overflow-y: auto; scrollbar-width: thin; }
.flow-nav-item { display: block; width: 100%; border: 1px solid transparent; border-radius: 5px; padding: 11px 9px; color: inherit; background: #fff; text-align: left; }
.flow-nav-item:hover { background: #f8fafc; }.flow-nav-item.active { border-color: #d8e5fb; color: #1d4ed8; background: #eff6ff; }
.flow-nav-top { display: flex; align-items: center; justify-content: space-between; gap: 6px; }.flow-nav-count { color: #64748b; font-size: 9px; }
.flow-nav-item strong, .flow-nav-item small { display: block; }.flow-nav-item strong { margin-top: 6px; color: #334155; font-size: 11px; font-weight: 600; line-height: 1.5; }.flow-nav-item.active strong { color: #1d4ed8; }
.flow-nav-item small { display: -webkit-box; margin-top: 4px; overflow: hidden; color: #64748b; font-size: 10px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.flow-dossier { min-width: 0; }.flow-dossier-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 20px 22px 0; }
.flow-dossier-head h2 { max-width: 720px; margin: 0; color: #25334a; font-size: 21px; font-weight: 650; letter-spacing: -.025em; line-height: 1.35; }.flow-dossier-head p:not(.eyebrow):not(.flow-dossier-category) { max-width: 800px; margin: 8px 0 0; color: #64748b; font-size: 12px; line-height: 1.6; }
.flow-dossier-category { margin: 0 0 7px; color: #64748b; font-size: 10px; font-weight: 550; }
.flow-dossier-status { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; min-width: 90px; }
.flow-tabs { display: flex; gap: 22px; padding: 0 22px; overflow-x: auto; margin-top: 20px; border-bottom: 1px solid var(--line); scrollbar-width: thin; }
.flow-tab { display: inline-flex; flex-shrink: 0; width: auto; align-items: center; justify-content: center; gap: 6px; min-height: 42px; border: 0; border-bottom: 2px solid transparent; padding: 9px 0 11px; color: #64748b; background: transparent; font-size: 11px; font-weight: 550; white-space: nowrap; }
.flow-tab:hover { color: #1d4ed8; }.flow-tab.active { border-bottom-color: #2563eb; color: #1d4ed8; }
.flow-tab > span { border-radius: 4px; padding: 1px 5px; color: #64748b; background: #f1f5f9; font-size: 10px; }.flow-tab.active > span { color: #1d4ed8; background: #eff6ff; }
.flow-tab-panel { padding: 20px 22px 24px; outline: none; }
.flow-summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.flow-summary-card { border: 1px solid var(--line-soft); border-radius: 6px; padding: 16px; background: #f8fafc; }
.flow-summary-card h3 { margin: 8px 0 0; color: #334155; font-size: 13px; font-weight: 600; line-height: 1.5; }.flow-summary-card p { margin: 7px 0 0; color: #526176; font-size: 12px; line-height: 1.6; }.flow-summary-card .status { margin-top: 8px; }.flow-summary-card > small, .flow-summary-card > span:not(.status):not(.detail-label) { color: #64748b; font-size: 10px; }
.flow-detail-grid, .flow-details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.flow-detail-block { border: 1px solid var(--line-soft); border-radius: 6px; padding: 14px; background: #fff; }.flow-detail-block p { margin: 6px 0 0; color: #526176; font-size: 12px; line-height: 1.6; }.flow-detail-block p b { margin-right: 5px; color: #334155; font-weight: 600; }
.flow-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 20px; margin: 12px 0 0; font-size: 11px; }.flow-fields > div { min-width: 0; }.flow-fields dt { color: #64748b; font-size: 10px; }.flow-fields dd { margin: 4px 0 0; color: #334155; overflow-wrap: break-word; }
.flow-tab-panel > .flow-detail-block { margin-top: 18px; }
.flow-detail-block h3, .flow-history-block h3 { margin: 0; color: #334155; font-size: 13px; font-weight: 600; }
.flow-task-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }.flow-task-heading > div { display: flex; flex-wrap: wrap; gap: 6px; flex-shrink: 0; }
.flow-relation-note { margin: 16px 0 0; color: #64748b; font-size: 11px; line-height: 1.65; }
.flow-task-list { display: grid; }.flow-task-card { border: 1px solid var(--line); border-radius: 6px; padding: 16px; margin-bottom: 12px; background: #fff; }.flow-task-card h3 { margin: 8px 0; color: #334155; font-size: 13px; font-weight: 600; }.flow-task-card p { margin: 6px 0 0; color: #526176; font-size: 12px; line-height: 1.6; }.flow-task-card .flow-fields { padding-top: 10px; border-top: 1px solid var(--line-soft); }
.flow-task-top { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }.flow-task-meta { color: #64748b; font-size: 11px; }
.flow-history-block { margin-top: 22px; border-top: 1px solid var(--line-soft); padding-top: 18px; }.flow-history-block .panel-title { align-items: center; }
.flow-history-list { display: grid; gap: 18px; margin: 17px 0 0 4px; }.flow-history-item { position: relative; border-left: 2px solid #d4e1f1; padding: 0 0 0 14px; }.flow-history-item span, .flow-history-item strong, .flow-history-item small { display: block; }.flow-history-item span { color: #64748b; font-size: 10px; }.flow-history-item strong { margin-top: 5px; color: #334155; font-size: 12px; font-weight: 600; line-height: 1.5; }.flow-history-item p { margin: 5px 0 0; color: #526176; font-size: 12px; line-height: 1.6; }.flow-history-item small { margin-top: 7px; color: #64748b; font-size: 10px; }
.flow-empty { border: 1px dashed #d5dfe9; border-radius: 6px; padding: 22px 16px; color: #64748b; background: #fafcfe; font-size: 12px; line-height: 1.6; }
.flow-journey { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }.flow-step { position: relative; border: 1px solid var(--line-soft); border-radius: 6px; padding: 15px; background: #f8fafc; }.flow-step-number { display: block; margin-bottom: 8px; color: #8ca0b8; font-size: 10px; font-weight: 600; }.flow-step-kicker { color: #64748b; font-size: 10px; font-weight: 600; }.flow-step h3 { margin: 7px 0 0; font-size: 12px; font-weight: 600; line-height: 1.5; }.flow-step p { margin: 7px 0 0; color: #526176; font-size: 11px; line-height: 1.6; }.flow-step-source { display: block; margin-top: 9px; color: #64748b; font-size: 10px; }.flow-step-meta { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 10px; color: #64748b; font-size: 10px; }
.flow-relations { display: grid; grid-column: 2; gap: 16px; }.relation-card-list { display: grid; gap: 12px; margin-top: 16px; }.relation-card { border: 1px solid var(--line); border-radius: 6px; padding: 16px; background: #fff; }.relation-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.relation-kind { color: #64748b; font-size: 10px; font-weight: 600; }.relation-confidence { border-radius: 4px; padding: 3px 6px; color: #526176; background: #f1f5f9; font-size: 9px; font-weight: 550; white-space: nowrap; }.relation-confidence.documented { color: #15754f; background: #edf8f1; }.relation-confidence.to_validate { color: #92580c; background: #fff7e7; }.relation-confidence.restricted { color: #ae3146; background: #fff0f2; }
.relation-label { display: block; margin-top: 10px; color: #64748b; font-size: 10px; }.relation-target { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; width: 100%; border: 0; padding: 9px 0 0; color: #1d4ed8; background: transparent; font-size: 13px; font-weight: 600; line-height: 1.5; text-align: left; }.relation-target:hover { color: #1e40af; text-decoration: underline; text-underline-offset: 3px; }.relation-target > span { color: #718096; }.relation-card p { margin: 8px 0 0; color: #526176; font-size: 12px; line-height: 1.6; }.relation-task { margin-top: 13px; border-top: 1px solid var(--line-soft); padding-top: 12px; }.relation-task > span, .relation-task strong { display: block; }.relation-task > span { color: #64748b; font-size: 10px; }.relation-task strong { margin: 5px 0 7px; color: #334155; font-size: 12px; font-weight: 550; line-height: 1.5; }.relation-source { margin-top: 10px; color: #64748b; font-size: 10px; line-height: 1.5; }.relation-source span { margin-right: 5px; font-weight: 550; }
.flow-guardrail { border: 1px solid var(--line-soft); border-radius: 6px; padding: 14px; background: #f8fafc; }.flow-guardrail strong { color: #475569; font-size: 11px; font-weight: 600; }.flow-guardrail p { margin: 6px 0 0; color: #64748b; font-size: 11px; line-height: 1.6; }
.detail-flow-button { width: 100%; margin: 15px 0 2px; }.event-flow-link { display: inline-flex; min-height: 27px; align-items: center; margin-top: 10px; border: 1px solid #d7e5f9; border-radius: 5px; padding: 4px 7px; color: #2563eb; background: #f8fbff; font-size: 10px; font-weight: 550; }.event-flow-link:hover { border-color: #b8cff0; background: #eff6ff; }
.command-dialog { width: min(660px, calc(100vw - 32px)); max-width: none; overflow: visible; border: 1px solid var(--line); border-radius: 10px; padding: 0; color: var(--text); background: #fff; box-shadow: 0 24px 80px rgba(15, 23, 42, .2); }
.command-dialog::backdrop { background: rgba(15, 23, 42, .25); }
.command-surface { padding: 18px; }.command-topline { display: flex; align-items: center; justify-content: space-between; padding: 0 0 14px; }.command-title { color: #334155; font-size: 14px; font-weight: 600; }.dialog-close { display: grid; width: 28px; height: 28px; place-items: center; border: 0; border-radius: 5px; padding: 0; color: #64748b; background: transparent; font-size: 23px; line-height: 1; }.dialog-close:hover { color: #334155; background: #f1f5f9; }
.command-input-wrap { display: flex; align-items: center; gap: 9px; border: 1px solid #a7c5ee; border-radius: 6px; padding: 0 12px; color: #2563eb; background: #fff; }.command-input-wrap:focus-within { outline: 2px solid #d7e7ff; }.command-input-wrap input { width: 100%; border: 0; outline: 0; padding: 13px 0; color: #334155; background: transparent; font-size: 14px; }.command-input-wrap input:focus-visible { outline: 0; }
.command-results { display: grid; gap: 2px; max-height: min(53vh, 460px); margin-top: 12px; overflow-y: auto; }.command-result { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 10px; align-items: center; width: 100%; border: 1px solid transparent; border-radius: 6px; padding: 11px 9px; color: inherit; background: transparent; text-align: left; }.command-result:hover, .command-result:focus-visible { border-color: #d6e5fb; background: #eff6ff; }.command-kind { color: #64748b; font-size: 9px; font-weight: 600; letter-spacing: .035em; }.command-result strong, .command-result small { display: block; }.command-result strong { color: #334155; font-size: 12px; font-weight: 600; }.command-result small { overflow: hidden; margin-top: 3px; color: #64748b; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.result-arrow { color: #64748b; }.command-help { margin: 13px 2px 0; color: #64748b; font-size: 10px; }
@media (min-width: 1680px) { .workspace-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; }.flow-workspace { grid-template-columns: 266px minmax(0, 1fr); }.relation-card-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 1399px) {
  .workspace-layout { grid-template-columns: minmax(0, 1fr); }
  .workspace-aside { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workspace-aside > :last-child:nth-child(odd) { grid-column: 1 / -1; }
  .focus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.focus-grid > :last-child { grid-column: 1 / -1; }
  .flow-workspace { grid-template-columns: 220px minmax(0, 1fr); gap: 16px; }
  .flow-summary-grid, .flow-detail-grid, .flow-details-grid { grid-template-columns: 1fr; }
  .flow-journey { grid-template-columns: 1fr; }
  .flow-navigator-head { padding: 14px 12px 0; }
}
@media (max-width: 1120px) {
  .project-tools { grid-template-columns: 1fr; }
  .owner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .board-intro { align-items: flex-start; flex-direction: column; gap: 15px; }.board-legend { justify-content: flex-start; min-width: 0; }
  .flow-dossier-head { flex-direction: column; gap: 12px; }.flow-dossier-status { justify-content: flex-start; }
  .flow-tabs { gap: 17px; }
}
@media (max-width: 820px) {
  .command-trigger { padding: 6px 8px; }.command-trigger kbd { margin-left: 8px; }
  .flow-workspace { grid-template-columns: 1fr; }
  .flow-navigator { position: static; padding: 0; }
  .flow-navigator-head { padding: 15px 15px 0; }
  .flow-nav-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; max-height: 220px; }
  .flow-filter { display: inline-flex; }.flow-filter .filter { flex: none; }
  .flow-list-count { display: inline; margin-left: 10px; }
  .flow-summary-grid, .flow-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-dossier-head { flex-direction: row; }.flow-relations { grid-column: auto; }
  .overview-bottom { grid-template-columns: 1fr; }
  .focus-hero { align-items: flex-start; flex-direction: column; }
  .focus-hero-actions { display: flex; align-items: center; gap: 20px; }.focus-number { text-align: left; }
}
@media (max-width: 580px) {
  .command-trigger > span, .command-trigger kbd { display: none; }.command-trigger { justify-content: center; width: 34px; height: 34px; padding: 0; }
  .workspace-layout { gap: 18px; }
  .workspace-work > .panel-title { align-items: flex-start; flex-direction: column; gap: 8px; }.workspace-aside { grid-template-columns: 1fr; }.workspace-aside > :last-child:nth-child(odd) { grid-column: auto; }
  .workspace-tabs { gap: 17px; }.workspace-tab { font-size: 11px; }
  .workspace-toolbar { align-items: flex-start; }.workspace-toolbar .button-outline { font-size: 10px; }
  .work-table { min-width: 680px; }.work-table .task-title-cell { width: 50%; min-width: 260px; }
  .work-table td { padding-top: 12px; padding-bottom: 12px; }
  .focus-grid { grid-template-columns: 1fr; }.focus-grid > :last-child { grid-column: auto; }
  .focus-hero { padding: 18px; }.focus-hero h2 { font-size: 19px; }
  .owner-grid { grid-template-columns: 1fr; }
  .delegation-row { grid-template-columns: auto minmax(0, 1fr); }.delegation-row > span:last-child { display: none; }
  .view-toggle { justify-content: flex-end; }.view-toggle .filter { font-size: 10px; }
  .intersection-row { grid-template-columns: 1fr; gap: 7px; }.intersection-signal { justify-content: flex-start; }
  .flow-navigator .view-toggle { justify-content: flex-start; }
  .flow-nav-list { grid-template-columns: 1fr; max-height: 190px; }.flow-nav-item { padding: 9px; }
  .flow-dossier-head { flex-direction: column; gap: 12px; }.flow-dossier-head h2 { font-size: 19px; }
  .flow-summary-grid, .flow-detail-grid, .flow-details-grid { grid-template-columns: 1fr; }
  .flow-tabs { gap: 18px; margin-top: 17px; }.flow-tab { font-size: 11px; }
  .flow-tab-panel { padding: 16px; }
  .flow-dossier-head { padding: 17px 16px 0; }
  .flow-tabs { padding: 0 16px; }
  .flow-fields { grid-template-columns: 1fr; gap: 13px; }
  .flow-task-heading { flex-direction: column; gap: 7px; }
  .task-toolbar { grid-template-columns: 1fr; gap: 10px; }
  .flow-intro { align-items: flex-start; flex-direction: column; }.flow-legend { justify-content: flex-start; }
  .relation-topline { flex-wrap: wrap; }
  .command-result { grid-template-columns: 49px minmax(0, 1fr) auto; gap: 7px; padding-left: 6px; padding-right: 6px; }
}

/* Work dossiers: reviewed correspondence and documents. */
.work-review { display: grid; gap: 16px; min-width: 0; }
.work-review-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; }
.work-review-header h2 { margin: 0; color: #25334a; font-size: 16px; font-weight: 650; }
.work-review-header p { margin: 5px 0 0; color: #64748b; font-size: 12px; line-height: 1.6; }
.work-review-date { flex-shrink: 0; color: #64748b; font-size: 11px; }
.work-coverage { overflow: hidden; }
.work-coverage > summary { display: flex; align-items: center; gap: 12px; padding: 13px 18px; color: #334155; font-size: 12px; font-weight: 550; cursor: pointer; }
.work-coverage > summary::before { content: '›'; color: #64748b; font-size: 18px; line-height: 1; transform-origin: center; }
.work-coverage[open] > summary::before { transform: rotate(90deg); }
.work-coverage > summary::marker, .work-coverage > summary::-webkit-details-marker { display: none; content: ''; }
.work-coverage > summary > span:last-child { margin-left: auto; color: #64748b; font-size: 10px; font-weight: 400; }
.work-coverage[open] > summary { border-bottom: 1px solid var(--line-soft); }
.work-coverage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line-soft); }
.work-coverage-grid article { padding: 15px 18px; background: #fff; }
.work-coverage-grid article > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.work-coverage-grid h3 { margin: 0; color: #334155; font-size: 12px; font-weight: 600; line-height: 1.5; }
.work-coverage-grid p { margin: 7px 0 0; color: #64748b; font-size: 11px; line-height: 1.65; }
.work-review-status { display: inline-flex; align-items: center; width: fit-content; max-width: 100%; border-radius: 4px; padding: 4px 6px; color: #526176; background: #f1f5f9; font-size: 10px; font-weight: 550; line-height: 1.35; overflow-wrap: anywhere; }
.work-review-status.confirmed { color: #15754f; background: #edf8f1; }
.work-review-status.pending { color: #92580c; background: #fff7e7; }
.work-review-layout { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: 18px; align-items: start; }
.work-dossier-register { position: sticky; top: 20px; overflow: hidden; }
.work-register-tools { padding: 16px 16px 13px; }
.work-register-tools .panel-title { border: 0; padding-bottom: 12px; }
.work-register-tools .inline-search input { font-size: 11px; }
.work-review-filters { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.work-review-filters .filter { padding: 6px 8px; font-size: 10px; }
.work-dossier-list { max-height: calc(100vh - 300px); min-height: 140px; overflow-y: auto; scrollbar-width: thin; }
.work-dossier-table { min-width: 0; table-layout: fixed; }
.work-dossier-table th:first-child { width: 72%; }
.work-dossier-table th:last-child { width: 28%; }
.work-dossier-table td { padding: 13px 14px; }
.work-dossier-table th { position: sticky; top: 0; z-index: 1; padding: 9px 14px; }
.work-dossier-table .row-title { display: block; width: 100%; border: 0; padding: 0; color: #334155; background: transparent; font-size: 12px; font-weight: 600; line-height: 1.5; text-align: left; overflow-wrap: anywhere; }
.work-dossier-table .row-title:hover, .work-dossier-table tr.selected .row-title { color: #1d4ed8; }
.work-dossier-table .row-title:hover { text-decoration: underline; text-underline-offset: 3px; }
.work-dossier-table p { display: -webkit-box; margin: 7px 0 0; overflow: hidden; color: #64748b; font-size: 11px; line-height: 1.6; overflow-wrap: break-word; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.work-dossier-table tr:hover td { background: #f8fbff; }
.work-dossier-table tr.selected:hover td { background: #f0f6ff; }
.work-dossier-org { display: block; margin-top: 4px; color: #64748b; font-size: 10px; }
.work-dossier-list > .empty-state { margin: 12px; }
.work-dossier-list .empty-state .button-outline { margin-top: 15px; }
.work-review-detail { min-width: 0; scroll-margin-top: 20px; }
.work-dossier-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; padding: 20px 22px 0; }
.work-dossier-heading > div { min-width: 0; }
.work-dossier-heading > .work-review-status { flex-shrink: 0; max-width: 36%; }
.work-dossier-heading h2 { margin: 6px 0 0; color: #25334a; font-size: 20px; font-weight: 650; line-height: 1.4; letter-spacing: -.025em; overflow-wrap: break-word; }
.work-dossier-heading h2:focus { outline: 0; }
.work-dossier-summary { margin: 10px 22px 0; color: #64748b; font-size: 12px; line-height: 1.7; }
.work-review-tabs { display: flex; gap: 20px; margin-top: 18px; padding: 0 22px; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: thin; }
.work-review-tab { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; gap: 5px; min-height: 44px; padding: 10px 0; border: 0; border-bottom: 2px solid transparent; color: #64748b; background: transparent; font-size: 11px; font-weight: 550; }
.work-review-tab.active { border-bottom-color: #2563eb; color: #1d4ed8; }
.work-review-tab:hover { color: #1d4ed8; }
.work-review-tab > span { border-radius: 4px; padding: 1px 4px; color: #64748b; background: #f1f5f9; font-size: 10px; }
.work-review-tab.active > span { color: #1d4ed8; background: #eff6ff; }
.work-review-tab-content { padding: 20px 22px 24px; outline: 0; }
.work-next-step { padding: 16px; border: 1px solid #dbe6f5; border-radius: 6px; background: #f8fbff; }
.work-next-step h3 { margin: 7px 0 0; color: #334155; font-size: 13px; font-weight: 550; line-height: 1.65; }
.work-review-section { margin-top: 23px; }
.work-review-section h3 { margin: 0; color: #334155; font-size: 12px; font-weight: 600; }
.work-person-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.work-person-list span { border: 1px solid var(--line-soft); border-radius: 4px; padding: 5px 7px; color: #526176; background: #fff; font-size: 11px; line-height: 1.5; }
.work-gap-list { display: grid; gap: 9px; margin: 11px 0 0; padding-left: 18px; color: #64748b; font-size: 12px; line-height: 1.7; }
.work-gap-list li::marker { color: #b59a61; }
.work-dossier-shortcuts { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 18px; margin-top: 22px; border-top: 1px solid var(--line-soft); }
.work-dossier-shortcuts .button-outline { font-size: 11px; }
.work-review-timeline { display: grid; gap: 24px; margin: 3px 0 0 3px; padding: 0; list-style: none; }
.work-review-timeline > li { position: relative; padding-left: 16px; border-left: 2px solid #d8e3f1; }
.work-review-timeline time { color: #64748b; font-size: 10px; }
.work-review-timeline h3 { margin: 6px 0 0; color: #334155; font-size: 12px; font-weight: 600; line-height: 1.65; }
.work-timeline-evidence { margin-top: 10px; color: #64748b; font-size: 11px; line-height: 1.65; }
.work-timeline-evidence > span { color: #8a96a8; font-size: 10px; }
.work-timeline-evidence p { margin: 3px 0 0; }
.work-source-list, .work-link-list { display: grid; gap: 12px; }
.work-source-card, .work-link-card { padding: 15px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.work-source-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.work-source-heading > div { min-width: 0; }
.work-source-heading > .work-review-status { flex-shrink: 0; max-width: 35%; }
.work-source-kind { display: block; color: #64748b; font-size: 10px; line-height: 1.5; }
.work-source-card h3, .work-link-card h3 { margin: 6px 0 0; color: #334155; font-size: 12px; font-weight: 600; line-height: 1.6; overflow-wrap: anywhere; }
.work-source-action { padding-top: 12px; margin-top: 12px; border-top: 1px solid var(--line-soft); }
.work-source-link { color: #1d4ed8; font-size: 11px; line-height: 1.6; overflow-wrap: anywhere; text-decoration: none; }
.work-source-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.work-link-unavailable { color: #8a96a8; font-size: 10px; }
.work-link-title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; width: 100%; border: 0; padding: 7px 0 0; color: #1d4ed8; background: transparent; font-size: 13px; font-weight: 600; line-height: 1.6; text-align: left; }
.work-link-title:hover { text-decoration: underline; text-underline-offset: 3px; }
.work-link-card p { margin: 8px 0 0; color: #64748b; font-size: 12px; line-height: 1.65; }
.work-link-card > small { display: block; margin-top: 10px; color: #8a96a8; font-size: 10px; }
@media (min-width: 1700px) { .work-review-layout { grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); }.work-coverage-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1179px) {
  .work-review-layout { grid-template-columns: 1fr; }
  .work-dossier-register { position: static; }
  .work-dossier-list { max-height: 310px; }
  .work-dossier-table th:first-child { width: 76%; }
  .work-dossier-table th:last-child { width: 24%; }
}
@media (max-width: 640px) {
  .work-review { gap: 12px; }
  .work-review-header { align-items: flex-start; flex-direction: column; gap: 9px; padding: 15px; }
  .work-review-header h2 { font-size: 15px; }
  .work-review-date { font-size: 10px; }
  .work-coverage > summary { padding: 12px 14px; gap: 7px; font-size: 11px; }
  .work-coverage > summary > span:last-child { font-size: 9px; }
  .work-coverage-grid { grid-template-columns: 1fr; }
  .work-coverage-grid article { padding: 13px 15px; }
  .work-register-tools { padding: 14px; }
  .work-register-tools .panel-title h2 { font-size: 13px; }
  .work-dossier-table { min-width: 0; }
  .work-dossier-table th:first-child { width: 70%; }
  .work-dossier-table th:last-child { width: 30%; }
  .work-dossier-table td, .work-dossier-table th { padding-left: 12px; padding-right: 10px; }
  .work-dossier-table .row-title { font-size: 11px; }
  .work-dossier-table p { font-size: 10px; }
  .work-dossier-list { max-height: 270px; }
  .work-review-status { font-size: 9px; }
  .work-dossier-heading { padding: 17px 16px 0; }
  .work-dossier-heading h2 { font-size: 18px; }
  .work-dossier-summary { margin-left: 16px; margin-right: 16px; }
  .work-review-tabs { gap: 18px; padding: 0 16px; }
  .work-review-tab-content { padding: 17px 16px 20px; }
  .work-source-heading { flex-wrap: wrap; }
  .work-source-heading > .work-review-status { max-width: 100%; }
  .work-next-step { padding: 13px; }
  .work-next-step h3 { font-size: 12px; }
}


/* Daily workspace: the action first, supporting context on demand. */
.main-content { padding-bottom: 28px; }
.page-head { margin-bottom: 18px; }
.page-head > div > .eyebrow { display: none; }
#page-subtitle { font-size: .875rem; }
.nav-item { font-size: .875rem; min-height: 42px; }
.nav-label { font-size: .75rem; letter-spacing: .04em; }
.nav-folders, .nav-advanced { margin-top: 14px; }
.nav-folders > summary, .nav-advanced > summary { display: flex; justify-content: space-between; cursor: pointer; list-style: none; }
.nav-folders > summary::-webkit-details-marker, .nav-advanced > summary::-webkit-details-marker { display: none; }
.nav-folders:not([open]) summary span, .nav-advanced:not([open]) summary span { transform: rotate(-90deg); }
.nav-advanced > div { display: grid; }
.head-actions .select, .head-actions .button-outline { font-size: .875rem; }
.page-head .head-actions { gap: 8px; }
.daily-summary { display: flex; gap: 10px 24px; flex-wrap: wrap; margin: 0 0 22px; border-bottom: 1px solid #e8edf3; padding-bottom: 18px; }
.daily-summary button { display: flex; align-items: baseline; gap: 8px; border: 0; padding: 0; background: none; color: #526176; font-size: .875rem; }
.daily-summary strong { color: #172338; font-size: 1.375rem; font-weight: 650; }
.daily-summary button:hover { color: #1d4ed8; }
.daily-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 20px; align-items: start; }
.daily-layout > *, .daily-aside { min-width: 0; }
.daily-aside { display: grid; gap: 18px; }
.daily-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 22px 12px; }
.daily-panel-head h2 { margin: 0; font-size: 1.125rem; line-height: 1.4; }
.daily-panel-head h3 { margin: 0; font-size: 1rem; }
.daily-panel-head p:not(.section-kicker) { margin: 7px 0 0; color: #526176; font-size: .875rem; line-height: 1.5; }
.section-kicker { margin: 0 0 5px; color: #64748b; font-size: .75rem; font-weight: 600; letter-spacing: .055em; }
.daily-switch { display: flex; gap: 3px; padding: 3px; border-radius: 6px; background: #f1f5f9; flex-shrink: 0; }
.daily-switch button { display: flex; gap: 6px; border: 0; border-radius: 4px; padding: 7px 9px; color: #526176; background: none; font-size: .875rem; white-space: nowrap; }
.daily-switch button.active { color: #1d4ed8; background: #fff; box-shadow: 0 1px 3px #0f172a12; }
.daily-switch span { color: #64748b; font-size: .8125rem; }
.daily-list-note { margin: 0; padding: 0 22px 16px; font-size: .875rem; color: #526176; line-height: 1.55; }
.simple-task-list, .simple-project-list { margin: 0; padding: 0; list-style: none; }
.simple-task-row { display: flex; align-items: center; gap: 0; border-top: 1px solid #e8edf3; padding-right: 16px; }
.task-open { display: flex; gap: 12px; align-items: center; min-width: 0; min-height: 86px; flex: 1; padding: 16px 10px 16px 22px; border: 0; background: transparent; text-align: left; }
.task-open:hover { background: #f8fafc; }
.task-priority-dot { width: 7px; height: 7px; border-radius: 50%; background: #94a3b8; flex-shrink: 0; align-self: flex-start; margin-top: 8px; }
.task-priority-dot.P0 { background: #be3449; }
.task-priority-dot.P1 { background: #a15c07; }
.task-priority-dot.P2 { background: #2563eb; }
.simple-task-copy { display: grid; flex: 1; gap: 6px; min-width: 0; }
.simple-task-copy strong { color: #172338; font-size: 1rem; line-height: 1.45; font-weight: 550; overflow-wrap: anywhere; }
.simple-task-copy > span { color: #526176; font-size: .875rem; line-height: 1.45; }
.simple-task-state { margin-left: auto; }
.simple-task-state .status { font-size: .8125rem; font-weight: 500; padding: 4px 7px; }
.task-open-arrow { color: #94a3b8; font-size: 1.375rem; padding: 0 2px; }
.task-pin { flex: 0 0 34px; width: 34px; height: 38px; border: 0; border-radius: 5px; color: #8b98ac; background: transparent; font-size: 1.375rem; }
.task-pin:hover, .task-pin.active { background: #eff6ff; color: #2563eb; }
.daily-panel-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 15px 22px; border-top: 1px solid #e8edf3; color: #64748b; font-size: .8125rem; }
.daily-layout .text-button, .daily-panel-foot .text-button, .simple-projects .text-button, .panel-bottom-link, .brief-dialog .text-button { font-size: .875rem; white-space: normal; text-align: left; }
.simple-empty { padding: 26px 22px; color: #526176; font-size: 1rem; line-height: 1.6; }
.simple-empty p { margin: 0; }
.calendar-unlinked { padding: 8px 22px 22px; }
.calendar-unlinked strong { display: block; font-size: 1rem; font-weight: 550; margin-top: 10px; }
.calendar-unlinked p { margin: 7px 0 0; color: #64748b; font-size: .875rem; line-height: 1.55; }
.calendar-symbol { display: inline-flex; justify-content: center; align-items: center; height: 40px; width: 40px; border-radius: 8px; color: #526176; background: #f1f5f9; }
.decision-line { display: grid; width: 100%; gap: 6px; border: 0; border-top: 1px solid #e8edf3; padding: 15px 22px; background: none; text-align: left; }
.decision-line > span:first-child { color: #64748b; font-size: .8125rem; }
.decision-line strong { color: #172338; font-size: .9375rem; font-weight: 550; line-height: 1.5; }
.decision-line:hover { background: #f8fafc; }
.decision-link { color: #2563eb; font-size: .875rem; }
.subtle-count { color: #64748b; font-size: .875rem; }
.panel-bottom-link { margin: 12px 22px 18px; }
.life-shortcuts { margin-top: 26px; }
.life-shortcuts .folder-section-heading > span { color: #64748b; font-size: .8125rem; }
.life-shortcuts > div:last-child { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.life-shortcuts button { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; border: 1px solid #e2e8f0; border-radius: 6px; padding: 14px 16px; background: #fff; text-align: left; }
.life-shortcuts strong { font-size: .9375rem; font-weight: 550; }
.life-shortcuts button > span { color: #64748b; font-size: .8125rem; }
.life-shortcuts button:hover { background: #f8fafc; border-color: #b7cbe8; }
.task-category-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.task-category-tabs button { display: inline-flex; gap: 8px; align-items: center; border: 1px solid transparent; border-radius: 6px; padding: 9px 12px; background: transparent; color: #526176; font-size: .875rem; }
.task-category-tabs button span { font-size: .8125rem; color: #64748b; }
.task-category-tabs button.active { color: #1d4ed8; background: #eff6ff; border-color: #cbdcff; }
.simple-task-toolbar, .simple-project-toolbar { display: flex; gap: 10px; padding: 0 22px 18px; }
.simple-task-toolbar .inline-search, .simple-project-toolbar .inline-search { flex: 1; min-width: 0; }
.simple-task-toolbar input, .simple-project-toolbar input, .simple-task-toolbar .select, .simple-project-toolbar .select { font-size: .875rem; min-height: 40px; }
.folder-trail { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; font-size: .875rem; }
.folder-trail > span, .folder-trail > small { color: #64748b; }
.folder-trail .text-button { font-size: .875rem; }
.folder-card-content > span { display: none; }
.folder-card { padding: 14px; }
.folder-card small { margin-top: 0; }
.simple-project-list > li { border-top: 1px solid #e8edf3; }
.simple-project-list > li > button { display: flex; align-items: center; justify-content: space-between; gap: 22px; width: 100%; border: 0; background: transparent; text-align: left; padding: 17px 22px; }
.simple-project-list > li > button:hover { background: #f8fafc; }
.simple-project-list > li > button > span:first-child { display: grid; gap: 5px; min-width: 0; }
.simple-project-list strong { font-size: 1rem; font-weight: 550; line-height: 1.45; }
.simple-project-list small { font-size: .8125rem; color: #64748b; }
.simple-project-list > li > button > span:first-child > span { font-size: .875rem; color: #526176; line-height: 1.5; }
.project-row-end { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.project-row-end .status { font-size: .8125rem; }
.agenda-days { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 8px; margin: 0 0 20px; }
.agenda-days button { display: grid; gap: 6px; border: 1px solid #e2e8f0; border-radius: 7px; padding: 12px 5px; background: #fff; color: #526176; text-align: center; font-size: .875rem; }
.agenda-days strong { font-size: 1.25rem; color: #172338; }
.agenda-days button.active { background: #eff6ff; border-color: #2563eb; color: #1d4ed8; }
.agenda-days button.active strong { color: #1d4ed8; }
.agenda-unconnected { padding: 34px 30px; }
.agenda-unconnected h3 { font-size: 1.125rem; margin: 15px 0 9px; font-weight: 550; }
.agenda-unconnected p { max-width: 48ch; font-size: 1rem; color: #526176; line-height: 1.65; margin: 0; }
.daily-aside .simple-task-state, body[data-view="agenda"] .daily-layout > aside .simple-task-state { display: none; }
.brief-dialog { position: fixed; inset: 0 0 0 auto; margin: 0; border: 0; border-left: 1px solid #dbe2ea; width: min(660px,100vw); max-width: 100vw; height: 100dvh; max-height: 100dvh; border-radius: 0; padding: 0; background: #fff; color: #172338; box-shadow: -12px 0 50px #0f172a16; }
.brief-dialog::backdrop { background: #17233844; }
.brief-toolbar { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; border-bottom: 1px solid #e8edf3; background: #fff; }
.brief-toolbar > span { color: #64748b; font-size: .8125rem; }
.brief-toolbar button { width: 38px; height: 38px; font-size: 1.5rem; }
#brief-content { padding: 24px 28px 32px; }
.brief-heading > p { margin: 0 0 10px; color: #526176; font-size: .875rem; }
.brief-heading h2 { font-size: 1.5rem; line-height: 1.35; font-weight: 600; letter-spacing: -.015em; margin: 0 0 15px; }
.brief-heading > div { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.brief-heading .status { font-size: .875rem; }
.brief-priority { color: #526176; font-size: .875rem; }
.brief-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; padding: 22px 0; margin: 0; }
.brief-facts dt { color: #64748b; font-size: .8125rem; margin-bottom: 5px; }
.brief-facts dd { margin: 0; font-size: 1rem; line-height: 1.5; overflow-wrap: anywhere; }
.brief-focus { font-size: .875rem; }
.brief-local-note { margin: 7px 0 20px; color: #64748b; font-size: .75rem; }
.brief-section { border-top: 1px solid #e2e8f0; }
.brief-section > summary { display: flex; align-items: center; gap: 10px; cursor: pointer; padding: 17px 0; font-size: 1rem; font-weight: 550; list-style: none; }
.brief-section > summary::-webkit-details-marker { display: none; }
.brief-section > summary::after { content: '+'; margin-left: auto; color: #64748b; font-weight: 400; }
.brief-section[open] > summary::after { content: '−'; }
.brief-section > summary > span { color: #64748b; font-size: .8125rem; font-weight: 400; }
.brief-section > div { padding-bottom: 20px; font-size: 1rem; line-height: 1.65; }
.brief-section p { margin: 0 0 14px; }
.brief-section p:last-child { margin-bottom: 0; }
.brief-section h3 { margin: 16px 0 6px; font-size: .875rem; }
.brief-section h3:first-child { margin-top: 0; }
.brief-fields { display: grid; grid-template-columns: 145px minmax(0,1fr); gap: 10px 16px; margin: 0 0 16px; }
.brief-fields dt { color: #64748b; font-size: .875rem; }
.brief-fields dd { margin: 0; font-size: .9375rem; overflow-wrap: anywhere; }
.brief-note { color: #64748b; font-size: .875rem; line-height: 1.6; }
.brief-dossier-links { display: grid; gap: 8px; }
.brief-dossier-links button { display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #e2e8f0; border-radius: 6px; padding: 12px 14px; text-align: left; background: #fff; }
.brief-dossier-links button:hover { background: #f8fafc; }
.brief-dossier-links button > span:first-child { display: grid; gap: 5px; }
.brief-dossier-links strong { font-weight: 550; font-size: .9375rem; line-height: 1.45; }
.brief-dossier-links small { color: #64748b; font-size: .8125rem; }
.brief-history { margin: 0; padding: 0 0 0 17px; border-left: 1px solid #e2e8f0; list-style: none; }
.brief-history li { padding-bottom: 22px; }
.brief-history li:last-child { padding-bottom: 0; }
.brief-history time, .brief-history small { display: block; color: #64748b; font-size: .8125rem; }
.brief-history strong { display: block; margin: 4px 0 7px; font-size: 1rem; font-weight: 550; }
.brief-history p { font-size: .9375rem; }
.brief-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; border-top: 1px solid #e2e8f0; padding-top: 20px; margin-top: 8px; }
.brief-footer .button-primary, .brief-footer .button-outline { font-size: .875rem; }
.brief-project-summary { margin: 20px 0; color: #526176; font-size: 1rem; line-height: 1.65; }
.brief-task-section { margin-bottom: 18px; }
.brief-task-section > h3 { font-size: 1rem; margin: 0 0 12px; }
.brief-task-section .task-open { padding-left: 0; }
.brief-task-section .simple-task-state { display: none; }
.command-result strong, .command-input-wrap input { font-size: 1rem; }
.command-result small { font-size: .875rem; }
.command-kind { font-size: .75rem; }
.life-area-heading { padding: 22px; }
.life-area-heading h2 { margin: 0 0 10px; font-size: 1.25rem; }
.life-area-heading p { font-size: 1rem; color: #526176; line-height: 1.6; margin: 0; }
.life-area-modules { display: grid; gap: 0; padding: 0 22px 10px; }
.life-area-modules details { border-top: 1px solid #e8edf3; padding: 15px 0; }
.life-area-modules summary { font-size: 1rem; cursor: pointer; }
.life-area-modules p { color: #526176; font-size: 1rem; line-height: 1.6; margin: 10px 0 4px; }
.life-area-advanced { margin-top: 20px; padding: 16px 20px; }
.life-area-advanced > summary { cursor: pointer; font-size: .875rem; color: #526176; }
.life-area-advanced > div { padding-top: 18px; }
@media (max-width: 1250px) {
  .daily-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 16px; }
  .daily-main .daily-panel-head { align-items: flex-start; flex-direction: column; }
  .simple-task-state { display: none; }
}
@media (max-width: 1000px) {
  .daily-layout { grid-template-columns: minmax(0,1fr); }
  .daily-aside { grid-template-columns: 1fr 1fr; }
  .daily-main .daily-panel-head { align-items: center; flex-direction: row; }
}
@media (max-width: 650px) {
  .daily-summary { gap: 12px 20px; }
  .daily-summary strong { font-size: 1.125rem; }
  .daily-aside, .life-shortcuts > div:last-child { grid-template-columns: minmax(0,1fr); }
  .daily-main .daily-panel-head { flex-direction: column; align-items: flex-start; }
  .daily-panel-head { padding: 18px 16px 12px; }
  .daily-list-note { padding-left: 16px; padding-right: 16px; }
  .task-open { padding-left: 16px; }
  .task-open-arrow { display: none; }
  .simple-task-row { padding-right: 8px; }
  .daily-panel-foot { padding: 14px 16px; }
  .simple-task-toolbar, .simple-project-toolbar { padding-left: 16px; padding-right: 16px; flex-wrap: wrap; }
  .project-row-end .status { display: none; }
  .simple-project-list > li > button { padding: 15px 16px; gap: 12px; }
  .agenda-days { gap: 4px; }
  .agenda-days button { font-size: .75rem; padding: 10px 3px; }
  #brief-content { padding: 20px; }
  .brief-toolbar { padding: 10px 16px; }
  .brief-heading h2 { font-size: 1.25rem; }
  .brief-fields { grid-template-columns: minmax(0,1fr); gap: 3px; }
  .brief-fields dd { margin-bottom: 12px; }
  .head-actions #copy-status { display: none; }
}
@media (prefers-reduced-motion: reduce) { .brief-dialog { scroll-behavior: auto; } }
/* Casa: immediate totals, monthly consumption, then documentary detail. */
.energy-overview{margin-bottom:24px}.energy-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin:4px 0 22px}.energy-heading h2{font-size:28px;letter-spacing:-.8px;margin:6px 0}.energy-heading p,.energy-muted{color:#64748b;font-size:13px;line-height:1.6}.energy-heading p{margin:0}.energy-updated{font-size:12px;color:#64748b;white-space:nowrap;padding-top:9px}.energy-supply-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.energy-supply-card{display:flex;flex-direction:column;gap:10px;text-align:left;background:#fff;border:1px solid #dce4ef;border-radius:12px;padding:24px;color:#23324a;cursor:pointer;transition:border-color .15s,background .15s}.energy-supply-card:hover{border-color:#6388f0}.energy-supply-card.active{border-color:#3766ed;box-shadow:0 0 0 1px #3766ed;background:#f7faff}.energy-card-label{display:flex;justify-content:space-between;font-size:16px;font-weight:700}.energy-card-label span{font-size:12px;font-weight:500;color:#64748b}.energy-supply-card>strong{font-size:32px;letter-spacing:-1px;font-variant-numeric:tabular-nums}.energy-supply-card small{font-size:14px;font-weight:500;letter-spacing:0}.energy-supply-card>span:not(.energy-card-label){font-size:12px;color:#64748b}.energy-card-rate{border-top:1px solid #dfe7f2;padding-top:14px;margin-top:6px;display:flex;justify-content:space-between;gap:10px}.energy-card-rate b{font-size:14px;color:#23324a}.energy-consumption,.energy-admin{margin-bottom:22px;padding:24px}.energy-consumption .daily-panel-head,.energy-admin .daily-panel-head{padding:0;margin-bottom:20px}.energy-consumption h2,.energy-admin h2{font-size:18px;margin:0}.energy-consumption .energy-muted{margin:5px 0 0}.energy-year{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.energy-year select{background:#fff;border:1px solid #dce4ef;border-radius:7px;color:#23324a;padding:8px 12px;font:inherit;font-size:13px}.energy-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border-top:1px solid #edf0f5;padding-top:22px;margin-bottom:22px}.energy-metrics>div{display:flex;flex-direction:column;gap:7px}.energy-metrics span,.energy-metrics small{font-size:12px;color:#64748b;line-height:1.5}.energy-metrics strong{font-size:25px;font-weight:650;font-variant-numeric:tabular-nums}.energy-metrics strong small{font-size:14px;font-weight:400}.energy-chart{display:block;width:100%;min-width:540px;max-height:280px;overflow:visible}.energy-chart-scroll{overflow-x:auto;padding-top:6px}.energy-baseline{stroke:#e2e8f0;stroke-width:1}.energy-bar.actual,.energy-legend i.actual{fill:#3869e8;background:#3869e8}.energy-bar.mixed,.energy-legend i.mixed{fill:#7aa1f5;background:#7aa1f5}.energy-bar.estimated,.energy-legend i.estimated{fill:#dcaf56;background:#dcaf56}.energy-axis,.energy-value{text-anchor:middle;fill:#64748b;font-size:11px;font-family:inherit}.energy-value{fill:#334155;font-weight:600}.energy-legend{display:flex;flex-wrap:wrap;gap:16px;margin:8px 0 24px;font-size:11px;color:#64748b}.energy-legend span{display:flex;align-items:center;gap:6px}.energy-legend i{width:9px;height:9px;border-radius:2px}.energy-detail{border-top:1px solid #e6ecf4}.energy-detail>summary,.energy-other>summary{cursor:pointer;padding:17px 0;font-size:13px;font-weight:600;color:#334155}.energy-detail>summary span{float:right;font-weight:400;color:#64748b;margin-left:10px}.energy-detail p{font-size:13px;line-height:1.7}.energy-detail>a{display:inline-block;margin-bottom:18px;font-size:13px}.energy-detail .energy-detail{margin-top:8px}.energy-table-wrap{overflow-x:auto;margin-bottom:14px}.energy-table{width:100%;border-collapse:collapse;font-size:12px;white-space:nowrap}.energy-table caption{text-align:left;font-size:12px;color:#64748b;margin:5px 0 14px}.energy-table th,.energy-table td{text-align:left;border-bottom:1px solid #edf0f5;padding:12px 10px;font-variant-numeric:tabular-nums}.energy-table thead th{background:#f7f9fc;color:#64748b;font-size:11px;font-weight:600}.energy-table tbody th{font-weight:500}.energy-table a{color:#285edb;text-decoration:none}.energy-table a:hover{text-decoration:underline}.energy-quality.estimated,.energy-quality.mixed{color:#936014}.energy-quality.actual{color:#24745c}.energy-rate-summary{display:grid;grid-template-columns:190px 1fr;gap:24px;align-items:start;margin:4px 0 22px}.energy-rate-summary>div{display:flex;flex-direction:column;gap:7px}.energy-rate-summary span{font-size:12px;color:#64748b}.energy-rate-summary strong{font-size:28px;letter-spacing:-.7px}.energy-rate-summary small{font-size:12px;letter-spacing:0;font-weight:400;color:#64748b;margin-left:5px}.energy-rate-summary p{margin:0;font-size:13px;line-height:1.8;color:#64748b}.energy-facts{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:6px 0 20px}.energy-facts dt{font-size:11px;color:#64748b;margin-bottom:6px}.energy-facts dd{font-size:13px;margin:0;line-height:1.6;overflow-wrap:anywhere}.energy-other{padding:0 24px}.energy-other .life-area-modules{padding-bottom:20px}.energy-supply-card:focus-visible,.energy-year select:focus-visible,.energy-detail summary:focus-visible{outline:3px solid #93b4ff;outline-offset:4px}
@media(max-width:800px){.energy-metrics{gap:14px}.energy-metrics strong{font-size:22px}.energy-supply-card{padding:18px}.energy-supply-card>strong{font-size:27px}.energy-rate-summary{grid-template-columns:1fr;gap:14px}.energy-card-rate{flex-direction:column;gap:4px}.energy-heading h2{font-size:24px}.energy-facts{gap:18px}}
@media(max-width:540px){.energy-heading{display:block}.energy-updated{display:block;margin-top:8px}.energy-supply-grid{gap:10px}.energy-supply-card{padding:14px;gap:8px}.energy-supply-card>strong{font-size:23px}.energy-supply-card small{display:block;font-size:11px}.energy-supply-card>span:not(.energy-card-label){font-size:10px}.energy-card-label{font-size:14px}.energy-consumption,.energy-admin{padding:18px}.energy-metrics{grid-template-columns:1fr 1fr}.energy-metrics>div:last-child{grid-column:1/-1;padding-top:10px;border-top:1px solid #edf0f5}.energy-facts{grid-template-columns:1fr}.energy-detail>summary span{float:none;display:block;margin:6px 0 0 16px}.energy-other{padding:0 18px}}
