.progressive-image{display:block;overflow:hidden;border-radius:8px}.progressive-image__img{width:100%;height:auto;display:block;transition:opacity .3s ease}.note-detail-wrapper{position:relative;max-width:650px;margin:0 auto;width:100%}.note-detail{width:100%;overflow-x:hidden;word-wrap:break-word}.note-detail__loading,.note-detail__error{color:var(--color-text-secondary);font-style:italic;margin:2rem 0}.note-detail__header{margin-bottom:3rem}.note-detail__back{font-size:.875rem;margin-bottom:2rem;padding:.75rem 1.25rem;border:1px solid var(--color-border);border-radius:6px;transition:all var(--transition-speed) ease;display:inline-flex;align-items:center;gap:.5rem}.note-detail__back:hover{background:var(--color-hover);border-color:var(--color-text-secondary)}.note-detail__date{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:.5rem}.note-detail__title{font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.note-detail__feature-image{margin-top:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.note-detail__content{line-height:1.8;font-size:1.05rem;color:var(--color-text)}.note-detail__content p{margin-bottom:1.5rem}.note-detail__content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.note-detail__content h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.note-detail__content ul,.note-detail__content ol{margin-bottom:1.5rem;padding-left:2rem}.note-detail__content li{margin-bottom:.5rem}.note-detail__content blockquote{border-left:3px solid var(--color-border);padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:var(--color-text-secondary)}.note-detail__content code{background:var(--color-hover);padding:.125rem .375rem;border-radius:3px;font-family:Monaco,Menlo,Consolas,monospace;font-size:.85em}.note-detail__content pre{background:var(--color-bg-secondary);padding:1rem;border-radius:6px;overflow-x:auto;margin-bottom:1.5rem;max-width:100%;overflow-wrap:normal;white-space:pre}.note-detail__content pre code{background:none;padding:0;font-size:.85em;line-height:1.6;display:block;overflow-x:auto;white-space:pre}.note-detail__content code[class*=language-],.note-detail__content pre[class*=language-]{color:#24292e;background:none;font-family:Monaco,Menlo,Consolas,Courier New,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.6;tab-size:2;-webkit-hyphens:none;hyphens:none}.note-detail__content pre[class*=language-]{background:#f6f8fa;border:1px solid #e1e4e8}.note-detail__content :not(pre)>code[class*=language-]{background:#f6f8fa;padding:.1em;border-radius:.3em;white-space:normal}[data-theme=dark] .note-detail__content code[class*=language-],[data-theme=dark] .note-detail__content pre[class*=language-]{color:#ccc}[data-theme=dark] .note-detail__content pre[class*=language-]{background:#2d2d2d;border-color:#444}[data-theme=dark] .note-detail__content :not(pre)>code[class*=language-]{background:#2d2d2d}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#6a737d}.token.punctuation{color:#24292e}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#d73a49}.token.function-name{color:#6f42c1}.token.boolean,.token.number,.token.function{color:#005cc5}.token.property,.token.class-name,.token.constant,.token.symbol{color:#e36209}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#d73a49}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#032f62}.token.operator,.token.entity,.token.url{color:#005cc5}[data-theme=dark] .token.comment,[data-theme=dark] .token.block-comment,[data-theme=dark] .token.prolog,[data-theme=dark] .token.doctype,[data-theme=dark] .token.cdata{color:#999}[data-theme=dark] .token.punctuation{color:#ccc}[data-theme=dark] .token.tag,[data-theme=dark] .token.attr-name,[data-theme=dark] .token.namespace,[data-theme=dark] .token.deleted{color:#e2777a}[data-theme=dark] .token.function-name{color:#6196cc}[data-theme=dark] .token.boolean,[data-theme=dark] .token.number,[data-theme=dark] .token.function{color:#f08d49}[data-theme=dark] .token.property,[data-theme=dark] .token.class-name,[data-theme=dark] .token.constant,[data-theme=dark] .token.symbol{color:#f8c555}[data-theme=dark] .token.selector,[data-theme=dark] .token.important,[data-theme=dark] .token.atrule,[data-theme=dark] .token.keyword,[data-theme=dark] .token.builtin{color:#cc99cd}[data-theme=dark] .token.string,[data-theme=dark] .token.char,[data-theme=dark] .token.attr-value,[data-theme=dark] .token.regex,[data-theme=dark] .token.variable{color:#7ec699}[data-theme=dark] .token.operator,[data-theme=dark] .token.entity,[data-theme=dark] .token.url{color:#67cdcc}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:#green}.note-detail__content a{text-decoration:underline;text-underline-offset:2px}.note-detail__footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.note-detail__original{font-size:.95rem}.table-of-contents{position:fixed;top:6rem;left:calc(50% + 350px);width:200px;max-height:calc(100vh - 8rem);overflow-y:auto;opacity:0;transform:translate(40px) scale(.95);will-change:auto}@media (min-width: 1200px){.table-of-contents{left:calc(50% + 370px)}}.table-of-contents__title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary);margin-bottom:1rem}.table-of-contents__nav{display:flex;flex-direction:column;gap:.25rem}.table-of-contents__item{text-align:left;font-size:.875rem;padding:.5rem .75rem;color:var(--color-text-secondary);border-radius:4px;transition:all .2s ease;line-height:1.4}.table-of-contents__item:hover{color:var(--color-text);background:var(--color-hover)}.table-of-contents__item--active{color:var(--color-text);background:var(--color-hover);font-weight:500}.table-of-contents__item--level-3{padding-left:1.5rem;font-size:.8125rem}@media (max-width: 1100px){.table-of-contents{display:none}}.note-detail__content .footnotes{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border);font-size:.95rem}.note-detail__content .footnotes hr{display:none}.note-detail__content .footnotes ol{padding-left:2rem;list-style:decimal}.note-detail__content .footnotes li{margin-bottom:.75rem;color:var(--color-text-secondary)}.note-detail__content .footnotes li[style*="display:none"]{display:none!important;margin:0;padding:0}.note-detail__content sup{font-size:.75em;vertical-align:super;line-height:0}.note-detail__content sup a{text-decoration:none;color:var(--color-text);padding:0 2px;font-weight:500}.note-detail__content sup a:hover{color:var(--color-text-secondary);text-decoration:underline;text-underline-offset:1px}.note-detail__content .footnote-back{font-size:.9rem;margin-left:.5rem;text-decoration:none;color:var(--color-text-secondary)}.note-detail__content .footnote-back:hover{color:var(--color-text);text-decoration:none}.note-detail__content [id^=fn],.note-detail__content [id^=fnref]{scroll-margin-top:2rem}@media (max-width: 768px){.note-detail__title{font-size:1.5rem}.note-detail__content{font-size:1rem}.note-detail__content h2{font-size:1.375rem}.note-detail__content h3{font-size:1.125rem}}
