#board-studio:has(.ba-panel[data-mode="work"]) {--ba-dock-width:min(368px,calc(100vw - 64px))}
#board-studio:has(.ba-panel[data-mode="wide"]) {--ba-dock-width:0px}
#board-studio:has(.ba-panel[data-mode="work"]) .bs-stage {right:var(--ba-dock-width)}
#board-studio:has(.ba-panel[data-mode="wide"]) .bs-stage {right:0}
#board-studio:has(.ba-panel[data-mode="work"]) .bs-bottom {right:calc(16px + var(--ba-dock-width))}
#board-studio:has(.ba-panel[data-mode="work"]) .bs-selection {right:calc(16px + var(--ba-dock-width))}
#board-studio:has(.ba-panel[data-mode="work"]) .bs-notice {right:calc(80px + var(--ba-dock-width))}

#board-studio .ba-panel {
  --ba-real:#317456;--ba-real-soft:#edf7f1;--ba-real-line:#cee5d6;
  --ba-synth:#6654c4;--ba-synth-soft:#f1effd;--ba-synth-line:#ddd7f7;
  position:absolute;inset:54px 0 0 auto;width:var(--ba-dock-width);z-index:5;overflow:auto;overscroll-behavior:contain;
  color:var(--bs-ink);background:color-mix(in srgb,var(--bs-bg) 94%,var(--bs-panel));border-left:1px solid var(--bs-line);
  box-shadow:-14px 0 36px #0000000d;padding:0 12px 22px;transition:width .16s ease
}
html[data-theme="dark"] #board-studio .ba-panel {
  --ba-real:#85c9a4;--ba-real-soft:#20362b;--ba-real-line:#3e6650;
  --ba-synth:#b4a7ff;--ba-synth-soft:#302a46;--ba-synth-line:#554972;
}
#board-studio .ba-panel[data-mode="wide"] {
  inset:54px 0 0;width:100%;height:calc(100% - 54px);border-left:0;box-shadow:none;padding:0 18px 28px
}
#board-studio .ba-header {
  position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:12px;
  min-height:58px;margin:0 -12px;padding:0 10px 0 16px;background:color-mix(in srgb,var(--bs-panel) 94%,transparent);
  border-bottom:1px solid var(--bs-line);backdrop-filter:blur(16px)
}
#board-studio .ba-panel[data-mode="wide"] .ba-header {margin-inline:-18px;padding-inline:22px}
#board-studio .ba-identity {min-width:0}
#board-studio .ba-identity h2 {font-size:16px;font-weight:720;letter-spacing:-.025em;margin:0}
#board-studio .ba-identity p {color:var(--bs-muted);font-size:10px;margin:1px 0 0}
#board-studio .ba-tools {display:flex;align-items:center;gap:2px}
#board-studio .ba-icon,#board-studio .ba-back {
  width:30px;height:30px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--bs-muted);
  display:grid;place-items:center;font-size:15px;line-height:1;cursor:pointer
}
#board-studio .ba-icon:hover,#board-studio .ba-back:hover,#board-studio .ba-icon[aria-pressed="true"] {background:var(--bs-soft);color:var(--bs-ink)}
#board-studio .ba-search {position:relative;display:flex;margin:14px 0 8px}
#board-studio .ba-search input {
  width:100%;min-width:0;height:38px;border:1px solid var(--bs-line);background:var(--bs-panel);color:var(--bs-ink);
  border-radius:10px;padding:0 68px 0 12px;outline:none;font-size:11px
}
#board-studio .ba-search input:focus {border-color:color-mix(in srgb,var(--bs-accent) 55%,var(--bs-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--bs-accent) 12%,transparent)}
#board-studio .ba-search-button {
  position:absolute;right:5px;top:5px;height:28px;border:0;border-radius:7px;padding:0 10px;background:var(--bs-soft);color:var(--bs-ink);font-size:10px;cursor:pointer
}
#board-studio .ba-panel[data-mode="wide"] .ba-search {width:min(440px,40vw);margin-top:16px}
#board-studio .ba-filters {display:flex;gap:5px;margin:0 0 9px;overflow:auto;scrollbar-width:none}
#board-studio .ba-panel[data-mode="wide"] .ba-filters {position:absolute;top:74px;left:min(478px,calc(40vw + 38px));right:18px}
#board-studio .ba-filters::-webkit-scrollbar {display:none}
#board-studio .ba-filter {
  flex:none!important;min-height:28px!important;border:1px solid var(--bs-line)!important;border-radius:99px!important;
  padding:0 10px!important;background:var(--bs-panel)!important;color:var(--bs-muted)!important;font-size:9px!important
}
#board-studio .ba-filter[aria-pressed="true"] {border-color:var(--bs-ink)!important;background:var(--bs-ink)!important;color:var(--bs-panel)!important}
#board-studio .ba-status,#board-studio .ba-context {min-height:16px;margin:0 2px 9px;color:var(--bs-muted);font-size:9px;line-height:1.5}
#board-studio .ba-context-reason {margin:6px 0;color:var(--bs-accent);font-size:10px;line-height:1.4}
#board-studio .ba-content {display:grid;gap:12px}
#board-studio .ba-draft {margin:0 0 12px;padding:10px;border:1px solid var(--bs-line);border-radius:10px;font-size:11px}
#board-studio .ba-draft summary {cursor:pointer;font-weight:650}
#board-studio .ba-draft form {display:grid;gap:8px;padding-top:8px;max-width:520px}
#board-studio .ba-draft label {display:grid;gap:4px}
#board-studio .ba-draft p {margin:0;color:var(--bs-muted);line-height:1.5}
#board-studio .ba-draft input,#board-studio .ba-draft select,#board-studio .ba-draft button {
  width:100%;min-width:0;border:1px solid var(--bs-line);border-radius:6px;padding:7px;
  background:var(--bs-panel);color:var(--bs-ink);font:inherit
}
#board-studio .ba-draft button {background:var(--bs-soft);cursor:pointer}
#board-studio .ba-draft :disabled {opacity:.55;cursor:default}
#board-studio .ba-collection {min-width:0}
#board-studio .ba-section-head {display:flex;align-items:end;justify-content:space-between;gap:12px;margin:0 2px 7px}
#board-studio .ba-section-head h3 {font-size:12px;letter-spacing:-.01em;margin:0}
#board-studio .ba-section-head p {font-size:8px;color:var(--bs-muted);margin:1px 0 0}
#board-studio .ba-lanes {display:grid;grid-template-columns:repeat(auto-fit,minmax(min(430px,100%),1fr));gap:10px}
#board-studio .ba-lane {min-width:0;overflow:hidden;border:1px solid var(--bs-line);border-radius:14px;background:var(--bs-panel)}
#board-studio .ba-lane-real {border-color:var(--ba-real-line);box-shadow:inset 3px 0 var(--ba-real)}
#board-studio .ba-lane-synthetic {border-color:var(--ba-synth-line);box-shadow:inset 3px 0 var(--ba-synth)}
#board-studio .ba-lane-head {min-height:54px;display:flex;align-items:center;gap:9px;padding:8px 10px 8px 12px;border-bottom:1px solid var(--bs-line)}
#board-studio .ba-lane-real .ba-lane-head {background:var(--ba-real-soft);border-color:var(--ba-real-line)}
#board-studio .ba-lane-synthetic .ba-lane-head {background:var(--ba-synth-soft);border-color:var(--ba-synth-line)}
#board-studio .ba-lane-symbol {width:29px;height:29px;display:grid;place-items:center;flex:none;font-size:11px;font-weight:850}
#board-studio .ba-lane-real .ba-lane-symbol {border-radius:50%;background:color-mix(in srgb,var(--ba-real) 14%,var(--bs-panel));color:var(--ba-real)}
#board-studio .ba-lane-synthetic .ba-lane-symbol {clip-path:polygon(50% 0,96% 24%,96% 76%,50% 100%,4% 76%,4% 24%);background:color-mix(in srgb,var(--ba-synth) 15%,var(--bs-panel));color:var(--ba-synth)}
#board-studio .ba-lane-head strong {display:block;font-size:11px}
#board-studio .ba-lane-head span:last-child {display:block;color:var(--bs-muted);font-size:8px;margin-top:1px}
#board-studio .ba-lane-list {display:grid;gap:1px;padding:4px 7px 6px}
#board-studio .ba-subject {
  position:relative;min-width:0;display:grid;grid-template-columns:66px minmax(0,1fr) 28px;align-items:center;gap:9px;
  min-height:82px;padding:7px 6px;border:0;border-bottom:1px solid color-mix(in srgb,var(--bs-line) 70%,transparent);background:var(--bs-panel)
}
#board-studio .ba-subject:last-child {border-bottom:0}
#board-studio .ba-subject:hover {background:color-mix(in srgb,var(--bs-soft) 42%,var(--bs-panel))}
#board-studio .ba-subject-avatar {width:66px;height:66px;overflow:hidden;background:var(--bs-soft)}
#board-studio .ba-subject-real .ba-subject-avatar {border-radius:50%;box-shadow:inset 0 0 0 2px var(--ba-real-line)}
#board-studio .ba-subject-synthetic .ba-subject-avatar {clip-path:polygon(50% 0,94% 18%,100% 72%,72% 100%,28% 100%,0 72%,6% 18%)}
#board-studio .ba-subject-avatar img {display:block;width:100%;height:100%;object-fit:cover}
#board-studio .ba-subject-copy {min-width:0}
#board-studio .ba-subject-top {display:flex;align-items:center;gap:6px;min-width:0;margin-bottom:1px}
#board-studio .ba-subject-type {font-size:7px;font-weight:850;letter-spacing:.065em}
#board-studio .ba-subject-real .ba-subject-type {color:var(--ba-real)}
#board-studio .ba-subject-synthetic .ba-subject-type {color:var(--ba-synth)}
#board-studio .ba-subject-code {font-size:7px;color:var(--bs-muted)}
#board-studio .ba-subject h3 {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.25;letter-spacing:-.01em;margin:0}
#board-studio .ba-subject-role {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--bs-muted);font-size:8px;margin:1px 0 5px}
#board-studio .ba-signals {display:grid;grid-template-columns:1fr 1fr;gap:4px}
#board-studio .ba-signal {min-width:0;border-radius:5px;padding:3px 5px;background:var(--bs-soft)}
#board-studio .ba-signal span,#board-studio .ba-signal strong {display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#board-studio .ba-signal span {font-size:6px;color:var(--bs-muted);text-transform:uppercase;letter-spacing:.04em}
#board-studio .ba-signal strong {font-size:7px;margin-top:1px}
#board-studio .ba-signal-modelark {background:color-mix(in srgb,#637cbc 10%,var(--bs-panel))}
#board-studio .ba-signal-b612 {background:color-mix(in srgb,var(--bs-soft) 80%,var(--bs-panel))}
#board-studio .ba-ok {color:var(--ba-real)!important}
#board-studio .ba-info {color:var(--ba-synth)!important}
#board-studio .ba-warn {color:#9b6727!important}
#board-studio .ba-subject-chips {display:flex;gap:4px;margin-top:4px;overflow:hidden}
#board-studio .ba-subject-chips span {min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--bs-line);border-radius:99px;padding:2px 5px;color:var(--bs-muted);font-size:6px}
#board-studio .ba-subject-open {width:27px;height:27px;padding:0!important;border:1px solid var(--bs-line)!important;border-radius:8px!important;background:var(--bs-panel)!important;color:var(--bs-muted)!important}
#board-studio .ba-subject-real .ba-subject-open:hover {border-color:var(--ba-real)!important;color:var(--ba-real)!important;background:var(--ba-real-soft)!important}
#board-studio .ba-subject-synthetic .ba-subject-open:hover {border-color:var(--ba-synth)!important;color:var(--ba-synth)!important;background:var(--ba-synth-soft)!important}

