:root{--background:#fff;--foreground:#000;--primary:#000;--primary-foreground:#fff;--secondary:#f5f5f5;--secondary-foreground:#111;--accent:#ededed;--accent-foreground:#111;--muted:#f5f5f5;--muted-foreground:gray;--popover:#fff;--popover-foreground:#000;--card:#fff;--card-foreground:#000;--input:#d4d4d4;--ring:#a3a3a3;--destructive:#ef4444;--destructive-foreground:#fff;--border:#e0e0e0;--scrollbar-thumb:#a3a3a3;--scrollbar-track:transparent;--color-primary-lighter:#acd1fb;--color-primary-light:#82a3fc;--color-primary-base:#6363ff;--color-primary-darker:#300fd5;--color-secondary-lighter:#9cf0e3;--color-secondary-light:#1af5ac;--color-secondary-base:#0ada72;--color-secondary-darker:#089f79;--color-tertiary-lighter:#cdfa93;--color-tertiary-light:#adfa4a;--color-tertiary-base:#b2e50b;--color-tertiary-darker:#83a907;--color-quaternary-lighter:#fff0be;--color-quaternary-light:#fde17d;--color-quaternary-base:#f1d42e;--color-quaternary-darker:#ddbb02;--color-quinary-lighter:#fdcccc;--color-quinary-light:#ff9f84;--color-quinary-base:#fd6003;--color-quinary-darker:#ae1b08;--color-senary-lighter:#fcbbea;--color-senary-light:#f790db;--color-senary-base:#f20bb3;--color-senary-darker:#cf077f;--color-surface:var(--background);--color-surface-muted:var(--secondary);--color-text-primary:var(--foreground);--color-text-secondary:var(--muted-foreground);--color-border-strong:var(--border);--color-overlay:#000;--color-text-on-overlay:#fff;--color-success:#10b981;--color-error:#ef4444;--color-info:#3b82f6;--color-neutral:#6b7280;--color-warning:#f59e0b;--color-icon-placeholder:#262626;--color-text-muted-secondary:#a3a3a3;--color-border-subtle:#ffffff0a}.dark{--background:#000;--foreground:#fff;--primary:#fff;--primary-foreground:#000;--secondary:#111;--secondary-foreground:#f5f5f5;--accent:#1a1a1a;--accent-foreground:#f5f5f5;--muted:#1a1a1a;--muted-foreground:gray;--popover:#111;--popover-foreground:#fff;--card:#000;--card-foreground:#fff;--input:#262626;--ring:#525252;--destructive:#f87171;--destructive-foreground:#111;--border:#1a1a1a;--scrollbar-thumb:#525252;--scrollbar-track:#000;--color-primary-lighter:#acd1fb;--color-primary-light:#82a3fc;--color-primary-base:#6363ff;--color-primary-darker:#300fd5;--color-secondary-lighter:#9cf0e3;--color-secondary-light:#1af5ac;--color-secondary-base:#0ada72;--color-secondary-darker:#089f79;--color-tertiary-lighter:#cdfa93;--color-tertiary-light:#adfa4a;--color-tertiary-base:#b2e50b;--color-tertiary-darker:#83a907;--color-quaternary-lighter:#fff0be;--color-quaternary-light:#fde17d;--color-quaternary-base:#f1d42e;--color-quaternary-darker:#ddbb02;--color-quinary-lighter:#fdcccc;--color-quinary-light:#ff9f84;--color-quinary-base:#fd6003;--color-quinary-darker:#ae1b08;--color-senary-lighter:#fcbbea;--color-senary-light:#f790db;--color-senary-base:#f20bb3;--color-senary-darker:#cf077f;--color-surface:var(--background);--color-surface-muted:var(--secondary);--color-text-primary:var(--foreground);--color-text-secondary:var(--muted-foreground);--color-border-strong:var(--border);--color-overlay:#000;--color-text-on-overlay:#fff;--color-success:#10b981;--color-error:#f87171;--color-info:#3b82f6;--color-neutral:#6b7280;--color-warning:#f59e0b;--color-icon-placeholder:#262626;--color-text-muted-secondary:#525252;--color-border-subtle:#ffffff0a}
.blocknote-editor-wrapper{--bn-colors-editor-text:var(--foreground);--bn-colors-editor-background:transparent;--bn-colors-menu-text:var(--foreground);--bn-colors-menu-background:var(--card);--bn-colors-tooltip-text:var(--foreground);--bn-colors-tooltip-background:var(--popover);--bn-colors-hovered-text:var(--foreground);--bn-colors-hovered-background:var(--accent);--bn-colors-selected-text:var(--foreground);--bn-colors-selected-background:var(--accent);--bn-colors-disabled-text:var(--muted-foreground);--bn-colors-disabled-background:transparent;--bn-colors-border:var(--border);--bn-colors-side-menu:var(--muted);--bn-border-radius:8px;--bn-font-family:"Sequel Sans",sans-serif}[data-theme=dark] .blocknote-editor-wrapper,.dark .blocknote-editor-wrapper{--bn-colors-editor-text:var(--foreground);--bn-colors-editor-background:transparent;--bn-colors-menu-text:var(--foreground);--bn-colors-menu-background:var(--card);--bn-colors-tooltip-text:var(--foreground);--bn-colors-tooltip-background:var(--popover);--bn-colors-hovered-text:var(--foreground);--bn-colors-hovered-background:var(--accent);--bn-colors-selected-text:var(--foreground);--bn-colors-selected-background:var(--accent);--bn-colors-border:var(--border)}.blocknote-editor-wrapper .bn-container{color:var(--bn-colors-editor-text);font-family:Sequel Sans,sans-serif;box-shadow:none!important;cursor:text!important;background-color:#0000!important;border:none!important;outline:none!important}.blocknote-editor-wrapper .tiptap{background-color:unset;background:unset}.blocknote-editor-wrapper{box-shadow:none!important;cursor:text!important;border:none!important;outline:none!important}.blocknote-editor-wrapper .bn-block-content{font-family:Sequel Sans,sans-serif;border:none!important;outline:none!important}.blocknote-editor-wrapper .bn-block-content>:not(.bn-code-block):not(.bn-inline-code),.blocknote-editor-wrapper p,.blocknote-editor-wrapper div:not(.bn-code-block):not(.bn-inline-code),.blocknote-editor-wrapper span:not(.bn-inline-code),.blocknote-editor-wrapper ul,.blocknote-editor-wrapper ol,.blocknote-editor-wrapper li{border:none!important;outline:none!important}.blocknote-editor-wrapper .bn-menu{background-color:var(--bn-colors-menu-background);border:1px solid var(--bn-colors-border);border-radius:var(--bn-border-radius)}.blocknote-editor-wrapper .bn-block{color:#ffffff80!important;background:0 0!important;border:none!important;outline:none!important}.blocknote-editor-wrapper .bn-block:hover{background:0 0!important}.blocknote-editor-wrapper .bn-block-selected{color:#fff!important;background:0 0!important;border:none!important;outline:none!important}.blocknote-editor-wrapper .bn-block-content{color:inherit}.blocknote-editor-wrapper .bn-block-selected .bn-block-content{color:#fff!important}.blocknote-editor-wrapper .bn-code-block{background-color:var(--muted);border:1px solid var(--border);border-radius:var(--bn-border-radius);padding:1rem;font-family:MDIO0\.5,monospace!important}.blocknote-editor-wrapper .bn-code-block code,.blocknote-editor-wrapper .bn-code-block pre{font-family:MDIO0\.5,monospace!important}.blocknote-editor-wrapper .bn-inline-code{background-color:var(--muted);border:1px solid var(--border);border-radius:4px;padding:.125rem .25rem;font-size:.9em;font-family:MDIO0\.5,monospace!important}.blocknote-editor-wrapper .bn-inline-code code{font-family:MDIO0\.5,monospace!important}.blocknote-editor-wrapper .bn-side-menu{color:var(--bn-colors-side-menu)}.blocknote-editor-wrapper .bn-side-menu button:hover,.blocknote-editor-wrapper .bn-side-menu button:hover svg,.blocknote-editor-wrapper .bn-side-menu button:hover path{color:#ffffffe6!important;fill:#ffffffe6!important}.blocknote-editor-wrapper[data-placeholder] .ProseMirror p.is-editor-empty:first-child:before,.blocknote-editor-wrapper[data-placeholder] .ProseMirror .is-editor-empty:first-child:before,.blocknote-editor-wrapper[data-placeholder] .ProseMirror p.bn-inline-content.is-editor-empty:first-child:before,.blocknote-editor-wrapper[data-placeholder] .bn-block-content p.is-editor-empty:first-child:before,.blocknote-editor-wrapper[data-placeholder] .bn-block-content .bn-inline-content.is-editor-empty:first-child:before,.blocknote-editor-wrapper[data-placeholder] .ProseMirror p[data-placeholder]:before,.blocknote-editor-wrapper[data-placeholder] .ProseMirror[data-placeholder]:before{float:left;pointer-events:none;opacity:.6;height:0;content:attr(data-placeholder)!important;color:var(--muted-foreground)!important}.blocknote-editor-wrapper .ProseMirror p.is-editor-empty:first-child:before,.blocknote-editor-wrapper .ProseMirror .is-editor-empty:first-child:before,.blocknote-editor-wrapper .ProseMirror p.bn-inline-content.is-editor-empty:first-child:before,.blocknote-editor-wrapper .bn-block-content p.is-editor-empty:first-child:before{float:left;pointer-events:none;opacity:.6;height:0;content:"/ for cmd"!important;color:var(--muted-foreground)!important}[data-floating-ui-portal],.mantine-Portal{z-index:10000!important;position:fixed!important}.bn-suggestion-menu,.bn-slash-menu,.bn-side-menu-dropdown,.mantine-Menu-dropdown,.mantine-Popover-dropdown{z-index:10000!important}
.dockview-container{--dv-background-color:#000;--dv-panel-view-background-color:#000;--dv-group-view-background-color:#000;--dv-tabs-and-actions-container-background-color:#000;--dv-void-container-background-color:#000;--dv-group-view-header-background-color:#000;--dv-inactivegroup-visiblepanel-tab-background-color:transparent;--dv-activegroup-visiblepanel-tab-background-color:#000;--dv-inactivegroup-hiddenpanel-tab-background-color:transparent;--dv-activegroup-hiddenpanel-tab-background-color:#000;--dv-panel-view-color:#fff;--dv-group-view-color:#fff;--dv-group-view-header-color:#fff;--dv-inactivegroup-visiblepanel-tab-color:gray;--dv-activegroup-visiblepanel-tab-color:#fff;--dv-inactivegroup-hiddenpanel-tab-color:#525252;--dv-activegroup-hiddenpanel-tab-color:#525252;--dv-void-container-color:gray;--dv-watermark-color:#525252;--dv-group-view-border-color:#1a1a1a;--dv-panel-view-border-color:#1a1a1a;--dv-tabs-and-actions-container-border-color:#1a1a1a;--dv-void-container-border-color:#1a1a1a;--dv-drag-over-border-color:#1a1a1a;--dv-splitview-view-sash-background-color:#1a1a1a;--dv-splitview-view-sash-hover-background-color:#262626;--dv-splitview-view-sash-active-background-color:#262626;--dv-tab-close-icon-color:gray;--dv-tab-close-icon-hover-color:#fff;--dv-tab-close-icon-hover-background-color:#1a1a1a;--dv-drag-over-background-color:#1a1a1a;--dv-selection-color:#262626;--dv-focus-color:#525252;--dv-hover-background-color:#1a1a1a}.dv-default-tab-content{align-items:center;gap:.5rem;display:flex}.dv-default-tab-content[data-icon]:before{content:attr(data-icon);margin-right:.5rem;font-family:Material Icons;font-size:1rem;font-style:normal;font-weight:400;line-height:1;display:inline-block;color:gray!important}.dv-active-tab .dv-default-tab-content[data-icon]:before{color:#fff!important}.dv-void-container{color:gray!important;background-color:#000!important;border-color:#1a1a1a!important}.dv-panel-view{color:#fff!important;background-color:#000!important}.dv-group-view{color:#fff!important;background-color:#000!important;border-color:#1a1a1a!important}.dv-tabs-and-actions-container{background-color:#000!important;border-color:#1a1a1a!important}.dv-tab{color:gray!important;background-color:#0000!important;border:none!important;border-bottom:1px solid #1a1a1a!important}.dv-active-tab{color:#fff!important;background-color:#000!important;border:none!important}.dv-tab:hover:not(.dv-active-tab){color:#fff!important;background-color:#0000!important;border-bottom:1px solid #1a1a1a!important}.dv-default-tab-action svg{fill:gray!important}.dv-default-tab-action:hover svg{fill:#fff!important}.dv-default-tab-action:hover,.dv-splitview-view-sash{background-color:#1a1a1a!important}.dv-splitview-view-sash:hover{background-color:#262626!important}.dockview-container.dockview-theme-dark,.dockview-container{--dv-background-color:#000!important;--dv-panel-view-background-color:#000!important;--dv-group-view-background-color:#000!important;--dv-tabs-and-actions-container-background-color:#000!important;--dv-inactivegroup-visiblepanel-tab-background-color:transparent!important;--dv-activegroup-visiblepanel-tab-background-color:#000!important;--dv-panel-view-color:#fff!important;--dv-group-view-color:#fff!important;--dv-inactivegroup-visiblepanel-tab-color:gray!important;--dv-activegroup-visiblepanel-tab-color:#fff!important;--dv-group-view-border-color:#1a1a1a!important;--dv-panel-view-border-color:#1a1a1a!important;--dv-tabs-and-actions-container-border-color:#1a1a1a!important}.dockview-container .dv-tab,.dockview-container .dv-panel-view,.dockview-container .dv-group-view,.dockview-container .dv-tabs-and-actions-container,.dockview-container .dv-void-container{color:#fff!important;background-color:#000!important;border-color:#1a1a1a!important}.dockview-container .dv-active-tab{color:#fff!important;background-color:#000!important;border:none!important}.dockview-container .dv-tab:not(.dv-active-tab){color:gray!important;background-color:#0000!important;border:none!important;border-bottom:1px solid #1a1a1a!important}.dockview-container .dv-tab:hover:not(.dv-active-tab){color:#fff!important;background-color:#0000!important;border-bottom:1px solid #1a1a1a!important}.dockview-container .dv-selected,.dockview-container .dv-highlighted,.dockview-container [class*=selected],.dockview-container [class*=highlighted]{color:#fff!important;background-color:#262626!important;border-color:#1a1a1a!important}.dockview-container .dv-splitview-view-sash,.dockview-container [class*=sash]{background-color:#1a1a1a!important}.dockview-container .dv-splitview-view-sash:hover,.dockview-container [class*=sash]:hover{background-color:#262626!important}.dockview-container svg{fill:gray!important}.dockview-container svg:hover{fill:#fff!important}.dockview-container :focus,.dockview-container :focus-visible{border-color:#525252!important;outline-color:#525252!important}
