:root,[data-theme=dark]{--tm-bg:#0b0d0c;--tm-fg:#d4d4d4;--tm-muted:#6b7280;--tm-subtle:#111312;--tm-border:#1f2422;--tm-accent:#7ee787;--tm-dim:#9ca3af;--tm-warn:#f0883e}[data-theme=light]{--tm-bg:#fafaf7;--tm-fg:#1a1a1a;--tm-muted:#6b6b6b;--tm-subtle:#f0f0eb;--tm-border:#d4d4d0;--tm-accent:#1f6feb;--tm-dim:#444;--tm-warn:#b45309}.tm-shell ::-webkit-scrollbar{width:10px;height:10px}.tm-shell ::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:5px}.tm-shell ::-webkit-scrollbar-track{background:0 0}[data-theme=light] .tm-shell ::-webkit-scrollbar-thumb{background:#0000002e}.tm-page{max-width:720px;margin:0 auto;padding:32px 32px 80px}.tm-page-narrow{max-width:680px;margin:0 auto;padding:32px 32px 80px}.tm-post-row{grid-template-columns:92px 38px 1fr 110px;align-items:baseline;gap:12px;display:grid}.tm-post-row .tm-row-meta-mobile{display:none}.tm-archive-row{grid-template-columns:70px 1fr 60px;gap:12px;display:grid}.iv-row{grid-template-columns:70px 60px 1fr 110px;align-items:baseline;gap:12px;display:grid}.iv-row .iv-row-meta-mobile{display:none}.iv-section-card{grid-template-columns:50px 1fr 80px;align-items:center;gap:16px;display:grid}.tm-prose h1,.tm-prose h2,.tm-prose h3,.tm-prose h4,.tm-prose h5,.tm-prose h6{color:var(--tm-fg);font-weight:600;line-height:1.35}.tm-prose h1{margin:32px 0 12px;font-size:18px}.tm-prose h1:before{content:"# ";color:var(--tm-accent)}.tm-prose h2{margin:28px 0 10px;font-size:15px}.tm-prose h2:before{content:"## ";color:var(--tm-accent)}.tm-prose h3{margin:24px 0 8px;font-size:14px}.tm-prose h3:before{content:"### ";color:var(--tm-accent)}.tm-prose h4{color:var(--tm-dim);margin:20px 0 6px;font-size:13px}.tm-prose h4:before{content:"#### ";color:var(--tm-accent)}.tm-prose h5,.tm-prose h6{color:var(--tm-dim);margin:18px 0 6px;font-size:12.5px}.tm-prose h5:before{content:"##### ";color:var(--tm-accent)}.tm-prose h6:before{content:"###### ";color:var(--tm-accent)}.tm-prose p{margin:0 0 16px}.tm-prose strong{color:var(--tm-fg);font-weight:700}.tm-prose em{color:var(--tm-dim);font-style:italic}.tm-prose del,.tm-prose s{color:var(--tm-muted);text-decoration:line-through}.tm-prose ul{margin:0 0 16px;padding-left:0;list-style:none}.tm-prose ul li{margin-bottom:4px}.tm-prose ul li:before{content:"— ";color:var(--tm-accent)}.tm-prose ol{counter-reset:tm-ol;margin:0 0 16px;padding-left:0;list-style:none}.tm-prose ol li{counter-increment:tm-ol;margin-bottom:4px}.tm-prose ol li:before{content:counter(tm-ol, decimal-leading-zero) ". ";color:var(--tm-accent)}.tm-prose li>ul,.tm-prose li>ol{margin:4px 0 4px 16px}.tm-prose li.task-list-item:before{content:""}.tm-prose li.task-list-item input[type=checkbox]{accent-color:var(--tm-accent);vertical-align:-1px;margin-right:8px}.tm-prose :not(pre)>code{background:var(--tm-subtle);border:1px solid var(--tm-border);color:var(--tm-accent);word-break:break-word;padding:1px 6px;font-family:inherit;font-size:12.5px}.tm-prose pre{white-space:pre;background:var(--tm-subtle);border:1px solid var(--tm-border);color:var(--tm-fg);margin:0 0 18px;padding:12px 14px;font-family:inherit;font-size:12px;line-height:1.6;overflow-x:auto}.tm-prose pre code{color:inherit;font-family:inherit;font-size:inherit;background:0 0;border:0;padding:0}.tm-prose .hljs-comment,.tm-prose .hljs-quote{color:var(--tm-muted);font-style:italic}.tm-prose .hljs-keyword,.tm-prose .hljs-selector-tag,.tm-prose .hljs-meta,.tm-prose .hljs-doctag{color:var(--tm-accent)}.tm-prose .hljs-string,.tm-prose .hljs-attr,.tm-prose .hljs-regexp,.tm-prose .hljs-number,.tm-prose .hljs-literal,.tm-prose .hljs-built_in,.tm-prose .hljs-symbol{color:var(--tm-warn)}.tm-prose .hljs-title,.tm-prose .hljs-name,.tm-prose .hljs-section,.tm-prose .hljs-title.function_,.tm-prose .hljs-title.class_{color:var(--tm-fg);font-weight:600}.tm-prose .hljs-variable,.tm-prose .hljs-template-variable,.tm-prose .hljs-property,.tm-prose .hljs-params,.tm-prose .hljs-tag,.tm-prose .hljs-punctuation{color:var(--tm-dim)}.tm-prose .hljs-deletion{color:#f97583}.tm-prose .hljs-addition{color:var(--tm-accent)}.tm-prose .hljs-emphasis{font-style:italic}.tm-prose .hljs-strong{font-weight:700}.tm-prose a{color:var(--tm-accent);text-underline-offset:2px;word-break:break-word;text-decoration:underline}.tm-prose a:hover{opacity:.8}.tm-prose blockquote{border-left:2px solid var(--tm-accent);background:var(--tm-subtle);color:var(--tm-fg);margin:0 0 16px;padding:4px 14px}.tm-prose blockquote p:last-child{margin-bottom:0}.tm-prose img{border:1px solid var(--tm-border);max-width:100%;height:auto;margin:16px 0}.tm-prose hr{border:0;border-top:1px dashed var(--tm-border);margin:28px 0}.tm-prose table{border-collapse:collapse;width:100%;margin:0 0 18px;font-size:12.5px}.tm-prose th,.tm-prose td{border:1px solid var(--tm-border);text-align:left;vertical-align:top;padding:6px 10px}.tm-prose th{background:var(--tm-subtle);color:var(--tm-fg);font-weight:600}.tm-prose kbd{border:1px solid var(--tm-border);background:var(--tm-subtle);color:var(--tm-fg);padding:1px 6px;font-family:inherit;font-size:11.5px}.tm-prose sup a{color:var(--tm-accent);padding:0 3px;text-decoration:none}.tm-prose .footnotes{color:var(--tm-muted);border-top:1px dashed var(--tm-border);margin-top:32px;padding-top:12px;font-size:12px}.tm-prose math{color:var(--tm-fg);font-size:1.05em}.tm-prose .math-display{text-align:center;margin:16px 0;display:block;overflow-x:auto}.tm-prose .math-error{color:var(--tm-warn);background:var(--tm-subtle)}@media (max-width:640px){.tm-page,.tm-page-narrow{padding:20px 16px 64px}.tm-post-row{grid-template-columns:1fr;gap:4px;padding:12px 4px!important}.tm-post-row .tm-row-date,.tm-post-row .tm-row-readtime,.tm-post-row .tm-row-tags{display:none!important}.tm-post-row .tm-row-title{font-size:14.5px!important;line-height:1.45!important}.tm-post-row .tm-row-meta-mobile{flex-wrap:wrap;align-items:baseline;gap:10px;font-size:11px;display:flex!important}.tm-archive-row{grid-template-columns:60px 1fr;gap:4px 10px}.tm-archive-row .tm-row-readtime{grid-column:2;text-align:left!important}.tm-hide-sm{display:none!important}.tm-pre-scroll{overflow-x:auto}.iv-row{grid-template-columns:1fr;gap:4px;padding:12px 4px!important}.iv-row .iv-row-date,.iv-row .iv-row-difficulty,.iv-row .iv-row-tags{display:none!important}.iv-row .iv-row-title{font-size:14.5px!important;line-height:1.45!important}.iv-row .iv-row-meta-mobile{flex-wrap:wrap;align-items:baseline;gap:10px;font-size:11px;display:flex!important}.iv-section-card{grid-template-columns:36px 1fr;gap:12px}.iv-section-card .iv-section-count{grid-column:2;text-align:left!important}}.iv-row-hover:hover{background:var(--tm-subtle)}