#board-studio .ba-items {display:grid;grid-template-columns:1fr;gap:7px}
#board-studio .ba-panel[data-mode="wide"] .ba-items {grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}
#board-studio .ba-item {min-width:0;overflow:hidden;border:1px solid var(--bs-line);border-radius:10px;background:var(--bs-panel)}
#board-studio .ba-media {position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--bs-soft)}
#board-studio .ba-media img {display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}
#board-studio .ba-media video{display:block;width:100%;height:100%;object-fit:contain}
#board-studio .ba-item:hover .ba-media img {transform:scale(1.015)}
#board-studio .ba-placeholder {height:100%;padding:10px;display:grid;place-items:center;text-align:center;color:var(--bs-muted);font-size:9px}
#board-studio .ba-body {min-width:0;padding:8px}
#board-studio .ba-kicker {min-height:12px;margin:0 0 2px;color:var(--bs-muted);font-size:8px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#board-studio .ba-title-row {display:flex;align-items:flex-start;justify-content:space-between;gap:6px;min-width:0}
#board-studio .ba-item h3 {min-width:0;min-height:27px;margin:0;font-size:10px;font-weight:650;line-height:1.35;overflow:hidden;text-overflow:ellipsis}
#board-studio .ba-badge {flex:none;max-width:118px;overflow:hidden;border-radius:99px;padding:2px 6px;font-size:7px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap;background:var(--bs-soft)}
#board-studio .ba-badge.ba-ok {background:#e7f3ea}
#board-studio .ba-badge.ba-info {background:var(--bs-tint)}
#board-studio .ba-badge.ba-warn {background:#f7edda}
#board-studio .ba-actions {display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:6px}
#board-studio .ba-actions button {min-height:27px;border-radius:6px;font-size:9px;cursor:pointer}
#board-studio .ba-locate {width:27px;padding:0!important;border:1px solid var(--bs-line)!important;background:transparent!important;color:var(--bs-ink)!important;font-size:11px!important}
#board-studio .ba-disclosure {border:1px solid var(--bs-line);padding:0 8px;background:transparent;color:var(--bs-muted);white-space:nowrap}
#board-studio .ba-disclosure[aria-expanded="true"] {background:var(--bs-soft);color:var(--bs-ink)}
#board-studio .ba-uses {margin:8px 0 0;padding-top:7px;border-top:1px solid var(--bs-line)}
#board-studio .ba-use {display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:24px;color:var(--bs-muted);font-size:9px}
#board-studio .ba-use-link {overflow:hidden;border:0;padding:3px 0;background:transparent;color:var(--bs-ink);font-size:9px;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}
#board-studio .ba-library-actions {display:flex;flex-wrap:wrap;gap:4px 12px;margin-top:4px}
#board-studio .ba-library-actions .ba-use-link {min-height:28px;white-space:normal}
#board-studio .ba-sharing-preview {display:block;max-width:100%;height:160px;object-fit:contain;margin:12px 0}
#board-studio .ba-state {flex:none;color:var(--bs-muted);font-size:8px;text-transform:uppercase;letter-spacing:.04em}
#board-studio .ba-muted {color:var(--bs-muted);font-size:9px;line-height:1.45}
#board-studio .ba-more {display:block;margin:14px auto 0;border:1px solid var(--bs-line);border-radius:7px;padding:7px 12px;background:var(--bs-panel);color:var(--bs-ink);font-size:10px;cursor:pointer}

