:root {
  color-scheme: light;
  --bg: #f3f5f9;
  --surface: #ffffff;
  --surface-2: #f8fafc;
  --surface-3: #eef2f7;
  --ink: #121a2a;
  --ink-soft: #344054;
  --muted: #667085;
  --line: #e4e7ec;
  --line-strong: #d0d5dd;
  --brand: #5b4df5;
  --brand-strong: #4838df;
  --brand-soft: #efedff;
  --cyan: #06b6d4;
  --success: #067647;
  --success-soft: #ecfdf3;
  --warning: #b54708;
  --warning-soft: #fffaeb;
  --danger: #b42318;
  --danger-soft: #fef3f2;
  --sidebar: #101828;
  --sidebar-soft: #1d2939;
  --shadow-sm: 0 1px 2px rgba(16,24,40,.04);
  --shadow: 0 8px 24px rgba(16,24,40,.07);
  --shadow-lg: 0 24px 64px rgba(16,24,40,.18);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body { margin: 0; min-height: 100vh; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--ink); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
.hidden { display: none !important; }

/* Login */
.login-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(420px, .86fr) minmax(520px, 1.14fr); background: var(--surface); }
.login-panel { display: flex; align-items: center; justify-content: center; padding: 48px; position: relative; z-index: 2; }
.login-card { width: min(420px, 100%); }
.login-card .brand { margin-bottom: 52px; }
.login-card h1 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 40px); line-height: 1.12; letter-spacing: -.04em; }
.login-card > p { margin: 0 0 34px; color: var(--muted); line-height: 1.65; }
.login-visual { position: relative; overflow: hidden; margin: 18px 18px 18px 0; border-radius: 28px; background: radial-gradient(circle at 74% 20%, rgba(34,211,238,.34), transparent 26%), radial-gradient(circle at 30% 72%, rgba(139,92,246,.38), transparent 30%), linear-gradient(145deg, #182039 0%, #30287d 54%, #0f7188 100%); color: #fff; display: flex; align-items: flex-end; padding: 64px; }
.login-visual::before, .login-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.login-visual::before { width: 520px; height: 520px; right: -120px; top: -190px; }
.login-visual::after { width: 360px; height: 360px; left: -110px; bottom: -150px; }
.visual-copy { position: relative; z-index: 1; max-width: 620px; }
.visual-copy .kicker { display: inline-flex; gap: 8px; align-items: center; padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); backdrop-filter: blur(14px); border-radius: 999px; font-size: 12px; font-weight: 700; }
.visual-copy h2 { font-size: clamp(36px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; margin: 24px 0 20px; max-width: 720px; }
.visual-copy p { max-width: 540px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }
.visual-stats { display: flex; gap: 28px; margin-top: 36px; }
.visual-stats div { display: grid; gap: 4px; }
.visual-stats b { font-size: 22px; }
.visual-stats span { color: rgba(255,255,255,.6); font-size: 12px; }

/* Shared brand */
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, #7c6cff, #4b3de1 54%, #22d3ee); color: #fff; box-shadow: 0 8px 20px rgba(91,77,245,.32); }
.brand-mark svg { width: 22px; height: 22px; }
.brand-name { display: grid; gap: 1px; }
.brand-name b { font-size: 15px; letter-spacing: -.01em; }
.brand-name span { color: #98a2b3; font-size: 11px; }

/* Application shell */
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 272px minmax(0, 1fr); }
.sidebar { position: sticky; top: 0; height: 100vh; overflow: auto; padding: 20px 14px; background: var(--sidebar); color: #f2f4f7; scrollbar-width: thin; scrollbar-color: #344054 transparent; }
.sidebar-head { padding: 2px 8px 20px; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 14px; }
.sidebar .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
.nav { display: grid; gap: 15px; padding-bottom: 28px; }
.nav-group { display: grid; gap: 4px; }
.nav-label { padding: 7px 10px 4px; color: #667085; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav button { width: 100%; min-height: 42px; border: 0; border-radius: 10px; display: flex; align-items: center; gap: 11px; padding: 9px 11px; color: #98a2b3; background: transparent; text-align: left; cursor: pointer; font-size: 13px; font-weight: 600; transition: background .16s ease, color .16s ease, transform .16s ease; }
.nav button svg { width: 18px; height: 18px; flex: 0 0 18px; opacity: .8; }
.nav button:hover { background: rgba(255,255,255,.055); color: #f2f4f7; transform: translateX(2px); }
.nav button.active { color: #fff; background: linear-gradient(90deg, rgba(91,77,245,.28), rgba(91,77,245,.12)); box-shadow: inset 3px 0 0 #8b80ff; }
.nav button.active svg { opacity: 1; color: #a79fff; }
.main { min-width: 0; }
.topbar { min-height: 74px; position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 12px 28px; border-bottom: 1px solid rgba(228,231,236,.92); background: rgba(255,255,255,.9); backdrop-filter: blur(16px); }
.topbar-left { display: flex; align-items: center; gap: 14px; min-width: 0; }
.page-heading { display: grid; gap: 2px; min-width: 0; }
.page-heading b { font-size: 17px; letter-spacing: -.02em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.page-heading span { color: var(--muted); font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.user-menu { display: flex; align-items: center; gap: 10px; }
.user-chip { display: flex; align-items: center; gap: 10px; padding: 5px 6px 5px 5px; }
.user-avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--brand), var(--cyan)); font-size: 12px; font-weight: 800; }
.user-info { display: grid; gap: 1px; }
.user-info b { font-size: 12px; }
.user-info span { color: var(--muted); font-size: 10px; }
.mobile-toggle { display: none; }
.content { width: min(1560px, 100%); margin: 0 auto; padding: 30px 30px 56px; }

/* Typography & layout */
h1,h2,h3,h4 { color: var(--ink); letter-spacing: -.025em; }
h3 { margin: 0 0 14px; font-size: 16px; }
p { line-height: 1.55; }
.muted { color: var(--muted); }
.small { font-size: 12px; }
.grid { display: grid; gap: 16px; }
.cards { grid-template-columns: repeat(4, minmax(0,1fr)); }
.six { grid-template-columns: repeat(6,minmax(0,1fr)); }
.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.span-2 { grid-column: span 2; }
.span-all { grid-column: 1/-1; }
.gap-top { margin-top: 16px; }
.section-stack, .operation-list { display: grid; gap: 16px; }

/* Header and cards */
.module-summary { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 22px; }
.module-summary > div:first-child { min-width: 0; }
.eyebrow { color: var(--brand); font-size: 10px; line-height: 1; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.module-summary h2 { margin: 8px 0 6px; font-size: clamp(24px, 2vw, 30px); }
.module-summary p { margin: 0; max-width: 780px; color: var(--muted); font-size: 13px; }
.card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 19px; box-shadow: var(--shadow-sm); }
.card:hover { border-color: #d9d6ff; }
.metric-card { min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.metric-card::after { content: ""; position: absolute; width: 92px; height: 92px; border-radius: 50%; right: -36px; top: -38px; background: var(--brand-soft); }
.metric-card span { color: var(--muted); font-size: 12px; font-weight: 700; z-index: 1; }
.metric-card b, .metric { margin-top: 8px; font-size: 30px; line-height: 1; letter-spacing: -.04em; z-index: 1; }
.metric-card small, .submetric { color: var(--muted); font-size: 11px; font-weight: 600; z-index: 1; }
.status-text { font-size: 16px !important; }
.module-count { min-width: 100px; text-align: right; }
.module-count b { display: block; font-size: 30px; }
.module-count span { color: var(--muted); font-size: 11px; }

/* Forms and controls */
label { display: block; margin: 15px 0 7px; color: var(--ink-soft); font-size: 12px; font-weight: 600; }
.input { width: 100%; min-height: 42px; padding: 9px 12px; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); background: var(--surface); color: var(--ink); transition: border .15s, box-shadow .15s; }
textarea.input { min-height: 108px; resize: vertical; }
.input::placeholder { color: #98a2b3; }
.input:focus { outline: 0; border-color: #8175ff; box-shadow: 0 0 0 4px rgba(91,77,245,.11); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 16px; }
.form-actions { grid-column: 1/-1; display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.check { display: flex; gap: 9px; align-items: center; margin-top: 31px; }
.check input { width: 17px; height: 17px; accent-color: var(--brand); }
.check label { margin: 0; }
.code-area { direction: ltr; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; }
.select-inline { width: min(420px,100%); }

.btn { min-height: 40px; border: 1px solid transparent; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 14px; cursor: pointer; font-size: 12px; font-weight: 700; line-height: 1; transition: transform .12s, box-shadow .12s, background .12s, border .12s; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { color: #fff; background: var(--brand); box-shadow: 0 4px 10px rgba(91,77,245,.2); }
.btn-primary:hover { background: var(--brand-strong); box-shadow: 0 6px 16px rgba(91,77,245,.28); }
.btn-secondary { color: var(--ink-soft); background: var(--surface); border-color: var(--line-strong); }
.btn-secondary:hover { background: var(--surface-2); }
.btn-danger { color: var(--danger); background: var(--danger-soft); border-color: #fecdca; }
.btn-sm { min-height: 32px; padding: 7px 10px; font-size: 11px; border-radius: 8px; }
.btn + .btn { margin-left: 4px; }
.full { width: 100%; }

/* Tables */
.toolbar { display: flex; gap: 14px; align-items: center; justify-content: space-between; margin-bottom: 14px; flex-wrap: wrap; }
.resource-tools { display: flex; gap: 12px; align-items: center; }
.search-wrap { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 600; }
.search-wrap .input { width: min(330px,45vw); min-height: 38px; }
.table-wrap { width: 100%; overflow: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
table { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; }
th,td { padding: 12px 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; white-space: nowrap; font-size: 12px; }
th { position: sticky; top: 0; z-index: 1; color: var(--muted); background: var(--surface-2); font-size: 10px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr { transition: background .12s; }
tbody tr:hover { background: #fafaff; }
.actions { white-space: nowrap; text-align: right; }
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 999px; color: var(--ink-soft); background: var(--surface-3); font-size: 10px; font-weight: 700; }
.badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .75; }
.badge.ok { color: var(--success); background: var(--success-soft); }
.badge.bad { color: var(--danger); background: var(--danger-soft); }
.badge.warn { color: var(--warning); background: var(--warning-soft); }
.chips { display: flex; gap: 5px; flex-wrap: wrap; }
.chips span { padding: 4px 7px; border-radius: 999px; color: #4938c7; background: var(--brand-soft); font-size: 10px; }
.nested-list { min-width: 340px; display: grid; gap: 6px; white-space: normal; }
.nested-list > div { padding: 8px 9px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-2); font-size: 11px; line-height: 1.45; }
.object-cell { min-width: 220px; display: grid; gap: 4px; white-space: normal; font-size: 11px; }
.object-cell > div { padding-bottom: 3px; border-bottom: 1px dashed var(--line); }
.inline-json { display: block; max-width: 340px; overflow: hidden; text-overflow: ellipsis; }

/* States and details */
.loading { min-height: 360px; display: grid; place-items: center; color: var(--muted); font-size: 12px; }
.loading::before { content: ""; width: 28px; height: 28px; border: 3px solid #ddd9ff; border-top-color: var(--brand); border-radius: 50%; animation: spin .7s linear infinite; position: absolute; margin-top: -48px; }
@keyframes spin { to { transform: rotate(360deg); } }
.empty { min-height: 220px; display: grid; place-content: center; gap: 7px; padding: 34px; text-align: center; color: var(--muted); }
.empty::before { content: ""; width: 42px; height: 42px; margin: 0 auto 8px; border-radius: 13px; background: var(--surface-3); box-shadow: inset 0 0 0 1px var(--line); }
.empty b { color: var(--ink); font-size: 14px; }
.error { color: var(--danger); font-size: 12px; }
.error-panel { border-color: #fecdca !important; background: var(--danger-soft) !important; }
.session-notice { margin: 0 0 18px; padding: 12px; border: 1px solid; border-radius: 10px; color: var(--danger); font-size: 12px; }
.detail-list { display: grid; grid-template-columns: minmax(170px,240px) 1fr; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.detail-list dt,.detail-list dd { margin: 0; padding: 11px 13px; border-bottom: 1px solid var(--line); }
.detail-list dt { color: var(--muted); background: var(--surface-2); font-size: 11px; font-weight: 700; }
.detail-list dd { overflow-wrap: anywhere; font-size: 12px; }
.detail-list dt:last-of-type,.detail-list dd:last-of-type { border-bottom: 0; }
.operation-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.operation-row h3 { margin: 0 0 4px; }
.operation-row p { margin: 0; color: var(--muted); font-size: 12px; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.quick-grid button { border: 1px solid var(--line); border-radius: 10px; padding: 12px; color: var(--ink-soft); background: var(--surface-2); text-align: left; cursor: pointer; font-weight: 700; }
.quick-grid button:hover { border-color: #c8c2ff; background: var(--brand-soft); }
.action-card { display: flex; flex-direction: column; }
.action-card p { min-height: 42px; color: var(--muted); }
.action-card .btn { margin-top: auto; }
.stats-list { display: grid; gap: 12px; }
.stats-list > div { display: flex; justify-content: space-between; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.json { max-height: 420px; overflow: auto; padding: 14px; border-radius: 12px; color: #d1e9ff; background: #101828; direction: ltr; text-align: left; white-space: pre-wrap; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 11px; }
.json.light { max-height: 520px; color: var(--ink); background: var(--surface-2); border: 1px solid var(--line); }
.attachment-box { margin-top: 12px; padding: 16px; border: 1px dashed var(--line-strong); border-radius: 12px; background: var(--surface-2); }
.attachment-box h4 { margin: 0 0 12px; }
audio { max-width: 280px; height: 32px; vertical-align: middle; }
code { padding: 2px 6px; border-radius: 5px; color: #4938c7; background: var(--brand-soft); }

/* Modal and toast */
.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 22px; background: rgba(16,24,40,.62); backdrop-filter: blur(5px); animation: fadeIn .14s ease; }
.modal-card { position: relative; width: min(680px,100%); max-height: 90vh; overflow: auto; padding: 24px; border: 1px solid rgba(255,255,255,.55); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-lg); animation: rise .18s ease; }
.modal-wide { width: min(1000px,96vw); }
.modal-card > h3 { padding-right: 34px; font-size: 20px; }
.modal-x { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 9px; color: var(--muted); background: var(--surface-2); cursor: pointer; font-size: 21px; }
.modal-footer { margin-top: 18px; text-align: right; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 80; max-width: min(380px,calc(100vw - 44px)); padding: 12px 15px; border-radius: 11px; color: #fff; background: #101828; box-shadow: var(--shadow-lg); font-size: 12px; font-weight: 600; animation: rise .18s ease; }
.toast.bad { background: var(--danger); }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes rise { from { opacity: 0; transform: translateY(8px) scale(.99); } }

@media (max-width: 1260px) {
  .cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .six { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 1000px) {
  .login-shell { grid-template-columns: 1fr; }
  .login-panel { min-height: 100vh; padding: 32px 22px; }
  .login-visual { display: none; }
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { position: fixed; left: 0; z-index: 40; width: 272px; transform: translateX(-105%); transition: transform .22s ease; box-shadow: 20px 0 50px rgba(16,24,40,.25); }
  .sidebar.open { transform: translateX(0); }
  .mobile-toggle { display: inline-flex; width: 40px; padding: 0; }
  .module-summary { align-items: flex-start; }
  .three { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
}
@media (max-width: 760px) {
  .content { padding: 22px 16px 44px; }
  .topbar { padding: 10px 15px; }
  .cards,.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .form-grid { grid-template-columns: 1fr; }
  .check { margin-top: 18px; }
  .user-info { display: none; }
  .module-summary { display: grid; gap: 16px; }
  .module-summary > div:last-child { display: flex; flex-wrap: wrap; }
  .module-count { text-align: left; }
  .search-wrap { width: 100%; display: grid; }
  .search-wrap .input { width: 100%; }
  .toolbar > div { width: 100%; }
  .detail-list { grid-template-columns: 1fr; }
  .detail-list dt { border-bottom: 0; }
  .operation-row { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .cards,.six,.two { grid-template-columns: 1fr; }
  .topbar { grid-template-columns: minmax(0,1fr) auto; }
  .page-heading span { display: none; }
  .content { padding-inline: 12px; }
  .card { padding: 15px; border-radius: 14px; }
  .module-summary h2 { font-size: 24px; }
  .modal { padding: 10px; }
  .modal-card { padding: 18px; border-radius: 16px; }
  .btn + .btn { margin-left: 0; margin-top: 5px; }
  .actions { white-space: normal; }
  .quick-grid { grid-template-columns: 1fr; }
}

/* Compatibility contract for GUI integration tests. */
.nav-group{display:grid;grid-template-columns:1fr;gap:4px}
.nav-group>button{display:block;width:100%}

.multi-catalog{border:1px solid var(--border,#d7dee8);border-radius:12px;padding:14px;min-width:0}.multi-catalog legend{font-weight:700;padding:0 6px}.multi-catalog-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:8px;margin-bottom:10px}.multi-catalog-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;max-height:260px;overflow:auto;padding:2px}.multi-option{display:flex;gap:9px;align-items:flex-start;border:1px solid var(--border,#d7dee8);border-radius:9px;padding:9px;background:var(--surface,#fff)}.multi-option input{margin-top:3px}.multi-option span{display:grid;gap:2px}.multi-option small{color:var(--muted,#667085)}@media(max-width:700px){.multi-catalog-toolbar{grid-template-columns:1fr 1fr}.multi-catalog-search{grid-column:1/-1}}
.ivr-options-editor{border:1px solid var(--border,#d7dee8);border-radius:12px;padding:14px}.ivr-options-editor legend{font-weight:700;padding:0 6px}.ivr-option-row{display:grid;grid-template-columns:80px minmax(130px,1fr) minmax(130px,1fr) minmax(170px,1.4fr) auto;gap:8px;align-items:end;padding:10px 0;border-bottom:1px solid var(--border,#d7dee8)}.ivr-option-row:last-child{border-bottom:0}@media(max-width:900px){.ivr-option-row{grid-template-columns:1fr 1fr}.ivr-option-remove{grid-column:1/-1}}

.destination-field .field-warning {
  display: block;
  margin-top: 0.45rem;
  color: var(--danger, #b42318);
  font-weight: 600;
}

.schedule-audit {
  margin: 0.75rem 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border, #d0d5dd);
  border-radius: 10px;
  background: var(--surface-soft, #f8fafc);
  font-size: 0.9rem;
}

.schedule-audit ul {
  margin: 0.4rem 0 0;
  padding-left: 1.25rem;
}

.schedule-audit.has-errors {
  border-color: #fda29b;
  background: #fff1f0;
  color: #912018;
}

.schedule-audit.has-warnings {
  border-color: #fedf89;
  background: #fffaeb;
  color: #7a2e0e;
}

.schedule-audit.is-valid {
  border-color: #a6f4c5;
  background: #ecfdf3;
  color: #05603a;
}

/* Accessibility and resilient interaction states */
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 120; transform: translateY(-160%); padding: 10px 14px; border-radius: 9px; color: #fff; background: var(--sidebar); font-weight: 700; text-decoration: none; box-shadow: var(--shadow-lg); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(91,77,245,.38); outline-offset: 2px; }
.btn:disabled, button:disabled { cursor: not-allowed; opacity: .58; transform: none !important; box-shadow: none !important; }
[aria-busy="true"] { cursor: progress; }
.modal-card:focus { outline: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.read-only-notice {
  display: flex;
  gap: .5rem;
  align-items: baseline;
  border-left: 4px solid currentColor;
}
.read-only-notice span { opacity: .8; }
