.shell[data-v-c6f5a202]{display:flex;flex-direction:column;min-height:100vh}.footer[data-v-c6f5a202]{padding:26px 24px;text-align:center;font-size:13px}:root{--brand: #0a59f7;--brand-soft: rgba(10, 89, 247, .12);--ink-1: #1d1d1f;--ink-2: #48484d;--ink-3: #6e6e73;--bg: #f5f5f7;--card: rgba(255, 255, 255, .82);--card-solid: #ffffff;--line: rgba(0, 0, 0, .07);--danger: #ff3b30;--shadow-soft: 0 10px 32px rgba(0, 0, 0, .06);--radius-lg: 18px;--radius-md: 12px;--table-radius: 20px;--table-border: 1px solid rgba(10, 89, 247, .12);--table-bg: radial-gradient(140% 120% at 100% 0%, rgba(10, 89, 247, .08) 0%, rgba(10, 89, 247, 0) 52%), linear-gradient(180deg, rgba(255, 255, 255, .97) 0%, rgba(247, 250, 255, .98) 100%);--table-shadow: 0 16px 40px rgba(15, 23, 42, .07), inset 0 1px 0 rgba(255, 255, 255, .9);--table-header-bg: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);--table-header-border: 1px solid rgba(10, 89, 247, .12);--table-row-border: 1px solid rgba(226, 232, 240, .7);--table-cell-bg: rgba(255, 255, 255, .8);--table-cell-alt-bg: rgba(248, 250, 252, .84);--edge-fade-start: rgba(255, 255, 255, .94);--edge-fade-end: rgba(255, 255, 255, 0)}html.dark{--ink-1: #f5f5f7;--ink-2: #d2d2d7;--ink-3: #a1a1a6;--bg: #000000;--card: rgba(28, 28, 30, .82);--card-solid: #1c1c1e;--line: rgba(255, 255, 255, .1);--shadow-soft: 0 10px 32px rgba(0, 0, 0, .4);--table-border: 1px solid rgba(255, 255, 255, .08);--table-bg: radial-gradient(140% 120% at 100% 0%, rgba(10, 89, 247, .14) 0%, rgba(10, 89, 247, 0) 52%), linear-gradient(180deg, rgba(28, 28, 30, .97) 0%, rgba(22, 22, 24, .98) 100%);--table-shadow: 0 16px 40px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .06);--table-header-bg: linear-gradient(180deg, #262628 0%, #1e1e20 100%);--table-header-border: 1px solid rgba(255, 255, 255, .08);--table-row-border: 1px solid rgba(255, 255, 255, .06);--table-cell-bg: rgba(28, 28, 30, .85);--table-cell-alt-bg: rgba(36, 36, 38, .85);--edge-fade-start: rgba(20, 20, 22, .94);--edge-fade-end: rgba(20, 20, 22, 0)}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Helvetica Neue,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--ink-1);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#app{min-height:100vh;display:flex;flex-direction:column}a{color:var(--brand);text-decoration:none}button{font-family:inherit}.topbar{position:sticky;top:0;z-index:100;backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%);background:#ffffffb8;border-bottom:1px solid var(--line)}html.dark .topbar{background:#141416b8}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;width:100%}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:var(--ink-1)}.brand-dot{width:12px;height:12px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}.topbar-actions{display:flex;align-items:center;gap:12px}.user-chip{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink-2)}.user-chip img{width:28px;height:28px;border-radius:50%;object-fit:cover}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 20px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;transition:box-shadow .2s ease,background .2s ease,color .2s ease}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 4px 14px #0a59f747}.btn-outline{background:transparent;border-color:var(--line);color:var(--ink-1)}.btn-danger{background:transparent;border-color:#ff3b3059;color:var(--danger)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:6px 14px;font-size:13px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-soft)}.input{width:100%;padding:10px 14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--card-solid);color:var(--ink-1);font-size:14px;font-family:inherit}.input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.page{flex:1;width:100%;padding:24px}.muted{color:var(--ink-3)}.loading-block{display:flex;align-items:center;justify-content:center;padding:120px 0;color:var(--ink-3);gap:10px}.spinner{width:18px;height:18px;border:2px solid var(--brand-soft);border-top-color:var(--brand);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;top:68px;left:50%;transform:translate(-50%);z-index:200;padding:10px 22px;border-radius:999px;background:var(--ink-1);color:var(--bg);font-size:14px;font-weight:500;box-shadow:var(--shadow-soft);animation:toast-in .3s ease}.toast.error{background:var(--danger);color:#fff}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0;filter:blur(5px)}to{opacity:1;filter:blur(0)}}.post-body{line-height:1.8;font-size:18px;color:var(--ink-1);container-type:inline-size}.post-body p{color:var(--ink-1);margin-bottom:24px}.post-body img{max-width:100%;border-radius:12px;box-shadow:0 8px 16px #0000001a;display:block;margin:20px auto;cursor:zoom-in}.post-body.markdown-body img{width:100%!important;height:56.25cqw!important;aspect-ratio:auto!important;object-fit:contain!important;background:#0a59f709}@supports not (height: 1cqw){.post-body.markdown-body img{height:56.25vw!important}}.post-body h2{margin-top:40px;margin-bottom:20px;font-size:1.8em;font-weight:700}.post-body h2,.post-body h3{scroll-margin-top:90px}.post-body hr{border:none;height:1px;margin:44px auto;max-width:760px;background:linear-gradient(90deg,transparent,rgba(10,89,247,.28),transparent)}html.dark .post-body hr{background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent)}.post-body .table-wrap{position:relative;width:fit-content;max-width:100%;box-sizing:border-box;margin:32px auto;border:var(--table-border);border-radius:var(--table-radius);background:var(--table-bg);box-shadow:var(--table-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;contain:layout paint}.post-body .table-wrap .table-scroll{width:100%;max-width:100%;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(10,89,247,.24) transparent;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.post-body .table-scroll::-webkit-scrollbar{height:8px}.post-body .table-scroll::-webkit-scrollbar-thumb{background:#0a59f73d;border-radius:999px}.post-body .table-scroll::-webkit-scrollbar-thumb:hover{background:#0a59f766}.post-body table{width:fit-content;max-width:100%;margin:0 auto;border-collapse:separate;border-spacing:0;table-layout:auto;font-size:14px}.post-body>table{display:block;overflow-x:auto;width:fit-content;max-width:100%;margin:32px auto;border:var(--table-border);border-radius:var(--table-radius);background:var(--table-bg);box-shadow:var(--table-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.post-body table caption{caption-side:top;padding:0 4px 14px;color:var(--ink-3);font-size:13px;line-height:1.6;text-align:left}.post-body table thead th{padding:14px 18px;border-bottom:var(--table-header-border);background:var(--table-header-bg);color:var(--ink-1);font-size:13px;font-weight:700;line-height:1.4;text-align:left;white-space:nowrap;position:sticky;top:0;z-index:1}.post-body table tbody td{padding:14px 18px;border-bottom:var(--table-row-border);background:var(--table-cell-bg);color:var(--ink-2);line-height:1.75;vertical-align:top;word-break:break-word;overflow-wrap:anywhere;min-width:4rem;max-width:36rem}.post-body table tbody tr:nth-child(2n) td{background:var(--table-cell-alt-bg)}.post-body table tr>:first-child{padding-left:20px}.post-body table tr>:last-child{padding-right:20px}.post-body table th+th,.post-body table td+td{border-left:var(--table-row-border)}.post-body table tbody tr:last-child td{border-bottom:0}@media(max-width:600px){.post-body table thead th{padding:10px 12px}.post-body table tbody td{padding:10px 12px;min-width:3.5rem;line-height:1.65}.post-body table tr>:first-child{padding-left:14px}.post-body table tr>:last-child{padding-right:14px}.post-body .table-wrap{margin:24px 0}}.post-body .table-hint{position:absolute;top:8px;right:10px;z-index:2;display:inline-flex;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:600;letter-spacing:.02em;color:#0a59f7;border-radius:999px;background:#ffffffeb;box-shadow:0 4px 14px #0f172a14;pointer-events:none;opacity:0;transform:translateY(-4px);transition:opacity .28s ease,transform .28s ease}.post-body .table-hint svg{flex:0 0 auto;width:12px;height:12px}.post-body .table-wrap:not(.is-overflow) .table-hint{display:none}.post-body .table-hint.is-visible{opacity:1;transform:translateY(0)}@media(hover:hover)and (pointer:fine){.post-body .table-hint{display:none}}.post-body .table-nav{position:absolute;right:12px;bottom:12px;z-index:3;display:flex;gap:8px;opacity:0;transform:translateY(4px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.post-body .table-wrap.is-overflow:hover .table-nav,.post-body .table-wrap.is-overflow:focus-within .table-nav{opacity:1;transform:translateY(0);pointer-events:auto}.post-body .table-nav-btn{width:32px;height:32px;border-radius:50%;border:none;background:#fffffff2;color:#0a59f7;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-shadow:0 4px 14px #0f172a1f;transition:opacity .2s ease}.post-body .table-nav-btn:disabled{opacity:.35;cursor:default}@media(hover:none){.post-body .table-nav{display:none}}.post-body .table-wrap:before,.post-body .table-wrap:after{content:"";position:absolute;top:0;bottom:0;width:28px;pointer-events:none;z-index:1;opacity:0;transition:opacity .25s ease}.post-body .table-wrap:before{left:0;background:linear-gradient(90deg,#fffffff0,#fff0)}.post-body .table-wrap:after{right:0;background:linear-gradient(270deg,#fffffff0,#fff0)}.post-body .table-wrap.is-overflow.can-left:before,.post-body .table-wrap.is-overflow.can-right:after{opacity:1}.post-body blockquote{margin:38px auto;padding:22px 24px 20px 34px;max-width:760px;border-radius:20px;border:1px solid transparent;background:linear-gradient(180deg,#0a59f7,color-mix(in srgb,#0a59f7 55%,#ffffff)) 14px 16px / 3px calc(100% - 32px) no-repeat,radial-gradient(120% 140% at 100% 0%,#0a59f714,#0a59f700 58%) padding-box,repeating-linear-gradient(0deg,rgba(15,23,42,.014) 0,rgba(15,23,42,.014) 1px,transparent 1px,transparent 7px) padding-box,linear-gradient(180deg,#fff,#f8fbff) padding-box,linear-gradient(135deg,#0a59f747,#0a59f714 60%,#0a59f708) border-box;color:var(--ink-1);box-shadow:0 18px 40px #0f172a1a,inset 0 1px #ffffffe6;text-align:left;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.post-body blockquote:before{content:"“";position:absolute;left:22px;top:-8px;font-size:64px;line-height:1;color:#0a59f72e;pointer-events:none;font-family:Iowan Old Style,Baskerville,Times New Roman,serif;z-index:0}.post-body blockquote:after{content:"”";position:absolute;right:16px;bottom:-26px;font-size:64px;line-height:1;color:#0a59f72e;pointer-events:none;font-family:Iowan Old Style,Baskerville,Times New Roman,serif;z-index:0}.post-body blockquote p{color:var(--ink-1);text-align:left;margin:0;font-size:1.08em;line-height:1.9;letter-spacing:.01em;font-style:normal;font-family:Iowan Old Style,Palatino Linotype,Baskerville,Times New Roman,serif;text-wrap:pretty}.post-body blockquote>*{position:relative;z-index:1;margin-top:0;margin-bottom:14px}.post-body blockquote>*:last-child{margin-bottom:0}.post-body blockquote p+p{margin-top:12px}.post-body blockquote ul,.post-body blockquote ol{padding-left:1.2em}.post-body blockquote h1,.post-body blockquote h2,.post-body blockquote h3,.post-body blockquote h4{margin:0;font-size:1.05em;color:var(--ink-1)}.post-body blockquote cite{display:block;margin-top:6px;padding-top:10px;border-top:1px solid rgba(10,89,247,.12);font-size:12px;font-weight:600;color:var(--ink-3);text-align:right;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.post-body blockquote cite:before{content:"— "}.post-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.post-body :not(pre)>code{padding:2px 8px;border-radius:8px;border:1px solid rgba(10,89,247,.18);background:#0a59f714;color:#0a59f7;font-size:.88em}.post-body pre{margin:0;padding:14px 16px 16px;border-radius:0;border:0;background:transparent;color:var(--ink-2);overflow-x:auto;line-height:1.6;box-shadow:none;position:static}.post-body .code-enhanced{margin:24px 0;border-radius:14px;border:1px solid #d8dee7;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 10px 24px #0f172a14;overflow:hidden}.post-body .code-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.post-body .code-toolbar-left{display:inline-flex;align-items:center;gap:10px}.post-body .code-dots{display:inline-flex;align-items:center;gap:6px}.post-body .code-dots span{width:10px;height:10px;border-radius:50%;display:inline-block}.post-body .code-dots .dot-red{background:#ff5f57}.post-body .code-dots .dot-yellow{background:#febc2e}.post-body .code-dots .dot-green{background:#28c840}.post-body .code-lang{font-size:12px;font-weight:600;line-height:1;padding:5px 9px;border-radius:999px;background:#e6edf8;color:var(--ink-2)}.post-body .code-copy-btn{border:1px solid rgba(10,89,247,.2);background:#fff;color:#0a59f7;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.post-body .code-copy-btn:hover{background:#0a59f7;color:#fff}.post-body .code-copy-btn:disabled{opacity:.8;cursor:default}.post-body pre code{background:transparent;color:var(--ink-2);padding:0;border:0;font-size:14px}.post-body code[class*=language-],.post-body pre[class*=language-]{color:var(--ink-2);text-shadow:none;background:transparent}.post-body .token.comment,.post-body .token.prolog,.post-body .token.doctype,.post-body .token.cdata{color:var(--ink-3);font-style:italic}.post-body .token.punctuation{color:var(--ink-2)}.post-body .token.property,.post-body .token.tag,.post-body .token.boolean,.post-body .token.number,.post-body .token.constant,.post-body .token.symbol,.post-body .token.deleted{color:#b45309}.post-body .token.selector,.post-body .token.attr-name,.post-body .token.string,.post-body .token.char,.post-body .token.builtin,.post-body .token.inserted{color:#047857}.post-body .token.operator,.post-body .token.entity,.post-body .token.url{color:var(--ink-2)}.post-body .token.atrule,.post-body .token.attr-value,.post-body .token.keyword{color:#0a59f7}.post-body .token.function,.post-body .token.class-name{color:#c2410c}.post-body .markdown-body,.post-body .bytemd-preview,.post-body .bytemd-preview *{color:var(--ink-1)}html.dark .post-body,html.dark .post-body p,html.dark .post-body .markdown-body,html.dark .post-body .bytemd-preview,html.dark .post-body .bytemd-preview *{color:#e5e5e7}html.dark .post-body :not(pre)>code{background:#0a59f738;border-color:#0a59f74d;color:#6ea8ff}html.dark .post-body .code-enhanced{background:linear-gradient(180deg,#1c1c1e,#171719);border-color:#3a3a3c;box-shadow:0 10px 24px #0006}html.dark .post-body .code-toolbar{background:#242426;border-bottom-color:#3a3a3c}html.dark .post-body .code-lang{background:#2c2c2e;color:#d1d1d6}html.dark .post-body pre,html.dark .post-body pre code,html.dark .post-body code[class*=language-],html.dark .post-body pre[class*=language-]{color:#e5e5e7!important}html.dark .post-body .token.comment,html.dark .post-body .token.prolog,html.dark .post-body .token.doctype,html.dark .post-body .token.cdata{color:#7d7d82}html.dark .post-body .token.punctuation{color:#a1a1a6}html.dark .post-body .token.property,html.dark .post-body .token.tag,html.dark .post-body .token.boolean,html.dark .post-body .token.number,html.dark .post-body .token.constant,html.dark .post-body .token.symbol,html.dark .post-body .token.deleted{color:#f0a05a}html.dark .post-body .token.selector,html.dark .post-body .token.attr-name,html.dark .post-body .token.string,html.dark .post-body .token.char,html.dark .post-body .token.builtin,html.dark .post-body .token.inserted{color:#4ecb8d}html.dark .post-body .token.operator,html.dark .post-body .token.entity,html.dark .post-body .token.url{color:#c7c7cc}html.dark .post-body .token.atrule,html.dark .post-body .token.attr-value,html.dark .post-body .token.keyword{color:#6ea8ff}html.dark .post-body .token.function,html.dark .post-body .token.class-name{color:#ff8a5c}html.dark .post-body .code-copy-btn{background:#2c2c2e;color:#6ea8ff;border-color:#0a59f759}html.dark .post-body .code-copy-btn:hover{background:#0a59f7;color:#fff}html.dark .post-body blockquote{background:linear-gradient(180deg,#0a59f7,color-mix(in srgb,#0a59f7 55%,#ffffff)) 14px 16px / 3px calc(100% - 32px) no-repeat,radial-gradient(120% 140% at 100% 0%,#0a59f729,#0a59f700 58%) padding-box,linear-gradient(180deg,#1c1c1e,#171719) padding-box,linear-gradient(135deg,#0a59f766,#0a59f71f 60%,#0a59f70f) border-box;color:#e5e5e7;box-shadow:0 18px 40px #00000073,inset 0 1px #ffffff0f}html.dark .post-body blockquote p{color:#e5e5e7}html.dark .post-body blockquote h1,html.dark .post-body blockquote h2,html.dark .post-body blockquote h3,html.dark .post-body blockquote h4{color:#f5f5f7}html.dark .post-body blockquote cite{border-top-color:#0a59f740;color:#86868b}html.dark .post-body table thead th{color:#f5f5f7}html.dark .post-body table tbody td{color:#c7c7cc}html.dark .post-body table caption{color:#86868b}html.dark .post-body .table-hint{background:#1c1c1eeb;color:#6ea8ff;border-color:#0a59f74d;box-shadow:0 4px 14px #0006}html.dark .post-body .table-wrap:before{background:linear-gradient(90deg,var(--edge-fade-start),var(--edge-fade-end))}html.dark .post-body .table-wrap:after{background:linear-gradient(270deg,var(--edge-fade-start),var(--edge-fade-end))}html.dark .post-body .table-nav-btn{background:#2c2c2ef2;color:#6ea8ff;border-color:#ffffff1f;box-shadow:0 4px 14px #0006}.lightbox-overlay{position:fixed;inset:0;z-index:10001;background:#000000d1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .25s ease}.lightbox-img{max-width:92vw;max-height:92vh;border-radius:12px;box-shadow:0 24px 80px #00000080;object-fit:contain}@media(max-width:600px){.post-body{font-size:16px}}.bytemd-wrap .bytemd{height:calc(100vh - 240px);min-height:520px;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:var(--card-solid)}.bytemd-wrap .bytemd-toolbar{border-bottom:1px solid var(--line)}.bytemd-wrap .bytemd-status{border-top:1px solid var(--line)}.bytemd-wrap .bytemd-preview.post-body{line-height:1.8;font-size:18px;color:var(--ink-1);padding:16px 22px 40px}.post-body .contains-task-list{padding-left:1.4em}.post-body li.task-list-item{list-style:none;margin-left:-1.2em}html.dark .bytemd-wrap .bytemd{border-color:#ffffff1f;background:#161617}html.dark .bytemd-wrap .bytemd-toolbar{border-bottom-color:#ffffff1a;background:#1c1c1e}html.dark .bytemd-wrap .bytemd-toolbar .bytemd-toolbar-icon{color:#98989d}html.dark .bytemd-wrap .bytemd-toolbar .bytemd-toolbar-icon:hover,html.dark .bytemd-wrap .bytemd-toolbar .bytemd-toolbar-icon.bytemd-toolbar-icon-active{background:#ffffff14;color:#6ea8ff}html.dark .bytemd-wrap .bytemd-status{border-top-color:#ffffff1a;background:#1c1c1e;color:#98989d}html.dark .bytemd-wrap .CodeMirror{background:#161617;color:#e5e5e7}html.dark .bytemd-wrap .CodeMirror-cursor{border-left-color:#6ea8ff}html.dark .bytemd-wrap .CodeMirror-selected,html.dark .bytemd-wrap .CodeMirror-focused .CodeMirror-selected{background:#0a59f738}html.dark .bytemd-wrap .CodeMirror-gutters{background:#161617;border-right-color:#ffffff14}html.dark .bytemd-wrap .CodeMirror-linenumber{color:#636366}html.dark .bytemd-wrap .cm-s-default .cm-header,html.dark .bytemd-wrap .cm-s-default .cm-header-1,html.dark .bytemd-wrap .cm-s-default .cm-header-2,html.dark .bytemd-wrap .cm-s-default .cm-header-3{color:#6ea8ff}html.dark .bytemd-wrap .cm-s-default .cm-quote{color:#98989d}html.dark .bytemd-wrap .cm-s-default .cm-link,html.dark .bytemd-wrap .cm-s-default .cm-url{color:#6ea8ff}html.dark .bytemd-wrap .cm-s-default .cm-string,html.dark .bytemd-wrap .cm-s-default .cm-attribute{color:#4ecb8d}html.dark .bytemd-wrap .cm-s-default .cm-comment,html.dark .bytemd-wrap .cm-s-default .cm-meta{color:#7d7d82}html.dark .bytemd-wrap .cm-s-default .cm-keyword,html.dark .bytemd-wrap .cm-s-default .cm-tag{color:#6ea8ff}html.dark .bytemd-wrap .cm-s-default .cm-number,html.dark .bytemd-wrap .cm-s-default .cm-atom{color:#f0a05a}html.dark .bytemd-wrap .cm-s-default .cm-variable,html.dark .bytemd-wrap .cm-s-default .cm-variable-2,html.dark .bytemd-wrap .cm-s-default .cm-def{color:#e5e5e7}html.dark .bytemd-wrap .cm-s-default .cm-strong{color:#f5f5f7}html.dark .bytemd-wrap .cm-s-default .cm-em{color:#d1d1d6}html.dark .bytemd-wrap .cm-s-default .cm-hr{color:#636366}html.dark .bytemd-wrap .bytemd-preview{background:#161617}html.dark .bytemd-wrap .bytemd-dropdown{background:#1c1c1e;border-color:#ffffff1f;color:#e5e5e7}html.dark .bytemd-wrap .bytemd-dropdown-item:hover{background:#ffffff14}@media(max-width:720px){.page{padding:14px}.topbar-inner{padding:10px 14px}.bytemd-wrap .bytemd{height:calc(100vh - 210px);min-height:420px}}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid black;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection{background:transparent}.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:transparent}.cm-fat-cursor{caret-color:transparent}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;inset:-50px 0 0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3,.cm-s-default .cm-type{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error,.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:#ff96004d}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative;z-index:0}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;inset:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors,.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:#ff06}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light-border]{background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,8,16,.15);color:#333;box-shadow:0 4px 14px -2px #00081014}.tippy-box[data-theme~=light-border]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light-border]>.tippy-arrow:after,.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after{content:"";position:absolute;z-index:-1}.tippy-box[data-theme~=light-border]>.tippy-arrow:after{border-color:transparent;border-style:solid}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after{border-top-color:#00081033;border-width:7px 7px 0;top:17px;left:1px}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow>svg{top:16px}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow:after{top:17px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff;bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:#00081033;border-width:0 7px 7px;bottom:17px;left:1px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow:after{bottom:17px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after{border-left-color:#00081033;border-width:7px 0 7px 7px;left:17px;top:1px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow>svg{left:11px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow:after{left:12px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff;right:16px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after{border-width:7px 7px 7px 0;right:17px;top:1px;border-right-color:#00081033}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow>svg{right:11px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow:after{right:12px}.tippy-box[data-theme~=light-border]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);background-size:16px 6px;width:16px;height:6px}.bytemd{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;color:#24292e;border:1px solid #e1e4e8;background-color:#fff;height:300px}.bytemd *{box-sizing:border-box}.bytemd-hidden{display:none!important}.bytemd .CodeMirror-scroll,.bytemd .CodeMirror-sizer,.bytemd .CodeMirror-gutter,.bytemd .CodeMirror-gutters,.bytemd .CodeMirror-linenumber{box-sizing:content-box}.bytemd .CodeMirror,.bytemd code,.bytemd kbd{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.bytemd-toolbar{padding:4px 12px;border-bottom:1px solid #e1e4e8;background-color:#fafbfc;-webkit-user-select:none;user-select:none;overflow:hidden}.bytemd-toolbar-left{float:left}.bytemd-toolbar-right{float:right}.bytemd-toolbar-tab{display:inline-block;cursor:pointer;padding-left:8px;padding-right:8px;line-height:24px;font-size:14px}.bytemd-toolbar-tab-active{color:#0366d6}.bytemd-toolbar-icon{display:inline-block;vertical-align:top;cursor:pointer;border-radius:4px;margin-left:6px;margin-right:6px}.bytemd-toolbar-icon svg,.bytemd-toolbar-icon img{display:block;padding:4px;width:24px;height:24px}.bytemd-toolbar-icon:hover{background-color:#e1e4e8}.bytemd-toolbar-icon-active{color:#0366d6}.bytemd-toolbar .tippy-content{padding-left:0;padding-right:0}.bytemd-dropdown{max-height:300px;overflow:auto;font-size:14px}.bytemd-dropdown-title{margin:0 12px;font-weight:500;border-bottom:1px solid #e1e4e8;line-height:32px;color:#444d56}.bytemd-dropdown-item{padding:4px 12px;height:32px;cursor:pointer}.bytemd-dropdown-item:hover{background-color:#f6f8fa}.bytemd-dropdown-item-icon{display:inline-block}.bytemd-dropdown-item-icon svg{display:block;padding:4px;width:24px;height:24px}.bytemd-dropdown-item-title{display:inline-block;line-height:24px;vertical-align:top}.bytemd-body{height:calc(100% - 58px);overflow:auto}.bytemd-editor{display:inline-block;vertical-align:top;height:100%;overflow:hidden}.bytemd-editor .CodeMirror{height:100%;font-size:14px;line-height:1.5}.bytemd-editor .CodeMirror pre.CodeMirror-placeholder{color:#959da5}.bytemd-editor .CodeMirror .CodeMirror-lines{max-width:800px;margin:0 auto;padding:16px 0}.bytemd-editor .CodeMirror pre.CodeMirror-line,.bytemd-editor .CodeMirror pre.CodeMirror-line-like{padding:0 4%}.bytemd-preview{display:inline-block;vertical-align:top;height:100%;overflow:auto}.bytemd-preview .markdown-body{max-width:800px;margin:0 auto;padding:16px 4%}.bytemd-sidebar{display:inline-block;vertical-align:top;height:100%;overflow:auto;font-size:16px;border-left:1px solid #e1e4e8;width:280px;position:relative;padding:0 16px}.bytemd-sidebar-close{position:absolute;padding:16px;top:0;right:0;cursor:pointer}.bytemd-sidebar-close:hover{color:#0366d6}.bytemd-sidebar h2{font-size:16px;font-weight:600;margin:32px 0 16px}.bytemd-sidebar ul{padding-left:0;color:#959da5}.bytemd-help{font-size:13px}.bytemd-help ul{line-height:20px}.bytemd-help ul svg{width:16px;height:16px;display:block}.bytemd-help ul div{display:inline-block;vertical-align:top}.bytemd-help li{list-style:none;margin-bottom:12px}.bytemd-help-icon{padding:2px 0}.bytemd-help-title{padding-left:8px}.bytemd-help-content{float:right;font-size:12px}.bytemd-toc li{list-style:none;margin-bottom:4px;font-size:14px;line-height:2;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.bytemd-toc-active{color:#0366d6;background-color:#f6f8fa}.bytemd-toc-first{font-weight:500}.bytemd-status{font-size:12px;line-height:24px;border-top:1px solid #e1e4e8;-webkit-user-select:none;user-select:none}.bytemd-status-left{float:left}.bytemd-status-left span{padding-left:16px}.bytemd-status-left strong{font-weight:600}.bytemd-status-right{float:right}.bytemd-status-right label,.bytemd-status-right span{margin-right:16px;cursor:pointer}.bytemd-status-right span:hover{color:#0366d6}.bytemd-status-right input{vertical-align:middle;margin-right:3px}.bytemd-status-error{color:#d73a49}.bytemd-fullscreen.bytemd{position:fixed;inset:0;border:none;height:100vh!important}.bytemd-split .bytemd-preview{border-left:1px solid #e1e4e8}.tippy-box{font-size:12px}