#board-studio .ba-profile {
  position:fixed;z-index:8;top:54px;right:0;bottom:0;width:min(390px,100vw);overflow:auto;padding:0 16px 24px;
  background:var(--bs-panel);border-left:1px solid var(--bs-line);box-shadow:-20px 0 46px #0002
}
#board-studio .ba-profile-head {position:sticky;top:0;z-index:2;min-height:58px;display:grid;grid-template-columns:30px 1fr 30px;align-items:center;gap:9px;margin:0 -16px;padding:0 12px;background:color-mix(in srgb,var(--bs-panel) 94%,transparent);border-bottom:1px solid var(--bs-line);backdrop-filter:blur(16px)}
#board-studio .ba-profile-head strong,#board-studio .ba-profile-head span {display:block}
#board-studio .ba-profile-head strong {font-size:11px}
#board-studio .ba-profile-head span {font-size:8px;color:var(--bs-muted)}
#board-studio .ba-profile-hero {display:grid;grid-template-columns:82px 1fr;align-items:center;gap:13px;padding:15px 0 13px;border-bottom:1px solid var(--bs-line)}
#board-studio .ba-profile-avatar {width:82px;height:82px;overflow:hidden;border-radius:16px;background:var(--bs-soft)}
#board-studio .ba-profile-avatar img {display:block;width:100%;height:100%;object-fit:cover}
#board-studio .ba-profile-kind {font-size:7px;font-weight:850;letter-spacing:.06em;color:var(--bs-muted)}
#board-studio .ba-profile-hero h3 {font-size:19px;letter-spacing:-.035em;margin:2px 0 1px}
#board-studio .ba-profile-hero p {font-size:9px;color:var(--bs-muted);margin:0}
#board-studio .ba-profile-sources {padding:13px 0 4px}
#board-studio .ba-profile-caption {font-size:7px;letter-spacing:.08em;color:var(--bs-muted);margin:0 0 5px}
#board-studio .ba-source {border:1px solid var(--bs-line);border-radius:10px;padding:8px 9px;margin-bottom:6px}
#board-studio .ba-source-modelark {background:color-mix(in srgb,#637cbc 7%,var(--bs-panel))}
#board-studio .ba-source-b612 {background:color-mix(in srgb,var(--bs-soft) 55%,var(--bs-panel))}
#board-studio .ba-source-head {display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:6px}
#board-studio .ba-source-mark {width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:var(--bs-ink);color:var(--bs-panel);font-size:8px;font-weight:850}
#board-studio .ba-source-name {font-size:8px;font-weight:650}
#board-studio .ba-source p {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--bs-muted);font-size:7px;margin:4px 0 0 26px}
#board-studio .ba-quota {margin:8px 1px 3px;color:var(--bs-muted);font-size:7px;line-height:1.4}
#board-studio .ba-profile-section {padding:12px 0;border-top:1px solid var(--bs-line)}
#board-studio .ba-profile-section h4 {font-size:11px;margin:0 0 8px}
#board-studio .ba-profile-row {min-height:29px;display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:7px;border-top:1px solid color-mix(in srgb,var(--bs-line) 65%,transparent);font-size:8px}
#board-studio .ba-profile-row:first-of-type {border-top:0}
#board-studio .ba-profile-row>span {color:var(--bs-muted)}
#board-studio .ba-profile-row strong {font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#board-studio .ba-row-state {width:17px;height:17px;display:grid;place-items:center;border-radius:50%;font-style:normal;background:var(--bs-soft);font-size:8px}
#board-studio .ba-steps {display:grid;gap:5px}
#board-studio .ba-step {display:grid;grid-template-columns:22px 112px minmax(0,1fr);align-items:center;gap:6px;min-height:30px;border:1px solid var(--bs-line);border-radius:8px;padding:4px 7px}
#board-studio .ba-step b {width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:var(--ba-real-soft);color:var(--ba-real);font-size:7px}
#board-studio .ba-step span {font-size:8px;font-weight:650}
#board-studio .ba-step em {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--bs-muted);font-size:7px;font-style:normal;text-align:right}
#board-studio .ba-passport {border:1px solid var(--ba-synth-line);background:var(--ba-synth-soft);border-radius:10px;padding:9px;margin-bottom:7px}
#board-studio .ba-passport-top {display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:8px}
#board-studio .ba-passport-top span {color:var(--ba-synth);font-weight:700}
#board-studio .ba-progress {height:4px;margin:7px 0;background:color-mix(in srgb,var(--ba-synth) 14%,var(--bs-panel));border-radius:99px;overflow:hidden}
#board-studio .ba-progress i {display:block;width:var(--ba-progress);height:100%;background:var(--ba-synth);border-radius:inherit}
#board-studio .ba-passport small {display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--bs-muted);font-size:7px}
#board-studio .ba-profile-primary {width:100%;margin-top:10px;border:0!important;background:var(--bs-ink)!important;color:var(--bs-panel)!important;border-radius:9px!important;font-size:9px!important}

