:root{--bg:#090a0e;--bg-tint:#0d0f15;--surface:#13151d;--surface-2:#191c26;--elev:#1f2330;--border:rgba(255,255,255,.08);--border-2:rgba(255,255,255,.14);--text:#f3f5fa;--text-2:#9aa1b2;--text-3:#5f6678;--brand:#5b8dff;--brand-2:#7aa0ff;--brand-ink:#fff;--brand-glow:rgba(91,141,255,.4);--mint:#2ee6a6;--amber:#ffb547;--rose:#ff5d78;--sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--mono:ui-monospace,"SF Mono","JetBrains Mono",monospace}:root[data-theme=light]{--bg:#f5f6f9;--bg-tint:#eef0f5;--surface:#fff;--surface-2:#f4f6fa;--elev:#fff;--border:rgba(12,16,28,.1);--border-2:rgba(12,16,28,.18);--text:#0e1119;--text-2:#525a6b;--text-3:#8a91a1;--brand:#2f5bff;--brand-2:#4d74ff;--brand-glow:rgba(47,91,255,.26);--mint:#08a874;--amber:#b0761a;--rose:#e0344f}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--bg:#f5f6f9;--bg-tint:#eef0f5;--surface:#fff;--surface-2:#f4f6fa;--elev:#fff;--border:rgba(12,16,28,.1);--border-2:rgba(12,16,28,.18);--text:#0e1119;--text-2:#525a6b;--text-3:#8a91a1;--brand:#2f5bff;--brand-2:#4d74ff;--brand-glow:rgba(47,91,255,.26);--mint:#08a874;--amber:#b0761a;--rose:#e0344f}}*{box-sizing:border-box}@keyframes spin{to{transform:rotate(1turn)}}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit}.mono{font-family:var(--mono)}.canon-rte .ProseMirror,.rte-view{color:var(--text)}.canon-rte [style*="color: #000"],.canon-rte [style*="color: black"],.canon-rte [style*="color: rgb(0, 0, 0)"],.canon-rte [style*="color:#000"],.rte-view [style*="color: #000"],.rte-view [style*="color: black"],.rte-view [style*="color: rgb(0, 0, 0)"],.rte-view [style*="color:#000"]{color:var(--text)!important}.canon-rte .ProseMirror:focus{outline:none}.canon-rte sub,.canon-rte sup,.rte-view sub,.rte-view sup{line-height:0;font-size:75%}.canon-rte code,.rte-view code{font-family:var(--mono);font-size:.9em;background:var(--surface-2);border:1px solid var(--border-2);border-radius:4px;padding:1px 4px}.canon-rte pre,.rte-view pre{font-family:var(--mono);font-size:12.5px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:10px 12px;overflow-x:auto;margin:8px 0}.canon-rte pre code,.rte-view pre code{background:none;border:0;padding:0}.canon-rte blockquote,.rte-view blockquote{border-left:3px solid var(--border-2);margin:8px 0;padding:2px 0 2px 12px;color:var(--text-2)}.canon-rte hr,.rte-view hr{border:0;border-top:1px solid var(--border);margin:12px 0}.canon-rte .rte-video,.rte-view .rte-video{position:relative;margin:10px 0;max-width:560px}.canon-rte .rte-video iframe,.canon-rte .rte-video video,.rte-view .rte-video iframe,.rte-view .rte-video video{width:100%;aspect-ratio:16/9;border:1px solid var(--border);border-radius:8px;display:block;background:#000}.canon-rte .rte-video-shield{position:absolute;inset:0;border-radius:8px;cursor:-webkit-grab;cursor:grab}.canon-rte .rte-video.is-live .rte-video-shield{display:none}.canon-rte .rte-video-ctls{position:absolute;top:6px;right:6px;display:none;gap:4px;z-index:2}.canon-rte .rte-video.ProseMirror-selectednode .rte-video-ctls,.canon-rte .rte-video:hover .rte-video-ctls{display:flex}.canon-rte .rte-video-btn{width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1;color:#fff;background:rgba(0,0,0,.62);border:1px solid rgba(255,255,255,.28);border-radius:6px;cursor:pointer}.canon-rte .rte-video-btn:hover{background:rgba(0,0,0,.85)}.canon-rte .rte-video-editbar{position:absolute;left:6px;right:6px;bottom:6px;display:none;gap:6px;padding:6px;background:rgba(0,0,0,.84);border:1px solid rgba(255,255,255,.22);border-radius:8px;z-index:3}.canon-rte .rte-video-editbar.open{display:flex;align-items:center}.canon-rte .rte-video-editbar input{flex:1 1;min-width:0;font-size:12px;padding:5px 8px;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);border-radius:6px}.canon-rte .rte-video-editbar button{font-size:12px;padding:5px 10px;color:#fff;background:var(--brand);border:0;border-radius:6px;cursor:pointer;white-space:nowrap}.canon-rte .rte-video-editbar button:last-child{background:rgba(255,255,255,.14)}.canon-rte .rte-video.ProseMirror-selectednode{outline:2px solid var(--brand);outline-offset:2px;border-radius:8px}.canon-rte p,.rte-view p{margin:0 0 8px}.canon-rte h2,.rte-view h2{font-size:17px;font-weight:700;margin:12px 0 6px}.canon-rte h3,.rte-view h3{font-size:15px;font-weight:700;margin:10px 0 6px}.canon-rte ul,.rte-view ul{margin:0 0 8px;padding-left:20px;list-style-type:disc}.canon-rte ol,.rte-view ol{margin:0 0 8px;padding-left:20px;list-style:decimal}.canon-rte img,.rte-view img{max-width:100%;height:auto;border-radius:6px}button.hover-content-mark{display:inline;font:inherit;cursor:pointer;padding:0;margin:0;color:var(--brand-2);background:none;border:0;border-bottom:1px dotted}button.hover-content-mark:hover{color:var(--brand)}.rte-hover-pop{position:fixed;z-index:9999;max-width:360px;max-height:60vh;overflow-y:auto;background:#ffffff;color:#1a1d24;border:1px solid rgba(0,0,0,.12);border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.35);padding:11px 13px;font-size:13px;line-height:1.5}.rte-hover-pop .rte-hover-long{margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.12)}.rte-hover-pop img{max-width:100%;height:auto}.rte-hover-pop p:last-child{margin-bottom:0}.rte-hover-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:rgba(4,6,12,.7);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:5vh 20px;cursor:zoom-out}.rte-hover-modal-box{max-width:min(860px,96vw);max-height:90vh;overflow-y:auto;background:#ffffff;color:#1a1d24;border-radius:12px;box-shadow:0 24px 64px rgba(0,0,0,.5);padding:22px 26px;font-size:14px;line-height:1.6;cursor:auto}.rte-hover-modal-box img{max-width:100%;height:auto;display:block;margin:0 auto}.rte-hover-modal-box p:last-child{margin-bottom:0}.rte-hover-modal-note{margin-top:14px;font-size:12.5px;color:#555}.rte-hover-modal-actions,.rte-hover-modal-note{padding-top:12px;border-top:1px solid rgba(0,0,0,.12)}.rte-hover-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.rte-hover-action{height:30px;padding:0 14px;border-radius:8px;border:1px solid rgba(0,0,0,.16);background:#f4f5f7;color:#1a1d24;font-size:13px;font-weight:600;cursor:pointer}.rte-hover-action:hover{background:#e9ebef}.rte-hover-action-danger{border-color:rgba(200,40,60,.35);color:#c8283c;background:transparent}.rte-hover-action-danger:hover{background:rgba(200,40,60,.08)}.canon-rte table,.rte-view table{max-width:100%}.canon-rte table td,.canon-rte table th,.rte-view table td,.rte-view table th{border:1px solid var(--border-2);padding:5px 8px}.canon-rte td[style*=background],.canon-rte td[style*=background] *,.canon-rte th[style*=background],.canon-rte th[style*=background] *,.rte-view td[style*=background],.rte-view td[style*=background] *,.rte-view th[style*=background],.rte-view th[style*=background] *{color:#1a1d24!important}.rte-view img{-webkit-user-drag:none;user-drag:none}.canon-rte mark,.rte-view mark{background:color-mix(in srgb,var(--amber) 40%,transparent);color:inherit;padding:0 2px;border-radius:3px}.canon-rte table,.rte-view table{border-collapse:collapse;margin:8px 0;width:auto}.canon-rte td,.canon-rte th,.rte-view td,.rte-view th{border:1px solid var(--border-2);padding:4px 8px}.canon-rte th,.rte-view th{background:var(--surface-2);font-weight:600}.rte-view :last-child{margin-bottom:0}.canon-rte .rte-imgref,.rte-view .rte-imgref{color:var(--brand);text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px;cursor:pointer;white-space:nowrap}.canon-rte .rte-imgref:after{content:"\1F5BC";font-size:.82em;margin-left:3px;opacity:.8}.rte-lightbox{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:rgba(4,6,12,.82);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:4vh;cursor:zoom-out}.rte-lightbox figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:10px;max-width:92vw;max-height:88vh}.rte-lightbox img{max-width:92vw;max-height:80vh;border-radius:8px;box-shadow:0 12px 48px rgba(0,0,0,.5);cursor:default}.rte-lightbox figcaption{color:#fff;font-size:14px;text-align:center}.canon-rte .ProseMirror.rte-dropzone{outline:2px dashed var(--brand);outline-offset:-3px;background:color-mix(in srgb,var(--brand) 7%,transparent);border-radius:6px}.canon-rte .rte-frac-edit{border-radius:4px;cursor:text}.canon-rte .rte-frac-edit:hover{background:color-mix(in srgb,var(--brand) 8%,transparent)}.canon-rte .rte-frac-edit:focus-within{background:color-mix(in srgb,var(--brand) 14%,transparent)}.canon-rte .rte-frac-in{border-radius:3px;min-width:10px}.canon-rte .rte-frac-in:hover{background:color-mix(in srgb,var(--text) 8%,transparent)!important}.canon-rte .rte-frac-in:focus{background:color-mix(in srgb,var(--brand) 22%,transparent)!important}.tax-chev{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:7px;cursor:pointer;font-size:12px;line-height:1;flex-shrink:0;padding:0;color:var(--text-2);transition:background .12s,color .12s,transform .12s}.tax-chev:hover{background:color-mix(in srgb,var(--brand) 16%,transparent)}.tax-chev.open,.tax-chev:hover{color:var(--brand)}