:root,:root[data-theme=light]{color-scheme:light;--background: #faf9f5;--foreground: #1f1e1d;--card: #ffffff;--card-foreground: #1f1e1d;--muted: #f0eee6;--muted-foreground: #5f5d56;--subtle-foreground: #8a877d;--border: #e7e4da;--input: #ddd9cc;--accent: #f0eee6;--accent-foreground: #1f1e1d;--primary: #c96442;--primary-hover: #b25437;--primary-foreground: #ffffff;--primary-text: #b25437;--primary-subtle: rgba(201, 100, 66, .1);--primary-subtle-border: rgba(201, 100, 66, .3);--destructive: #b91c1c;--destructive-foreground: #ffffff;--destructive-text: #b91c1c;--destructive-subtle: rgba(185, 28, 28, .08);--destructive-border: rgba(185, 28, 28, .25);--success: #2f855a;--success-text: #2f7a52;--success-subtle: rgba(47, 133, 90, .12);--warning: #b45309;--warning-text: #b45309;--warning-subtle: rgba(180, 83, 9, .14);--ring: #c96442;--code-bg: #f0eee6;--code-foreground: #1f1e1d;--code-border: #e7e4da;--code-lang-fg: #76736a;--code-btn-hover: rgba(0, 0, 0, .06);--diff-add-bg: rgba(47, 133, 90, .14);--diff-del-bg: rgba(185, 28, 28, .12);--hl-keyword: #9333ea;--hl-string: #2f855a;--hl-number: #b45309;--hl-title: #2563eb;--hl-var: #9333ea;--hl-link: #0e7490;--radius-sm: 8px;--radius: 12px;--radius-lg: 20px;--shadow: 0 1px 2px rgba(60, 56, 46, .06), 0 1px 3px rgba(60, 56, 46, .08);--shadow-lg: 0 12px 32px -12px rgba(60, 56, 46, .22)}:root[data-theme=dark]{color-scheme:dark;--background: #262624;--foreground: #f3f1ea;--card: #30302e;--card-foreground: #f3f1ea;--muted: #393937;--muted-foreground: #b6b3a8;--subtle-foreground: #8c897e;--border: #423f3a;--input: #4a463f;--accent: #3a3a37;--accent-foreground: #f3f1ea;--primary: #d97757;--primary-hover: #c96442;--primary-foreground: #ffffff;--primary-text: #e0a088;--primary-subtle: rgba(217, 119, 87, .18);--primary-subtle-border: rgba(217, 119, 87, .38);--destructive: #ef4444;--destructive-foreground: #ffffff;--destructive-text: #f87171;--destructive-subtle: rgba(239, 68, 68, .15);--destructive-border: rgba(239, 68, 68, .4);--success: #4ade80;--success-text: #6ee7a0;--success-subtle: rgba(74, 222, 128, .16);--warning: #fbbf24;--warning-text: #fcd34d;--warning-subtle: rgba(245, 158, 11, .16);--ring: #d97757;--code-bg: #1f1e1d;--code-foreground: #e8e5dc;--code-border: #423f3a;--code-lang-fg: #a6a299;--code-btn-hover: rgba(255, 255, 255, .08);--diff-add-bg: rgba(74, 222, 128, .16);--diff-del-bg: rgba(248, 113, 113, .16);--hl-keyword: #d8b4fe;--hl-string: #86efac;--hl-number: #fcd34d;--hl-title: #93c5fd;--hl-var: #f0abfc;--hl-link: #67e8f9;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .22);--shadow-lg: 0 14px 36px -12px rgba(0, 0, 0, .55)}:root{--text: var(--foreground);--accent-color: var(--primary)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--primary-text);text-decoration:none}a:hover{text-decoration:underline}:where(button,a,input,textarea,select,summary,[tabindex]):focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:var(--radius-sm)}button{font-family:inherit}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:var(--subtle-foreground);background-clip:padding-box}::selection{background:var(--primary-subtle)}.codex-editor__redactor{padding-bottom:120px!important}.ce-block__content,.ce-toolbar__content{max-width:100%!important}.cdx-block{padding:3px 0}.ce-header{font-weight:700;line-height:1.25;padding:.2em 0}h1.ce-header{font-size:1.9em}h2.ce-header{font-size:1.5em}h3.ce-header{font-size:1.2em}.ce-paragraph{line-height:1.6}.cdx-quote{border-left:3px solid var(--border);padding-left:14px;color:var(--muted-foreground)}.ce-code__textarea,.cdx-input{border-radius:var(--radius-sm)}.ce-popover,.ce-inline-toolbar,.ce-conversion-toolbar{background:var(--card)!important;color:var(--foreground)!important;border-color:var(--border)!important}.ce-popover-item:hover,.ce-toolbar__settings-btn:hover,.ce-toolbar__plus:hover{background:var(--accent)!important}.md{line-height:1.6;word-break:break-word}.md>code,.md code:not(.hljs){background:var(--muted);padding:1px 5px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.md a{color:var(--primary-text)}.md strong{font-weight:600}.code-block{margin:14px 0;border:1px solid var(--code-border);border-radius:var(--radius);overflow:hidden;background:var(--code-bg)}.code-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px 7px 14px;background:var(--code-bg)}.code-lang{font-size:12.5px;font-weight:500;color:var(--code-lang-fg);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.code-actions{display:flex;align-items:center;gap:2px}.code-copy,.code-expand{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--code-lang-fg);border-radius:var(--radius-sm);cursor:pointer;transition:background .12s ease,color .12s ease}.code-copy:hover,.code-expand:hover{background:var(--code-btn-hover);color:var(--code-foreground)}.code-copy svg,.code-expand svg{display:block}.code-copy .ic-check,.code-copy.copied .ic-copy{display:none}.code-copy.copied .ic-check{display:inline-flex;color:var(--success-text)}.code-expand .ic-collapse,.code-block.expanded .code-expand .ic-expand{display:none}.code-block.expanded .code-expand .ic-collapse{display:inline-flex}.code-block pre.md-code{margin:0;padding:4px 14px 14px;overflow-x:auto;background:var(--code-bg);color:var(--code-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.6}.code-block.expanded{position:fixed;inset:24px;z-index:100;margin:0;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.code-block.expanded pre.md-code{flex:1;overflow:auto}.code-block.expanded:before{content:"";position:fixed;inset:0;background:#00000080;z-index:-1}pre.md-code{background:var(--code-bg);color:var(--code-foreground);border-radius:var(--radius);padding:12px 14px;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px}.hljs{color:var(--code-foreground);background:transparent}.hljs-comment,.hljs-quote{color:var(--subtle-foreground);font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:var(--hl-keyword)}.hljs-string,.hljs-attr,.hljs-template-tag,.hljs-addition,.hljs-meta-string{color:var(--hl-string)}.hljs-number,.hljs-literal,.hljs-type,.hljs-params,.hljs-class .hljs-title{color:var(--hl-number)}.hljs-title,.hljs-section,.hljs-selector-id,.hljs-attribute,.hljs-function .hljs-title{color:var(--hl-title)}.hljs-variable,.hljs-meta,.hljs-template-variable{color:var(--hl-var)}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-regexp{color:var(--hl-link)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:600}.hljs-deletion{color:var(--destructive-text)}.diff-line{display:block;padding:0 14px;margin:0 -14px}.diff-add{background:var(--diff-add-bg)}.diff-del{background:var(--diff-del-bg)}.diff-hunk{color:var(--hl-link)}.diff-file{color:var(--subtle-foreground)}.thought.live{opacity:.92}.thought-caret{color:var(--primary-text);margin-top:-6px}.thought-caret .caret{animation:blink 1s step-start infinite}