#board-studio .ba-panel[data-view="list"] .ba-lanes {grid-template-columns:1fr}
#board-studio .ba-panel[data-view="list"] .ba-subject {grid-template-columns:58px minmax(0,1fr) 27px}
#board-studio .ba-panel[data-view="list"] .ba-subject-avatar {width:58px;height:58px}
#board-studio .ba-panel[data-view="list"] .ba-subject-chips span:nth-child(2) {display:none}
#board-studio .ba-panel[data-view="list"] .ba-items {grid-template-columns:1fr}
#board-studio .ba-panel[data-view="list"] .ba-item {display:grid;grid-template-columns:82px minmax(0,1fr);position:relative;min-height:82px}
#board-studio .ba-panel[data-view="list"] .ba-media {aspect-ratio:1/1}
#board-studio .ba-panel[data-view="list"] .ba-body {align-self:center;padding-right:42px}
#board-studio .ba-panel[data-view="list"] .ba-item h3 {min-height:0}
#board-studio .ba-panel[data-view="list"] .ba-actions {position:absolute;right:7px;bottom:7px;margin:0}
#board-studio .ba-panel[data-view="list"] .ba-disclosure {position:absolute;right:40px;bottom:7px;min-height:28px}
#board-studio .ba-panel[data-view="list"] .ba-uses {grid-column:1/-1;margin:0;padding:7px 9px;border-top:1px solid var(--bs-line)}

