/* Research workspace only: neutral structure lets data and evidence carry color. */
body.gx-management { --gx-sidebar-text: #40535e; --gx-sidebar-text-active: #195e48; --gx-sidebar-hover: #f0f5f3; background: #f4f6f7; color: #202e38; font-variant-numeric: tabular-nums; }
body.gx-management .gx-sidebar { background: #fff; border-right: 1px solid #dce3e7; }
body.gx-management .gx-sidebar-brand { border-bottom: 1px solid #e6ebee; }
body.gx-management .gx-sidebar-brand, body.gx-management .gx-sidebar-footer { background: #f8faf9; }
body.gx-management .gx-sidebar-brand-text p, body.gx-management .gx-sidebar-user-role { color: #637680; }
body.gx-management .gx-sidebar-user-name, body.gx-management .gx-sidebar-logout { color: #40535e; }
body.gx-management .gx-sidebar-avatar { background: #e3eee8; color: #195e48; }
body.gx-management .gx-nav-item.is-active::before { display: none; }
body.gx-management .gx-sidebar-brand-name { font-weight: 650; letter-spacing: .02em; }
body.gx-management .gx-nav-section-label { margin-top: 14px; color: #687680; font-size: 11px; letter-spacing: .08em; }
body.gx-management .gx-nav-item { border-radius: 5px; }
body.gx-management .gx-nav-item.is-active { background: #e8f2ee; color: #195e48; box-shadow: inset 3px 0 #26755c; }
body.gx-management .gx-topbar { background: #fff; border-bottom: 1px solid #dce3e7; box-shadow: none; }
body.gx-management .gx-card { border: 1px solid #dce3e7; box-shadow: none; border-radius: 7px; }
body.gx-management .gx-card-header { background: #fff; border-bottom: 1px solid #e8edef; }
body.gx-management .gx-stat-card { border: 1px solid #dce3e7; box-shadow: none; background: #fff; }
body.gx-management .gx-stat-value { font-variant-numeric: tabular-nums; }
body.gx-management .gx-feature-item { box-shadow: none; border-radius: 6px; }
body.gx-management input:focus-visible, body.gx-management button:focus-visible, body.gx-management a:focus-visible, body.gx-management summary:focus-visible { outline: 2px solid #26755c; outline-offset: 3px; }
.research-job-history { margin-top: 20px; padding: 14px 18px; }
.research-job-history summary { cursor: pointer; font-weight: 600; }
.research-job-row { display: grid; grid-template-columns: minmax(130px, 1fr) auto auto; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #e5eaed; }
.research-job-row time { color: #65727d; font-size: 12px; }
.research-job-message { color: #a53c29; }
.research-job-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; }
.research-job-detail { border-top: 1px solid #dce3e7; margin-top: 12px; padding-top: 12px; overflow-wrap: anywhere; }
.research-method-note { border-left: 3px solid #26755c; padding: 10px 14px; background: #fff; color: #465762; font-size: 13px; line-height: 1.7; margin-bottom: 18px; }
@media (max-width: 700px) { .research-job-row { grid-template-columns: 1fr auto; } .research-job-row time { grid-column: 1; grid-row: 2; } .research-job-row button { grid-column: 2; grid-row: 1 / 3; } }
