#statusbar{position:relative}.product-info{flex:none}.product-info>summary{color:var(--muted);cursor:pointer;font-weight:500}.product-info>summary:hover{color:var(--accent)}.product-info>summary:focus-visible{color:var(--accent);outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.product-info-panel{z-index:300;border:1px solid var(--border);background:var(--bg);width:min(440px,100vw - 28px);max-height:min(70vh,520px);color:var(--fg);border-radius:8px;padding:16px 18px;font-size:14px;line-height:1.5;position:absolute;bottom:calc(100% + 8px);left:14px;overflow:auto;box-shadow:0 8px 28px #0003}.product-info-panel h2{margin:0 0 8px;font-size:17px;line-height:1.3}.product-info-panel p{margin:0 0 10px}.product-info-panel p:last-child{margin-bottom:0}.product-info-panel ul{margin:0 0 10px;padding-left:20px}.product-info-panel li+li{margin-top:4px}#toolbar button:focus-visible,#formatbar button:focus-visible,#formatbar select:focus-visible,.confirm-dialog button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}#toolbar [aria-pressed=true]{border-color:var(--accent);color:var(--accent);box-shadow:inset 0 -2px}#divider:focus-visible{background:var(--accent);outline:2px solid var(--accent);outline-offset:-2px}.confirm-dialog.shortcuts-dialog{width:min(720px,100vw - 32px);max-width:720px;max-height:min(82vh,760px);overflow:auto}.confirm-dialog.shortcuts-dialog form{padding:0}.shortcuts-dialog-header{z-index:1;background:var(--bg);border-bottom:1px solid var(--border-muted);align-items:center;gap:16px;padding:18px 20px 12px;display:flex;position:sticky;top:0}.shortcuts-dialog-header h2{flex:1;margin:0}.shortcuts-dialog-close{width:34px;height:34px;padding:0;font-size:20px;line-height:1}.shortcuts-dialog-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 28px;padding:18px 20px 22px;display:grid}.shortcuts-dialog-content>section:last-of-type{grid-column:1/-1}.shortcuts-dialog h3{margin:0 0 10px;font-size:14px}.shortcut-list{grid-template-columns:minmax(0,1fr) auto;gap:8px 16px;margin:0;font-size:13px;display:grid}.shortcut-list dt,.shortcut-list dd{align-self:center;margin:0}.shortcut-list dd{text-align:right}.shortcut-list kbd{border:1px solid var(--border);background:var(--code-bg);white-space:nowrap;border-bottom-width:2px;border-radius:5px;padding:2px 7px;font:12px/1.5 ui-monospace,monospace;display:inline-block}.confirm-dialog.shortcuts-dialog p.shortcuts-dialog-note{color:var(--muted);grid-column:1/-1;margin:-6px 0 0;font-size:12px}@media (width<=620px){.shortcuts-dialog-content{grid-template-columns:1fr}.shortcuts-dialog-content>section:last-of-type,.confirm-dialog.shortcuts-dialog p.shortcuts-dialog-note{grid-column:auto}.shortcut-list{grid-template-columns:1fr;gap:3px}.shortcut-list dd{text-align:left;margin-bottom:8px}}:root{--bg:#fff;--fg:#1f2328;--muted:#59636e;--border:#d1d9e0;--border-muted:#d1d9e0b3;--code-bg:#f6f8fa;--accent:#0969da;--toolbar-bg:#f6f8fa;--tbl-alt:#f6f8fa;--pane-bg:#fff;--editor-bg:#fbfcfd;--left-basis:50%}@media (prefers-color-scheme:dark){:root:not([data-theme]){--bg:#0d1117;--fg:#e6edf3;--muted:#9198a1;--border:#3d444d;--border-muted:#3d444db3;--code-bg:#151b23;--accent:#4493f8;--toolbar-bg:#151b23;--tbl-alt:#151b23;--pane-bg:#0d1117;--editor-bg:#0b0f14}}:root[data-theme=dark]{--bg:#0d1117;--fg:#e6edf3;--muted:#9198a1;--border:#3d444d;--border-muted:#3d444db3;--code-bg:#151b23;--accent:#4493f8;--toolbar-bg:#151b23;--tbl-alt:#151b23;--pane-bg:#0d1117;--editor-bg:#0b0f14}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);height:100vh;color:var(--fg);-webkit-print-color-adjust:exact;print-color-adjust:exact;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;display:flex}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}#toolbar{background:var(--toolbar-bg);border-bottom:1px solid var(--border);flex-wrap:nowrap;flex:none;align-items:center;gap:8px 10px;padding:8px 14px;display:flex;position:relative}.toolbar-menu-btn{flex:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:18px;line-height:1;display:none}.toolbar-leading{flex-wrap:wrap;flex:1 1 0;align-items:center;gap:6px 10px;min-width:0;display:flex}#toolbar .brand{flex-wrap:nowrap;flex:auto;align-items:center;gap:10px;min-width:0;max-width:100%;font-size:13px;font-weight:500;display:flex}#toolbar .brand-logo{flex:none;width:auto;height:28px;display:block}#toolbar .brand-tagline{font:inherit;white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;margin:0;overflow:hidden}#toolbar .filename{min-width:0;color:var(--muted);white-space:normal;overflow-wrap:anywhere;word-break:break-word;flex:auto;font-size:13px}.toolbar-actions{flex-wrap:nowrap;flex:none;align-items:center;margin-left:auto;display:flex}#toolbar .group{flex:none;gap:4px;padding:0 6px;display:flex}#toolbar .group+.group{border-left:1px solid var(--border)}#toolbar button{white-space:nowrap;flex-shrink:0}#toolbar.is-compact .toolbar-actions{margin-left:0;display:none}#toolbar.is-compact.menu-open .toolbar-actions{z-index:200;border:1px solid var(--border);background:var(--toolbar-bg);border-radius:8px;flex-direction:column;align-items:stretch;min-width:220px;max-width:min(92vw,320px);padding:6px;display:flex;position:absolute;top:calc(100% + 4px);left:auto;right:8px;box-shadow:0 8px 24px #00000029}#toolbar.is-compact.menu-open .toolbar-actions .group{flex-direction:column;align-items:stretch;padding:0}#toolbar.is-compact.menu-open .toolbar-actions .group+.group{border-left:0;border-top:1px solid var(--border);margin-top:4px;padding-top:4px}#toolbar.is-compact.menu-open .toolbar-actions button{text-align:left;justify-content:flex-start;width:100%}.spacer{margin-left:auto}#formatbar{background:var(--toolbar-bg);border-bottom:1px solid var(--border);flex-wrap:wrap;flex:none;align-items:center;gap:6px;padding:6px 12px;display:flex}#formatbar .group{gap:4px;padding:0 6px;display:flex}#formatbar .group+.group{border-left:1px solid var(--border)}button,#formatbar select{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--fg);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;padding:5px 10px;font-size:13px;font-weight:500}button:hover,#formatbar select:hover,button.active{border-color:var(--accent);color:var(--accent)}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover{filter:brightness(1.05);color:#fff}.confirm-dialog{border:1px solid var(--border);background:var(--bg);max-width:420px;color:var(--fg);border-radius:10px;padding:0;box-shadow:0 8px 32px #0000002e}.confirm-dialog::backdrop{background:#00000073}.confirm-dialog form{margin:0;padding:20px 22px}.confirm-dialog h2{margin:0 0 12px;font-size:16px;font-weight:600;line-height:1.3}.confirm-dialog p{color:var(--muted);margin:0 0 8px;font-size:14px}.confirm-dialog p:last-of-type{margin-bottom:18px}.confirm-dialog .dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}#split{flex:auto;min-height:0;display:flex}.pane{min-width:0;min-height:0;display:flex;overflow:hidden}.pane-left{flex:0 0 var(--left-basis);border-right:1px solid var(--border)}.pane-right{flex:auto}#divider{cursor:col-resize;background:0 0;flex:0 0 6px}#divider:hover{background:var(--accent);opacity:.4}#editor{flex:1;height:100%;overflow:hidden}.cm-editor{height:100%}.cm-editor.cm-focused{outline:none}#preview{background:var(--pane-bg);flex:1;height:100%;padding:24px 28px 80px;position:relative;overflow:auto}#preview .active-block{background:#ffd60024;border-radius:2px;box-shadow:-6px 0 #ffd60080}::highlight(cursor-word){color:inherit;background-color:#0969da4d}@media (prefers-color-scheme:dark){::highlight(cursor-word){background-color:#4493f866}}#split.mode-editor .pane-right,#split.mode-editor #divider{display:none}#split.mode-editor .pane-left{border-right:0;flex:auto}#split.mode-preview .pane-left,#split.mode-preview #divider{display:none}#statusbar{color:var(--muted);background:var(--toolbar-bg);border-top:1px solid var(--border);flex:none;align-items:center;gap:10px;padding:4px 14px;font-size:12px;display:flex}.cm-placeholder{color:var(--muted);font-style:italic}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin:24px 0 16px;font-weight:600;line-height:1.25}.markdown-body>:first-child{margin-top:0}.markdown-body h1{border-bottom:1px solid var(--border-muted);padding-bottom:.3em;font-size:2em}.markdown-body h2{border-bottom:1px solid var(--border-muted);padding-bottom:.3em;font-size:1.5em}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:.875em}.markdown-body h6{color:var(--muted);font-size:.85em}.markdown-body p,.markdown-body ul,.markdown-body ol,.markdown-body blockquote,.markdown-body table,.markdown-body pre{margin:0 0 16px}.markdown-body a{color:var(--accent);text-decoration:none}.markdown-body a:hover{text-decoration:underline}.markdown-body strong{font-weight:600}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body li{margin:.25em 0}.markdown-body li.task-list-item{list-style:none}.markdown-body input[type=checkbox]{vertical-align:middle;margin:0 .4em .15em -1.4em}.markdown-body blockquote{color:var(--muted);border-left:.25em solid var(--border);padding:0 1em}.markdown-body hr{background:var(--border);border:0;height:.25em;margin:24px 0}.markdown-body img{max-width:100%}.markdown-body code{background:var(--code-bg);border-radius:6px;padding:.2em .4em;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;font-size:85%}.markdown-body pre{background:var(--code-bg);border-radius:6px;padding:16px;line-height:1.45;overflow:auto}.markdown-body pre code{white-space:pre;background:0 0;padding:0;font-size:85%}.markdown-body table{border-collapse:collapse;width:max-content;max-width:100%;display:block;overflow:auto}.markdown-body th,.markdown-body td{border:1px solid var(--border);padding:6px 13px}.markdown-body th{font-weight:600}.markdown-body tr:nth-child(2n){background:var(--tbl-alt)}@media print{@page{margin:18mm 16mm}#toolbar,#formatbar,#statusbar,.pane-left,#divider{display:none!important}body,#split{height:auto;display:block}.pane-right{display:block}#preview{color:#000;background:#fff;height:auto;padding:0;position:static;overflow:visible}#preview .active-block{box-shadow:none;background:0 0}.markdown-body a{color:#000;text-decoration:underline}.markdown-body pre,.markdown-body blockquote,.markdown-body table,.markdown-body img{page-break-inside:avoid}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{page-break-after:avoid}.markdown-body pre code{white-space:pre-wrap;word-break:break-word}}@media (width<=720px){#split.mode-split{flex-direction:column;min-height:0}#split.mode-split .pane-left,#split.mode-split .pane-right{flex:1 1 0;min-height:0;max-height:none}#split.mode-split .pane-left{border-right:0;border-bottom:1px solid var(--border)}#split.mode-split #divider{display:none}}#toolbar .toolbar-leading{flex-wrap:nowrap;flex:none;min-width:max-content}#toolbar .brand{flex:none;min-width:max-content;max-width:none}#toolbar .brand-tagline{text-overflow:clip;flex:none;overflow:visible}#toolbar .filename{white-space:nowrap;overflow-wrap:normal;word-break:normal;text-overflow:clip;flex:none;min-width:max-content;overflow:visible}.toolbar-inline-actions{flex-wrap:nowrap;flex:none;align-items:center;margin-left:auto;display:flex}.toolbar-inline-actions:empty,.toolbar-overflow{display:none}#toolbar.is-compact .toolbar-menu-btn{display:inline-flex}#toolbar.is-compact.menu-open .toolbar-overflow{z-index:200;border:1px solid var(--border);background:var(--toolbar-bg);border-radius:8px;flex-direction:column;align-items:stretch;min-width:220px;max-width:min(92vw,320px);padding:6px;display:flex;position:absolute;top:calc(100% + 4px);right:8px;box-shadow:0 8px 24px #00000029}#toolbar .toolbar-overflow .group{flex-direction:column;align-items:stretch;padding:0}#toolbar .toolbar-overflow .group+.group{border-left:0;border-top:1px solid var(--border);margin-top:4px;padding-top:4px}#toolbar .toolbar-overflow button{text-align:left;justify-content:flex-start;width:100%}#toolbar.filename-row{align-items:flex-start}#toolbar.filename-row .toolbar-leading{flex-wrap:wrap;flex:1 1 0;min-width:0}#toolbar.filename-row .brand{flex:none;min-width:max-content}#toolbar.filename-row .filename{flex:0 0 100%;min-width:max-content}#toolbar.truncate-text .brand{flex:auto;min-width:0;max-width:100%}#toolbar.truncate-text .brand-tagline{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}#toolbar.truncate-text .filename{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}
/*$vite$:1*/