/* OA light surfaces; preserve white text on primary buttons and top navigation. */
:root { --aitu-readable-muted: #53627a; }
body { color: #24344b; }
body .content-wrapper .text-muted, body .content-wrapper .help-block,
body .content-wrapper .table th, body .content-wrapper .control-label,
body .panel-body .text-muted, body .panel-body .help-block {
  color: #53627a; font-size: 12px;
}
body input::placeholder, body textarea::placeholder { color: #617087 !important; opacity: 1 !important; }
body .main-sidebar .sidebar-menu > li > a { color: #34445c; }
body .main-sidebar .sidebar-menu > li.active > a { color: #245bc4; }
body .catalog-card .card-meta, body .catalog-card small,
body .catalog-pagination, body .catalog-pagination .page-jump,
body .drawer-head p, body .drawer-kv span, body .drawer-list small,
body .drawer-list .empty-row, body .drawer-loading { color: #53627a; font-size: 12px; }
body .form-control { color: #27374d; }
body :focus-visible { outline: 2px solid #245bc4; outline-offset: 2px; }
