:root {
  color-scheme: light;
  --ink: #182235;
  --muted: #6b7484;
  --canvas: #f6f7f9;
  --panel: #ffffff;
  --sidebar: #f0f2f5;
  --line: #dfe3e8;
  --line-strong: #cbd2db;
  --navy: #14233a;
  --blue: #246bce;
  --blue-soft: #eaf2ff;
  --green: #14805e;
  --orange: #a55b13;
  --danger: #b42336;
  --shadow: 0 12px 35px rgba(22, 35, 55, 0.10);
  --radius: 14px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--canvas); }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: 0.55; }
input, textarea, select { width: 100%; border: 1px solid var(--line-strong); border-radius: 9px; background: #fff; padding: 0.65rem 0.72rem; }
textarea { resize: vertical; line-height: 1.45; }
label { display: grid; gap: 0.35rem; font-size: 0.82rem; color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
a { color: var(--blue); }

.hidden { display: none !important; }
.eyebrow { color: #7f8ba0; font-size: 0.68rem; letter-spacing: 0.14em; font-weight: 800; }
.help { color: var(--muted); font-size: 0.8rem; line-height: 1.45; }
.primary, .send-button { color: #fff; background: var(--navy); border: 1px solid var(--navy); }
.primary, .danger-button, .status-button, .text-button, .icon-button, .nav-item, .chat-item, .attach-button, .file-label, .chat-title-button { border-radius: 9px; padding: 0.62rem 0.78rem; }
.danger-button { border: 1px solid #e7b9c0; background: #fff5f6; color: var(--danger); }
.text-button, .icon-button, .chat-title-button { border: 0; background: transparent; }
.icon-button { padding: 0.35rem 0.48rem; }
.row { display: flex; align-items: center; gap: 0.65rem; flex-wrap: wrap; }

.login-view { min-height: 100%; display: grid; place-items: center; padding: 1.5rem; background: radial-gradient(circle at 20% 10%, #e4edfb, transparent 36%), var(--canvas); }
.login-card { width: min(420px, 100%); background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 2rem; display: grid; gap: 1rem; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--navy); color: #fff; font-weight: 900; letter-spacing: -0.04em; }

.app-shell { height: 100vh; display: grid; grid-template-columns: 268px minmax(0, 1fr); overflow: hidden; }
.sidebar { min-height: 0; display: grid; grid-template-rows: auto auto auto auto minmax(100px, 1fr) auto; gap: 0.8rem; padding: 0.9rem; background: var(--sidebar); border-right: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 0.65rem; padding: 0.25rem; }
.brand strong { display: block; font-size: 0.9rem; }
.brand span { display: block; color: var(--muted); font-size: 0.65rem; margin-top: 0.15rem; }
.new-chat { width: 100%; text-align: left; }
.search-box { position: relative; display: flex; align-items: center; gap: 0.35rem; border: 1px solid var(--line); border-radius: 9px; background: #fff; padding-left: 0.65rem; }
.search-box input { border: 0; padding-left: 0.2rem; background: transparent; outline: 0; }
.main-nav { display: grid; gap: 0.18rem; }
.nav-item { border: 0; background: transparent; text-align: left; font-size: 0.84rem; color: #38445a; }
.nav-item:hover, .nav-item.active { background: #fff; color: var(--navy); box-shadow: 0 1px 2px #0000000c; }
.nav-item.active { font-weight: 700; }
.chat-section { min-height: 0; overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.section-caption { display: flex; align-items: center; justify-content: space-between; padding: 0.25rem 0.35rem; color: var(--muted); font-size: 0.75rem; font-weight: 700; }
.chat-list { min-height: 0; overflow-y: auto; display: grid; align-content: start; gap: 0.22rem; }
.chat-item { width: 100%; border: 0; background: transparent; text-align: left; display: grid; grid-template-columns: 1fr auto; gap: 0.4rem; align-items: center; font-size: 0.82rem; }
.chat-item:hover, .chat-item.active { background: #fff; }
.chat-item.active { box-shadow: inset 3px 0 var(--blue); font-weight: 700; }
.chat-item span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chat-actions { opacity: 0; border: 0; background: transparent; padding: 0.2rem; }
.chat-item:hover .chat-actions { opacity: 1; }
.sidebar-footer { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 0.72rem; border-top: 1px solid var(--line); padding-top: 0.65rem; }

.main-column { min-width: 0; min-height: 0; display: grid; grid-template-rows: auto 1fr; }
.topbar { min-height: 70px; padding: 0.7rem 1rem; background: rgba(255,255,255,0.95); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 1rem; backdrop-filter: blur(12px); }
.chat-identity { display: flex; align-items: center; gap: 0.45rem; min-width: 160px; }
.chat-title-button { min-width: 0; font-weight: 750; display: flex; gap: 0.35rem; align-items: center; }
.chat-title-button #chat-heading { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 260px; }
.chip { display: inline-flex; max-width: 155px; border-radius: 999px; padding: 0.25rem 0.5rem; background: #edf0f4; color: var(--muted); font-size: 0.66rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.top-controls { display: flex; align-items: flex-end; justify-content: flex-end; gap: 0.45rem; flex-wrap: wrap; }
.top-controls label { font-size: 0.62rem; gap: 0.16rem; }
.top-controls select { min-width: 92px; padding: 0.46rem 0.52rem; font-size: 0.78rem; }
#model-select { min-width: 138px; }
.status-button { border: 1px solid var(--line); background: #fff; font-size: 0.75rem; white-space: nowrap; }
.status-button.off { color: var(--muted); background: #f3f4f6; }
.content-area { min-height: 0; overflow: auto; }
.view { display: none; min-height: 100%; padding: 1.5rem clamp(1rem, 3vw, 2.5rem); }
.active-view { display: block; }
#chat-view.active-view { display: grid; grid-template-rows: minmax(0, 1fr) auto; padding: 0; overflow: hidden; }

.messages { min-height: 0; overflow-y: auto; padding: 1.5rem max(1rem, calc((100% - 940px) / 2)); }
.message { margin: 0 0 1.2rem; }
.message.user { display: flex; justify-content: flex-end; }
.message.user .message-body { max-width: min(78%, 720px); background: #e8edf3; border-radius: 18px 18px 5px 18px; padding: 0.78rem 0.95rem; white-space: pre-wrap; }
.message.assistant .message-body { max-width: 920px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.1rem; box-shadow: 0 2px 8px rgba(20,35,58,.04); }
.message-meta { display: flex; gap: 0.5rem; align-items: center; color: var(--muted); font-size: 0.69rem; margin-bottom: 0.35rem; }
.message.user .message-meta { display: none; }
.file-card { margin-top: 0.7rem; border: 1px solid var(--line); border-radius: 10px; padding: 0.65rem; display: flex; justify-content: space-between; align-items: center; gap: 0.7rem; }
.file-card a { text-decoration: none; font-weight: 700; }
.empty-state { align-self: center; justify-self: center; text-align: center; max-width: 520px; padding: 3rem 1rem; color: var(--muted); }
.empty-state h2 { color: var(--ink); }
.empty-symbol { margin: 0 auto 1rem; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--navy); color: #fff; font-weight: 900; font-size: 1.25rem; }
.composer { margin: 0 auto 1rem; width: min(940px, calc(100% - 2rem)); background: #fff; border: 1px solid var(--line-strong); border-radius: 18px; box-shadow: var(--shadow); padding: 0.75rem; }
.composer textarea { border: 0; outline: 0; resize: none; min-height: 65px; }
.composer-actions { display: flex; justify-content: space-between; align-items: center; gap: 0.7rem; border-top: 1px solid #edf0f3; padding-top: 0.6rem; }
.composer-left, .composer-right { display: flex; align-items: center; gap: 0.5rem; }
.composer-left select { width: auto; padding: 0.4rem 0.5rem; font-size: 0.72rem; }
.attach-button, .file-label { display: inline-flex; width: auto; align-items: center; justify-content: center; cursor: pointer; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 0.78rem; }
.file-label.primary { color: #fff; background: var(--navy); border-color: var(--navy); }
.send-button { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; font-size: 1.2rem; }
#request-state { color: var(--muted); font-size: 0.72rem; }
.selected-file-strip { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.file-pill { display: inline-flex; align-items: center; gap: 0.35rem; background: var(--blue-soft); color: #214d8b; border-radius: 999px; padding: 0.35rem 0.55rem; font-size: 0.72rem; }
.file-pill button { border: 0; background: transparent; padding: 0; }

.page-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 1.4rem; }
.page-heading h2 { margin: 0.2rem 0 0.3rem; font-size: 1.65rem; }
.page-heading p { color: var(--muted); max-width: 760px; margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 0.85rem; }
.card, .admin-card, .editor-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; }
.card h3, .admin-card h3 { margin-bottom: 0.35rem; }
.card p, .admin-card p { color: var(--muted); font-size: 0.82rem; }
.card .card-meta { display: flex; gap: 0.4rem; flex-wrap: wrap; color: var(--muted); font-size: 0.7rem; }
.notice { margin-top: 1rem; border-left: 3px solid var(--orange); background: #fff9f2; padding: 0.85rem 1rem; border-radius: 8px; font-size: 0.82rem; }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.7rem; color: var(--muted); font-size: 0.78rem; }
.file-table { display: grid; gap: 0.45rem; }
.file-row { display: grid; grid-template-columns: minmax(180px, 1fr) auto auto; align-items: center; gap: 0.7rem; background: #fff; border: 1px solid var(--line); border-radius: 11px; padding: 0.75rem 0.85rem; }
.file-name { min-width: 0; }
.file-name strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-name span { color: var(--muted); font-size: 0.7rem; }
.file-actions { display: flex; gap: 0.35rem; flex-wrap: wrap; }
.file-actions button, .file-actions a { border: 1px solid var(--line); background: #fff; border-radius: 7px; padding: 0.38rem 0.5rem; text-decoration: none; font-size: 0.72rem; }
.admin-card { margin-top: 1rem; }
.admin-card summary { cursor: pointer; font-weight: 700; }
.form-grid { margin-top: 1rem; display: grid; grid-template-columns: repeat(3, minmax(160px, 1fr)) auto; gap: 0.7rem; align-items: end; }
.split-panel { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 1rem; }
.stack-list { display: grid; align-content: start; gap: 0.45rem; }
.stack-item { text-align: left; border: 1px solid var(--line); border-radius: 9px; background: #fff; padding: 0.7rem; }
.stack-item.active { border-color: var(--blue); background: var(--blue-soft); }
.editor-card textarea, .editor-card pre, #profile-json { font-family: "SFMono-Regular", Consolas, monospace; font-size: 0.78rem; }
.site-preview { width: 100%; min-height: 520px; margin-top: 1rem; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
pre { max-height: 360px; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; background: #111b2b; color: #dce8f7; border-radius: 9px; padding: 0.75rem; }
.settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.key-values { display: grid; grid-template-columns: minmax(110px, 0.8fr) 1.2fr; gap: 0.4rem 0.7rem; font-size: 0.75rem; }
.key-values dt { color: var(--muted); }
.key-values dd { margin: 0; overflow-wrap: anywhere; }
.switch-row { display: flex; align-items: center; gap: 0.6rem; color: var(--ink); }
.switch-row input { width: auto; }

.activity-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 94vw); z-index: 20; background: #fff; border-left: 1px solid var(--line); box-shadow: -18px 0 50px #0002; padding: 1rem; overflow-y: auto; }
.activity-drawer header { display: flex; justify-content: space-between; align-items: flex-start; }
.activity-drawer h2 { margin: 0.2rem 0; }
.activity-meta { border: 1px solid var(--line); border-radius: 9px; padding: 0.65rem; font-size: 0.72rem; color: var(--muted); margin-bottom: 0.8rem; overflow-wrap: anywhere; }
.activity-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.activity-event { position: relative; border-left: 2px solid var(--line-strong); padding: 0.2rem 0.4rem 0.7rem 0.8rem; }
.activity-event::before { content: ""; position: absolute; left: -5px; top: 0.35rem; width: 8px; height: 8px; border-radius: 50%; background: var(--line-strong); }
.activity-event.completed::before { background: var(--green); }
.activity-event.running::before { background: var(--blue); }
.activity-event.error::before, .activity-event.blocked::before, .activity-event.stopped::before { background: var(--danger); }
.activity-event strong { display: block; font-size: 0.79rem; }
.activity-event span { display: block; color: var(--muted); font-size: 0.68rem; margin-top: 0.2rem; }

dialog { width: min(560px, calc(100% - 2rem)); border: 0; border-radius: 16px; padding: 0; box-shadow: 0 25px 80px #0005; }
dialog::backdrop { background: #0f172a70; backdrop-filter: blur(2px); }
#modal-form > header, #modal-form > footer { display: flex; align-items: center; justify-content: space-between; gap: 0.7rem; padding: 1rem; border-bottom: 1px solid var(--line); }
#modal-form > footer { border: 0; border-top: 1px solid var(--line); justify-content: flex-end; }
#modal-title { margin: 0; }
#modal-content { padding: 1rem; display: grid; gap: 0.8rem; }
.toast { position: fixed; right: 1rem; bottom: 1rem; z-index: 50; max-width: min(460px, calc(100% - 2rem)); background: #142033; color: #fff; padding: 0.85rem 1rem; border-radius: 10px; box-shadow: var(--shadow); }
.mobile-only { display: none; }

/* Native protocol result rendering. */
.response { font-family: Arial, sans-serif; color: var(--ink); line-height: 1.5; overflow-wrap: anywhere; }
.response p { margin: 0.55rem 0; }
.response h2 { margin: 1.25rem 0 0.55rem; font-size: 1.08rem; }
.response h3 { margin: 1rem 0 0.45rem; font-size: 0.98rem; }
.response .main-result { margin-top: 0; font-size: 1.02rem; }
.response .is-strong { font-weight: 700; }
.response .text-protocol_blue, .protocol-assembly-content { color: #0070c0; }
.response .text-danger { color: #b42318; }
.response .text-muted { color: var(--muted); }
.response ul { padding-left: 1.25rem; }
.response li { margin: 0.3rem 0; }
.table-scroll { width: 100%; overflow-x: auto; margin: 0.7rem 0; }
.response table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.response th, .response td { border: 1px solid #d9d9d9; padding: 0.6rem 0.68rem; vertical-align: middle; overflow-wrap: anywhere; }
.research-table th { background: #ffd6ae; text-align: center; font-weight: 700; }
.research-table th:first-child, .research-table td:first-child { width: 36%; }
.research-table .family-row td { background: #c6d9f1; font-weight: 700; }
.research-table .summary-row td:first-child { background: #c6d9f1; }
.fill-header_brown { background: #ffd6ae; font-weight: 700; }
.fill-family_blue { background: #c6d9f1; font-weight: 700; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.source-label { white-space: normal; color: #4f5a70; }
.line-title { font-size: 1.02rem; }
.generative-result h3 { font-size: 13.5pt; }
.marker { font-family: "Segoe UI Symbol", "Segoe UI Emoji", sans-serif; font-weight: 400; }
.marker-v0 { color: #ff0000; }
.marker-protocol { color: #0070c0; }
.practical-result dl { margin: 0.6rem 0; }
.practical-result dt { font-weight: 700; }
.practical-result dd { margin: 0.12rem 0 0.55rem; }
.practical-result.compact .practical-row { display: grid; grid-template-columns: minmax(130px, .42fr) 1fr; gap: .7rem; border-bottom: 1px solid var(--line); padding: .45rem 0; }

@media (max-width: 1180px) {
  .app-shell { grid-template-columns: 225px minmax(0, 1fr); }
  .topbar { align-items: flex-start; }
  .top-controls { max-width: 760px; }
  .status-button { font-size: 0; }
  .status-button::first-letter { font-size: 0.75rem; }
}

@media (max-width: 820px) {
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { position: fixed; inset: 0 auto 0 0; width: 270px; z-index: 30; transform: translateX(-102%); transition: transform .2s ease; box-shadow: var(--shadow); }
  .sidebar.open { transform: translateX(0); }
  .mobile-only { display: inline-block; }
  .topbar { flex-direction: column; }
  .top-controls { justify-content: flex-start; width: 100%; }
  .settings-grid, .split-panel { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .file-row { grid-template-columns: minmax(0, 1fr); }
  .message.user .message-body { max-width: 92%; }
}
/* Persistent personal settings and explicit voice-session controls. */
.voice-toolbar { display:flex; flex-wrap:wrap; align-items:center; gap:8px; padding:7px 0; }
.voice-toolbar label { display:flex; align-items:center; gap:6px; }
.voice-toolbar audio { width:min(100%,360px); height:36px; }
#voice-status { font-size:13px; color:var(--muted,#657185); }
.suggestions { display:flex; flex-wrap:wrap; gap:8px; margin:8px 24px 16px; }
.suggestions button { font-size:13px; text-align:left; }
.memory-row { padding:10px 0; border-bottom:1px solid #dce2ea; }
.memory-row p { margin:0 0 8px; white-space:pre-wrap; }
.memory-row button { margin-right:6px; }
#memory-new, #user-instruction, #plugin-task-scope { width:100%; box-sizing:border-box; }
.voice-toolbar button, .suggestions button, .memory-row button,
#instruction-save, #memory-add, #plugin-task-save, #plugin-task-end {
  border:1px solid var(--line); border-radius:9px; padding:8px 12px;
  background:#fff; color:var(--ink,#16253c); font:inherit; cursor:pointer;
}
.voice-toolbar button:hover, .suggestions button:hover, .memory-row button:hover,
#instruction-save:hover, #memory-add:hover { background:#eef3fa; }
.voice-toolbar button:focus-visible, .suggestions button:focus-visible,
.memory-row button:focus-visible { outline:2px solid #2563eb; outline-offset:2px; }
.voice-toolbar select { min-width:120px; }
.suggestions { flex-shrink:0; }
#instruction-save, #memory-add { margin-top:8px; }
/* Familiar restrained chat and category-based settings. Appearance follows OS. */
:root { color-scheme: light dark; --canvas:#fff; --sidebar:#f9f9f9; --navy:#2877e3; }
.brand-mark,.empty-symbol { background:var(--blue); }
.main-nav { gap:2px; }
.main-nav .nav-item { text-align:left; font-weight:500; }
.settings-layout { display:grid;grid-template-columns:190px minmax(0,680px);gap:32px;align-items:start;max-width:960px; }
.settings-nav { display:grid;gap:4px;position:sticky;top:0; }
.settings-nav button { padding:12px;text-align:left;background:transparent;border:0;border-radius:9px;font-size:14px; }
.settings-nav button.selected { background:var(--sidebar);font-weight:600; }
.settings-content { min-width:0;padding-bottom:40px; }
.settings-content h3 { font-size:22px;font-weight:600;margin:0 0 24px; }
.settings-content h4 { margin-top:28px;font-size:17px; }
.settings-content button { border:1px solid var(--line);border-radius:9px;padding:9px 13px;background:var(--panel);color:var(--ink);margin-top:8px; }
.settings-content button.primary { background:var(--blue);color:white; }
.setting-row { display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px;padding:16px 0;border-bottom:1px solid var(--line);font-size:15px;color:var(--ink); }
.setting-row>select,.setting-row>input { max-width:240px;width:auto;min-width:160px;background:var(--panel); }
.setting-row small { display:block;font-size:13px;color:var(--muted);max-width:320px;line-height:1.5;margin-top:6px; }
.settings-details { border-bottom:1px solid var(--line);padding:20px 0;margin:4px 0;line-height:1.55; }
.settings-details summary { cursor:pointer;font-weight:500; }
.settings-details p { margin-top:14px; }
.form-stack { display:grid;gap:16px; }
.form-stack blockquote { margin:0;padding:14px;border-left:3px solid var(--blue);background:var(--sidebar);font-size:14px; }
.usage-total { font-size:32px;font-weight:600;margin-bottom:12px; }
#usage-progress { width:100%;height:10px;accent-color:var(--blue); }
#usage-categories { display:grid;gap:10px;margin:20px 0; }
.usage-line,.price-row { display:flex;justify-content:space-between;gap:12px;align-items:center; }
.price-row { margin:10px 0; }.price-row input { width:100px; }
.billing-card { border-bottom:1px solid var(--line);padding:20px 0; }
.billing-card h4 { margin-top:0; }.billing-card a { display:inline-block;margin-right:18px; }
#summary-sources { margin-top:16px; font-size:13px; color:var(--muted); }
#summary-sources p { white-space:pre-wrap; }
#profile-json { display:none; }
@media (prefers-color-scheme:dark) {
 :root {--ink:#ececec;--muted:#aaa;--canvas:#212121;--panel:#212121;--sidebar:#171717;--line:#3b3b3b;--line-strong:#555;--blue:#71a7ff;--blue-soft:#28354c;}
 input,textarea,select,.status-button,.voice-toolbar button,.suggestions button,.memory-row button,#instruction-save,#memory-add,#plugin-task-save,#plugin-task-end,.login-card { background:var(--panel);color:var(--ink); }
 .admin-card,.editor-card,.composer,.topbar { background:var(--panel); }.chip {background:var(--sidebar);}
 .message.user .message-body { background:#303030; }.message.assistant .message-content {color:var(--ink);}
}
@media (prefers-contrast:more) { :root {--line:#888;--line-strong:#666;} button:focus-visible {outline:3px solid var(--blue);} }
@media (max-width:820px) {
 .settings-layout { grid-template-columns:1fr;gap:20px; }
 .settings-nav { display:flex;overflow:auto;position:static;gap:6px;padding-bottom:8px; }.settings-nav button {white-space:nowrap;}
 .setting-row {align-items:flex-start;}.setting-row>select,.setting-row>input {min-width:125px;max-width:52%;}
 .settings-content {width:100%;}.top-controls #task-notes {font-size:12px;}
}

/* Protocol revisions and their reviewed execution graph. */
.protocol-card { min-width: 0; overflow-wrap: anywhere; }
.protocol-card h4 { margin: 0 0 0.7rem; }
.protocol-action { border: 1px solid var(--line); background: #fff; font-size: 0.82rem; }
.protocol-action:hover { background: var(--surface, #f7f8fa); }
#protocol-change-status { white-space: pre-line; overflow-wrap: anywhere; }
#protocol-graph-preview { display: grid; gap: 0.75rem; margin-top: 1rem; }
