.doc-editor{display:flex;flex-direction:column;gap:.5rem}.doc-editor__header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.doc-editor__title-bar{flex:1 1 14rem;min-width:0}.doc-editor__title-input{width:100%;max-width:42rem;font-size:1.15rem;font-weight:600;line-height:1.3;color:var(--rm-heading, #161620);background:transparent;border:1px solid transparent;border-radius:var(--rm-radius-md, .5rem);padding:.2rem .4rem;margin-left:-.4rem}.doc-editor__title-input::placeholder{color:var(--rm-muted, #5c4f35);font-weight:500}.doc-editor__title-input:hover:not(:disabled):not([readonly]){border-color:var(--rm-border, #e5e0d8)}.doc-editor__title-input:focus{outline:none;border-color:var(--rm-ring, var(--rm-primary, #002ea3));box-shadow:0 0 0 3px #002ea32e;background:var(--rm-surface, #fff)}.doc-editor__title-input:disabled,.doc-editor__title-input[readonly]{color:var(--rm-heading, #161620);cursor:default}.doc-editor__toolbar{flex:0 1 auto;margin-left:auto;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.doc-editor__toolbar-export{margin-left:auto;display:flex;align-items:center;gap:.4rem}.doc-editor__export-docx,.doc-editor__export-pdf,.doc-editor__email-delivery-open{padding:.35rem .7rem;border-radius:var(--rm-radius-md, .5rem);border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);color:var(--rm-text, #161620);font-size:.85rem;cursor:pointer;white-space:nowrap}.doc-editor__export-docx:hover:not(:disabled),.doc-editor__export-pdf:hover:not(:disabled),.doc-editor__email-delivery-open:hover:not(:disabled){border-color:var(--rm-accent, #bf581a)}.doc-editor__export-notice{margin:0;flex-basis:100%;font-size:.8rem;line-height:1.35;color:var(--rm-text-muted, #5a5a68)}.doc-editor__export-pdf{background:var(--rm-accent, #bf581a);border-color:var(--rm-accent, #bf581a);color:var(--rm-on-accent, #fff)}.doc-editor__export-pdf:hover:not(:disabled){filter:brightness(1.06)}.doc-editor__export-docx:disabled,.doc-editor__export-pdf:disabled,.doc-editor__email-delivery-open:disabled{opacity:.55;cursor:default}.email-delivery-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#16162094}.email-delivery-panel{width:min(560px,100%);max-height:85vh;overflow:auto;color:var(--rm-text, #161620);background:var(--rm-surface, #fff);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-lg, .75rem);box-shadow:0 16px 48px #00000040}.email-delivery-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--rm-border, #e5e0d8)}.email-delivery-header h2,.email-delivery-test-banner{margin:0}.email-delivery-header h2{margin-top:.35rem;font-family:var(--rm-font-serif, Georgia, serif);font-size:1.125rem}.email-delivery-test-banner{color:var(--rm-accent, #bf581a);font-size:.82rem;font-weight:700}.email-delivery-close{border:0;border-radius:var(--rm-radius-sm, .375rem);padding:.2rem .5rem;color:var(--rm-text-muted, #5c4f35);background:transparent;font-size:1.5rem;cursor:pointer}.email-delivery-body{padding:1rem 1.25rem 1.25rem}.email-delivery-body form,.email-delivery-body label{display:block}.email-delivery-body label{margin:1rem 0 .35rem;font-weight:650}.email-delivery-body input{box-sizing:border-box;width:100%;padding:.6rem .7rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-md, .5rem);font:inherit}.email-delivery-help,.email-delivery-warning,.email-delivery-error{font-size:.88rem}.email-delivery-help{color:var(--rm-text-muted, #5c4f35)}.email-delivery-warning{padding:.75rem;border-left:3px solid var(--rm-accent, #bf581a);background:var(--rm-bg, #f7f4ef)}.email-delivery-error{color:var(--rm-danger, #a02424);font-weight:650}.email-delivery-summary{display:grid;gap:.65rem;margin:0}.email-delivery-summary div{display:grid;grid-template-columns:minmax(7rem,.35fr) 1fr;gap:.75rem}.email-delivery-summary dt{color:var(--rm-text-muted, #5c4f35);font-weight:650}.email-delivery-summary dd{margin:0;overflow-wrap:anywhere}.email-delivery-captured-state{font-weight:750}.email-delivery-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.25rem}.email-delivery-actions button{padding:.5rem .8rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-md, .5rem);background:var(--rm-surface, #fff);color:var(--rm-text, #161620);cursor:pointer}.email-delivery-actions button:last-child{border-color:var(--rm-primary, #002ea3);background:var(--rm-primary, #002ea3);color:var(--rm-primary-fg, #fff)}.email-delivery-actions button:disabled,.email-delivery-close:disabled{cursor:not-allowed;opacity:.55}.doc-editor>.fmt-toolbar{padding:.4rem .6rem;border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);background:var(--rm-bg, #f7f4ef)}.doc-editor__body{display:grid;grid-template-columns:minmax(240px,320px) 1fr;gap:1rem;align-items:start}.doc-editor__body>.doc-editor__canvas:only-child{grid-column:1 / -1}.doc-editor__body[data-rail=collapsed]{grid-template-columns:auto minmax(0,1fr)}.doc-editor__body[data-inbox=open]{grid-template-columns:minmax(240px,300px) minmax(0,1fr) minmax(280px,360px)}.doc-editor__body[data-inbox=open][data-rail=collapsed]{grid-template-columns:auto minmax(0,1fr) minmax(280px,360px)}.doc-editor__canvas{min-width:0;min-height:600px;background:var(--rm-surface, #fff);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-lg, .75rem);overflow:hidden}.doc-editor__canvas>.empty-state,.doc-editor__canvas>p{padding:1rem 1.25rem}.doc-editor__panels{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 900px){.doc-editor__body{grid-template-columns:1fr}.doc-editor__body>.doc-editor__canvas{order:1}.doc-editor__body>.outline-sidebar,.doc-editor__body>.structure-panel{order:2;position:static;max-height:none}.doc-editor__body>.improve-inbox{order:3;position:static;max-height:none}}.doc-editor-shell{display:grid;gap:var(--dm-shell-gap, 1rem);align-items:start}.doc-editor-shell--workbench[data-mode=split]{grid-template-columns:var(--dm-rail-width, 260px) minmax(var(--dm-editor-min, 720px),1fr)}.doc-editor-shell--workbench[data-mode=stacked]{grid-template-columns:1fr}.doc-editor-shell__rail,.doc-editor-shell__editor{min-width:0}.doc-editor-shell--workbench[data-mode=stacked] .doc-editor-shell__editor{order:1}.doc-editor-shell--workbench[data-mode=stacked] .doc-editor-shell__rail{order:2}.doc-editor-shell--drawers{display:flex;flex-direction:column;align-items:stretch;gap:var(--dm-shell-gap, 1rem)}.doc-editor-shell__drawerbar{display:flex;align-items:center;gap:.625rem}.doc-editor-shell__drawertoggle[data-side=right]{margin-left:auto}.doc-editor-shell__drawertoggle{flex:0 0 auto;font-size:.75rem;font-weight:600;white-space:nowrap;color:var(--rm-text, #3b4252);background:var(--rm-bg, #f7f4ef);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);padding:.3125rem .75rem;cursor:pointer}.doc-editor-shell__drawertoggle[aria-pressed=true]{color:var(--rm-heading, #1f2430);background:var(--rm-surface, #fff);border-color:var(--rm-ring, var(--rm-primary, #002ea3))}.doc-editor-shell__drawergrid{display:grid;gap:var(--dm-shell-gap, 1rem);align-items:start}.doc-editor-shell__drawer,.doc-editor-shell__edge,.doc-editor-shell--drawers .doc-editor-shell__editor{min-width:0}.doc-editor-shell__drawer{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:var(--rm-bg, #f7f4ef);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-lg, .75rem)}.doc-editor-shell__drawerhead{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.doc-editor-shell__drawertitle{font-size:.65rem;text-transform:uppercase;letter-spacing:.07em;color:var(--rm-muted, #9ca3af)}.doc-editor-shell__drawerclose{font-size:.625rem;color:var(--rm-muted, #8a94a3);background:none;border:none;padding:0;cursor:pointer}.doc-editor-shell__drawerclose:hover{color:var(--rm-text, #3b4252);text-decoration:underline}.doc-editor-shell__edge{align-self:stretch;display:flex;align-items:center;justify-content:center;padding:0;background:var(--rm-bg, #f7f4ef);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);cursor:pointer}.doc-editor-shell__edge:hover{background:var(--rm-surface, #fff)}.doc-editor-shell__edgelabel{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.65rem;font-weight:600;letter-spacing:.06em;color:var(--rm-muted, #8a94a3)}.doc-editor-shell__drawergrid[data-mode=stacked]{display:flex;flex-direction:column}.doc-editor-shell__drawergrid[data-mode=stacked] .doc-editor-shell__editor{order:1}.doc-editor-shell__drawergrid[data-mode=stacked] .doc-editor-shell__drawer[data-side=left]{order:2}.doc-editor-shell__drawergrid[data-mode=stacked] .doc-editor-shell__drawer[data-side=right]{order:3}.doc-editor-shell__chat,.doc-editor-shell__actions{min-width:0}.doc-editor-shell--conversational[data-mode=split][data-chat-side=left]{grid-template-columns:var(--dm-rail-width, 340px) minmax(var(--dm-editor-min, 720px),1fr)}.doc-editor-shell--conversational[data-mode=split][data-chat-side=right]{grid-template-columns:minmax(var(--dm-editor-min, 720px),1fr) var( --dm-rail-width, 320px )}.doc-editor-shell--conversational[data-mode=split][data-chat-side=right] .doc-editor-shell__editor{grid-column:1}.doc-editor-shell--conversational[data-mode=split][data-chat-side=right] .doc-editor-shell__chat{grid-column:2}.doc-editor-shell--conversational[data-mode=stacked]{grid-template-columns:1fr}.doc-editor-shell--conversational[data-mode=stacked] .doc-editor-shell__editor{order:1}.doc-editor-shell--conversational[data-mode=stacked] .doc-editor-shell__chat{order:2}.doc-editor-shell--deliverable .doc-editor-shell__actions{grid-area:actions}.doc-editor-shell--deliverable .doc-editor-shell__rail{grid-area:rail}.doc-editor-shell--deliverable .doc-editor-shell__editor{grid-area:editor}.doc-editor-shell--deliverable[data-variant=assembly][data-mode=split]{grid-template:"actions actions" auto "rail editor" minmax(0,1fr) / var(--dm-rail-width, 200px) minmax(var(--dm-editor-min, 720px),1fr)}.doc-editor-shell--deliverable[data-variant=split][data-mode=split]{grid-template:"rail editor" minmax(0,1fr) / var(--dm-rail-width, 300px) minmax(var(--dm-editor-min, 720px),1fr)}.doc-editor-shell--deliverable[data-mode=stacked]{grid-template:"actions" auto "editor" minmax(0,1fr) "rail" auto / 1fr}:root{--sd-tracked-changes-insert-background: rgba(22, 163, 74, .16);--sd-tracked-changes-insert-border: #15803d;--sd-tracked-changes-insert-text: #15803d;--sd-tracked-changes-delete-background: rgba(220, 38, 38, .12);--sd-tracked-changes-delete-border: #b91c1c;--sd-tracked-changes-delete-text: #b91c1c}.track-insert-dec.highlighted,.track-insert-dec.normal,.track-insert{background:#16a34a29;color:#15803d;text-decoration:underline;text-decoration-color:#15803db3;border-radius:2px}.track-delete-dec.highlighted,.track-delete-dec.normal,.track-delete{background:#dc26261f;color:#b91c1c;text-decoration:line-through;text-decoration-color:#b91c1cd9;border-radius:2px}.track-insert-dec.rmdg-tc-active,.track-delete-dec.rmdg-tc-active,.track-insert.rmdg-tc-active,.track-delete.rmdg-tc-active{background:#16a34a4d;box-shadow:0 0 0 2px #15803d73;border-radius:2px}.track-delete-dec.rmdg-tc-active,.track-delete.rmdg-tc-active{background:#dc26263d;box-shadow:0 0 0 2px #b91c1c73}.rmdg-inline-controls{display:flex;flex-direction:column;gap:6px;box-sizing:border-box;padding:9px 11px;background:#fff;border:1px solid rgba(15,23,42,.14);border-radius:8px;box-shadow:0 4px 14px #0f172a2e;font-size:12px;line-height:1.4}.rmdg-inline-controls--sentence{border-left:3px solid #15803d}.rmdg-inline-controls--section{border-left:3px solid #475569}.rmdg-inline-controls--retry{border-color:#b4530973;border-left:3px solid #b45309;background:#fffbeb;box-shadow:0 6px 18px #78350f38}.rmdg-inline-controls--retry .rmdg-inline-controls__label{color:#b45309}.rmdg-inline-controls__label{font-weight:600;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.rmdg-inline-controls__sentence{margin:0;font-size:12.5px;line-height:1.45;color:#1f2937}.rmdg-inline-controls__meta{margin:0;font-size:11px;line-height:1.4;color:#64748b}.rmdg-inline-controls__actions{display:flex;gap:6px}.rmdg-inline-accept,.rmdg-inline-reject{cursor:pointer;border:1px solid transparent;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap}.rmdg-inline-accept{background:#16a34a;color:#fff}.rmdg-inline-accept:hover:not(:disabled){background:#15803d}.rmdg-inline-reject{background:#fff;color:#b91c1c;border-color:#b91c1c80}.rmdg-inline-reject:hover:not(:disabled){background:#fef2f2}.rmdg-inline-accept:disabled,.rmdg-inline-reject:disabled{opacity:.6;cursor:default}.rmdg-inline-controls__error{margin:0;color:#b91c1c;font-size:11px;line-height:1.4}.rmdg-inline-controls__disclaimer{margin:0;font-size:10.5px;line-height:1.35;color:#64748b}.rmdg-inline-controls__more{position:fixed;right:12px;bottom:12px;z-index:40;margin:0;max-width:268px;padding:5px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.14);background:#f8fafc;color:#475569;font-size:11px;line-height:1.35;text-align:left;cursor:pointer;box-shadow:0 2px 8px #0f172a1f}.rmdg-inline-controls__more:hover:not(:disabled){background:#eef2f7;color:#1f2937}.rmdg-inline-controls__more:disabled{cursor:default}.rmdg-inline-controls__leader{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:39}.rmdg-inline-controls__leader path{fill:none;stroke:#15803d8c;stroke-width:1.5;stroke-dasharray:3 3}.rmdg-proposal-disclaimer{margin:0 0 8px;font-size:12px;line-height:1.4;color:#64748b}.rmdg-begrippen-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:31}.rmdg-begrip-box{pointer-events:none;border-bottom:2px dotted rgba(37,58,163,.55);background:#253aa312;border-radius:2px}.rmdg-begrip-box--secondary{background:transparent;border-bottom-color:#253aa366}.rmdg-begrip-box--flash{animation:rmdg-begrip-pulse 1.2s ease-in-out 0s 2;background:#253aa329}@keyframes rmdg-begrip-pulse{0%,to{background:#253aa314}50%{background:#253aa347}}.rmdg-begrip-marker{position:absolute;top:-11px;left:100%;margin-left:2px;pointer-events:auto;cursor:help;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:999px;background:#253aa3;color:#fff;font-size:10px;font-weight:700;line-height:1;box-shadow:0 1px 3px #0f172a59}.rmdg-begrip-card{padding:8px 10px;background:#fff;border:1px solid rgba(15,23,42,.14);border-radius:8px;box-shadow:0 4px 14px #0f172a2e;z-index:31}.rmdg-begrip-card__term{display:block;font-weight:700;font-size:13px;color:#0f172a}.rmdg-begrip-card__def{display:block;margin-top:3px;font-size:12px;line-height:1.35;font-style:italic;color:#64748b}.rmdg-begrip-card__kicker{display:block;margin-top:8px;padding-top:6px;border-top:1px solid rgba(15,23,42,.1);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#253aa3}.rmdg-begrip-card__crit{display:block;margin-top:2px;font-size:11px;line-height:1.35;color:#475569}.rmdg-begrip-card__sourced{display:block;margin-top:3px}.rmdg-begrip-card__def--formal{font-style:normal;color:#334155}.rmdg-begrip-card__source{display:block;margin-top:3px;font-size:10.5px;font-weight:600;color:#64748b}.rmdg-begrip-card__plain{display:block;margin-top:5px;font-size:11.5px;line-height:1.35;font-style:italic;color:#64748b}.rmdg-begrip-card__plain-badge{display:inline-block;margin-right:5px;padding:0 4px;border-radius:3px;font-style:normal;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#475569;background:#64748b24}.rmdg-begrip-card__draft{display:inline-block;margin-bottom:4px;padding:1px 5px;border-radius:3px;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#92400e;background:#f59e0b29}.rmdg-begrip-fn-box{pointer-events:none}.rmdg-begrip-fn-anchor{position:absolute;left:100%;top:0;height:100%;width:11px;display:block;pointer-events:auto;cursor:help;outline:none}.rmdg-begrip-fn-marker{position:absolute;left:1px;top:-1px;font-size:9.5px;font-weight:700;line-height:1;color:#bf581a;white-space:nowrap}.rmdg-begrip-fn-anchor:hover .rmdg-begrip-fn-marker,.rmdg-begrip-fn-anchor:focus-visible .rmdg-begrip-fn-marker{color:#7a2e08;text-decoration:underline}.rmdg-begrip-fn-anchor:focus-visible{border-radius:3px;box-shadow:0 0 0 2px #bf581a73}.rmdg-begrip-fn-box--flash .rmdg-begrip-fn-marker{animation:rmdg-begrip-fn-pulse 1.2s ease-in-out 0s 2}.rmdg-begrip-fn-pop{padding:9px 11px;border:1px solid #e5e0d8;border-radius:10px;background:#fbfaf8;box-shadow:0 8px 22px #0f172a2e;color:#1f2430;font-size:11.5px;line-height:1.45;font-weight:400;cursor:auto;z-index:2}.rmdg-begrip-fn-pop__term{display:block;font-size:12.5px;font-weight:600;color:#1f2430}.rmdg-begrip-fn-pop__draft{display:inline-block;margin:3px 0 1px;padding:0 4px;border-radius:3px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#92400e;background:#f59e0b29}.rmdg-begrip-fn-pop__def{display:block;margin-top:3px;color:#3f4654}.rmdg-begrip-fn-pop__def--none{font-style:italic;color:#8a8377}.rmdg-begrip-fn-pop__plain{display:block;margin-top:4px;font-style:italic;color:#6b7280}.rmdg-begrip-fn-pop__source{display:block;margin-top:4px;font-size:10px;font-weight:600;color:#6b7280}@keyframes rmdg-begrip-fn-pulse{0%,to{color:#bf581a}50%{color:#7a2e08}}.rmdg-begrip-fn-block{pointer-events:none;display:flex;flex-direction:column;align-items:flex-end}.rmdg-begrip-fn-block--pinned{align-items:flex-start;flex-direction:column-reverse}.rmdg-begrip-fn-block--pinned .rmdg-begrip-fn-list{max-height:45vh;overflow-y:auto}.rmdg-begrip-fn-toggle{pointer-events:auto;display:inline-flex;align-items:center;gap:6px;margin-top:2px;padding:3px 9px;border:1px solid #e5e0d8;border-radius:999px;background:#fbfaf8;color:#6b5b4a;font:inherit;font-size:11px;line-height:1.4;cursor:pointer;box-shadow:0 1px 2px #0f172a0f}.rmdg-begrip-fn-toggle:hover{border-color:#d8cfc2;background:#f6f3ee}.rmdg-begrip-fn-toggle__label{text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:#6b7280}.rmdg-begrip-fn-toggle__count{font-weight:600;color:#8f3f10;background:#fdeede;border:1px solid #e9cdb6;border-radius:999px;padding:0 6px;line-height:15px}.rmdg-begrip-fn-toggle__hint{color:#8f3f10}.rmdg-begrip-fn-list{pointer-events:auto;list-style:none;margin:4px 0 0;padding:8px 10px;min-width:200px;max-width:min(320px,90vw);border:1px solid #e5e0d8;border-radius:10px;background:#fbfaf8;box-shadow:0 6px 18px #0f172a29;display:flex;flex-direction:column;gap:6px}.rmdg-begrip-fn-item{display:flex;gap:8px;align-items:flex-start}.rmdg-begrip-fn-item__num{flex:none;min-width:14px;font-size:10px;font-weight:700;line-height:17px;color:#bf581a}.rmdg-begrip-fn-item__body{display:flex;flex-direction:column}.rmdg-begrip-fn-item__term{font-size:12.5px;font-weight:600;color:#1f2430}.rmdg-begrip-fn-item__meta{font-size:10.5px;line-height:1.4;color:#9ca3af;margin-top:1px}.rmdg-begrip-fn-item__def{display:block;color:#4b5563}.rmdg-begrip-fn-item__source{display:block;margin-top:1px;font-weight:600;color:#6b7280}.rmdg-begrip-fn-item__draft{display:inline-block;margin-bottom:2px;padding:0 4px;border-radius:3px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#92400e;background:#f59e0b29}@media (prefers-color-scheme: dark){.rmdg-begrip-fn-marker{color:#e8a06a}@keyframes rmdg-begrip-fn-pulse{0%,to{color:#e8a06a}50%{color:#f6c79b}}.rmdg-begrip-fn-toggle{border-color:#94a3b84d;background:#1f2937;color:#cbd5e1;box-shadow:0 1px 2px #0006}.rmdg-begrip-fn-toggle:hover{border-color:#94a3b873;background:#273244}.rmdg-begrip-fn-toggle__label{color:#94a3b8}.rmdg-begrip-fn-toggle__count{color:#f0c29a;background:#bf581a38;border-color:#e8a06a66}.rmdg-begrip-fn-toggle__hint{color:#e8a06a}.rmdg-begrip-fn-list{border-color:#94a3b84d;background:#1f2937;box-shadow:0 6px 18px #00000080}.rmdg-begrip-fn-item__num{color:#e8a06a}.rmdg-begrip-fn-item__term{color:#f1f5f9}.rmdg-begrip-fn-item__meta{color:#94a3b8}.rmdg-begrip-fn-anchor:hover .rmdg-begrip-fn-marker,.rmdg-begrip-fn-anchor:focus-visible .rmdg-begrip-fn-marker{color:#f6c79b}.rmdg-begrip-fn-pop{border-color:#94a3b84d;background:#1f2937;color:#e2e8f0;box-shadow:0 8px 22px #00000080}.rmdg-begrip-fn-pop__term{color:#f1f5f9}.rmdg-begrip-fn-pop__def{color:#cbd5e1}.rmdg-begrip-fn-pop__def--none,.rmdg-begrip-fn-pop__plain,.rmdg-begrip-fn-pop__source{color:#94a3b8}}@media (prefers-color-scheme: dark){.rmdg-begrip-box{border-bottom-color:#8198ffb3;background:#8198ff1f}.rmdg-begrip-marker{background:#6b82f0}.rmdg-begrip-card{background:#1f2937;border-color:#94a3b84d;box-shadow:0 4px 14px #00000080}.rmdg-begrip-card__term{color:#f1f5f9}.rmdg-begrip-card__def{color:#94a3b8}.rmdg-begrip-card__kicker{color:#93a5f5;border-top-color:#94a3b840}.rmdg-begrip-card__crit,.rmdg-begrip-card__def--formal{color:#cbd5e1}.rmdg-begrip-card__source,.rmdg-begrip-card__plain{color:#94a3b8}.rmdg-begrip-card__plain-badge{color:#cbd5e1;background:#94a3b838}.rmdg-begrip-card__draft,.rmdg-begrip-fn-item__draft{color:#fcd34d;background:#f59e0b33}.rmdg-begrip-fn-item__def{color:#cbd5e1}.rmdg-begrip-fn-item__source{color:#9ca3af}.rmdg-begrip-box--secondary{background:transparent;border-bottom-color:#8198ff80}}.rmdg-criteria-marks-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:30}.rmdg-criteria-mark{pointer-events:none;position:relative;border-radius:2px}.rmdg-criteria-mark:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;border-radius:2px;background:transparent}.rmdg-criteria-mark--supports:after{background:#7fb894}.rmdg-criteria-mark--refutes:after{background:#d98a86}.rmdg-criteria-mark--needs-evidence:after{background:#d9b46a}.rmdg-criteria-mark--open{background:#0f172a0a}.rmdg-criteria-mark__pill{position:absolute;top:0;pointer-events:auto;cursor:pointer;display:inline-flex;align-items:center;min-width:24px;min-height:24px;padding:1px 8px;border:1px solid transparent;border-radius:999px;font-size:11px;font-weight:600;line-height:1.4;white-space:nowrap;box-shadow:0 1px 3px #0f172a2e}.rmdg-criteria-mark--supports .rmdg-criteria-mark__pill{background:#e9f3ec;color:#1f6b3b;border-color:#bcdcc7}.rmdg-criteria-mark--refutes .rmdg-criteria-mark__pill{background:#fbeceb;color:#a3312b;border-color:#eec6c3}.rmdg-criteria-mark--needs-evidence .rmdg-criteria-mark__pill{background:#fbf1de;color:#8a5a12;border-color:#ecd7a9}.rmdg-criteria-callout{pointer-events:auto;position:absolute;top:100%;left:0;margin-top:6px;width:max-content;min-width:min(240px,calc(100vw - 1rem));max-width:min(340px,calc(100vw - 1rem));max-height:min(70vh,32rem);overflow:auto;overscroll-behavior:contain;padding:12px 14px;background:#fff;border:1px solid rgba(15,23,42,.14);border-radius:10px;box-shadow:0 6px 20px #0f172a33;z-index:31}.rmdg-criteria-callout--above{top:auto;bottom:100%;margin-top:0;margin-bottom:6px}.rmdg-criteria-callout__head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.rmdg-criteria-callout__status{display:inline-block;padding:2px 9px;border-radius:999px;border:1px solid transparent;font-size:11px;font-weight:600;white-space:nowrap}.rmdg-criteria-callout__status--supports{background:#e9f3ec;color:#1f6b3b;border-color:#bcdcc7}.rmdg-criteria-callout__status--refutes{background:#fbeceb;color:#a3312b;border-color:#eec6c3}.rmdg-criteria-callout__status--needs-evidence{background:#fbf1de;color:#8a5a12;border-color:#ecd7a9}.rmdg-criteria-callout__section{font-size:12px;font-weight:600;color:#0f172a}.rmdg-criteria-callout__verdicts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.rmdg-criteria-callout__verdict-label{display:block;font-size:12.5px;font-weight:600;line-height:1.4;color:#1f2430}.rmdg-criteria-callout__note{margin:3px 0 0;font-size:12px;line-height:1.5;color:#4b5563}@media (prefers-color-scheme: dark){.rmdg-criteria-mark--supports:after{background:#5a9a72}.rmdg-criteria-mark--refutes:after{background:#c56b66}.rmdg-criteria-mark--needs-evidence:after{background:#c39a4a}.rmdg-criteria-mark--open{background:#94a3b81f}.rmdg-criteria-mark--supports .rmdg-criteria-mark__pill,.rmdg-criteria-callout__status--supports{background:#5a9a7238;color:#86efac;border-color:#5a9a7280}.rmdg-criteria-mark--refutes .rmdg-criteria-mark__pill,.rmdg-criteria-callout__status--refutes{background:#c56b6638;color:#fca5a5;border-color:#c56b6680}.rmdg-criteria-mark--needs-evidence .rmdg-criteria-mark__pill,.rmdg-criteria-callout__status--needs-evidence{background:#c39a4a38;color:#fcd34d;border-color:#c39a4a80}.rmdg-criteria-callout{background:#1f2937;border-color:#94a3b84d;box-shadow:0 6px 20px #00000080}.rmdg-criteria-callout__section{color:#f1f5f9}.rmdg-criteria-callout__verdict-label{color:#e5e7eb}.rmdg-criteria-callout__note{color:#cbd5e1}}.rmdg-verdict-badges-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:29}.rmdg-verdict-badge{display:inline-flex;align-items:center;gap:.28em;box-sizing:border-box;max-width:8.5rem;margin:0;padding:0 .4em;border:1px solid transparent;border-radius:999px;background:transparent;font-family:inherit;font-size:.62rem;font-weight:600;line-height:1;letter-spacing:.01em;white-space:nowrap;cursor:pointer;pointer-events:auto;opacity:.82;transition:opacity .12s ease,background-color .12s ease}.rmdg-verdict-badge:hover,.rmdg-verdict-badge:focus-visible{opacity:1}.rmdg-verdict-badge:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:2px}.rmdg-verdict-badge__dot{flex:0 0 auto;width:.42em;height:.42em;border-radius:50%;background:currentColor}.rmdg-verdict-badge__label{min-width:0;overflow:hidden;text-overflow:ellipsis}.rmdg-verdict-badge--supports{color:#1f7a4d;border-color:color-mix(in srgb,#1f7a4d 30%,transparent);background:color-mix(in srgb,#1f7a4d 9%,transparent)}.rmdg-verdict-badge--refutes{color:var(--rm-pumpkin-accessible, #b4530a);border-color:color-mix(in srgb,var(--rm-pumpkin-accessible, #b4530a) 32%,transparent);background:color-mix(in srgb,var(--rm-pumpkin-accessible, #b4530a) 10%,transparent)}.rmdg-verdict-badge--needs-evidence{color:var(--rm-lion-accessible, #6f6450);border-color:color-mix(in srgb,var(--rm-lion-accessible, #6f6450) 32%,transparent);background:color-mix(in srgb,var(--rm-lion-accessible, #6f6450) 10%,transparent)}@media (prefers-color-scheme: dark){.rmdg-verdict-badge--supports{color:#86efac;border-color:#5a9a7273;background:#5a9a7229}.rmdg-verdict-badge--refutes{color:#fca5a5;border-color:#c56b6673;background:#c56b6629}.rmdg-verdict-badge--needs-evidence{color:#fcd34d;border-color:#c39a4a73;background:#c39a4a29}}@media (prefers-reduced-motion: reduce){.rmdg-verdict-badge{transition:none}}@media (prefers-color-scheme: dark){:root{--sd-tracked-changes-insert-background: rgba(34, 197, 94, .22);--sd-tracked-changes-insert-border: #4ade80;--sd-tracked-changes-insert-text: #4ade80;--sd-tracked-changes-delete-background: rgba(248, 113, 113, .18);--sd-tracked-changes-delete-border: #fca5a5;--sd-tracked-changes-delete-text: #fca5a5}.track-insert-dec.highlighted,.track-insert-dec.normal,.track-insert{background:#22c55e38;color:#4ade80;text-decoration-color:#4ade80b3}.track-delete-dec.highlighted,.track-delete-dec.normal,.track-delete{background:#f871712e;color:#fca5a5;text-decoration-color:#fca5a5cc}.rmdg-inline-controls{background:#1f2937;border-color:#94a3b84d;box-shadow:0 4px 14px #00000080}.rmdg-inline-controls__label,.rmdg-inline-controls__meta,.rmdg-inline-controls__disclaimer{color:#94a3b8}.rmdg-inline-controls__sentence{color:#e2e8f0}.rmdg-inline-controls__more{background:#1f2937;border-color:#94a3b84d;color:#cbd5e1}.rmdg-inline-controls--retry{background:#3a2a08;border-color:#facc1566}.rmdg-inline-controls--retry .rmdg-inline-controls__label{color:#fcd34d}.rmdg-inline-reject{background:#1f2937;color:#fca5a5;border-color:#fca5a566}.rmdg-inline-reject:hover:not(:disabled){background:#374151}.track-insert-dec.rmdg-tc-active,.track-insert.rmdg-tc-active{background:#22c55e61;box-shadow:0 0 0 2px #4ade808c}.track-delete-dec.rmdg-tc-active,.track-delete.rmdg-tc-active{background:#f8717152;box-shadow:0 0 0 2px #fca5a58c}}.readiness-tone-ready{--rt-solid: var(--rm-eucalyptus-accessible, #2f7d4f);--rt-fg: var(--rm-eucalyptus-accessible, #2f7d4f)}.readiness-tone-partial{--rt-solid: var(--rm-pumpkin-accessible, #bf581a);--rt-fg: var(--rm-pumpkin-accessible, #bf581a)}.readiness-tone-pending,.readiness-tone-stale{--rt-solid: var(--rm-lion-accessible, #7a6a47);--rt-fg: var(--rm-lion-accessible, #7a6a47)}.readiness-tone-none{--rt-solid: var(--rm-text-muted, #8a8377);--rt-fg: var(--rm-text-muted, #8a8377)}.readiness-tone-na{--rt-solid: var(--rm-border, #cfc9bd);--rt-fg: var(--rm-text-muted, #8a8377)}.readiness-tone-fail{--rt-solid: #b4231c;--rt-fg: #b4231c}.readiness-meter{display:inline-flex;align-items:center;gap:.3rem;flex-shrink:0}.readiness-meter-track{display:inline-flex;gap:2px}.readiness-meter-seg{width:8px;height:7px;border-radius:2px;background:var(--rm-bg, #eceae5)}.readiness-meter-seg.is-filled{background:var(--rt-solid, #8a8377)}.readiness-meter-seg.is-filled.is-fail{background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.85) 0 1px,transparent 1px 3px)}.readiness-meter-seg.is-unassessed{background:transparent;box-shadow:inset 0 0 0 1px var(--rm-border, #d8d2c7)}.readiness-meter-label{font-size:.58rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;color:var(--rt-fg, #8a8377)}.readiness-meter.readiness-tone-none .readiness-meter-label,.readiness-meter.readiness-tone-na .readiness-meter-label{font-weight:500;color:var(--rm-text-muted, #8a8377)}.readiness-coverage{display:flex;flex-direction:column;gap:.5rem}.readiness-note{margin:0;font-size:.7rem;line-height:1.4;color:var(--rm-text-muted, #8a8377)}.readiness-heatmap{display:flex;flex-wrap:wrap;gap:.25rem}.readiness-heat-cell{display:inline-flex;align-items:center;justify-content:center;min-width:1.9rem;height:1.5rem;padding:0 .25rem;border:1px solid transparent;border-radius:.3rem;background:color-mix(in srgb,var(--rt-solid, #8a8377) 16%,var(--rm-surface, #fff));cursor:pointer;transition:box-shadow .12s ease,border-color .12s ease}.readiness-heat-cell.readiness-tone-fail{border-color:color-mix(in srgb,var(--rt-solid, #b4231c) 45%,transparent);background-image:repeating-linear-gradient(-45deg,color-mix(in srgb,var(--rt-solid, #b4231c) 34%,transparent) 0 2px,transparent 2px 5px)}.readiness-heat-cell.is-unassessed{background:transparent;border-color:var(--rm-border, #d8d2c7);border-style:dashed}.readiness-heat-cell:hover,.readiness-heat-cell:focus-visible{border-color:var(--rt-solid, #8a8377);box-shadow:0 0 0 2px color-mix(in srgb,var(--rt-solid, #8a8377) 25%,transparent)}.readiness-heat-cell:disabled{cursor:default}.readiness-heat-num{font-size:.62rem;font-weight:700;color:var(--rt-fg, #2b2722);font-variant-numeric:tabular-nums}.readiness-heat-cell.is-unassessed .readiness-heat-num{font-weight:600;color:var(--rm-text-muted, #8a8377)}.versions-panel>summary{cursor:pointer;font-weight:600}.versions-panel__notice{margin:.5rem 0;padding:.4rem .6rem;border-radius:var(--rm-radius-md, .5rem);background:var(--rm-accent-wash, #fdf3ec);color:var(--rm-accent-strong, #8a3f12);font-size:.85rem}.versions-panel ol{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.3rem}.versions-panel li{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .5rem;border-radius:var(--rm-radius-md, .5rem);border:1px solid transparent}.versions-panel li:hover{border-color:var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff)}.versions-panel li.is-restoring{opacity:.6}.versions-panel__meta{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;min-width:0}.versions-panel__meta time{font-weight:600;font-variant-numeric:tabular-nums}.versions-panel__source{font-size:.8rem;color:var(--rm-muted, #5c4f35)}.versions-panel__current{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:var(--rm-accent, #bf581a);border:1px solid currentColor;border-radius:999px;padding:.05rem .4rem}.versions-panel__actions{display:flex;gap:.3rem;flex-shrink:0}.versions-panel__actions button{font-size:.8rem;padding:.2rem .55rem;border-radius:var(--rm-radius-md, .5rem);border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);cursor:pointer}.versions-panel__actions button:hover:not(:disabled){border-color:var(--rm-accent, #bf581a)}.versions-panel__actions button:disabled{opacity:.5;cursor:default}.rmdg-template-picker{display:block;width:100%;padding:1.5rem 1.25rem 2rem;max-width:46rem}.rmdg-template-picker>*{display:block}.rmdg-template-picker__title{margin:0 0 .3rem;font-size:1.35rem;font-weight:700;color:var(--rm-heading, #161620)}.rmdg-template-picker__lede{margin:0 0 1.25rem;color:var(--rm-muted, #5c4f35);max-width:40rem}.rmdg-template-picker__error{color:var(--rm-danger, #b3261e);margin:0 0 1rem}.rmdg-template-picker__group{margin-bottom:1.5rem}.rmdg-template-picker__group-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--rm-muted, #5c4f35);margin:0 0 .6rem;font-weight:700}.rmdg-template-picker__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:.75rem}.rmdg-template-picker__card{display:flex;flex-direction:column;gap:.35rem;width:100%;height:100%;text-align:left;padding:.9rem 1rem;border-radius:var(--rm-radius-lg, .75rem);border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);cursor:pointer;transition:border-color .12s ease,transform .12s ease}.rmdg-template-picker__card:hover:not(:disabled){border-color:var(--rm-accent, #bf581a);transform:translateY(-1px)}.rmdg-template-picker__card:disabled{opacity:.6;cursor:default}.rmdg-template-picker__card-label{font-weight:650;color:var(--rm-heading, #161620)}.rmdg-template-picker__card-organization{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--rm-accent, #bf581a)}.rmdg-template-picker__card-desc{font-size:.85rem;color:var(--rm-muted, #5c4f35);line-height:1.35}.rmdg-template-picker__card-cta{margin-top:.35rem;font-size:.8rem;font-weight:600;color:var(--rm-accent, #bf581a)}.rmdg-start-chooser{display:block;width:100%;padding:1.5rem 1.25rem 2rem;max-width:46rem}.rmdg-start-chooser__title{margin:0 0 .3rem;font-size:1.35rem;font-weight:700;color:var(--rm-heading, #161620)}.rmdg-start-chooser__lede{margin:0 0 1.25rem;color:var(--rm-muted, #5c4f35);max-width:40rem}.rmdg-start-chooser__doors{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.rmdg-start-chooser__door{display:flex;flex-direction:column;gap:.3rem;width:100%;text-align:left;padding:.85rem 1rem;border-radius:var(--rm-radius-lg, .75rem);border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);cursor:pointer;transition:border-color .12s ease,background .12s ease}.rmdg-start-chooser__door:hover:not(:disabled){border-color:var(--rm-accent, #bf581a)}.rmdg-start-chooser__door[aria-pressed=true]{border-color:var(--rm-accent, #bf581a);box-shadow:inset 0 0 0 1px var(--rm-accent, #bf581a)}.rmdg-start-chooser__door:disabled{opacity:.75;cursor:default;background:var(--rm-surface-alt, #f6f3ee)}.rmdg-start-chooser__door-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem;width:100%}.rmdg-start-chooser__door-title{font-weight:650;color:var(--rm-heading, #161620)}.rmdg-start-chooser__door-lead{font-size:.85rem;color:var(--rm-muted, #5c4f35);line-height:1.4}.rmdg-start-chooser__door-blocked{margin-top:.2rem;font-size:.8rem;line-height:1.45;color:var(--rm-text-muted, #8a8377)}.rmdg-start-chooser__pill{flex-shrink:0;font-size:.66rem;font-weight:700;padding:.12rem .5rem;border-radius:999px;white-space:nowrap;background:var(--rm-pumpkin-wash, #fdeede);color:var(--rm-pumpkin-accessible, #8f3f10)}.rmdg-start-chooser__pill--off{background:var(--rm-surface, #fff);color:var(--rm-text-muted, #8a8377);border:1px solid var(--rm-border, #e5e0d8);font-weight:600}.rmdg-start-chooser__panel{margin-top:.9rem;padding:.9rem 1rem;border-radius:var(--rm-radius-lg, .75rem);border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface-alt, #f6f3ee)}.rmdg-start-chooser__detail{margin:0 0 .8rem;line-height:1.6;color:var(--rm-heading, #161620)}.rmdg-start-chooser__error{color:var(--rm-danger, #b3261e);margin:0 0 .7rem}.rmdg-start-chooser__actions{display:flex;align-items:center;gap:.6rem}.rmdg-start-chooser__confirm{border:1px solid var(--rm-accent, #bf581a);background:var(--rm-accent, #bf581a);color:#fff;border-radius:.5rem;padding:.4rem .95rem;font-size:.88rem;font-weight:600;cursor:pointer}.rmdg-start-chooser__cancel,.rmdg-start-chooser__back{border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);color:var(--rm-muted, #5c4f35);border-radius:.5rem;padding:.4rem .95rem;font-size:.88rem;cursor:pointer}.rmdg-start-chooser__confirm:disabled,.rmdg-start-chooser__cancel:disabled{opacity:.6;cursor:default}.rmdg-start-chooser--catalogus{padding-bottom:0}.rmdg-start-chooser--catalogus .rmdg-template-picker{padding-left:0;padding-right:0}.rmdg-start-chooser--opzet{max-width:48rem}.rmdg-start-chooser__concept{position:sticky;top:0;z-index:1;display:flex;align-items:flex-start;gap:.55rem;margin:0 0 1.1rem;padding:.6rem .8rem;border-radius:var(--rm-radius-lg, .75rem);border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);font-size:.85rem;line-height:1.45;color:var(--rm-muted, #5c4f35)}.rmdg-start-chooser__pill--concept{margin-top:.1rem}.rmdg-start-chooser__opzet-block{margin:0 0 1.35rem}.rmdg-start-chooser__opzet-heading{margin:0 0 .4rem;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--rm-text-muted, #8a8377)}.rmdg-start-chooser__opzet-template{margin:0;font-size:1.05rem;font-weight:650;color:var(--rm-heading, #161620)}.rmdg-start-chooser__opzet-reason,.rmdg-start-chooser__opzet-sub,.rmdg-start-chooser__opzet-empty{margin:.3rem 0 0;line-height:1.55;color:var(--rm-muted, #5c4f35)}.rmdg-start-chooser__opzet-sections{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.rmdg-start-chooser__opzet-section-title{margin:0;font-weight:650;color:var(--rm-heading, #161620)}.rmdg-start-chooser__opzet-note{margin:.25rem 0 0;padding-left:.6rem;border-left:2px solid var(--rm-border, #e5e0d8);font-size:.82rem;line-height:1.5;color:var(--rm-text-muted, #8a8377)}.rmdg-start-chooser__opzet-note-label{display:inline-block;margin-right:.4rem;font-size:.66rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--rm-text-muted, #8a8377)}.rmdg-start-chooser__opzet-findings,.rmdg-start-chooser__opzet-unplaced,.rmdg-start-chooser__opzet-corrections,.rmdg-start-chooser__opzet-failures{margin:.4rem 0 0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.35rem;font-size:.88rem;line-height:1.5;color:var(--rm-heading, #161620)}.rmdg-start-chooser__opzet-finding{display:block}.rmdg-start-chooser__opzet-why{display:block;font-size:.8rem;line-height:1.45;color:var(--rm-text-muted, #8a8377)}.rmdg-start-chooser__opzet-failures .rmdg-start-chooser__opzet-why{color:var(--rm-danger, #b3261e)}.rmdg-start-chooser__opzet-busy{margin:0 0 .7rem;font-size:.85rem;line-height:1.5;color:var(--rm-muted, #5c4f35)}.doc-editor__export-docx:focus-visible,.doc-editor__export-pdf:focus-visible,.versions-panel>summary:focus-visible,.versions-panel__actions button:focus-visible,.rmdg-template-picker__card:focus-visible,.rmdg-start-chooser__door:focus-visible,.rmdg-start-chooser__confirm:focus-visible,.rmdg-start-chooser__cancel:focus-visible,.rmdg-start-chooser__back:focus-visible,.rmdg-inline-accept:focus-visible,.rmdg-inline-reject:focus-visible{outline:2px solid var(--rm-ring, #002ea3);outline-offset:2px}@media (prefers-reduced-motion: reduce){.rmdg-begrip-box--flash,.rmdg-begrip-fn-box--flash .rmdg-begrip-fn-marker{animation:none}.rmdg-template-picker__card{transition:none}.rmdg-template-picker__card:hover:not(:disabled){transform:none}}:root{--rmdg-proposal-bg: #fdf3ec;--rmdg-proposal-fg: #4a2a05;--rmdg-proposal-border: var(--rm-pumpkin-accessible, #bf581a);--rmdg-proposal-btn-primary-bg: var(--rm-klein-blue, #002ea3);--rmdg-proposal-btn-primary-fg: #ffffff;--rmdg-proposal-btn-secondary-bg: transparent;--rmdg-proposal-btn-secondary-fg: #4a2a05;--rmdg-proposal-btn-secondary-border: var(--rm-pumpkin-accessible, #bf581a)}:host([data-theme="dark"]){--rmdg-proposal-bg: #3a1f08;--rmdg-proposal-fg: #fdf3ec;--rmdg-proposal-border: var(--rm-pumpkin, #f37021);--rmdg-proposal-btn-primary-bg: var(--rm-klein-blue-light, #3d5fb0);--rmdg-proposal-btn-primary-fg: #ffffff;--rmdg-proposal-btn-secondary-bg: transparent;--rmdg-proposal-btn-secondary-fg: #fdf3ec;--rmdg-proposal-btn-secondary-border: var(--rm-pumpkin, #f37021)}.rmdg-proposal-banner{position:sticky;top:0;z-index:5;background:var(--rmdg-proposal-bg, #fef3c7);color:var(--rmdg-proposal-fg, #422a05);border-bottom:1px solid var(--rmdg-proposal-border, #fcd34d);padding:.5rem .75rem;font-size:.9rem;display:flex;flex-direction:column;gap:.5rem}.rmdg-proposal-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.rmdg-proposal-row-main{display:flex;align-items:baseline;gap:.5rem;flex:1 1 auto;min-width:0}.rmdg-proposal-label{font-weight:600;flex:0 0 auto}.rmdg-proposal-description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.rmdg-proposal-actions{display:flex;gap:.4rem;flex:0 0 auto}.rmdg-proposal-busy{font-style:italic;opacity:.75}.rmdg-proposal-error{flex-basis:100%;color:var(--rmdg-error, #b91c1c);font-size:.85rem}.rmdg-btn{font:inherit;padding:.3rem .7rem;border-radius:.25rem;border:1px solid transparent;cursor:pointer;color-scheme:var(--rmdg-color-scheme, light)}.rmdg-btn:disabled{cursor:not-allowed;opacity:.55}.rmdg-btn-primary{background:var(--rmdg-proposal-btn-primary-bg, #2563eb);color:var(--rmdg-proposal-btn-primary-fg, #ffffff);border-color:var(--rmdg-proposal-btn-primary-bg, #2563eb)}.rmdg-btn-secondary{background:var(--rmdg-proposal-btn-secondary-bg, transparent);color:var(--rmdg-proposal-btn-secondary-fg, #422a05);border-color:var(--rmdg-proposal-btn-secondary-border, #92400e)}@media (max-width: 480px){.rmdg-proposal-row{align-items:stretch}.rmdg-proposal-actions{width:100%;justify-content:flex-end}}.structure-panel{background:var(--rm-surface, #fff);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-lg, .75rem);padding:.75rem .75rem 1rem;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.structure-panel-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.35rem .5rem;margin-bottom:.5rem}.structure-panel-title{font-size:.95rem;font-weight:700;margin:0;color:var(--rm-text, #1c1b1a)}.structure-panel-source{font-size:.65rem;font-family:var(--rm-font-sans, sans-serif);color:var(--rm-text-muted, #8a8377);background:color-mix(in srgb,var(--rm-klein-blue, #002ea3) 10%,transparent);border-radius:var(--rm-radius-sm, .25rem);padding:.05rem .35rem;white-space:nowrap}.structure-panel-empty{font-size:.8rem;color:var(--rm-text-muted, #8a8377)}.structure-panel-collapse{font-size:.7rem;font-family:var(--rm-font-sans, sans-serif);color:var(--rm-text-muted, #8a8377);background:transparent;border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-sm, .25rem);padding:.1rem .45rem;cursor:pointer;white-space:nowrap}.structure-panel-collapse:hover{color:var(--rm-text, #1c1b1a);border-color:var(--rm-klein-blue, #002ea3)}.structure-panel-collapse:focus-visible{outline:2px solid var(--rm-klein-blue, #002ea3);outline-offset:1px}.structure-panel-collapsed{padding:0;border:none;background:transparent;overflow:visible}.structure-panel-reopen{display:flex;align-items:center;justify-content:center;width:2rem;min-height:8rem;padding:.5rem 0;background:var(--rm-surface, #fff);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-lg, .75rem);color:var(--rm-text-muted, #8a8377);cursor:pointer}.structure-panel-reopen:hover{color:var(--rm-text, #1c1b1a);border-color:var(--rm-klein-blue, #002ea3)}.structure-panel-reopen:focus-visible{outline:2px solid var(--rm-klein-blue, #002ea3);outline-offset:1px}.structure-panel-reopen-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.72rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.structure-skeleton-note{margin:0 0 .5rem;font-size:.72rem;line-height:1.35}.structure-next-unfilled{flex:0 0 auto;display:inline-flex;align-items:center;gap:.3rem;margin:0;padding:.2rem .55rem;font-size:.72rem;font-weight:600;line-height:1.2;color:var(--rm-primary, #002ea3);background:none;border:1px solid color-mix(in srgb,var(--rm-primary, #002ea3) 40%,transparent);border-radius:var(--rm-radius-sm, .25rem);cursor:pointer;transition:background .12s ease,opacity .12s ease}.structure-next-unfilled:hover:not(:disabled){background:color-mix(in srgb,var(--rm-primary, #002ea3) 10%,transparent)}.structure-next-unfilled:focus-visible{outline:2px solid var(--rm-ring, var(--rm-primary, #002ea3));outline-offset:2px}.structure-next-unfilled:disabled{cursor:not-allowed;opacity:.45;color:var(--rm-text-muted, #8a8377);border-color:var(--rm-border, #e5e0d8)}.structure-next-unfilled-icon{font-size:.85rem;line-height:1}.structure-card{border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);padding:.5rem .6rem;margin-bottom:.6rem}.structure-card-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--rm-text-muted, #8a8377);margin:0 0 .4rem;display:flex;align-items:center;gap:.4rem}.structure-chrome{border-left:3px solid var(--rm-klein-blue, #002ea3)}.structure-chrome-grid{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.15rem .6rem;font-size:.78rem}.structure-chrome-grid>div{display:contents}.structure-chrome-grid dt{color:var(--rm-text-muted, #8a8377)}.structure-chrome-grid dd{margin:0;color:var(--rm-text, #1c1b1a);font-weight:500}.structure-chrome-editing{border-left-color:var(--rm-pumpkin-accessible, #b4530a);background:var(--rm-bg, #f7f4ef)}.structure-chrome-banner{display:flex;align-items:center;justify-content:space-between;gap:.4rem;margin-bottom:.45rem;padding:.3rem .45rem;border-radius:var(--rm-radius-sm, .25rem);background:var(--rm-pumpkin-soft, #fbe8d8);border:1px solid var(--rm-pumpkin-accessible, #b4530a)}.structure-chrome-banner-text{font-size:.74rem;color:var(--rm-pumpkin-accessible, #b4530a)}.structure-chrome-banner-text strong{color:var(--rm-text, #1c1b1a)}.structure-chrome-exit{flex:none;font-size:.7rem;font-weight:600;padding:.18rem .45rem;border:1px solid var(--rm-pumpkin-accessible, #b4530a);border-radius:var(--rm-radius-sm, .25rem);background:var(--rm-surface, #fff);color:var(--rm-pumpkin-accessible, #b4530a);cursor:pointer}.structure-chrome-exit:hover{background:var(--rm-pumpkin-accessible, #b4530a);color:#fff}.structure-chrome-slots{list-style:none;margin:0 0 .45rem;padding:0;display:flex;flex-direction:column;gap:.25rem}.structure-chrome-slot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.78rem}.structure-chrome-slot-label{color:var(--rm-text, #1c1b1a);font-weight:500}.structure-chrome-slot-edit{flex:none;font-size:.72rem;padding:.18rem .55rem;border:1px solid var(--rm-border-strong, #cfc7ba);border-radius:var(--rm-radius-sm, .25rem);background:var(--rm-bg, #f7f4ef);cursor:pointer}.structure-chrome-slot-edit:hover{background:var(--rm-surface, #fff)}.structure-chrome-slot-edit-active{background:var(--rm-pumpkin-accessible, #b4530a);border-color:var(--rm-pumpkin-accessible, #b4530a);color:#fff}.structure-chrome-none{margin:0 0 .45rem;font-size:.74rem;color:var(--rm-text-muted, #8a8377);font-style:italic}.structure-group{margin-bottom:.5rem}.structure-group-intro .structure-card-title{color:var(--rm-klein-blue, #002ea3)}.structure-group-outro .structure-card-title{color:var(--rm-pumpkin-accessible, #b4530a)}.structure-group-appendix .structure-card-title{color:var(--rm-lion-accessible, #6f6450)}.structure-section-list{list-style:none;margin:0;padding:0;min-width:0}.structure-section-row{margin:0;display:flex;flex-direction:column;gap:.1rem;min-width:0}.structure-section-rowline{display:flex;flex-wrap:wrap;align-items:center;column-gap:.3rem;row-gap:.1rem;min-width:0}.structure-section-titlewrap{position:relative;display:flex;flex:1 1 6.25rem;min-width:0}.structure-section-link{display:flex;align-items:baseline;gap:.25rem;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-align:left;border:none;background:none;cursor:pointer;font-size:.8rem;line-height:1.25;padding:.2rem .35rem;border-radius:var(--rm-radius-sm, .25rem);color:var(--rm-text, #1c1b1a)}.structure-section-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.structure-level-1 .structure-section-link{font-weight:600}.structure-section-link:hover{background:color-mix(in srgb,var(--rm-primary, #002ea3) 8%,transparent)}.structure-section-row-active .structure-section-link{background:color-mix(in srgb,var(--rm-primary, #002ea3) 16%,transparent);font-weight:600}.structure-section-link:disabled{cursor:default;color:var(--rm-text-muted, #8a8377)}.structure-section-row-missing .structure-section-link{color:var(--rm-text-muted, #8a8377);font-weight:400}.structure-section-missing-tag{flex:0 0 auto;font-size:.65rem;color:var(--rm-text-muted, #8a8377);font-weight:500;white-space:nowrap}.structure-section-rowmeta{flex:0 1 auto;margin-left:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.1rem .25rem;min-width:0}.structure-section-status{flex:0 0 auto;display:inline-flex;align-items:center;max-width:100%}.structure-section-fill{flex:0 0 auto;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;line-height:1;padding:.12rem .32rem;border-radius:999px;white-space:nowrap}.structure-section-fill-empty{color:var(--rm-lion-accessible, #6f6450);background:color-mix(in srgb,var(--rm-lion-accessible, #6f6450) 14%,transparent)}.structure-section-fill-filled{color:#1f7a4d;background:color-mix(in srgb,#1f7a4d 14%,transparent)}.structure-section-controls{position:absolute;right:0;top:0;display:flex;align-items:center;gap:.25rem;min-height:1.4rem;padding-left:.6rem;background:linear-gradient(to right,transparent 0,var(--rm-surface, #fff) .55rem,var(--rm-surface, #fff) 100%);opacity:0;pointer-events:none;transition:opacity .12s ease}.structure-section-row:hover .structure-section-controls,.structure-section-titlewrap:focus-within>.structure-section-controls,.structure-section-controls.is-pinned{opacity:1;pointer-events:auto}.structure-section-actions{display:inline-flex;flex:0 0 auto;gap:.1rem}.structure-section-rowline>.structure-section-actions:not(.structure-section-actions-inline){opacity:.3;transition:opacity .12s ease}.structure-section-row:hover>.structure-section-rowline>.structure-section-actions:not(.structure-section-actions-inline),.structure-section-rowline:focus-within>.structure-section-actions:not(.structure-section-actions-inline){opacity:1}.structure-section-actions-inline{flex:0 0 auto}@media (hover: none){.structure-section-titlewrap{flex:1 1 100%;flex-wrap:wrap}.structure-section-controls{position:static;min-height:0;flex:1 1 100%;justify-content:flex-end;flex-wrap:wrap;padding-left:0;background:none;opacity:1;pointer-events:auto}}.structure-section-action{display:inline-flex;align-items:center;justify-content:center;width:1.3rem;height:1.3rem;border:none;background:none;cursor:pointer;font-size:.8rem;line-height:1;border-radius:var(--rm-radius-sm, .25rem);color:var(--rm-text-muted, #8a8377)}.structure-section-action:hover:not(:disabled){background:color-mix(in srgb,var(--rm-primary, #002ea3) 12%,transparent);color:var(--rm-text, #1c1b1a)}.structure-section-rename{font-size:.72rem}.structure-section-remove:hover:not(:disabled){background:color-mix(in srgb,var(--rm-pumpkin-accessible, #b4530a) 16%,transparent);color:var(--rm-pumpkin-accessible, #b4530a)}.structure-section-action:disabled{cursor:default;opacity:.3}.structure-section-restore{width:auto;padding:0 .4rem;height:1.3rem;font-size:.68rem;white-space:nowrap;border:1px solid var(--rm-border, #e3ded3);color:var(--rm-primary, #002ea3)}.structure-section-restore:hover:not(:disabled){background:color-mix(in srgb,var(--rm-primary, #002ea3) 12%,transparent);border-color:var(--rm-primary, #002ea3);color:var(--rm-primary, #002ea3)}.structure-section-improve{flex:0 0 auto;padding:.1rem .45rem;border:1px solid color-mix(in srgb,var(--rm-primary, #002ea3) 40%,transparent);background:color-mix(in srgb,var(--rm-primary, #002ea3) 8%,transparent);color:var(--rm-primary, #002ea3);cursor:pointer;font-size:.72rem;line-height:1.3;border-radius:999px;white-space:nowrap}.structure-section-improve:hover:not(:disabled){background:color-mix(in srgb,var(--rm-primary, #002ea3) 16%,transparent)}.structure-section-improve:disabled{cursor:default;opacity:.6}.structure-improve-message{margin:.35rem 0 .5rem;padding:.35rem .5rem;font-size:.78rem;line-height:1.35;color:var(--rm-text-muted, #8a8377);background:color-mix(in srgb,var(--rm-text-muted, #8a8377) 8%,transparent);border-radius:var(--rm-radius-sm, .25rem)}.structure-add-section{display:inline-flex;align-items:center;margin-top:.35rem;padding:.2rem .5rem;border:1px dashed color-mix(in srgb,var(--rm-primary, #002ea3) 35%,transparent);background:none;cursor:pointer;font-size:.78rem;line-height:1.2;border-radius:var(--rm-radius-sm, .25rem);color:var(--rm-primary, #002ea3)}.structure-add-section:hover{background:color-mix(in srgb,var(--rm-primary, #002ea3) 10%,transparent)}.structure-section-criteria{margin:.05rem 0 .2rem .85rem;padding-left:.5rem;border-left:2px solid color-mix(in srgb,var(--rm-primary, #002ea3) 18%,transparent);opacity:.55;transition:opacity .12s ease}.structure-section-row:hover .structure-section-criteria,.structure-section-row:focus-within .structure-section-criteria{opacity:1}.structure-criteria-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.1rem}.structure-criterion{display:flex;flex-direction:column;gap:.1rem;font-size:.72rem;line-height:1.25}.structure-criterion-main{display:flex;align-items:baseline;gap:.3rem}.structure-criterion-label{flex:1 1 auto;min-width:0;color:var(--rm-text-muted, #8a8377)}.structure-criterion-kind{flex:0 0 auto;align-self:flex-start;max-width:100%;font-size:.62rem;font-weight:600;letter-spacing:.01em;padding:.05rem .4rem;border-radius:999px;color:var(--rm-text-muted, #8a8377);background:color-mix(in srgb,var(--rm-text-muted, #8a8377) 14%,transparent)}button.structure-criterion-kind-jump{border:0;cursor:pointer;font:inherit;font-size:.62rem;font-weight:600;letter-spacing:.01em;color:var(--rm-klein-blue, #002ea3);background:color-mix(in srgb,var(--rm-klein-blue, #002ea3) 14%,transparent)}button.structure-criterion-kind-jump:hover,button.structure-criterion-kind-jump:focus-visible{color:#fff;background:var(--rm-klein-blue, #002ea3)}.structure-criteria-state{display:inline-block;margin-top:.15rem;font-size:.62rem;font-style:italic;color:var(--rm-text-muted, #8a8377)}.structure-criteria-state-addressable{color:var(--rm-klein-blue, #002ea3)}.structure-criteria-state-uncheckable{color:var(--rm-pumpkin-accessible, #b4530a)}.structure-section-criteria-uncheckable{border-left-color:color-mix(in srgb,var(--rm-pumpkin-accessible, #b4530a) 30%,transparent)}.structure-progress-line{margin:0;font-size:.78rem;color:var(--rm-text, #2b2722)}.structure-progress-line strong{font-weight:700}.structure-progress-bar{margin:.4rem 0 .5rem;height:.4rem;border-radius:999px;background:var(--rm-border, #e5e0d8);overflow:hidden}.structure-progress-bar>span{display:block;height:100%;border-radius:999px;background:var(--rm-klein-blue, #002ea3);transition:width .25s ease}.structure-progress-next{font-size:.72rem;font-weight:600;padding:.2rem .5rem;border-radius:.4rem;border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);color:var(--rm-klein-blue, #002ea3);cursor:pointer}.structure-progress-next:hover{border-color:var(--rm-klein-blue, #002ea3)}.structure-progress-done{margin:0;font-size:.72rem;font-weight:600;color:var(--rm-eucalyptus-accessible, #2f7d4f)}.structure-section-fill{flex-shrink:0;font-size:.6rem;text-transform:uppercase;letter-spacing:.03em;font-weight:700;padding:.05rem .35rem;border-radius:999px;border:1px solid currentColor;line-height:1.5}.structure-section-fill.is-filled{color:var(--rm-eucalyptus-accessible, #2f7d4f)}.structure-section-fill.is-empty{color:var(--rm-text-muted, #8a8377)}.structure-criterion-verdict-supports{color:#1f7a4d;background:color-mix(in srgb,#1f7a4d 14%,transparent)}.structure-criterion-verdict-refutes{color:var(--rm-pumpkin-accessible, #b4530a);background:color-mix(in srgb,var(--rm-pumpkin-accessible, #b4530a) 16%,transparent)}.structure-criterion-verdict-needs-evidence{color:var(--rm-lion-accessible, #6f6450);background:color-mix(in srgb,var(--rm-lion-accessible, #6f6450) 16%,transparent)}.structure-criterion-disagree{flex:0 0 auto;margin-left:.1rem;padding:0;border:none;background:transparent;cursor:pointer;font:inherit;font-size:.56rem;color:var(--rm-text-muted, #8a8377);text-decoration:underline;text-underline-offset:2px;line-height:1.2;white-space:nowrap;opacity:.65;transition:opacity .12s ease,color .12s ease}.structure-criterion-disagree:hover,.structure-criterion-disagree:focus-visible{opacity:1;color:var(--rm-pumpkin-accessible, #b4530a)}.structure-criterion-disagree:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:1px;border-radius:var(--rm-radius-sm, .375rem)}.structure-section-toetsing{margin:.35rem 0 0;padding:.4rem .55rem;border-left:2px solid color-mix(in srgb,var(--rm-klein-blue, #002ea3) 28%,transparent);border-radius:0 var(--rm-radius-sm, .375rem) var(--rm-radius-sm, .375rem) 0;background:color-mix(in srgb,var(--rm-klein-blue, #002ea3) 4%,transparent)}.structure-section-toetsing-contested{border-left-color:var(--rm-pumpkin-accessible, #b4530a);background:color-mix(in srgb,var(--rm-pumpkin-accessible, #b4530a) 5%,transparent)}.structure-section-toetsing-gap{border-left-color:var(--rm-lion-accessible, #6f6450);background:color-mix(in srgb,var(--rm-lion-accessible, #6f6450) 5%,transparent)}.structure-section-toetsing-untested{border-left-color:color-mix(in srgb,var(--rm-text-muted, #8a8377) 30%,transparent);background:transparent}.structure-toetsing-untested-line{margin:.15rem 0 0;font-size:.62rem;font-style:italic;color:var(--rm-text-muted, #8a8377);overflow-wrap:break-word}.structure-section-toetsing.is-revealed{border-left-color:var(--rm-klein-blue, #002ea3);background:color-mix(in srgb,var(--rm-klein-blue, #002ea3) 12%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--rm-klein-blue, #002ea3) 22%,transparent);transition:background-color .25s ease,box-shadow .25s ease}@media (prefers-reduced-motion: reduce){.structure-section-toetsing.is-revealed{transition:none}}.structure-toetsing-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.structure-toetsing-title{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rm-text-muted, #8a8377)}.structure-toetsing-consensus{font-size:.58rem;font-style:italic;color:var(--rm-text-muted, #8a8377)}.structure-toetsing-consensus-contested{font-style:normal;font-weight:600;color:var(--rm-pumpkin-accessible, #b4530a)}.structure-toetsing-list{list-style:none;margin:.3rem 0 0;padding:0;display:flex;flex-direction:column;gap:.15rem}.structure-toetsing-verdict{position:relative;display:flex;flex-wrap:wrap;align-items:baseline;column-gap:.5rem;row-gap:.1rem;font-size:.68rem;line-height:1.35;color:var(--rm-text, #2b2722)}.structure-toetsing-status{flex:0 0 auto;max-width:100%;font-size:.56rem;font-weight:600;letter-spacing:.01em;padding:.04rem .36rem;border-radius:4px;white-space:nowrap;color:var(--rm-text-muted, #8a8377);background:color-mix(in srgb,var(--rm-text-muted, #8a8377) 12%,transparent)}.structure-toetsing-verdict-supports .structure-toetsing-status{color:#1f7a4d;background:color-mix(in srgb,#1f7a4d 12%,transparent)}.structure-toetsing-verdict-refutes .structure-toetsing-status{color:var(--rm-pumpkin-accessible, #b4530a);background:color-mix(in srgb,var(--rm-pumpkin-accessible, #b4530a) 13%,transparent)}.structure-toetsing-verdict-needs-evidence .structure-toetsing-status{color:var(--rm-lion-accessible, #6f6450);background:color-mix(in srgb,var(--rm-lion-accessible, #6f6450) 13%,transparent)}.structure-toetsing-label{flex:1 1 100%;min-width:0;margin-top:.15rem;white-space:normal;overflow-wrap:break-word}.structure-toetsing-verdict-consensus{flex:0 1 auto;min-width:0;margin-left:auto;font-size:.56rem;font-style:italic;color:var(--rm-text-muted, #8a8377);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:.12em;transition:opacity .12s ease}.structure-toetsing-note{flex:1 1 100%;min-width:0;margin:.2rem 0 0;font-size:.64rem;line-height:1.45;color:var(--rm-text-muted, #6f6a60);white-space:normal;overflow-wrap:break-word}.structure-toetsing-flag{position:absolute;right:0;top:0;padding:0;border:none;background:transparent;cursor:pointer;font:inherit;font-size:.56rem;color:var(--rm-text-muted, #8a8377);text-decoration:underline;text-underline-offset:2px;opacity:0;transition:opacity .12s ease,color .12s ease}.structure-toetsing-verdict:hover .structure-toetsing-verdict-consensus{opacity:0}.structure-toetsing-verdict:hover .structure-toetsing-flag,.structure-toetsing-flag:focus-visible{opacity:1}.structure-toetsing-flag:hover,.structure-toetsing-flag:focus-visible{color:var(--rm-pumpkin-accessible, #b4530a)}.structure-toetsing-flag:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:1px;border-radius:3px}.structure-toetsing-flag:disabled{cursor:default}.structure-toetsing-feedback{flex:1 1 100%;min-width:0;font-size:.6rem;line-height:1.35;color:var(--rm-text-muted, #6f6a60);overflow-wrap:anywhere}.structure-toetsing-feedback--saved{color:var(--rm-eucalyptus-accessible, #2f7d4f)}.structure-toetsing-feedback--refused,.structure-toetsing-feedback--failed{color:var(--rm-pumpkin-accessible, #b4530a)}.structure-toetsing-feedback--saved-refresh-failed{color:var(--rm-lion-accessible, #6f6450)}.structure-toetsing-research{display:flex;flex-direction:column;gap:.35rem;margin:.4rem 0 0}.rmdg-research-demand{padding:.45rem .55rem;border-left:3px solid color-mix(in srgb,var(--rm-klein-blue, #002ea3) 40%,transparent);border-radius:0 var(--rm-radius-sm, .375rem) var(--rm-radius-sm, .375rem) 0;background:color-mix(in srgb,var(--rm-klein-blue, #002ea3) 6%,transparent)}.rmdg-research-demand--inline{margin-top:.625rem}.rmdg-research-demand__tag{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--rm-text-muted, #6f6a60)}.rmdg-research-demand__question{margin:.3rem 0 0;font-size:.78rem;line-height:1.5;font-weight:600;color:var(--rm-text, #2b2722);overflow-wrap:anywhere}.rmdg-research-demand__criterion,.rmdg-research-demand__destination,.rmdg-research-demand__status{margin:.25rem 0 0;font-size:.75rem;line-height:1.45;color:var(--rm-text-muted, #6f6a60);overflow-wrap:anywhere}.rmdg-research-demand__destination{font-style:italic}.rmdg-research-demand__status{font-weight:600;color:var(--rm-klein-blue, #002ea3)}.rmdg-research-demand__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.45rem}.rmdg-research-demand__confirm,.rmdg-research-demand__skip,.rmdg-research-demand__retry{min-width:24px;min-height:24px;padding:.2rem .55rem;border-radius:999px;font:inherit;font-size:.75rem;font-weight:600;cursor:pointer}.rmdg-research-demand__confirm{border:1px solid var(--rm-klein-blue, #002ea3);background:var(--rm-klein-blue, #002ea3);color:#fff}.rmdg-research-demand__skip,.rmdg-research-demand__retry{border:1px solid color-mix(in srgb,var(--rm-text-muted, #8a8377) 45%,transparent);background:var(--rm-surface, #fff);color:var(--rm-text, #2b2722)}.rmdg-research-demand__retry{margin-top:.4rem}.rmdg-research-demand button:disabled{cursor:wait;opacity:.68}.rmdg-research-demand button:focus-visible,.rmdg-research-demand__status:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:2px}@media (prefers-color-scheme: dark){.rmdg-research-demand{border-left-color:#6f8fd6;background:#6f8fd624}.rmdg-research-demand__tag,.rmdg-research-demand__criterion,.rmdg-research-demand__destination{color:#cbd5e1}.rmdg-research-demand__question{color:#f8fafc}.rmdg-research-demand__status{color:#a9bff0}.rmdg-research-demand__skip,.rmdg-research-demand__retry{border-color:#64748b;background:#111827;color:#f8fafc}.rmdg-research-demand button:focus-visible,.rmdg-research-demand__status:focus-visible{outline-color:#a9bff0}}.structure-criterion-jump{flex:1 1 auto;min-width:0;margin:0;padding:0;border:none;background:transparent;font:inherit;text-align:left;color:var(--rm-text-muted, #8a8377);cursor:pointer}.structure-criterion-jump:hover{color:var(--rm-klein-blue, #002ea3);text-decoration:underline}.structure-criterion-jump:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:1px;border-radius:var(--rm-radius-sm, .375rem);color:var(--rm-klein-blue, #002ea3)}.structure-criterion-detail{margin:.05rem 0 .1rem;font-size:.66rem}.structure-criterion-detail-summary{display:inline-flex;align-items:center;gap:.25rem;width:fit-content;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--rm-text-muted, #8a8377);list-style:none}.structure-criterion-detail-summary::-webkit-details-marker{display:none}.structure-criterion-detail-summary:before{content:"▸";font-size:.62rem;line-height:1;transition:transform .12s ease}.structure-criterion-detail[open]>.structure-criterion-detail-summary:before{transform:rotate(90deg)}.structure-criterion-detail-summary:hover{color:var(--rm-klein-blue, #002ea3)}.structure-criterion-detail-summary:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:1px;border-radius:var(--rm-radius-sm, .375rem);color:var(--rm-klein-blue, #002ea3)}.structure-criterion-detail-body{margin:.2rem 0 .15rem .7rem;display:flex;flex-direction:column;gap:.2rem}.structure-criterion-detail-item{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.4rem;align-items:baseline}.structure-criterion-detail-term{margin:0;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--rm-text-muted, #8a8377)}.structure-criterion-detail-desc{margin:0;line-height:1.35;color:var(--rm-text, #2b2722)}.structure-verdict-list{list-style:none;margin:.35rem 0 0;padding:0;display:flex;flex-direction:column;gap:.25rem}.structure-verdict-row{display:flex;align-items:baseline;gap:.4rem;font-size:.75rem;line-height:1.3}.structure-verdict-criterion{flex:1 1 auto;min-width:0;color:var(--rm-text, #2b2722)}.structure-verdict-badge{flex:0 0 auto;display:inline-flex;align-items:center;gap:.2rem;font-size:.62rem;font-weight:600;padding:.05rem .35rem;border-radius:999px;white-space:nowrap}.structure-verdict-badge-label{letter-spacing:.01em}.structure-evaluate{margin:.55rem 0 0;display:flex;flex-direction:column;gap:.3rem}.structure-evaluate-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;align-self:flex-start;padding:.34rem .7rem;font-size:.74rem;font-weight:600;color:#fff;background:var(--rm-klein-blue, #002ea3);border:1px solid var(--rm-klein-blue, #002ea3);border-radius:var(--rm-radius-sm, .375rem);cursor:pointer;transition:background .12s ease,opacity .12s ease}.structure-evaluate-button:hover:not(:disabled){background:color-mix(in srgb,var(--rm-klein-blue, #002ea3) 88%,#000)}.structure-evaluate-button:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:2px}.structure-evaluate-button:disabled{cursor:progress;opacity:.85}.structure-section-link:focus-visible,.structure-section-action:focus-visible,.structure-section-improve:focus-visible,.structure-progress-next:focus-visible,.structure-blockers-link:focus-visible,.structure-overzicht-link:focus-visible,.structure-chrome-exit:focus-visible,.structure-chrome-slot-edit:focus-visible,.structure-add-section:focus-visible,.structure-signoff-button:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:1px;border-radius:var(--rm-radius-sm, .375rem)}.structure-evaluate-spinner{width:.72rem;height:.72rem;border:2px solid color-mix(in srgb,#fff 45%,transparent);border-top-color:#fff;border-radius:50%;animation:structure-evaluate-spin .7s linear infinite}@keyframes structure-evaluate-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.structure-evaluate-spinner{animation-duration:1.6s}}.structure-evaluate-hint{margin:0;font-size:.62rem;font-style:italic;color:var(--rm-text-muted, #8a8377)}.structure-evaluate-message{margin:0;font-size:.66rem;color:var(--rm-text, #2b2722)}.structure-overzicht-lead{margin:0 0 .4rem;font-size:.78rem;color:var(--rm-text, #2b2722)}.structure-overzicht-lead strong{font-weight:700}.structure-overzicht-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.structure-overzicht-link{display:flex;align-items:flex-start;gap:.45rem;width:100%;text-align:left;padding:.3rem .4rem;border-radius:.4rem;border:1px solid transparent;border-left:3px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);cursor:pointer}.structure-overzicht-link:hover:not(:disabled){border-color:var(--rm-border, #e5e0d8)}.structure-overzicht-link:disabled{cursor:default;opacity:.7}.structure-overzicht-link.outcome-refutes{border-left-color:var(--rm-pumpkin-accessible, #b4530a)}.structure-overzicht-link.outcome-needs-evidence{border-left-color:var(--rm-lion-accessible, #6f6450)}.structure-overzicht-icon{font-size:.9rem;line-height:1.3;flex-shrink:0}.structure-overzicht-dot{flex-shrink:0;width:.42rem;height:.42rem;margin-top:.3rem;border-radius:50%;background:#1f7a4d}.structure-overzicht-link.outcome-refutes .structure-overzicht-dot{background:var(--rm-pumpkin-accessible, #b4530a)}.structure-overzicht-link.outcome-needs-evidence .structure-overzicht-dot{background:var(--rm-lion-accessible, #6f6450)}.structure-overzicht-body{display:flex;flex-direction:column;min-width:0}.structure-overzicht-crit{font-size:.76rem;font-weight:600;color:var(--rm-text, #2b2722);line-height:1.25}.structure-overzicht-where{font-size:.66rem;color:var(--rm-text-muted, #8a8377)}.structure-overzicht-unassigned-note{margin:0 0 .4rem;font-size:.68rem;color:var(--rm-text-muted, #8a8377);font-style:italic}.structure-overzicht-item.is-unassigned .structure-overzicht-link{border-left-style:dashed}.structure-overzicht-unassigned{font-style:italic;color:var(--rm-text-muted, #8a8377)}.structure-overzicht-clear{margin:.4rem 0;font-size:.76rem;font-weight:600;color:var(--rm-eucalyptus-accessible, #2f7d4f)}.structure-blockers{margin-top:.5rem;padding-top:.4rem;border-top:1px dashed var(--rm-border, #e5e0d8)}.structure-blockers-head{margin:0 0 .3rem;font-size:.66rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:var(--rm-pumpkin-accessible, #b4530a)}.structure-blockers-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}.structure-blockers-link{display:flex;align-items:center;gap:.4rem;width:100%;text-align:left;padding:.2rem .3rem;border-radius:.35rem;border:none;background:transparent;cursor:pointer}.structure-blockers-link:hover:not(:disabled){background:var(--rm-surface-alt, #f6f3ee)}.structure-blockers-link:disabled{cursor:default;opacity:.7}.structure-blockers-crit{flex-shrink:0;min-width:1.1rem;text-align:center;font-size:.66rem;font-weight:700;color:#fff;background:var(--rm-pumpkin-accessible, #b4530a);border-radius:999px;padding:.05rem .3rem}.structure-blockers-sec{font-size:.72rem;color:var(--rm-text, #2b2722);min-width:0}.structure-blockers-state{color:var(--rm-text-muted, #8a8377)}.structure-section-signoff{display:flex;align-items:center;justify-content:space-between;gap:.4rem;margin:.25rem 0 .1rem;padding:.2rem .4rem;border-radius:.35rem;background:var(--rm-surface-alt, #f6f3ee);font-size:.68rem}.structure-section-signoff.is-signed{background:var(--rm-eucalyptus-wash, #e4f1e9)}.structure-section-signoff.is-stale{background:var(--rm-pumpkin-wash, #f9e8da)}.structure-signoff-line{color:var(--rm-text-muted, #8a8377);min-width:0}.structure-section-signoff.is-signed .structure-signoff-line{color:var(--rm-eucalyptus-accessible, #2f7d4f)}.structure-signoff-stale{color:var(--rm-pumpkin-accessible, #b4530a);font-weight:600}.structure-signoff-button{flex-shrink:0;font-size:.66rem;font-weight:600;padding:.15rem .5rem;border-radius:.35rem;border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);color:var(--rm-klein-blue, #002ea3);cursor:pointer}.structure-signoff-button:hover:not(:disabled){border-color:var(--rm-klein-blue, #002ea3)}.structure-signoff-button:disabled{opacity:.6;cursor:default}.improve-inbox{background:var(--rm-surface, #fff);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-lg, .75rem);padding:.75rem .75rem 1rem;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.improve-inbox-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.version-timeline>summary{cursor:pointer;font-weight:600}.version-timeline__notice{margin:.5rem 0;padding:.4rem .6rem;border-radius:var(--rm-radius-md, .5rem);background:var(--rm-accent-wash, #fdf3ec);color:var(--rm-accent-strong, #8a3f12);font-size:.85rem}.version-timeline__split{display:grid;grid-template-columns:minmax(0,15rem) minmax(0,1fr);gap:.9rem;align-items:start;margin-top:.6rem}@media (max-width: 900px){.version-timeline__split{grid-template-columns:1fr}}.version-timeline__rail{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.version-timeline__item{display:grid;grid-template-columns:.75rem minmax(0,1fr);gap:.6rem;align-items:start}.version-timeline__item:not(:last-child){background:linear-gradient(var(--rm-border, #e5e0d8),var(--rm-border, #e5e0d8)) no-repeat .31rem 1.35rem / 2px 100%}.version-timeline__dot{width:.6rem;height:.6rem;margin-top:1.05rem;border-radius:999px;background:var(--rm-border-strong, #c8bfb2);box-shadow:0 0 0 2px var(--rm-surface, #fff)}.version-timeline__dot--now{background:var(--rm-accent, #bf581a)}.version-timeline__row{display:flex;flex-direction:column;gap:.15rem;align-items:flex-start;text-align:left;width:100%;margin:.3rem 0;padding:.5rem .6rem;border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);background:var(--rm-surface, #fff);cursor:pointer;font:inherit;color:inherit}.version-timeline__row:hover{border-color:var(--rm-accent, #bf581a)}.version-timeline__row[aria-pressed=true]{border-color:var(--rm-accent, #bf581a);background:var(--rm-accent-wash, #fdf6f1)}.version-timeline__row-head{display:flex;align-items:center;justify-content:space-between;gap:.4rem .5rem;flex-wrap:wrap;width:100%}.version-timeline__label{font-weight:600;font-variant-numeric:tabular-nums}.version-timeline__when,.version-timeline__count{font-size:.78rem;color:var(--rm-text-muted, #5c4f35);line-height:1.4}.version-timeline__detail{border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);background:var(--rm-surface-alt, #fbfaf8);padding:.75rem .85rem;display:flex;flex-direction:column;gap:.55rem}.version-timeline__detail-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.improve-inbox-title{font-size:.95rem;font-weight:700;margin:0;color:var(--rm-text, #1f2430)}.improve-inbox-close{border:none;background:none;padding:0;font-size:.68rem;color:var(--rm-text-muted, #8a8377);text-decoration:underline;cursor:pointer}.improve-inbox-count{margin:0;font-size:.7rem;font-weight:600;color:var(--rm-text-muted, #6b7280)}.improve-inbox-running{display:flex;align-items:center;gap:.4rem;font-size:.68rem;color:var(--rm-text-muted, #6b7280)}.improve-inbox-spinner{width:.66rem;height:.66rem;border:2px solid color-mix(in srgb,var(--rm-klein-blue, #002ea3) 25%,transparent);border-top-color:var(--rm-klein-blue, #002ea3);border-radius:50%;animation:structure-evaluate-spin .7s linear infinite}@media (prefers-reduced-motion: reduce){.improve-inbox-spinner{animation-duration:1.6s}}.improve-inbox-stop{border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);border-radius:var(--rm-radius-sm, .375rem);padding:.14rem .5rem;font-size:.66rem;cursor:pointer;color:var(--rm-text, #1f2430)}.improve-inbox-notice{margin:0;font-size:.7rem;line-height:1.45;color:var(--rm-text-muted, #6b7280)}.improve-inbox-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.version-timeline__detail-title{font-weight:700}.version-timeline__detail-when{font-size:.75rem;color:var(--rm-text-muted, #5c4f35)}.version-timeline__changes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.improve-inbox-item{display:flex;flex-direction:column;gap:.24rem;align-items:flex-start;text-align:left;width:100%;border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);background:var(--rm-surface, #fff);padding:.4rem .5rem;cursor:pointer}.improve-inbox-item.is-selected{border-color:var(--rm-klein-blue, #002ea3);background:color-mix(in srgb,var(--rm-klein-blue, #002ea3) 5%,#fff)}.improve-inbox-item.is-resolved{opacity:.72}.improve-inbox-item:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:1px}.improve-inbox-item-top{display:flex;align-items:center;justify-content:space-between;gap:.4rem;width:100%}.improve-inbox-item-title{font-size:.72rem;font-weight:700;color:var(--rm-text, #1f2430)}.improve-inbox-item-preview{font-size:.66rem;color:var(--rm-text-muted, #6b7280);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.improve-inbox-pill{font-size:.6rem;font-weight:600;padding:.05rem .4rem;border-radius:999px;border:1px solid;white-space:nowrap}.improve-inbox-pill--wachtend{background:#f3f4f6;color:#6b7280;border-color:#e0e0e0}.improve-inbox-pill--bezig{background:#eef2f7;color:#334155;border-color:#d3dbe6}.improve-inbox-pill--open{background:#eaf1ff;color:#002ea3;border-color:#c3d4f5}.improve-inbox-pill--mislukt{background:#fdecea;color:#b42318;border-color:#f3c0ba}.improve-inbox-pill--overgenomen{background:#e8f4ec;color:#1a7f4b;border-color:#b9e0c9}.improve-inbox-pill--afgewezen{background:#f3f4f6;color:#6b7280;border-color:#e0e0e0}.improve-inbox-outcome{font-size:.58rem;font-weight:600;padding:.02rem .35rem;border-radius:999px;border:1px solid;white-space:nowrap}.improve-inbox-outcome--refutes{background:#fdecea;color:#b42318;border-color:#f3c0ba}.improve-inbox-outcome--needs-evidence{background:#fef6e7;color:#92610a;border-color:#f2ddab}.improve-inbox-reader{border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);background:var(--rm-bg, #fbfaf8);padding:.6rem;display:flex;flex-direction:column;gap:.45rem}.improve-inbox-reader-head{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.improve-inbox-reader-title{font-size:.78rem;font-weight:700;color:var(--rm-text, #1f2430)}.improve-inbox-jump{border:none;background:none;padding:0;font-size:.64rem;color:var(--rm-klein-blue, #002ea3);text-decoration:underline;cursor:pointer}.improve-inbox-reader-state{margin:0;font-size:.68rem;color:var(--rm-text-muted, #6b7280);line-height:1.45}.improve-inbox-why{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.24rem}.improve-inbox-why li{font-size:.65rem;line-height:1.45;color:var(--rm-text-muted, #6b7280)}.improve-inbox-why-label{font-weight:700;color:var(--rm-text, #1f2430);margin-right:.3rem}.improve-inbox-proposal{border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.improve-inbox-proposal-label{font-size:.56rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--rm-text-muted, #9ca3af)}.improve-inbox-proposal-text{margin:0;font-size:.72rem;line-height:1.6;color:var(--rm-text, #1f2430);white-space:pre-wrap}.improve-inbox-error{margin:0;font-size:.66rem;line-height:1.45;color:#b42318}.improve-inbox-actions{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.improve-inbox-accept{border:1px solid var(--rm-klein-blue, #002ea3);background:var(--rm-klein-blue, #002ea3);color:#fff;border-radius:var(--rm-radius-sm, .375rem);padding:.26rem .65rem;font-size:.7rem;font-weight:600;cursor:pointer}.improve-inbox-accept:disabled{cursor:progress;opacity:.7}.improve-inbox-reject{border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);color:var(--rm-text, #1f2430);border-radius:var(--rm-radius-sm, .375rem);padding:.26rem .65rem;font-size:.7rem;cursor:pointer}.improve-inbox-reject:disabled{opacity:.6;cursor:default}.improve-inbox-reopen{border:none;background:none;padding:0;font-size:.66rem;color:var(--rm-text-muted, #6b7280);text-decoration:underline;cursor:pointer}.improve-inbox-caution{margin:0;font-size:.62rem;line-height:1.45;color:var(--rm-text-muted, #8a8377)}.improve-inbox-accept:focus-visible,.improve-inbox-reject:focus-visible,.improve-inbox-reopen:focus-visible,.improve-inbox-jump:focus-visible,.improve-inbox-stop:focus-visible,.improve-inbox-close:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:1px;border-radius:var(--rm-radius-sm, .375rem)}.structure-improve-doc-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;align-self:flex-start;padding:.34rem .7rem;font-size:.74rem;font-weight:600;color:var(--rm-klein-blue, #002ea3);background:var(--rm-surface, #fff);border:1px solid var(--rm-klein-blue, #002ea3);border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.structure-improve-doc-button:hover:not(:disabled){background:color-mix(in srgb,var(--rm-klein-blue, #002ea3) 7%,#fff)}.structure-improve-doc-button:focus-visible{outline:2px solid var(--rm-ring, var(--rm-klein-blue, #002ea3));outline-offset:2px}.structure-improve-doc-button:disabled{cursor:progress;opacity:.85}.structure-improve-doc-button .structure-evaluate-spinner{border-color:color-mix(in srgb,var(--rm-klein-blue, #002ea3) 25%,transparent);border-top-color:var(--rm-klein-blue, #002ea3)}.version-timeline__change{border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);background:var(--rm-surface, #fff);padding:.55rem .65rem;display:flex;flex-direction:column;gap:.3rem}.version-timeline__change-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.version-timeline__change-title{font-weight:600}.version-timeline__before{margin:0;font-size:.85rem;line-height:1.5;color:var(--rm-text-muted, #5c4f35);text-decoration:line-through}.version-timeline__after{margin:0;font-size:.85rem;line-height:1.5;color:var(--rm-text, #1f2430)}.version-timeline__renamed,.version-timeline__note{margin:0;font-size:.78rem;color:var(--rm-text-muted, #5c4f35)}.version-timeline__empty{margin:0;font-size:.85rem;line-height:1.5;color:var(--rm-text-muted, #5c4f35)}.version-timeline__empty--warn{color:var(--rm-accent-strong, #8a3f12)}.version-timeline__pill{font-size:.7rem;font-weight:600;white-space:nowrap;padding:.05rem .45rem;border-radius:999px;border:1px solid currentColor}.version-timeline__pill--now,.version-timeline__pill--changed{color:var(--rm-pumpkin-accessible, #8a3f12)}.version-timeline__pill--head,.version-timeline__pill--added{color:var(--rm-eucalyptus-accessible, #1a7f4b)}.version-timeline__pill--removed{color:var(--rm-lion-accessible, #7a5a1f)}.version-timeline__pill--renamed{color:var(--rm-klein-blue, #175cd3)}.version-timeline__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;padding-top:.2rem;border-top:1px solid var(--rm-border, #e5e0d8)}.version-timeline__actions button{font-size:.8rem;padding:.2rem .55rem;border-radius:var(--rm-radius-md, .5rem);border:1px solid var(--rm-border, #e5e0d8);background:var(--rm-surface, #fff);cursor:pointer}.version-timeline__actions button:hover:not(:disabled){border-color:var(--rm-accent, #bf581a)}.version-timeline__actions button:disabled{opacity:.5;cursor:default}.version-timeline__confirm{font-size:.78rem;color:var(--rm-accent-strong, #8a3f12)}.version-timeline>summary:focus-visible,.version-timeline__row:focus-visible,.version-timeline__actions button:focus-visible{outline:2px solid var(--rm-ring, #bf581a);outline-offset:2px}:root{--rm-klein-blue: #002ea3;--rm-klein-blue-deep: #001e6d;--rm-raisin-black: #161620;--rm-smart-white: #f7f4ef;--rm-pumpkin: #f37021;--rm-pumpkin-accessible: #bf581a;--rm-pumpkin-soft: #fdf3ec;--rm-lion: #9c885c;--rm-lion-accessible: #7a6a47;--rm-violet: #7f00ff;--rm-mystified: #c3d7c1;--rm-bg: var(--rm-smart-white);--rm-surface: #ffffff;--rm-text: var(--rm-raisin-black);--rm-text-muted: #5c4f35;--rm-primary: var(--rm-klein-blue);--rm-primary-fg: #ffffff;--rm-primary-hover: var(--rm-klein-blue-deep);--rm-accent: var(--rm-pumpkin-accessible);--rm-border: #e5e0d8;--rm-border-strong: #c8c2b6;--rm-ring: var(--rm-klein-blue);--rm-font-sans: "Jost", "Futura", "Futura PT", "Century Gothic", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--rm-font-serif: "Abhaya Libre", Georgia, serif;--rm-radius-sm: .375rem;--rm-radius-md: .5rem;--rm-radius-lg: .75rem;font-family:var(--rm-font-sans);line-height:1.5;color:var(--rm-text);background:var(--rm-bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh}main{max-width:1100px;margin:1.5rem auto;padding:0 1.5rem 2rem}header{background:var(--rm-surface);border:1px solid var(--rm-border);border-top:3px solid var(--rm-primary);border-radius:var(--rm-radius-lg);padding:1.25rem 1.5rem;margin-bottom:1rem}.app-workspace-bar{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-bottom:.5rem}header h1{margin:0 0 .25rem;font-family:var(--rm-font-serif);font-weight:700;font-size:1.6rem;color:var(--rm-primary);letter-spacing:-.01em}.subtitle{margin:0 0 1rem;color:var(--rm-text-muted);font-size:.9rem}.controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.title-field{display:inline-flex;align-items:center;gap:.4rem}.title-field input{padding:.45rem .7rem;border:1px solid var(--rm-border-strong);border-radius:var(--rm-radius-sm);background:var(--rm-surface);font-size:.9rem;font-family:inherit;color:var(--rm-text);min-width:14rem;transition:border-color .1s,box-shadow .1s}.title-field input:focus{outline:none;border-color:var(--rm-ring);box-shadow:0 0 0 3px #002ea32e}.document-picker,.template-picker{display:inline-flex;align-items:center;gap:.4rem}.document-picker .picker-label,.template-picker .picker-label,.title-field .picker-label{font-size:.85rem;color:var(--rm-text-muted)}.document-picker select,.template-picker select{padding:.45rem .7rem;border:1px solid var(--rm-border-strong);border-radius:var(--rm-radius-sm);background:var(--rm-surface);font-size:.9rem;font-family:inherit;color:var(--rm-text);cursor:pointer;max-width:24rem;transition:border-color .1s,box-shadow .1s}.document-picker select:focus,.template-picker select:focus{outline:none;border-color:var(--rm-ring);box-shadow:0 0 0 3px #002ea32e}.document-picker select:disabled,.template-picker select:disabled{opacity:.5;cursor:not-allowed}.document-picker-filter{padding:.4rem .65rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);font-size:.85rem;font-family:inherit;color:var(--rm-text, #161620);max-width:24rem;margin-bottom:.25rem;transition:border-color .1s,box-shadow .1s}.document-picker-filter:focus{outline:none;border-color:var(--rm-ring, #002ea3);box-shadow:0 0 0 3px #002ea32e}.document-picker-filter:disabled{opacity:.5;cursor:not-allowed}.document-picker select.document-picker-sort{padding:.35rem .55rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);font-size:.8rem;font-family:inherit;color:var(--rm-text-muted, #5a5a64);margin-bottom:.25rem;max-width:none;cursor:pointer}.document-picker select.document-picker-sort:disabled{opacity:.5;cursor:not-allowed}.file-picker{display:inline-block;cursor:pointer}.file-picker input{display:none}.file-picker span,.controls button{display:inline-block;padding:.45rem .95rem;border:1px solid var(--rm-border-strong);background:var(--rm-surface);color:var(--rm-text);border-radius:var(--rm-radius-sm);font-size:.9rem;font-family:inherit;cursor:pointer;transition:background .1s,border-color .1s}.file-picker span:hover,.controls button:not(:disabled):hover{background:var(--rm-bg);border-color:var(--rm-klein-blue)}.controls button:disabled{opacity:.5;cursor:not-allowed}.controls button.primary,.controls button[data-variant=primary]{background:var(--rm-primary);border-color:var(--rm-primary);color:var(--rm-primary-fg)}.controls button.primary:not(:disabled):hover,.controls button[data-variant=primary]:not(:disabled):hover{background:var(--rm-primary-hover);border-color:var(--rm-primary-hover)}.controls button[data-variant=accent]{background:transparent;border-color:var(--rm-accent);color:var(--rm-accent)}.controls button[data-variant=accent]:not(:disabled):hover{background:#bf581a14;border-color:var(--rm-accent)}.status{font-size:.85rem;color:var(--rm-text-muted);margin-left:auto}.editor-shell{background:var(--rm-surface);border:1px solid var(--rm-border);border-radius:var(--rm-radius-lg);min-height:600px;overflow:hidden}.editor-formatbar{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;border-bottom:1px solid var(--rm-border, #e5e0d8);background:var(--rm-bg, #f7f4ef)}.fmt-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.fmt-group{display:inline-flex;align-items:center;gap:.15rem;padding-right:.35rem;border-right:1px solid var(--rm-border, #e5e0d8)}.fmt-group:last-child{border-right:none;padding-right:0}.fmt-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:1.9rem;padding:0;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);color:var(--rm-text-muted, #5c4f35);cursor:pointer;transition:background .1s,border-color .1s,color .1s}.fmt-button:not(:disabled):hover{background:var(--rm-bg, #f7f4ef);border-color:var(--rm-primary, #002ea3);color:var(--rm-text, #161620)}.fmt-button:focus-visible{outline:none;border-color:var(--rm-ring, #002ea3);box-shadow:0 0 0 3px #002ea32e}.fmt-button:disabled{opacity:.5;cursor:not-allowed}.fmt-button-active,.fmt-button-active:not(:disabled):hover{background:var(--rm-primary, #002ea3);border-color:var(--rm-primary, #002ea3);color:var(--rm-primary-fg, #fff)}.fmt-button-icon{display:block}.fmt-button-glyph{font-family:var(--rm-font-serif, Georgia, serif);font-size:.95rem;line-height:1}.fmt-heading{position:relative;display:inline-flex}.fmt-heading-trigger{display:inline-flex;align-items:center;gap:.3rem;height:1.9rem;padding:0 .5rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);color:var(--rm-text, #161620);font-size:.85rem;font-family:inherit;cursor:pointer;min-width:7.5rem;justify-content:space-between;transition:background .1s,border-color .1s}.fmt-heading-trigger:not(:disabled):hover{border-color:var(--rm-primary, #002ea3)}.fmt-heading-trigger:focus-visible{outline:none;border-color:var(--rm-ring, #002ea3);box-shadow:0 0 0 3px #002ea32e}.fmt-heading-trigger:disabled{opacity:.5;cursor:not-allowed}.fmt-heading-trigger-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fmt-heading-caret{flex:none;opacity:.7}.fmt-heading-menu{position:absolute;top:calc(100% + .25rem);left:0;z-index:20;min-width:8.5rem;display:flex;flex-direction:column;padding:.25rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-md, .5rem);background:var(--rm-surface, #fff);box-shadow:0 6px 20px #16162029}.fmt-heading-item{text-align:left;padding:.35rem .6rem;border:none;border-radius:var(--rm-radius-sm, .375rem);background:transparent;color:var(--rm-text, #161620);font-family:inherit;cursor:pointer}.fmt-heading-item:hover{background:var(--rm-bg, #f7f4ef)}.fmt-heading-item-active{color:var(--rm-primary, #002ea3);font-weight:600}.fmt-heading-item-h1{font-size:1.1rem;font-weight:700}.fmt-heading-item-h2{font-size:1rem;font-weight:700}.fmt-heading-item-h3{font-size:.95rem;font-weight:600}.fmt-heading-item-h4{font-size:.9rem;font-weight:600}.empty-state{display:flex;align-items:center;justify-content:center;min-height:600px;color:var(--rm-text-muted);font-style:italic}.versions-panel{margin-top:.75rem;border:1px solid var(--rm-border);border-radius:var(--rm-radius-md);background:var(--rm-surface)}.versions-panel summary{list-style:none;cursor:pointer;padding:.5rem .75rem;font-size:.9rem;color:var(--rm-text);-webkit-user-select:none;user-select:none}.versions-panel summary::-webkit-details-marker{display:none}.versions-panel summary:before{content:"▸";display:inline-block;width:1rem;font-size:.7rem;color:var(--rm-text-muted);transition:transform .12s ease}.versions-panel[open] summary:before{transform:rotate(90deg)}.versions-count{margin-left:.5rem;color:var(--rm-text-muted);font-size:.8rem}.versions-empty,.versions-error{margin:0;padding:.5rem .75rem .75rem 1.75rem;font-size:.85rem;color:var(--rm-text-muted)}.versions-error{color:#b91c1c}.versions-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--rm-border)}.versions-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;padding:.5rem .75rem .5rem 1.75rem;font-size:.85rem;border-bottom:1px solid var(--rm-border)}.versions-row:last-child{border-bottom:none}.versions-meta{display:flex;align-items:center;gap:.4rem;min-width:0;flex-wrap:wrap}.versions-stamp{color:var(--rm-text)}.versions-source-badge{display:inline-block;padding:.05rem .4rem;font-size:.7rem;font-weight:600;line-height:1.5;border-radius:999px;border:1px solid var(--rm-border-strong);color:var(--rm-text-muted);background:var(--rm-surface-muted, rgba(0, 0, 0, .03));white-space:nowrap}.versions-source-badge-ai{color:var(--rm-accent);border-color:var(--rm-accent);background:#bf581a14}.versions-source-badge-restore{color:#1d4ed8;border-color:#1d4ed8;background:#1d4ed812}.versions-current-tag{display:inline-block;padding:.05rem .4rem;font-size:.68rem;font-weight:600;line-height:1.5;border-radius:999px;color:#047857;border:1px solid #047857;background:#04785714;white-space:nowrap}.versions-size{color:var(--rm-text-muted);font-variant-numeric:tabular-nums}.versions-actions{display:flex;gap:.4rem}.versions-actions button{padding:.25rem .6rem;font-size:.8rem;border:1px solid var(--rm-border-strong);border-radius:var(--rm-radius-sm);background:transparent;color:var(--rm-text);cursor:pointer}.versions-actions button:not(:disabled):hover{background:#002ea30f}.versions-actions button[data-variant=accent]{border-color:var(--rm-accent);color:var(--rm-accent)}.versions-actions button[data-variant=accent]:not(:disabled):hover{background:#bf581a14}.synthesis-panel{margin-top:.75rem;border:1px solid var(--rm-border);border-radius:var(--rm-radius-md);background:var(--rm-surface)}.synthesis-panel summary{list-style:none;cursor:pointer;padding:.5rem .75rem;font-size:.9rem;color:var(--rm-text);-webkit-user-select:none;user-select:none}.synthesis-panel summary::-webkit-details-marker{display:none}.synthesis-panel summary:before{content:"▸";display:inline-block;width:1rem;font-size:.7rem;color:var(--rm-text-muted);transition:transform .12s ease}.synthesis-panel[open] summary:before{transform:rotate(90deg)}.synthesis-count{margin-left:.5rem;color:var(--rm-text-muted);font-size:.8rem}.synthesis-empty,.synthesis-error{margin:0;padding:.5rem .75rem .75rem 1.75rem;font-size:.85rem;color:var(--rm-text-muted)}.synthesis-error{color:#b91c1c}.synthesis-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--rm-border)}.synthesis-row{display:flex;flex-direction:column;gap:.4rem;padding:.6rem .75rem .6rem 1.75rem;font-size:.85rem;border-bottom:1px solid var(--rm-border)}.synthesis-row:last-child{border-bottom:none}.synthesis-row[data-tone=inactive]{opacity:.62}.synthesis-row[data-tone=inactive] .synthesis-instruction{text-decoration:line-through}.synthesis-row-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.synthesis-seq{color:var(--rm-text-muted);font-variant-numeric:tabular-nums;font-size:.8rem}.synthesis-status{font-size:.72rem;padding:.1rem .45rem;border-radius:var(--rm-radius-sm);border:1px solid var(--rm-border-strong);color:var(--rm-text-muted)}.synthesis-status-active{border-color:var(--rm-accent);color:var(--rm-accent)}.synthesis-section{margin-left:auto;color:var(--rm-text-muted);font-size:.78rem;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.synthesis-instruction{margin:0;color:var(--rm-text)}.synthesis-sources{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.3rem}.synthesis-source-chip{font-size:.72rem;padding:.1rem .45rem;border-radius:var(--rm-radius-sm);background:#002ea30f;color:var(--rm-text)}.synthesis-reasoning{font-size:.8rem}.synthesis-reasoning summary{cursor:pointer;color:var(--rm-text-muted);-webkit-user-select:none;user-select:none}.synthesis-reasoning p{margin:.3rem 0 0;color:var(--rm-text);white-space:pre-wrap}.synthesis-actions{display:flex;gap:.4rem}.synthesis-actions button{padding:.25rem .6rem;font-size:.8rem;border:1px solid var(--rm-border-strong);border-radius:var(--rm-radius-sm);background:transparent;color:var(--rm-text);cursor:pointer}.synthesis-actions button[data-variant=accent]{border-color:var(--rm-accent);color:var(--rm-accent)}.synthesis-actions button[data-variant=accent]:not(:disabled):hover{background:#bf581a14}.synthesis-actions button:disabled{opacity:.6;cursor:default}.rmdg-signin-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem .75rem;background:var(--rm-bg)}.rmdg-signin-card{width:100%;max-width:28rem;background:var(--rm-surface, #ffffff);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-lg, .75rem);box-shadow:0 8px 24px #00000014;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.875rem;align-items:center}.rmdg-signin-header{text-align:center;display:flex;flex-direction:column;gap:.25rem}.rmdg-signin-title{margin:0;font-family:var(--rm-font-serif, Georgia, serif);font-size:1.25rem;color:var(--rm-text, #161620)}.rmdg-signin-subtitle{margin:0;font-size:.9rem;color:var(--rm-text-muted, #5c4f35)}.rmdg-save-pill{display:inline-block;padding:.25rem .65rem;border-radius:.625rem;border:1px solid transparent;font-size:.8rem;font-weight:500;line-height:1.2}.rmdg-save-pill-saved{background:#ecfdf5;color:#064e3b;border-color:#6ee7b7}.rmdg-save-pill-dirty{background:#fef3c7;color:#78350f;border-color:#fbbf24}.rmdg-save-pill-error{background:#fee2e2;color:#7f1d1d;border-color:#fca5a5}.rmdg-word-count-pill{display:inline-block;padding:.2rem .55rem;border-radius:.25rem;border:1px solid #e2ddd4;background:#f6f4f0;color:#5f5a52;font-size:.75rem;font-weight:500;line-height:1.2}.shortcuts-button,.structure-toggle-button{font-weight:500}.structure-toggle-button[aria-pressed=true]{background:var(--rm-primary);border-color:var(--rm-primary);color:var(--rm-primary-fg)}.structure-toggle-button[aria-pressed=true]:not(:disabled):hover{background:var(--rm-primary-hover);border-color:var(--rm-primary-hover)}.shortcuts-help-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#1616208c;padding:1.5rem;animation:shortcuts-fade-in .12s ease-out}.shortcuts-help-panel{background:var(--rm-surface, #fff);color:var(--rm-text, #161620);border-radius:var(--rm-radius-lg, .75rem);border:1px solid var(--rm-border, #e5e0d8);box-shadow:0 16px 48px #00000040;width:min(560px,100%);max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.shortcuts-help-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--rm-border, #e5e0d8)}.shortcuts-help-header h2{margin:0;font-size:1.125rem;font-family:var(--rm-font-serif, Georgia, serif)}.shortcuts-help-close{background:transparent;border:none;color:var(--rm-text-muted, #5c4f35);font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem;border-radius:var(--rm-radius-sm, .375rem)}.shortcuts-help-close:hover{background:#0000000d;color:var(--rm-text, #161620)}.shortcuts-help-body{padding:1rem 1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.shortcuts-help-group h3{margin:0 0 .5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--rm-text-muted, #5c4f35)}.shortcuts-help-group dl{margin:0;display:grid;gap:.375rem}.shortcuts-help-row{display:grid;grid-template-columns:minmax(7rem,auto) 1fr;gap:.875rem;align-items:baseline}.shortcuts-help-row dt{margin:0}.shortcuts-help-row dd{margin:0;font-size:.9rem}.shortcuts-help-panel kbd{display:inline-block;padding:.1rem .4rem;background:var(--rm-bg, #f7f4ef);border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;color:var(--rm-text, #161620)}.shortcuts-help-footer{padding:.75rem 1.25rem;border-top:1px solid var(--rm-border, #e5e0d8);font-size:.85rem;color:var(--rm-text-muted, #5c4f35)}.shortcuts-help-footer p{margin:0}@keyframes shortcuts-fade-in{0%{opacity:0}to{opacity:1}}.document-browser-button{font-weight:500;align-self:center}.saved-docs-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#1616208c;padding:1.5rem;animation:shortcuts-fade-in .12s ease-out}.saved-docs-panel{background:var(--rm-surface, #fff);color:var(--rm-text, #161620);border-radius:var(--rm-radius-lg, .75rem);border:1px solid var(--rm-border, #e5e0d8);box-shadow:0 16px 48px #00000040;width:min(680px,100%);max-height:82vh;display:flex;flex-direction:column;overflow:hidden}.saved-docs-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--rm-border, #e5e0d8)}.saved-docs-title{margin:0;font-size:1.125rem;font-family:var(--rm-font-serif, Georgia, serif);display:flex;align-items:center;gap:.5rem}.saved-docs-count{font-family:var(--rm-font-sans);font-size:.75rem;font-weight:600;color:var(--rm-text-muted, #5c4f35);background:var(--rm-bg, #f7f4ef);border:1px solid var(--rm-border, #e5e0d8);border-radius:999px;padding:.05rem .5rem;line-height:1.4}.saved-docs-header-actions{display:flex;align-items:center;gap:.5rem}.saved-docs-new{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-primary, #002ea3);font:inherit;font-weight:600;font-size:.875rem;padding:.35rem .65rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.saved-docs-new:hover{background:var(--rm-bg, #f7f4ef);border-color:var(--rm-primary, #002ea3)}.saved-docs-close{background:transparent;border:none;color:var(--rm-text-muted, #5c4f35);font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem;border-radius:var(--rm-radius-sm, .375rem)}.saved-docs-close:hover{background:#0000000d;color:var(--rm-text, #161620)}.saved-docs-toolbar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--rm-border, #e5e0d8)}.saved-docs-search{flex:1 1 auto;min-width:0;font:inherit;padding:.45rem .7rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);color:var(--rm-text, #161620)}.saved-docs-search:focus{outline:2px solid var(--rm-ring, #002ea3);outline-offset:1px;border-color:var(--rm-ring, #002ea3)}.saved-docs-search:disabled{background:var(--rm-bg, #f7f4ef);color:var(--rm-text-muted, #5c4f35);cursor:not-allowed}.saved-docs-sort-label{display:flex;align-items:center;gap:.4rem;flex:0 0 auto}.saved-docs-sort-caption{font-size:.8rem;color:var(--rm-text-muted, #5c4f35)}.saved-docs-sort{font:inherit;font-size:.875rem;padding:.4rem .5rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);color:var(--rm-text, #161620);cursor:pointer}.saved-docs-sort:disabled{color:var(--rm-text-muted, #5c4f35);cursor:not-allowed}.saved-docs-action-error{margin:0;padding:.6rem 1.25rem;background:#fdecea;color:#8f1d14;font-size:.875rem;border-bottom:1px solid var(--rm-border, #e5e0d8)}.saved-docs-body{overflow-y:auto;padding:.5rem .75rem .75rem}.saved-docs-empty{margin:0;padding:2rem 1rem;text-align:center;color:var(--rm-text-muted, #5c4f35);font-size:.9rem}.saved-docs-error{color:#8f1d14}.saved-docs-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.saved-docs-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .65rem;border-radius:var(--rm-radius-md, .5rem);border:1px solid transparent}.saved-docs-row:hover{background:var(--rm-bg, #f7f4ef)}.saved-docs-row-active{border-color:var(--rm-primary, #002ea3);background:color-mix(in srgb,var(--rm-primary, #002ea3) 6%,transparent)}.saved-docs-row-main{min-width:0;flex:1 1 auto}.saved-docs-open{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;width:100%;background:transparent;border:none;padding:0;cursor:pointer;text-align:left;color:var(--rm-primary, #002ea3);font:inherit;font-weight:600}.saved-docs-open:hover .saved-docs-row-title{text-decoration:underline}.saved-docs-open:focus-visible{outline:2px solid var(--rm-ring, #002ea3);outline-offset:2px;border-radius:var(--rm-radius-sm, .375rem)}.saved-docs-row-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.saved-docs-row-badge{flex:0 0 auto;font-size:.68rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;padding:.08rem .4rem;border-radius:999px;line-height:1.5}.saved-docs-row-badge-active{background:var(--rm-primary, #002ea3);color:var(--rm-primary-fg, #fff)}.saved-docs-row-badge-dossier{background:color-mix(in srgb,var(--rm-primary, #002ea3) 12%,#fff);color:var(--rm-primary, #002ea3);border:1px solid color-mix(in srgb,var(--rm-primary, #002ea3) 35%,#fff)}.saved-docs-row-badge-empty{background:var(--rm-bg, #f7f4ef);color:var(--rm-text-muted, #5c4f35);border:1px solid var(--rm-border, #e5e0d8)}.saved-docs-row-meta{margin:.2rem 0 0;display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem;font-size:.8rem;color:var(--rm-text-muted, #5c4f35)}.saved-docs-row-modified{color:var(--rm-text, #161620)}.saved-docs-row-size{font-variant-numeric:tabular-nums}.saved-docs-row-abs{color:var(--rm-text-muted, #5c4f35)}.saved-docs-row-sep{color:var(--rm-border-strong, #c8c2b6)}.saved-docs-row-actions{flex:0 0 auto;display:flex;align-items:center;gap:.4rem}.saved-docs-row-versions{font-variant-numeric:tabular-nums}.saved-docs-rename{display:flex;align-items:center;gap:.4rem;width:100%}.saved-docs-rename-input{flex:1 1 auto;min-width:0;font:inherit;font-weight:600;padding:.35rem .55rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);color:var(--rm-text, #161620)}.saved-docs-rename-input:focus{outline:2px solid var(--rm-ring, #002ea3);outline-offset:1px;border-color:var(--rm-ring, #002ea3)}.saved-docs-rename-input:disabled{background:var(--rm-bg, #f7f4ef);color:var(--rm-text-muted, #5c4f35);cursor:progress}.saved-docs-rename-save{flex:0 0 auto;background:var(--rm-primary, #002ea3);border:1px solid var(--rm-primary, #002ea3);color:var(--rm-primary-fg, #fff);font:inherit;font-size:.8rem;padding:.35rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.saved-docs-rename-save:hover:not(:disabled){background:color-mix(in srgb,var(--rm-primary, #002ea3) 85%,#000)}.saved-docs-rename-save:disabled{opacity:.7;cursor:progress}.saved-docs-rename-cancel{flex:0 0 auto;background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-text, #161620);font:inherit;font-size:.8rem;padding:.35rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.saved-docs-rename-cancel:hover:not(:disabled){background:var(--rm-bg, #f7f4ef)}.saved-docs-rename-open{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-text-muted, #5c4f35);font:inherit;font-size:.8rem;padding:.3rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.saved-docs-rename-open:hover{border-color:var(--rm-primary, #002ea3);color:var(--rm-primary, #002ea3);background:var(--rm-bg, #f7f4ef)}.saved-docs-delete{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-text-muted, #5c4f35);font:inherit;font-size:.8rem;padding:.3rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.saved-docs-delete:hover{border-color:#b3261e;color:#b3261e;background:#fdecea}.saved-docs-confirm{display:inline-flex;align-items:center;gap:.4rem}.saved-docs-confirm-q{font-size:.8rem;color:var(--rm-text-muted, #5c4f35)}.saved-docs-confirm-yes{background:#b3261e;border:1px solid #b3261e;color:#fff;font:inherit;font-size:.8rem;padding:.3rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.saved-docs-confirm-yes:hover:not(:disabled){background:#8f1d14;border-color:#8f1d14}.saved-docs-confirm-yes:disabled{opacity:.7;cursor:progress}.saved-docs-confirm-no{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-text, #161620);font:inherit;font-size:.8rem;padding:.3rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.saved-docs-confirm-no:hover:not(:disabled){background:var(--rm-bg, #f7f4ef)}@media (max-width: 520px){.saved-docs-row{flex-direction:column;align-items:stretch}.saved-docs-row-actions{align-self:flex-end}.saved-docs-row-abs{display:none}}.editor-with-outline{display:grid;grid-template-columns:minmax(180px,240px) 1fr;gap:1rem;align-items:start}.editor-with-outline.editor-with-outline-collapsed{grid-template-columns:2.5rem 1fr;gap:.5rem}.editor-no-outline{display:block}.outline-sidebar{background:var(--rm-surface, #fff);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-lg, .75rem);padding:.75rem .5rem .75rem 1rem;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.outline-sidebar-title{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--rm-text-muted, #5c4f35)}.outline-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.outline-sidebar-toggle{background:transparent;border:1px solid transparent;color:var(--rm-text-muted, #5c4f35);cursor:pointer;font-size:1rem;line-height:1;padding:.15rem .4rem;border-radius:var(--rm-radius-sm, .375rem)}.outline-sidebar-toggle:hover{background:#002ea30f;color:var(--rm-primary, #002ea3);border-color:var(--rm-border, #e5e0d8)}.outline-sidebar-toggle:focus-visible{outline:2px solid var(--rm-ring, #002ea3);outline-offset:1px}.outline-sidebar.outline-sidebar-collapsed{padding:.5rem .25rem;display:flex;flex-direction:column;align-items:center}.outline-sidebar-empty{margin:0;font-size:.85rem;color:var(--rm-text-muted, #5c4f35);font-style:italic}.outline-sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.05rem}.outline-sidebar-row{padding:0}.outline-sidebar-link{display:block;width:100%;text-align:left;background:transparent;border:none;color:var(--rm-text, #161620);font-size:.9rem;padding:.2rem .4rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outline-sidebar-link:hover{background:#002ea30f;color:var(--rm-primary, #002ea3)}.outline-sidebar-row.outline-sidebar-row-active .outline-sidebar-link{background:#002ea31f;color:var(--rm-primary, #002ea3);font-weight:600}.outline-sidebar-link:focus-visible{outline:2px solid var(--rm-ring, #002ea3);outline-offset:1px}.outline-sidebar-level-1 .outline-sidebar-link{font-weight:600}.outline-sidebar-level-2 .outline-sidebar-link{font-weight:500}.outline-sidebar-level-5 .outline-sidebar-link,.outline-sidebar-level-6 .outline-sidebar-link{font-size:.8rem;opacity:.8}@media (max-width: 900px){.editor-with-outline,.editor-with-outline.editor-with-outline-collapsed{grid-template-columns:1fr}.editor-with-outline .editor-shell{order:1}.outline-sidebar{position:static;max-height:none;order:2}}@media print{html,body{background:#fff!important;color:#000}main>header,.controls,.shortcuts-button,.shortcuts-help-backdrop,.saved-docs-backdrop,.file-picker,.template-picker,.document-picker,.versions-panel,.status,.rmdg-save-pill,.rmdg-word-count-pill,.outline-sidebar,.outline-sidebar-collapsed{display:none!important}.editor-with-outline,.editor-with-outline.editor-with-outline-collapsed,.editor-no-outline{display:block!important;grid-template-columns:none!important;gap:0!important}.editor-shell{padding:0!important;margin:0!important;border:0!important;border-radius:0!important}*,*:before,*:after{background:transparent!important;box-shadow:none!important}}.editor-with-outline.editor-with-structure{grid-template-columns:minmax(240px,320px) 1fr}.rmdg-demo-shell{display:flex;flex-direction:column;min-height:100vh;gap:.75rem;padding:1rem;background:var(--rm-bg, #f7f4ef)}.rmdg-demo-banner{position:sticky;top:0;z-index:10;flex:0 0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;padding:.6rem .9rem;font-size:.82rem;line-height:1.4;color:var(--rm-text, #161620);background:var(--rm-pumpkin-soft, #fdf3ec);border:1px solid var(--rm-pumpkin-accessible, #b4530a);border-radius:var(--rm-radius-md, .5rem)}.rmdg-demo-banner-lead{flex:1 1 22rem;min-width:0}.rmdg-demo-banner strong{color:var(--rm-pumpkin-accessible, #b4530a)}.rmdg-demo-banner-note{color:var(--rm-text-muted, #5c4f35);font-style:italic}.rmdg-demo-switcher{flex:0 0 auto;display:inline-flex;align-items:center;gap:.4rem}.rmdg-demo-switcher-label{color:var(--rm-text-muted, #5c4f35);font-weight:600}.rmdg-demo-switcher-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.28rem .7rem;font:inherit;font-size:.8rem;font-weight:600;color:var(--rm-klein-blue, #002ea3);background:var(--rm-surface, #fff);border:1px solid var(--rm-klein-blue, #002ea3);border-radius:999px;cursor:pointer;transition:background-color .12s ease,color .12s ease}.rmdg-demo-switcher-option:hover{background:var(--rm-klein-blue-soft, #eaeefb)}.rmdg-demo-switcher-option[data-active="1"]{color:#fff;background:var(--rm-klein-blue, #002ea3);border-color:var(--rm-klein-blue, #002ea3);cursor:default}.rmdg-demo-switcher-option:focus-visible{outline:2px solid var(--rm-klein-blue, #002ea3);outline-offset:2px}@media (prefers-reduced-motion: reduce){.rmdg-demo-switcher-option{transition:none}}.rmdg-demo-error{margin:2rem auto;max-width:40rem;padding:1rem 1.25rem;color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:var(--rm-radius-md, .5rem)}.rmdg-demo-rail,.rmdg-demo-toets{display:flex;flex-direction:column;gap:.5rem;min-width:0}.rmdg-demo-rail-title{font-size:.85rem;font-weight:700;line-height:1.3;color:var(--rm-text, #161620)}.rmdg-demo-rail-sub{font-size:.72rem;color:var(--rm-text-muted, #5c4f35)}.rmdg-demo-rail-heading{margin-top:.35rem;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--rm-muted, #9ca3af)}.rmdg-demo-phases{display:flex;gap:.35rem;margin:0;padding:0;list-style:none}.rmdg-demo-phase{flex:1;text-align:center;padding:.3rem .15rem;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--rm-muted, #9ca3af);background:var(--rm-surface, #fff);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-sm, .375rem)}.rmdg-demo-phase[data-state=done]{color:var(--rm-lion-accessible, #7a6a47);border-color:color-mix(in srgb,var(--rm-lion-accessible, #7a6a47) 45%,var(--rm-border, #e5e0d8))}.rmdg-demo-phase[data-state=now]{color:var(--rm-klein-blue, #002ea3);background:var(--rm-klein-blue-soft, #eaeefb);border-color:var(--rm-klein-blue, #002ea3)}.rmdg-demo-sources{display:flex;flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none}.rmdg-demo-source{font-size:.75rem;font-weight:600;color:var(--rm-text, #161620);background:var(--rm-surface, #fff);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);padding:.4rem .55rem}.rmdg-demo-toets-row{display:flex;flex-direction:column;gap:.3rem;background:var(--rm-surface, #fff);border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-md, .5rem);padding:.45rem .55rem}.rmdg-demo-toets-label{font-size:.75rem;line-height:1.3;color:var(--rm-text, #161620)}.rmdg-demo-toets-pill{align-self:flex-start;font-size:.65rem;font-weight:600;padding:.05rem .5rem;border-radius:999px;border:1px solid transparent}.rmdg-demo-toets-pill[data-tone=ok]{color:#1f6b45;background:color-mix(in srgb,#1f6b45 12%,#fff);border-color:color-mix(in srgb,#1f6b45 35%,#fff)}.rmdg-demo-toets-pill[data-tone=warn]{color:var(--rm-lion-accessible, #7a6a47);background:color-mix(in srgb,var(--rm-lion-accessible, #7a6a47) 12%,#fff);border-color:color-mix(in srgb,var(--rm-lion-accessible, #7a6a47) 35%,#fff)}.rmdg-demo-toets-pill[data-tone=bad]{color:var(--rm-pumpkin-accessible, #b4530a);background:color-mix(in srgb,var(--rm-pumpkin-accessible, #b4530a) 12%,#fff);border-color:color-mix(in srgb,var(--rm-pumpkin-accessible, #b4530a) 35%,#fff)}.rmdg-demo-banner-help{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;font:inherit;font-weight:600;color:var(--rm-klein-blue, #002ea3);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.rmdg-demo-banner-help:hover{color:var(--rm-klein-blue-deep, #001e6d)}.rmdg-demo-intro-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#1616208c;animation:rmdg-demo-intro-fade .16s ease-out}.rmdg-demo-intro-card{width:100%;max-width:36rem;max-height:90vh;overflow-y:auto;padding:1.6rem 1.75rem 1.4rem;background:var(--rm-surface, #fff);border:1px solid var(--rm-border, #e5e0d8);border-top:3px solid var(--rm-klein-blue, #002ea3);border-radius:var(--rm-radius-lg, .75rem);box-shadow:0 18px 48px #001e6d38;color:var(--rm-text, #161620);animation:rmdg-demo-intro-rise .2s ease-out}.rmdg-demo-intro-kicker{margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--rm-klein-blue, #002ea3)}.rmdg-demo-intro-title{margin:0 0 .6rem;font-size:1.4rem;line-height:1.2;color:var(--rm-text, #161620)}.rmdg-demo-intro-lead{margin:0 0 1.1rem;font-size:.95rem;line-height:1.5;color:var(--rm-text-muted, #5c4f35)}.rmdg-demo-intro-pillars{list-style:none;margin:0 0 1.1rem;padding:0;display:flex;flex-direction:column;gap:.9rem}.rmdg-demo-intro-pillar{display:flex;align-items:flex-start;gap:.75rem}.rmdg-demo-intro-pillar__num{flex:0 0 auto;width:1.6rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--rm-klein-blue, #002ea3);color:#fff;font-size:.85rem;font-weight:700;line-height:1}.rmdg-demo-intro-pillar__text{display:flex;flex-direction:column;gap:.15rem}.rmdg-demo-intro-pillar__label{font-size:.98rem;font-weight:700;color:var(--rm-text, #161620)}.rmdg-demo-intro-pillar__body{font-size:.9rem;line-height:1.45;color:var(--rm-text-muted, #5c4f35)}.rmdg-demo-intro-offline{margin:0 0 1.25rem;padding:.6rem .8rem;font-size:.85rem;line-height:1.45;color:var(--rm-text, #161620);background:var(--rm-pumpkin-soft, #fdf3ec);border:1px solid var(--rm-pumpkin-accessible, #b4530a);border-radius:var(--rm-radius-md, .5rem)}.rmdg-demo-intro-offline strong{color:var(--rm-pumpkin-accessible, #b4530a)}.rmdg-demo-intro-actions{display:flex;justify-content:flex-end}.rmdg-demo-intro-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.55rem 1.15rem;font:inherit;font-weight:600;color:#fff;background:var(--rm-klein-blue, #002ea3);border:1px solid var(--rm-klein-blue, #002ea3);border-radius:var(--rm-radius-md, .5rem);cursor:pointer}.rmdg-demo-intro-button:hover{background:var(--rm-klein-blue-deep, #001e6d);border-color:var(--rm-klein-blue-deep, #001e6d)}.rmdg-demo-intro-button:focus-visible{outline:2px solid var(--rm-klein-blue, #002ea3);outline-offset:2px}@keyframes rmdg-demo-intro-fade{0%{opacity:0}to{opacity:1}}@keyframes rmdg-demo-intro-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.rmdg-demo-intro-backdrop,.rmdg-demo-intro-card{animation:none}}.saved-docs-share{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-text-muted, #5c4f35);font:inherit;font-size:.8rem;padding:.3rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.saved-docs-share:hover{border-color:var(--rm-primary, #002ea3);color:var(--rm-primary, #002ea3);background:var(--rm-bg, #f7f4ef)}.saved-docs-share:disabled{opacity:.5;cursor:not-allowed}.rmdg-share-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;background:#1616208c;padding:1.5rem}.rmdg-share-panel{background:var(--rm-surface, #fff);color:var(--rm-text, #161620);border-radius:var(--rm-radius-lg, .75rem);border:1px solid var(--rm-border, #e5e0d8);box-shadow:0 16px 48px #00000040;width:min(560px,100%);max-height:82vh;overflow:auto;padding:1.25rem 1.5rem 1.5rem}.rmdg-share-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.rmdg-share-title{margin:0;font-size:1.125rem;font-family:var(--rm-font-serif, Georgia, serif)}.rmdg-share-close{background:transparent;border:none;color:var(--rm-text-muted, #5c4f35);font-size:1.5rem;line-height:1;cursor:pointer;padding:0 .35rem;border-radius:var(--rm-radius-sm, .375rem)}.rmdg-share-close:hover{background:#0000000d;color:var(--rm-text, #161620)}.rmdg-share-intro{margin:.5rem 0 1rem;font-size:.875rem;color:var(--rm-text-muted, #5c4f35);line-height:1.5}.rmdg-share-error{margin:0 0 .75rem;font-size:.85rem;color:#b3261e;background:#fdecea;border:1px solid #f5c2bd;border-radius:var(--rm-radius-sm, .375rem);padding:.5rem .65rem}.rmdg-share-mint{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.rmdg-share-expiry-label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:var(--rm-text-muted, #5c4f35)}.rmdg-share-expiry{font:inherit;font-size:.875rem;padding:.35rem .5rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);color:var(--rm-text, #161620)}.rmdg-share-mint-btn{background:var(--rm-primary, #002ea3);color:#fff;border:1px solid var(--rm-primary, #002ea3);font:inherit;font-weight:600;font-size:.875rem;padding:.4rem .9rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.rmdg-share-mint-btn:hover{filter:brightness(1.08)}.rmdg-share-mint-btn:disabled{opacity:.6;cursor:not-allowed}.rmdg-share-minted{margin-top:1rem;padding:.75rem;border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-bg, #f7f4ef)}.rmdg-share-minted-note{margin:0 0 .5rem;font-size:.8rem;color:var(--rm-text-muted, #5c4f35)}.rmdg-share-minted-row{display:flex;gap:.5rem}.rmdg-share-url{flex:1;font:inherit;font-size:.8rem;padding:.35rem .5rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);color:var(--rm-text, #161620)}.rmdg-share-copy{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-primary, #002ea3);font:inherit;font-weight:600;font-size:.8rem;padding:.35rem .7rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer;white-space:nowrap}.rmdg-share-copy:hover{background:var(--rm-surface, #fff);border-color:var(--rm-primary, #002ea3)}.rmdg-share-list-wrap{margin-top:1.25rem}.rmdg-share-list-title{margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:var(--rm-text, #161620)}.rmdg-share-empty{margin:0;font-size:.85rem;color:var(--rm-text-muted, #5c4f35)}.rmdg-share-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.rmdg-share-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .65rem;border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-sm, .375rem)}.rmdg-share-row-meta{font-size:.8rem;color:var(--rm-text-muted, #5c4f35);display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.rmdg-share-row-sep{opacity:.5}.rmdg-share-revoke{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-text-muted, #5c4f35);font:inherit;font-size:.8rem;padding:.25rem .55rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer;white-space:nowrap}.rmdg-share-revoke:hover{border-color:#b3261e;color:#b3261e;background:#fdecea}.rmdg-share-revoke:disabled{opacity:.6;cursor:not-allowed}.my-templates-button{font-weight:500}.saved-docs-save-template{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-text-muted, #5c4f35);font:inherit;font-size:.8rem;padding:.3rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer;white-space:nowrap}.saved-docs-save-template:hover{border-color:var(--rm-primary, #002ea3);color:var(--rm-primary, #002ea3);background:var(--rm-bg, #f7f4ef)}.saved-docs-save-template:disabled{opacity:.5;cursor:not-allowed}.rmdg-tpl-backdrop,.rmdg-mytpl-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;background:#1616208c;padding:1.5rem}.rmdg-tpl-panel,.rmdg-mytpl-panel{background:var(--rm-surface, #fff);color:var(--rm-text, #161620);border-radius:var(--rm-radius-lg, .75rem);border:1px solid var(--rm-border, #e5e0d8);box-shadow:0 16px 48px #00000040;width:min(560px,100%);max-height:82vh;overflow:auto;padding:1.25rem 1.5rem 1.5rem}.rmdg-tpl-header,.rmdg-mytpl-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.rmdg-tpl-title,.rmdg-mytpl-title{margin:0;font-size:1.125rem;font-family:var(--rm-font-serif, Georgia, serif)}.rmdg-tpl-close,.rmdg-mytpl-close{background:transparent;border:none;color:var(--rm-text-muted, #5c4f35);font-size:1.5rem;line-height:1;cursor:pointer;padding:0 .35rem;border-radius:var(--rm-radius-sm, .375rem)}.rmdg-tpl-close:hover,.rmdg-mytpl-close:hover{background:#0000000d;color:var(--rm-text, #161620)}.rmdg-tpl-intro,.rmdg-mytpl-intro{margin:.5rem 0 1rem;font-size:.875rem;color:var(--rm-text-muted, #5c4f35);line-height:1.5}.rmdg-tpl-error,.rmdg-mytpl-error{margin:0 0 .75rem;font-size:.85rem;color:#b3261e;background:#fdecea;border:1px solid #f5c2bd;border-radius:var(--rm-radius-sm, .375rem);padding:.5rem .65rem}.rmdg-tpl-form{display:flex;flex-direction:column;gap:.9rem}.rmdg-tpl-name-label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:var(--rm-text-muted, #5c4f35)}.rmdg-tpl-name{font:inherit;font-size:.9rem;padding:.45rem .6rem;border:1px solid var(--rm-border-strong, #c8c2b6);border-radius:var(--rm-radius-sm, .375rem);background:var(--rm-surface, #fff);color:var(--rm-text, #161620)}.rmdg-tpl-actions{display:flex;justify-content:flex-end;gap:.6rem}.rmdg-tpl-cancel{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-text-muted, #5c4f35);font:inherit;font-size:.875rem;padding:.4rem .9rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.rmdg-tpl-cancel:hover{background:var(--rm-bg, #f7f4ef)}.rmdg-tpl-save,.rmdg-tpl-done-close{background:var(--rm-primary, #002ea3);color:#fff;border:1px solid var(--rm-primary, #002ea3);font:inherit;font-weight:600;font-size:.875rem;padding:.4rem .9rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.rmdg-tpl-save:hover,.rmdg-tpl-done-close:hover{filter:brightness(1.08)}.rmdg-tpl-save:disabled{opacity:.6;cursor:not-allowed}.rmdg-tpl-done{display:flex;flex-direction:column;gap:.9rem;align-items:flex-start}.rmdg-tpl-done-note{margin:0;font-size:.9rem;color:var(--rm-text, #161620);line-height:1.5}.rmdg-mytpl-empty{margin:0;font-size:.85rem;color:var(--rm-text-muted, #5c4f35)}.rmdg-mytpl-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.rmdg-mytpl-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .65rem;border:1px solid var(--rm-border, #e5e0d8);border-radius:var(--rm-radius-sm, .375rem)}.rmdg-mytpl-row-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.rmdg-mytpl-row-name{font-size:.9rem;font-weight:600;color:var(--rm-text, #161620);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rmdg-mytpl-row-date{font-size:.78rem;color:var(--rm-text-muted, #5c4f35)}.rmdg-mytpl-row-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.rmdg-mytpl-start{background:var(--rm-primary, #002ea3);color:#fff;border:1px solid var(--rm-primary, #002ea3);font:inherit;font-weight:600;font-size:.8rem;padding:.3rem .7rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer;white-space:nowrap}.rmdg-mytpl-start:hover{filter:brightness(1.08)}.rmdg-mytpl-start:disabled{opacity:.6;cursor:not-allowed}.rmdg-mytpl-delete{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-text-muted, #5c4f35);font:inherit;font-size:.8rem;padding:.3rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer;white-space:nowrap}.rmdg-mytpl-delete:hover{border-color:#b3261e;color:#b3261e;background:#fdecea}.rmdg-mytpl-delete:disabled{opacity:.5;cursor:not-allowed}.rmdg-mytpl-confirm{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap}.rmdg-mytpl-confirm-q{font-size:.8rem;color:var(--rm-text-muted, #5c4f35)}.rmdg-mytpl-confirm-yes{background:#b3261e;color:#fff;border:1px solid #b3261e;font:inherit;font-size:.8rem;padding:.3rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer;white-space:nowrap}.rmdg-mytpl-confirm-yes:hover{filter:brightness(1.05)}.rmdg-mytpl-confirm-yes:disabled{opacity:.6;cursor:not-allowed}.rmdg-mytpl-confirm-no{background:transparent;border:1px solid var(--rm-border-strong, #c8c2b6);color:var(--rm-text-muted, #5c4f35);font:inherit;font-size:.8rem;padding:.3rem .6rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer}.rmdg-mytpl-confirm-no:hover{background:var(--rm-bg, #f7f4ef)}.rmdg-mytpl-confirm-no:disabled{opacity:.6;cursor:not-allowed}.rmdg-shared-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--rm-bg, #f7f4ef);color:var(--rm-text, #161620)}.rmdg-shared-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.5rem;background:var(--rm-surface, #fff);border-bottom:1px solid var(--rm-border, #e5e0d8)}.rmdg-shared-header-main{min-width:0}.rmdg-shared-title{margin:0;font-size:1.05rem;font-family:var(--rm-font-serif, Georgia, serif);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rmdg-shared-sub{margin:.1rem 0 0;font-size:.8rem;color:var(--rm-text-muted, #5c4f35)}.rmdg-shared-download{background:var(--rm-primary, #002ea3);color:#fff;border:1px solid var(--rm-primary, #002ea3);font:inherit;font-weight:600;font-size:.875rem;padding:.4rem .9rem;border-radius:var(--rm-radius-sm, .375rem);cursor:pointer;white-space:nowrap}.rmdg-shared-download:hover{filter:brightness(1.08)}.rmdg-shared-download:disabled{opacity:.6;cursor:not-allowed}.rmdg-shared-canvas{flex:1;min-height:0}.rmdg-shared-empty{margin:auto;max-width:32rem;text-align:center;padding:3rem 1.5rem}.rmdg-shared-empty-title{margin:0 0 .5rem;font-size:1.25rem;font-family:var(--rm-font-serif, Georgia, serif)}.rmdg-shared-empty-body{margin:0;color:var(--rm-text-muted, #5c4f35);line-height:1.5}.rmdg-shared-error{padding:1rem 1.5rem;color:#b3261e}