@media (max-width:900px) {
  #board-studio .ba-panel[data-mode="wide"] .ba-search {width:100%}
  #board-studio .ba-panel[data-mode="wide"] .ba-filters {position:static}
  #board-studio .ba-lanes {grid-template-columns:1fr}
}
@media (max-width:700px) {
  #board-studio:has(.ba-panel) {--ba-dock-width:100%}
  #board-studio:has(.ba-panel) .bs-stage {right:0}
  #board-studio .ba-panel {inset:54px 0 0;width:100%;border-left:0}
  #board-studio .ba-tools .ba-icon:first-child {display:none}
  #board-studio .ba-subject {grid-template-columns:62px minmax(0,1fr) 28px}
  #board-studio .ba-subject-avatar {width:62px;height:62px}
}
@media (prefers-reduced-motion:reduce) {
  #board-studio .ba-panel,#board-studio .ba-media img {transition:none}
}
/* Evidence stays inside the existing scrollable inspector, never over the canvas. */
.ba-evidence{border-top:1px solid var(--line, #9ba1aa44);margin-top:16px;padding-top:12px;overflow-wrap:anywhere}
.ba-evidence form{display:grid;gap:10px;margin-top:16px}
.ba-evidence label{display:grid;gap:5px;font-size:12px}
.ba-evidence select,.ba-evidence textarea,.ba-evidence input[type=datetime-local],.ba-evidence input[type=text]{box-sizing:border-box;width:100%;min-width:0;padding:8px;border:1px solid #9299a755;border-radius:6px;background:var(--bs-panel,transparent);color:inherit}
.ba-governance fieldset{display:grid;gap:10px;min-width:0;margin:0;padding:10px;border:1px solid #9299a755;border-radius:6px}
.ba-evidence label.ba-confirm{display:flex;align-items:flex-start;gap:8px;margin:6px 0;line-height:1.5}
.ba-evidence .ba-confirm input{flex:0 0 auto;margin:3px 0;accent-color:var(--ba-synth,#6b61c9)}
[data-theme=dark] .ba-evidence input[type=datetime-local]{color-scheme:dark}
[data-theme=light] .ba-evidence input[type=datetime-local]{color-scheme:light}
.ba-evidence textarea{min-height:72px;resize:vertical}
.ba-evidence button{padding:9px;border-radius:6px;border:1px solid #9299a755;background:transparent;color:inherit;cursor:pointer}
.ba-evidence small{font-size:10px;opacity:.75}
.ba-evidence details{padding:6px 0;font-size:12px}
