.editor-scroll{flex:1;padding:48px 0 240px;position:relative;overflow-y:auto}.editor-inner{max-width:var(--editor-measure,720px);padding:0 var(--editor-pad,48px);font-family:var(--body-font);font-size:var(--body-size);line-height:var(--body-line);color:var(--ink);margin:0 auto}.editor-body{outline:none}.editor-body p{margin:0 0 1em}.editor-body h1{font-family:var(--title-family);font-size:var(--title-size);font-weight:var(--title-weight);letter-spacing:var(--title-letter);line-height:var(--title-lh);color:var(--ink);margin:0 0 .6em}.editor-body h1:not(:first-child){letter-spacing:-.01em;margin:1.75em 0 .5em;font-size:1.6em;font-weight:600;line-height:1.3}.editor-body h2{font-family:var(--title-family);letter-spacing:-.005em;margin:1.6em 0 .5em;font-size:1.35em;font-weight:600;line-height:1.35}.editor-body h3{margin:1.4em 0 .4em;font-size:1.15em;font-weight:600;line-height:1.4}.editor-body h4,.editor-body h5,.editor-body h6{color:var(--ink-2);margin:1.2em 0 .3em;font-size:1em;font-weight:600}.editor-body>:first-child{margin-top:0}.editor-body ul,.editor-body ol{margin:0 0 1em;padding-left:1.5em}.editor-body ul{list-style:outside}.editor-body ul ul{list-style:circle}.editor-body ul ul ul{list-style:square}.editor-body ol{list-style:decimal}.editor-body li{margin:.35em 0;padding-left:.15em}.editor-body li>p{margin:0 0 .35em}.editor-body li>p:last-child{margin-bottom:0}.editor-body blockquote{border-left:3px solid var(--editor-accent);background:color-mix(in oklch,var(--editor-accent-soft)40%,transparent);color:var(--ink-2);border-radius:0 6px 6px 0;margin:1.25em 0;padding:8px 16px;font-style:italic}.editor-body blockquote p{margin:0 0 6px}.editor-body blockquote p:last-child{margin-bottom:0}.editor-body code{font-family:var(--mono-font);background:var(--bg-sunken);border:1px solid var(--border-soft);color:var(--editor-accent-ink);border-radius:4px;padding:1px 6px;font-size:.88em}.editor-body pre{font-family:var(--mono-font);background:var(--bg-sunken);border:1px solid var(--border);color:var(--ink);white-space:pre-wrap;word-break:break-word;border-radius:8px;margin:1.25em 0;padding:14px 16px;font-size:.86em;line-height:1.6;overflow-x:auto}.editor-body pre code{color:inherit;font-size:inherit;background:0 0;border:0;border-radius:0;padding:0}.editor-body a{color:var(--editor-accent-ink);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.editor-body mark{color:inherit;background:#ffe066b3;background:lab(90.0872% .940889 62.2511/.7);border-radius:2px;padding:0 1px}.editor-body p.is-editor-empty:first-child:before,.editor-body .is-empty[data-placeholder]:first-child:before{content:attr(data-placeholder);color:var(--ink-4);float:left;pointer-events:none;height:0}.editor-body .tableWrapper{margin:1.25em 0;overflow-x:auto}.editor-body table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.95em;overflow:hidden}.editor-body th,.editor-body td{border:1px solid var(--border);vertical-align:top;box-sizing:border-box;min-width:48px;padding:6px 10px;position:relative}.editor-body th{background:var(--bg-sunken);text-align:left;font-weight:600}.editor-body tbody tr:nth-child(2n) td{background:color-mix(in oklch,var(--bg-sunken)40%,transparent)}.editor-body td>p,.editor-body th>p{margin:0}.editor-body .selectedCell:after{content:"";background:var(--editor-accent-soft);opacity:.45;pointer-events:none;position:absolute;inset:0}.editor-body .column-resize-handle{background:var(--editor-accent);cursor:col-resize;width:4px;position:absolute;top:0;bottom:0;right:-2px}.editor-body.resize-cursor{cursor:col-resize}.editor-body ul[data-type=taskList]{margin:0 0 12px;padding-left:2px;list-style:none}.editor-body ul[data-type=taskList] li{align-items:flex-start;gap:8px;margin:3px 0;display:flex}.editor-body ul[data-type=taskList] li>label{-webkit-user-select:none;user-select:none;flex-shrink:0;margin-top:2px}.editor-body ul[data-type=taskList] li>div{flex:1;min-width:0}.editor-body ul[data-type=taskList] li>div>p{margin:0}.editor-body ul[data-type=taskList] input[type=checkbox]{width:16px;height:16px;accent-color:var(--editor-accent);cursor:pointer}.editor-body ul[data-type=taskList] li[data-checked=true]>div{color:var(--ink-3);text-decoration:line-through;-webkit-text-decoration-color:color-mix(in srgb,var(--ink-3)40%,transparent);text-decoration-color:color-mix(in srgb,var(--ink-3)40%,transparent)}.editor-body pre code .hljs-comment,.editor-body pre code .hljs-quote{color:var(--ink-3);font-style:italic}.editor-body pre code .hljs-keyword,.editor-body pre code .hljs-selector-tag,.editor-body pre code .hljs-literal,.editor-body pre code .hljs-meta{color:#c0392b}.editor-body pre code .hljs-string,.editor-body pre code .hljs-attr,.editor-body pre code .hljs-regexp,.editor-body pre code .hljs-addition{color:#2e7d32}.editor-body pre code .hljs-number,.editor-body pre code .hljs-built_in,.editor-body pre code .hljs-literal,.editor-body pre code .hljs-type{color:#b8860b}.editor-body pre code .hljs-title,.editor-body pre code .hljs-name,.editor-body pre code .hljs-section,.editor-body pre code .hljs-function .hljs-title{color:#1565c0}.editor-body pre code .hljs-attribute,.editor-body pre code .hljs-variable,.editor-body pre code .hljs-template-variable{color:#6a1b9a}.editor-body pre code .hljs-symbol,.editor-body pre code .hljs-bullet,.editor-body pre code .hljs-tag{color:var(--editor-accent-ink)}.dark .editor-body pre code .hljs-keyword,.dark .editor-body pre code .hljs-selector-tag,.dark .editor-body pre code .hljs-meta,[data-theme=dark] .editor-body pre code .hljs-keyword,[data-theme=dark] .editor-body pre code .hljs-selector-tag,[data-theme=dark] .editor-body pre code .hljs-meta{color:#ff7b72}.dark .editor-body pre code .hljs-string,.dark .editor-body pre code .hljs-attr,[data-theme=dark] .editor-body pre code .hljs-string,[data-theme=dark] .editor-body pre code .hljs-attr{color:#7ee787}.dark .editor-body pre code .hljs-number,.dark .editor-body pre code .hljs-built_in,.dark .editor-body pre code .hljs-type,[data-theme=dark] .editor-body pre code .hljs-number,[data-theme=dark] .editor-body pre code .hljs-built_in,[data-theme=dark] .editor-body pre code .hljs-type{color:#ffd479}.dark .editor-body pre code .hljs-title,.dark .editor-body pre code .hljs-name,[data-theme=dark] .editor-body pre code .hljs-title,[data-theme=dark] .editor-body pre code .hljs-name{color:#79c0ff}.dark .editor-body pre code .hljs-attribute,.dark .editor-body pre code .hljs-variable,[data-theme=dark] .editor-body pre code .hljs-attribute,[data-theme=dark] .editor-body pre code .hljs-variable{color:#d2a8ff}.dark .editor-body mark,[data-theme=dark] .editor-body mark{background:#b59f3b99;background:lab(66.0595% -.0279844 53.0509/.6)}.editor-bubble button svg,.editor-table-tools button svg,.toolbar button svg{width:var(--icon-toolbar);height:var(--icon-toolbar);stroke-width:var(--icon-stroke)}.editor-bubble{background:var(--bg-elev);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:8px;gap:2px;padding:3px;display:flex}.editor-bubble button{min-width:28px;height:28px;color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;padding:0 6px;font-size:13px;display:grid}.editor-bubble button:hover{background:var(--bg-sunken);color:var(--ink)}.editor-bubble button.active{background:var(--editor-accent-soft);color:var(--editor-accent-ink)}.editor-table-tools{z-index:5;background:var(--bg-elev);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;flex-wrap:wrap;align-items:center;gap:2px;margin-bottom:12px;padding:4px 6px;display:flex;position:sticky;top:0}.editor-table-tools button{width:28px;height:28px;color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;display:grid}.editor-table-tools button:hover{background:var(--bg-sunken);color:var(--ink)}.editor-table-tools .sep{background:var(--border);width:1px;height:16px;margin:0 4px}.editor-body .search-match{background:#ffe06699;background:lab(90.0872% .940889 62.2511/.6);border-radius:2px}.editor-body .search-match-active{color:#1a1a1a;background:#ff9a3c;border-radius:2px}.dark .editor-body .search-match,[data-theme=dark] .editor-body .search-match{background:#6b5d1fbf;background:lab(39.9178% .161991 36.2482/.75)}.dark .editor-body .search-match-active,[data-theme=dark] .editor-body .search-match-active{color:#fff;background:#c2741f}.editor-body .comment-highlight{background:color-mix(in oklch,var(--editor-accent-soft)70%,transparent);border-bottom:2px solid color-mix(in oklch,var(--editor-accent)55%,transparent);cursor:pointer;border-radius:2px;transition:background .12s}.editor-body .comment-highlight:hover{background:color-mix(in oklch,var(--editor-accent-soft)92%,transparent)}.editor-body .comment-highlight-active{background:color-mix(in oklch,var(--editor-accent)26%,transparent);border-bottom-color:var(--editor-accent)}.dark .editor-body .comment-highlight,[data-theme=dark] .editor-body .comment-highlight{background:color-mix(in oklch,var(--editor-accent)22%,transparent)}.dark .editor-body .comment-highlight-active,[data-theme=dark] .editor-body .comment-highlight-active{background:color-mix(in oklch,var(--editor-accent)40%,transparent)}.editor-body .collaboration-carets__caret{border-left:1px solid;border-right:1px solid;border-color:var(--user-color,var(--editor-accent));word-break:normal;pointer-events:none;margin-left:-1px;margin-right:-1px;position:relative}.editor-body .collaboration-carets__label{font-family:var(--sans-font,inherit);color:#fff;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;border-radius:4px 4px 4px 0;padding:2px 6px;font-size:11px;font-weight:600;line-height:1;position:absolute;top:-1.35em;left:-1px}.editor-body .collaboration-carets__selection{border-radius:2px}.editor-footer{bottom:var(--statusbar-h);background:linear-gradient(to top,var(--bg-elev)70%,transparent);pointer-events:none;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;position:absolute;left:0;right:0}.editor-footer>*{pointer-events:auto}.toolbar{background:var(--bg-elev);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:10px;align-items:center;gap:1px;padding:4px;display:flex}.toolbar button{width:28px;height:28px;color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;font-size:13px;display:grid}.toolbar button:hover{background:var(--bg-sunken);color:var(--ink)}.toolbar .sep{background:var(--border);width:1px;height:16px;margin:0 3px}.word-count{color:var(--ink-3);font-variant-numeric:tabular-nums;font-size:11px;font-family:var(--mono-font)}.editor-status{height:var(--statusbar-h);border-top:1px solid var(--border-soft);background:var(--panel);font-family:var(--mono-font);color:var(--ink-3);font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:8px;padding:0 16px;font-size:11px;display:flex}.editor-status .status-chip{align-items:center;gap:6px;display:inline-flex}.editor-status .status-chip.local{color:var(--ok)}.editor-status .status-chip.shared{color:var(--editor-accent-ink)}.editor-status .status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.editor-status .status-sep{color:var(--ink-4)}.editor-status .status-spacer{flex:1}.editor-toolbar{padding:4px 12px 4px max(12px,calc((100% - var(--editor-measure,720px))/2 + var(--editor-pad,48px)));border-bottom:1px solid var(--border-soft);background:var(--bg-elev);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:2px;display:flex;position:relative}.editor-toolbar.is-folded{justify-content:flex-end;padding:0 12px}.editor-toolbar button{min-width:28px;height:28px;color:var(--ink-3);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;padding:0 6px;transition:background-color .12s,color .12s;display:inline-grid}.editor-toolbar button svg{width:var(--icon-toolbar);height:var(--icon-toolbar)}.editor-toolbar button:hover:not(:disabled){background:var(--bg-sunken);color:var(--ink)}.editor-toolbar button.active{background:var(--editor-accent-soft);color:var(--editor-accent-ink)}.editor-toolbar button:disabled{opacity:.4;pointer-events:none}.editor-toolbar .sep{background:var(--border);flex-shrink:0;width:1px;height:16px;margin:0 4px}.editor-toolbar__spacer{flex:1}.editor-toolbar__fold{align-items:center;gap:4px;font-size:11px;color:var(--ink-4)!important;width:auto!important;display:inline-flex!important}.editor-toolbar__link{display:inline-flex;position:relative}.editor-toolbar__popover{z-index:40;border:1px solid var(--border);background:var(--bg-elev);width:280px;box-shadow:var(--shadow-md);border-radius:8px;align-items:center;gap:6px;margin-top:4px;padding:6px;display:flex;position:absolute;top:100%;left:0}.editor-toolbar__popover input{border:1px solid var(--border);background:var(--bg);min-width:0;height:28px;color:var(--ink);font:inherit;border-radius:6px;outline:none;flex:1;padding:0 8px;font-size:13px}.editor-toolbar__popover input:focus{border-color:var(--editor-accent)}.editor-toolbar__apply{border-radius:6px;height:28px;font-size:12px;font-weight:500;background:var(--editor-accent)!important;width:auto!important;min-width:0!important;color:var(--editor-on-accent,#fff)!important;padding:0 10px!important}.editor-panel{border-left:1px solid var(--border);background:var(--panel);flex-direction:column;flex-shrink:0;width:256px;min-height:0;display:flex}.editor-panel__tabs{border-bottom:1px solid var(--border-soft);align-items:center;gap:2px;padding:8px 12px;display:flex}.editor-panel__tabs button{border-radius:var(--radius-sm,6px);color:var(--ink-3);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:4px 9px;font-size:12px;font-weight:500;transition:background-color .12s,color .12s;display:inline-flex;position:relative}.editor-panel__tabs button:hover{background:var(--bg-sunken);color:var(--ink)}.editor-panel__tabs button.active{background:var(--bg-elev);color:var(--ink);box-shadow:var(--shadow-sm)}.editor-panel__count{background:var(--editor-accent-soft);color:var(--editor-accent-ink);border-radius:999px;padding:0 6px;font-size:11px;line-height:16px}.editor-panel__dot{background:var(--editor-accent);width:8px;height:8px;box-shadow:0 0 0 2px var(--panel);border-radius:50%;position:absolute;top:-1px;right:-1px}.editor-panel__spacer{flex:1}.editor-panel__close{width:28px;height:28px;color:var(--ink-3);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.editor-panel__close:hover{background:var(--bg-sunken);color:var(--ink)}.editor-panel__body{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.editor-panel__empty{text-align:center;color:var(--ink-4);flex-direction:column;align-items:center;gap:8px;padding:40px 16px;display:flex}.editor-panel__empty svg{width:20px;height:20px;color:var(--ink-3)}.editor-panel__empty p{margin:0;font-size:12px;line-height:1.6}.editor-outline{flex-direction:column;gap:2px;padding:8px;display:flex}.editor-outline button{border-radius:var(--radius-sm,6px);color:var(--ink-2);font:inherit;text-align:left;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:4px 8px;font-size:13px;line-height:1.35;transition:background-color .12s,color .12s;overflow:hidden}.editor-outline button:hover{background:var(--bg-sunken);color:var(--ink)}.editor-outline button.active{background:var(--editor-accent-soft);color:var(--editor-accent-ink)}.editor-outline button[data-level="1"]{padding-left:8px;font-weight:500}.editor-outline button[data-level="2"]{padding-left:20px}.editor-outline button[data-level="3"]{padding-left:32px}.editor-outline button[data-level="4"]{padding-left:44px}.editor-outline button[data-level="5"]{padding-left:56px}.editor-outline button[data-level="6"]{padding-left:64px}.editor-saved{font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.editor-saved[data-tone=muted]{color:var(--ink-4)}.editor-saved[data-tone=busy]{color:var(--ink-3)}.editor-saved[data-tone=ok]{color:var(--ok)}.editor-saved[data-tone=danger]{color:var(--danger)}.editor-spin{transform-origin:50%;animation:.9s linear infinite editor-spin}@keyframes editor-spin{to{transform:rotate(360deg)}}.slash-menu-anchor{z-index:50;position:fixed}.slash-menu{border:1px solid var(--border,#0000001f);border-radius:var(--radius-lg,10px);background:var(--bg-elev,Canvas);width:280px;max-height:280px;color:var(--ink,CanvasText);box-shadow:var(--shadow-md,0 8px 24px #0000001f);padding:4px;overflow-y:auto}.slash-menu button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;width:100%;padding:6px 8px;display:flex}.slash-menu button:hover,.slash-menu button.is-selected{background:var(--bg-sunken)}.slash-menu__icon{background:var(--bg-sunken);width:30px;height:30px;color:var(--ink-2);border-radius:6px;flex-shrink:0;place-items:center;font-size:12px;font-weight:600;display:grid}.slash-menu button.is-selected .slash-menu__icon{background:var(--editor-accent-soft);color:var(--editor-accent-ink)}.slash-menu__text{flex-direction:column;min-width:0;display:flex}.slash-menu__title{color:var(--ink);font-size:13px;font-weight:500}.slash-menu__desc{color:var(--ink-4);font-size:11px}.slash-menu__empty{color:var(--ink-4);padding:8px 12px;font-size:13px}.editor-body .contains-task-list{padding-left:2px;list-style:none}.editor-body .task-list-item{margin:3px 0}.editor-body .task-list-item>label{align-items:flex-start;gap:8px;display:flex}.editor-body .task-list-item input[type=checkbox]{width:15px;height:15px;accent-color:var(--editor-accent);flex-shrink:0;margin-top:4px}.doc-comments{flex-direction:column;min-height:0;display:flex}.doc-comments__state{color:var(--ink-4);justify-content:center;align-items:center;padding:40px 16px;display:flex}.doc-comments__state--error{color:var(--danger);text-align:center;font-size:12px;line-height:1.6}.doc-comments__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.doc-comments__thread{border-bottom:1px solid var(--border-soft);padding:12px;transition:background-color .12s}.doc-comments__thread.is-active{background:var(--editor-accent-soft)}.doc-comments__thread.is-resolved{opacity:.65}.doc-comments__quote{border:0;border-left:2px solid var(--editor-accent);width:100%;color:var(--ink-3);font:inherit;text-align:left;cursor:pointer;-webkit-line-clamp:2;background:0 0;-webkit-box-orient:vertical;margin:0 0 8px;padding:2px 4px 2px 8px;font-size:12px;font-style:italic;line-height:1.4;display:-webkit-box;overflow:hidden}.doc-comments__quote:hover{color:var(--ink-2)}.doc-comments__quote.is-orphaned{border-left-color:var(--ink-4);color:var(--ink-4);cursor:default}.doc-comments__quote.is-static{cursor:default}.doc-comments__body{gap:8px;display:flex}.doc-comments__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:24px;height:24px;margin-top:2px}.doc-comments__avatar--fallback{background:var(--bg-sunken);color:var(--ink-2);place-items:center;font-size:10px;font-weight:600;display:grid}.doc-comments__content{flex:1;min-width:0}.doc-comments__meta{align-items:baseline;gap:6px;display:flex}.doc-comments__author{color:var(--ink);font-size:12px;font-weight:600}.doc-comments__time{color:var(--ink-4);font-size:11px}.doc-comments__spacer{flex:1}.doc-comments__delete{color:var(--ink-4);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:4px;place-items:center;padding:2px;transition:opacity .12s,color .12s;display:grid}.doc-comments__thread:hover .doc-comments__delete{opacity:1}.doc-comments__delete:hover,.doc-comments__delete:focus-visible{color:var(--danger);opacity:1}.doc-comments__text{color:var(--ink-2);white-space:pre-wrap;overflow-wrap:break-word;margin:2px 0 0;font-size:13px;line-height:1.5}.doc-comments__replies{border-left:1px solid var(--border-soft);flex-direction:column;gap:10px;margin:10px 0 0;padding:0 0 0 12px;list-style:none;display:flex}.doc-comments__pending{border-bottom:1px solid var(--border);background:var(--editor-accent-soft);padding:12px}.doc-comments__composer{margin-top:8px}.doc-comments__composer textarea{border:1px solid var(--border);background:var(--bg-elev);width:100%;color:var(--ink);font:inherit;resize:vertical;border-radius:6px;outline:none;padding:6px 8px;font-size:13px}.doc-comments__composer textarea:focus{border-color:var(--editor-accent)}.doc-comments__actions{align-items:center;gap:6px;margin-top:6px;display:flex}.doc-comments__actions button{color:var(--ink-3);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px 9px;font-size:12px;font-weight:500}.doc-comments__actions button:hover:not(:disabled){background:var(--bg-sunken);color:var(--ink)}.doc-comments__actions button.primary{background:var(--editor-accent);color:var(--editor-on-accent,#fff)}.doc-comments__actions button.primary:hover:not(:disabled){filter:brightness(1.06)}.doc-comments__actions button:disabled{opacity:.45;cursor:default}.doc-comments__section{border-top:1px solid var(--border-soft)}.doc-comments__section-label{color:var(--ink-3);margin:8px 12px 2px;font-size:12px;font-weight:600}.doc-comments__section-hint{color:var(--ink-4);margin:0 12px 6px;font-size:11px;line-height:1.4}.doc-comments__toggle{width:100%;color:var(--ink-3);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:500;display:flex}.doc-comments__toggle:hover{background:var(--bg-sunken);color:var(--ink)}
.pinrom-editor-theme{--bg:var(--background);--bg-elev:var(--card);--bg-sunken:var(--muted);--panel:var(--sidebar);--border-soft:color-mix(in oklch,var(--border)55%,var(--background));--ink:var(--foreground);--ink-2:color-mix(in oklch,var(--foreground)75%,var(--background));--ink-3:color-mix(in oklch,var(--foreground)52%,var(--background));--ink-4:color-mix(in oklch,var(--foreground)32%,var(--background));--editor-accent:var(--primary);--editor-accent-soft:color-mix(in oklch,var(--primary)12%,var(--background));--editor-accent-ink:var(--primary);--editor-on-accent:var(--primary-foreground);--ok:var(--success);--ok-soft:color-mix(in oklch,var(--success)12%,var(--background));--danger:var(--destructive);--danger-soft:color-mix(in oklch,var(--destructive)12%,var(--background));--warn:#e1791b;--warn-soft:color-mix(in oklch,#e1791b 12%,var(--background));--ui-font:var(--font-app-sans),system-ui,-apple-system,sans-serif;--body-font:var(--font-prose-face),ui-serif,Georgia,serif;--mono-font:var(--font-app-mono),ui-monospace,monospace;--editor-measure:768px;--editor-pad:48px;--body-size:16px;--body-line:1.625;--title-size:30px;--title-weight:600;--title-family:var(--font-display-face),ui-serif,Georgia,serif;--title-letter:-.01em;--title-lh:1.25;--icon-toolbar:14px;--statusbar-h:28px;--icon-stroke:1.75;--shadow-xs:0 1px 2px #14141e0a;--shadow-sm:0 2px 6px #14141e0f,0 1px 2px #14141e0a;--shadow-md:0 8px 24px #14141e14,0 2px 6px #14141e0d;--shadow-lg:0 20px 48px #14141e1f,0 4px 12px #14141e0f}@supports (color:lab(0% 0 0)){.pinrom-editor-theme{--warn:lab(62.0302% 37.5445 63.6504);--warn-soft:color-mix(in oklch,lab(62.0302% 37.5445 63.6504) 12%,var(--background))}}.doc-footer{padding-left:max(12px,calc((100% - var(--editor-measure,720px))/2 + var(--editor-pad,48px)))}.dark .pinrom-editor-theme{--shadow-xs:0 1px 2px #0000004d;--shadow-sm:0 2px 6px #0000005c,0 1px 2px #0000004d;--shadow-md:0 8px 24px #00000070,0 2px 6px #00000057;--shadow-lg:0 20px 48px #00000085,0 4px 12px #00000061}
/*# sourceMappingURL=af8da1017c5c3583.css.map*/