.resource-header{margin-bottom:var(--resource-space-12)}.resource-header__meta{align-items:center;gap:var(--resource-space-3);margin-bottom:var(--resource-space-6);font-size:var(--resource-text-sm);flex-wrap:wrap;display:flex}.resource-header__category{background-color:var(--resource-accent-light);color:var(--resource-accent);border-radius:var(--resource-radius-full);padding:6px 14px;font-weight:500}.resource-header__date,.resource-header__meta-dot,.resource-header__reading-time,.resource-header__not-translated{color:var(--resource-text-tertiary)}.resource-header__meta-dot{color:var(--resource-text-muted)}.resource-header__not-translated{color:#f59e0b;font-size:var(--resource-text-xs)}.resource-header__title{color:var(--resource-text-primary);letter-spacing:-.02em;margin-bottom:var(--resource-space-6);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2}.resource-header__summary{color:var(--resource-text-secondary);font-size:var(--resource-text-xl);margin-bottom:var(--resource-space-8);line-height:1.6}.resource-header__bar{justify-content:space-between;align-items:center;gap:var(--resource-space-4);padding-bottom:var(--resource-space-6);border-bottom:1px solid var(--resource-border);margin-bottom:var(--resource-space-8);flex-wrap:wrap;display:flex}.resource-header__author{align-items:center;gap:var(--resource-space-2);color:var(--resource-text-secondary);font-style:normal;font-size:var(--resource-text-sm);display:flex}.resource-header__actions{align-items:center;gap:var(--resource-space-4);display:flex}.resource-hero{margin-bottom:var(--resource-space-12);border-radius:var(--resource-radius-xl);background:var(--resource-placeholder-pattern),var(--resource-placeholder-bg);overflow:hidden}.resource-hero img{width:100%;height:auto;display:block}.resource-tags{gap:var(--resource-space-2);flex-wrap:wrap;display:flex}.resource-tag{background-color:var(--resource-tag-bg);color:var(--resource-tag-text);font-size:var(--resource-text-sm);border-radius:var(--resource-radius-lg);padding:6px 12px}.resource-card{background-color:var(--resource-card-bg);border-radius:var(--resource-radius-xl);border:1px solid var(--resource-card-border);transition:all var(--resource-transition-fast);flex-direction:column;height:100%;display:flex;overflow:hidden}.resource-card:hover{background-color:var(--resource-card-bg-hover);border-color:var(--resource-border-hover);box-shadow:var(--resource-card-shadow-hover);transform:translateY(-2px)}.resource-card__thumb{aspect-ratio:16/9;position:relative;overflow:hidden}.resource-card__image{object-fit:cover;transition:transform var(--resource-transition-normal)}.resource-card:hover .resource-card__image,.resource-card:hover .resource-card__placeholder{transform:scale(1.03)}.resource-card__placeholder{background:var(--resource-placeholder-pattern),var(--placeholder-gradient,var(--resource-accent-light));transition:transform var(--resource-transition-normal);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.resource-card__placeholder-mark{color:#0000001f;font-size:var(--resource-text-5xl);letter-spacing:-.02em;text-transform:uppercase;font-weight:700}[data-theme=dark] .resource-card__placeholder-mark,.resource-theme-scope[data-theme=dark] .resource-card__placeholder-mark{color:#ffffff24}.resource-card__content{padding:var(--resource-space-6);gap:var(--resource-space-3);flex-direction:column;flex:1;display:flex}.resource-card__date{color:var(--resource-text-tertiary);font-size:var(--resource-text-sm)}.resource-card__title{color:var(--resource-text-primary);font-size:var(--resource-text-xl);transition:color var(--resource-transition-fast);font-weight:600;line-height:1.4}.resource-card__desc{color:var(--resource-text-secondary);font-size:var(--resource-text-base);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.6;display:-webkit-box;overflow:hidden}.resource-card__tags{gap:var(--resource-space-2);flex-wrap:wrap;display:flex}.resource-card__tag{background-color:var(--resource-tag-bg);color:var(--resource-tag-text);font-size:var(--resource-text-xs);border-radius:var(--resource-radius-full);padding:4px 10px;font-weight:500}.resource-card__meta{color:var(--resource-text-muted);font-size:var(--resource-text-xs);padding:4px 0}.featured-card{grid-column:span 2;text-decoration:none;display:block}.featured-card article{background-color:var(--resource-card-bg);border-radius:var(--resource-radius-xl);border:1px solid var(--resource-card-border);transition:all var(--resource-transition-fast);overflow:hidden}.featured-card:hover article{border-color:var(--resource-border-hover);box-shadow:var(--resource-card-shadow-hover);transform:translateY(-4px)}.featured-card__thumb{aspect-ratio:21/9;background:var(--resource-placeholder-pattern),var(--placeholder-gradient,var(--resource-accent-light));position:relative;overflow:hidden}.featured-card__image{object-fit:cover}.featured-card__placeholder{text-align:center;color:#000000e6;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex;position:absolute;inset:0}[data-theme=dark] .featured-card__placeholder,.resource-theme-scope[data-theme=dark] .featured-card__placeholder{color:#ffffffe6}.featured-card__badge{background-color:var(--resource-accent);color:#fff;border-radius:var(--resource-radius-full);font-size:var(--resource-text-xs);padding:6px 12px;font-weight:600;position:absolute;top:16px;left:16px}.featured-card__body{padding:var(--resource-space-6);flex-direction:column;gap:12px;display:flex}.featured-card__meta{color:var(--resource-text-muted);font-size:var(--resource-text-sm);align-items:center;gap:12px;display:flex}.featured-card__meta-category{color:var(--resource-accent);font-weight:500}.featured-card__title{font-size:var(--resource-text-2xl);color:var(--resource-text-primary);margin:0;font-weight:700;line-height:1.3}.featured-card__desc{font-size:var(--resource-text-base);color:var(--resource-text-secondary);margin:0;line-height:1.6}.featured-card__footer{font-size:var(--resource-text-sm);color:var(--resource-text-muted);align-items:center;gap:16px;display:flex}@media (max-width:768px){.featured-card{grid-column:span 1}.featured-card__thumb{aspect-ratio:16/9}}.resource-filters{align-items:center;gap:var(--resource-space-2);margin-bottom:var(--resource-space-8);flex-wrap:wrap;display:flex}.resource-filter-btn{font-size:var(--resource-text-sm);border-radius:var(--resource-radius-full);border:1px solid var(--resource-border);cursor:pointer;transition:all var(--resource-transition-fast);background-color:var(--resource-tag-bg);color:var(--resource-tag-text);padding:8px 16px;font-weight:500}.resource-filter-btn.is-active{background-color:var(--resource-accent);color:#fff;border-color:var(--resource-accent)}.resource-filter-btn:not(.is-active):hover{background-color:var(--resource-bg-secondary);border-color:var(--resource-border-hover)}.resource-filter-count{color:var(--resource-text-tertiary);font-size:var(--resource-text-sm);margin-left:auto}.resource-search{margin-bottom:var(--resource-space-6);position:relative}.resource-search__icon{color:var(--resource-text-tertiary);transition:color var(--resource-transition-fast);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.resource-search input{background-color:var(--resource-search-bg);border:1px solid var(--resource-search-border);border-radius:var(--resource-radius-lg);width:100%;font-size:var(--resource-text-base);color:var(--resource-text-primary);transition:all var(--resource-transition-fast);outline:none;padding:14px 16px 14px 48px}.resource-search input:focus{border-color:var(--resource-search-focus);box-shadow:0 0 0 3px #6b728026}.resource-search input:focus+.resource-search__icon{color:var(--resource-accent)}.resource-search__hint{background-color:var(--resource-tag-bg);color:var(--resource-text-tertiary);font-size:var(--resource-text-xs);border-radius:var(--resource-radius-sm);border:1px solid var(--resource-border);padding:4px 8px;font-family:inherit;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.resource-search__clear{color:var(--resource-text-tertiary);cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.resource-grid-stack{gap:var(--resource-space-8);flex-direction:column;display:flex}.resource-grid-featured,.resource-grid-regular,.resource-grid-hot{gap:var(--resource-space-6);grid-template-columns:repeat(1,1fr);display:grid}@media (min-width:640px){.resource-grid-regular,.resource-grid-hot{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.resource-grid-featured{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.resource-grid-regular{grid-template-columns:repeat(3,1fr)}}.hot-section-spacer{margin-bottom:var(--resource-space-12)}@media (min-width:1024px){.hot-section-spacer{margin-bottom:var(--resource-space-16)}}
.faq-section{margin-top:var(--resource-space-12);padding:var(--resource-space-6);background-color:var(--resource-bg);border-radius:var(--resource-radius-lg);border:1px solid var(--resource-border)}.faq-header{align-items:center;gap:var(--resource-space-3);margin-bottom:var(--resource-space-6);display:flex}.faq-header-icon{color:var(--resource-text-secondary);flex-shrink:0}.faq-title{color:var(--resource-text-primary);font-size:var(--resource-text-2xl);margin:0;font-weight:700}.faq-list{gap:var(--resource-space-2);flex-direction:column;display:flex}.faq-item{background-color:var(--resource-card-bg);border-radius:var(--resource-radius-md);border:1px solid var(--resource-border);transition:background-color .2s,border-color .2s;position:relative;overflow:hidden}.faq-item:hover{border-color:var(--resource-border-hover,var(--resource-border));background-color:var(--resource-bg-secondary)}.faq-item--open{border-color:var(--resource-border-hover);background-color:var(--resource-bg-secondary);box-shadow:none}.faq-question{width:100%;padding:var(--resource-space-4)var(--resource-space-5);cursor:pointer;justify-content:space-between;align-items:center;gap:var(--resource-space-3);text-align:left;background:0 0;border:none;transition:background-color .2s,color .2s;display:flex}.faq-question:hover{background-color:var(--resource-bg-tertiary)}.faq-question:focus-visible{outline:2px solid var(--resource-text-secondary);outline-offset:-2px}.faq-question:active{background-color:var(--resource-surface)}.faq-question-text{color:var(--resource-text-primary);font-weight:600;font-size:var(--resource-text-base);flex:1;line-height:1.5;transition:color .2s}.faq-item--open .faq-question{border-bottom:1px solid var(--resource-border);background-color:var(--resource-bg-tertiary)}.faq-item--open .faq-question-text{color:var(--resource-text-primary)}.faq-chevron{width:28px;height:28px;color:var(--resource-text-tertiary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.4,0,.2,1),color .2s;display:flex}.faq-question:hover .faq-chevron{color:var(--resource-text-secondary)}.faq-item--open .faq-chevron{color:var(--resource-text-primary);transform:rotate(180deg)}.faq-answer{overflow:hidden}.faq-answer-content{padding:var(--resource-space-5);padding-top:var(--resource-space-4);border-top:1px solid var(--resource-border);color:var(--resource-text-secondary);font-size:var(--resource-text-base);line-height:1.75}.faq-paragraph{margin:.75em 0}.faq-paragraph:first-child{margin-top:0}.faq-paragraph:last-child{margin-bottom:0}.faq-strong{color:var(--resource-text-primary);font-weight:600}.faq-link{color:var(--resource-text-primary);text-underline-offset:2px;text-decoration:underline;transition:color .15s,opacity .15s}.faq-link:hover{color:var(--resource-text-secondary);opacity:.9}.faq-code{background-color:var(--resource-bg-tertiary);font-size:.9em;font-family:var(--resource-font-mono,"SF Mono","Consolas",monospace);border-radius:4px;padding:2px 6px}.faq-list-ul,.faq-list-ol{margin:.75em 0;padding-left:1.5em}.faq-list-ul li,.faq-list-ol li{margin:.4em 0}@media (max-width:768px){.faq-section{padding:var(--resource-space-5);margin-top:var(--resource-space-8);border-radius:var(--resource-radius-lg)}.faq-header{gap:var(--resource-space-2);margin-bottom:var(--resource-space-4)}.faq-header-icon{width:20px;height:20px}.faq-title{font-size:var(--resource-text-xl)}.faq-list{gap:var(--resource-space-2)}.faq-question{padding:var(--resource-space-3)var(--resource-space-4)}.faq-question-text{font-size:var(--resource-text-sm)}.faq-chevron{width:24px;height:24px}.faq-answer-content{padding:var(--resource-space-4);font-size:var(--resource-text-sm)}}[data-theme=dark] .faq-item--open{box-shadow:0 0 0 1px var(--resource-border),0 4px 16px #00000059}[data-theme=dark] .faq-code{background-color:var(--resource-bg-tertiary)}.faq-answer{opacity:1;height:auto;overflow:hidden}.faq-answer[data-open=false]{opacity:0;visibility:hidden;pointer-events:none;height:0}@media (prefers-reduced-motion:reduce){.faq-question,.faq-question-text,.faq-chevron,.faq-item{transition:none}}@media print{.faq-section{page-break-inside:avoid;border:1px solid #ccc}.faq-item{border:1px solid #ddd}.faq-chevron{display:none}.faq-answer{opacity:1!important;height:auto!important;display:block!important}}
.resource-prose{color:var(--resource-prose-body);font-size:var(--resource-text-lg);max-width:var(--resource-content-max-width);line-height:1.8}.resource-prose figure.image-error{background:var(--resource-surface);border:1px dashed var(--resource-border);border-radius:var(--resource-radius-lg);text-align:center;color:var(--resource-text-tertiary);padding:3em 2em}.resource-prose figure.image-error:before{content:"⚠️ Image could not be loaded";font-size:var(--resource-text-sm);display:block}.resource-prose h1,.resource-prose h2,.resource-prose h3,.resource-prose h4,.resource-prose h5,.resource-prose h6{color:var(--resource-prose-heading);margin-top:2em;margin-bottom:.75em;scroll-margin-top:5rem;font-weight:700;line-height:1.3}.resource-prose h1{font-size:var(--resource-text-4xl)}.resource-prose h2{font-size:var(--resource-text-2xl)}.resource-prose h3{font-size:var(--resource-text-xl)}.resource-prose h4{font-size:var(--resource-text-lg)}.resource-prose h2:first-child,.resource-prose h3:first-child{margin-top:0}.resource-prose .heading-anchor{position:relative}.resource-prose .heading-anchor:hover .anchor-link,.resource-prose .heading-anchor:focus-within .anchor-link{opacity:1!important}.resource-prose .anchor-link:hover{color:var(--resource-text-secondary)!important}.resource-prose .anchor-link{margin-left:var(--resource-space-2);opacity:0;color:var(--resource-text-tertiary);font-size:.85em;text-decoration:none;transition:opacity .2s,color .2s}.resource-prose p{margin-bottom:1.5em}.resource-prose a{color:var(--resource-prose-link);text-underline-offset:2px;transition:color var(--resource-transition-fast);text-decoration:underline}.resource-prose a:hover{color:var(--resource-prose-link-hover)}.resource-prose .citation-link{color:var(--resource-text-secondary);font-size:var(--resource-text-sm);font-weight:500;text-decoration:none}.resource-prose ul,.resource-prose ol{margin-bottom:1.5em;padding-left:1.5em}.resource-prose li{margin-bottom:.5em}.resource-prose ul{list-style-type:disc}.resource-prose ol{list-style-type:decimal}.resource-prose li>ul,.resource-prose li>ol{margin-top:.5em;margin-bottom:0}.resource-prose blockquote{border-left:4px solid var(--resource-prose-blockquote-border);background:var(--resource-prose-blockquote-bg);border-radius:0 var(--resource-radius-md)var(--resource-radius-md)0;margin:1.5em 0;padding:1em 1.5em;font-style:italic}.resource-prose blockquote p:last-child{margin-bottom:0}.resource-prose code{background:var(--resource-prose-code-bg);color:var(--resource-prose-code-text);border-radius:var(--resource-radius-sm);padding:.2em .4em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em}.resource-prose pre{background:var(--resource-prose-code-bg);border-radius:var(--resource-radius-lg);margin:1.5em 0;padding:1.25em 1.5em;overflow-x:auto}.resource-prose pre code{font-size:var(--resource-text-sm);background:0 0;padding:0;line-height:1.6}.resource-prose .inline-code{background-color:var(--resource-bg-secondary);border-radius:4px;padding:.2em .4em;font-size:.9em}.resource-prose .table-wrapper{margin:var(--resource-space-6)0;border-radius:var(--resource-radius-md);border:1px solid var(--resource-border);overflow-x:auto}.resource-prose .table-wrapper table{border-collapse:collapse;width:100%;font-size:var(--resource-text-sm)}.resource-prose table{border-collapse:collapse;width:100%;font-size:var(--resource-text-base);margin:1.5em 0}.resource-prose th,.resource-prose td{border:1px solid var(--resource-border);text-align:left;padding:.75em 1em}.resource-prose th{background:var(--resource-bg-tertiary);color:var(--resource-text-primary);font-weight:600}.resource-prose tr:nth-child(2n){background:var(--resource-bg-secondary)}.resource-prose hr{border:none;border-top:1px solid var(--resource-prose-hr);margin:2.5em 0}.resource-prose img{border-radius:var(--resource-radius-lg);border:0;max-width:100%;height:auto;margin:1.5em 0;display:block}.resource-prose figure{border:0;margin:2em 0;padding:0}.resource-prose figcaption{color:var(--resource-text-tertiary);font-size:var(--resource-text-sm);text-align:center;margin-top:.75em}.resource-prose .resource-figure-img{border-radius:var(--resource-radius-lg);width:100%;height:auto}.resource-prose .resource-figure-caption{color:var(--resource-text-tertiary);font-size:var(--resource-text-sm);text-align:center;margin-top:.75em}.resource-prose strong{color:var(--resource-text-primary);font-weight:600}.resource-prose em{font-style:italic}.resource-prose .key-points-icon{flex-shrink:0}.resource-prose .summary,.resource-prose .article-summary,.resource-prose [class=article-summary],.resource-prose [className="article-summary"]{background:var(--resource-bg-secondary);border-left:4px solid var(--resource-border);border-radius:0 var(--resource-radius-md)var(--resource-radius-md)0;font-size:var(--resource-text-lg);color:var(--resource-text-primary);margin:1.5em 0;padding:1.25em 1.5em;line-height:1.7}.resource-prose .key-points{background:var(--resource-bg-secondary);border:1px solid var(--resource-border);border-radius:var(--resource-radius-lg);margin:1.5em 0;padding:1.5em}.resource-prose .key-points h3{font-size:var(--resource-text-lg);align-items:center;gap:var(--resource-space-2);margin-top:0;display:flex}.resource-prose .faq-item{border-bottom:1px solid var(--resource-border);padding:1.25em 0}.resource-prose .faq-item:last-child{border-bottom:none}.resource-prose .faq-question{color:var(--resource-text-primary);margin-bottom:.5em;font-weight:600}.resource-prose .faq-answer{color:var(--resource-prose-body)}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}[data-theme=light] .hljs{color:#24292f;background:#f6f8fa}[data-theme=light] .hljs-doctag,[data-theme=light] .hljs-keyword,[data-theme=light] .hljs-meta .hljs-keyword,[data-theme=light] .hljs-template-tag,[data-theme=light] .hljs-template-variable,[data-theme=light] .hljs-type,[data-theme=light] .hljs-variable.language_{color:#cf222e}[data-theme=light] .hljs-title,[data-theme=light] .hljs-title.class_,[data-theme=light] .hljs-title.class_.inherited__,[data-theme=light] .hljs-title.function_{color:#8250df}[data-theme=light] .hljs-attr,[data-theme=light] .hljs-attribute,[data-theme=light] .hljs-literal,[data-theme=light] .hljs-meta,[data-theme=light] .hljs-number,[data-theme=light] .hljs-operator,[data-theme=light] .hljs-variable,[data-theme=light] .hljs-selector-attr,[data-theme=light] .hljs-selector-class,[data-theme=light] .hljs-selector-id{color:#0550ae}[data-theme=light] .hljs-regexp,[data-theme=light] .hljs-string,[data-theme=light] .hljs-meta .hljs-string{color:#0a3069}[data-theme=light] .hljs-built_in,[data-theme=light] .hljs-symbol{color:#953800}[data-theme=light] .hljs-comment,[data-theme=light] .hljs-code,[data-theme=light] .hljs-formula{color:#6e7781}[data-theme=light] .hljs-name,[data-theme=light] .hljs-quote,[data-theme=light] .hljs-selector-tag,[data-theme=light] .hljs-selector-pseudo{color:#116329}[data-theme=light] .hljs-subst{color:#24292f}[data-theme=light] .hljs-section{color:#0550ae;font-weight:700}[data-theme=light] .hljs-bullet{color:#953800}[data-theme=light] .hljs-emphasis{color:#24292f;font-style:italic}[data-theme=light] .hljs-strong{color:#24292f;font-weight:700}[data-theme=light] .hljs-addition{color:#116329;background-color:#dafbe1}[data-theme=light] .hljs-deletion{color:#82071e;background-color:#ffebe9}.mermaid-container{width:100%;margin:var(--resource-space-6)0;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;transition:background-color .3s,border-color .3s;overflow-x:auto}.mermaid-figure{padding:var(--resource-space-4);background:var(--mermaid-bg);border:1px solid var(--mermaid-border);border-radius:var(--resource-radius-lg);margin:0;transition:background-color .3s,border-color .3s}.mermaid-svg-wrapper{justify-content:center;align-items:center;min-height:160px;max-height:500px;display:flex}.mermaid-svg-wrapper img,.mermaid-svg-wrapper svg{object-fit:contain;max-width:100%;height:auto;max-height:480px;transition:opacity .2s}.mermaid-svg-wrapper svg{font-size:13px!important}.mermaid-svg-wrapper svg text,.mermaid-svg-wrapper svg .nodeLabel,.mermaid-svg-wrapper svg .label,.mermaid-svg-wrapper svg .edgeLabel,.mermaid-svg-wrapper svg .cluster-label,.mermaid-svg-wrapper svg tspan{font-size:13px!important;font-family:var(--font-sans),"Wanted Sans Variable",sans-serif!important}.mermaid-svg-wrapper svg .nodeLabel,.mermaid-svg-wrapper svg .label,.mermaid-svg-wrapper svg .edgeLabel,.mermaid-svg-wrapper svg .cluster-label{white-space:nowrap!important;overflow:visible!important}.mermaid-svg-wrapper svg foreignObject{overflow:visible!important}.mermaid-svg-wrapper svg foreignObject div,.mermaid-svg-wrapper svg foreignObject span,.mermaid-svg-wrapper svg foreignObject p{white-space:nowrap!important;text-overflow:clip!important;word-break:keep-all!important;word-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;overflow:visible!important}.mermaid-svg-wrapper svg .cluster-label .nodeLabel{white-space:nowrap!important;display:inline-block!important}.mermaid-container[data-theme=dark] .mermaid-svg-wrapper svg text,.mermaid-container[data-theme=dark] .mermaid-svg-wrapper svg .nodeLabel,.mermaid-container[data-theme=dark] .mermaid-svg-wrapper svg .label,.mermaid-container[data-theme=dark] .mermaid-svg-wrapper svg tspan,.mermaid-container[data-theme=light] .mermaid-svg-wrapper svg text,.mermaid-container[data-theme=light] .mermaid-svg-wrapper svg .nodeLabel,.mermaid-container[data-theme=light] .mermaid-svg-wrapper svg .label,.mermaid-container[data-theme=light] .mermaid-svg-wrapper svg tspan{fill:var(--mermaid-text)!important}.mermaid-caption{margin-top:var(--resource-space-3);padding-top:var(--resource-space-2);border-top:1px solid var(--mermaid-border);font-size:var(--resource-text-sm);color:var(--resource-text-secondary);text-align:center;transition:color .3s,border-color .3s}.mermaid-skeleton{background:var(--mermaid-bg);border:1px solid var(--mermaid-border);border-radius:var(--resource-radius-lg);width:100%;height:150px;animation:2s ease-in-out infinite mermaid-pulse}@keyframes mermaid-pulse{0%,to{opacity:1}50%{opacity:.6}}.mermaid-fallback{padding:var(--resource-space-6);background:var(--resource-surface);border:1px dashed var(--resource-border);border-radius:var(--resource-radius-lg);text-align:center}.mermaid-fallback-icon{margin-bottom:var(--resource-space-3);font-size:2rem}.mermaid-fallback-title{font-size:var(--resource-text-lg);color:var(--resource-text-primary);margin-bottom:var(--resource-space-2);font-weight:600}.mermaid-fallback-description{font-size:var(--resource-text-sm);color:var(--resource-text-secondary);margin-bottom:var(--resource-space-4)}.mermaid-fallback details{text-align:left;margin-top:var(--resource-space-4)}.mermaid-fallback summary{cursor:pointer;font-size:var(--resource-text-sm);color:var(--resource-text-tertiary);padding:var(--resource-space-2)}.mermaid-fallback pre{margin-top:var(--resource-space-3);padding:var(--resource-space-4);background:var(--resource-prose-code-bg);border-radius:var(--resource-radius-md);font-size:var(--resource-text-sm);overflow-x:auto}.mermaid-fallback code{color:var(--resource-prose-code-text);white-space:pre-wrap;word-break:break-word;font-family:Fira Code,Consolas,monospace}.mermaid-sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){.mermaid-container{margin:var(--resource-space-4)calc(-1*var(--resource-space-4))}.mermaid-figure{padding:var(--resource-space-3);border-left:none;border-right:none;border-radius:0}.mermaid-svg-wrapper{min-height:120px;max-height:350px}.mermaid-svg-wrapper img,.mermaid-svg-wrapper svg{max-height:330px}.mermaid-svg-wrapper svg,.mermaid-svg-wrapper svg text,.mermaid-svg-wrapper svg .nodeLabel,.mermaid-svg-wrapper svg .label,.mermaid-svg-wrapper svg tspan{font-size:11px!important}}
.resource-detail-shell{background-color:var(--resource-bg);min-height:100dvh;transition:background-color var(--resource-transition-slow)}.skip-to-content{z-index:9999;width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.skip-to-content:focus{left:var(--resource-space-4);top:var(--resource-space-4);width:auto;height:auto;padding:var(--resource-space-3)var(--resource-space-4);background:var(--resource-bg-secondary);color:var(--resource-text-primary);font-weight:600;font-size:var(--resource-text-sm);border-radius:var(--resource-radius-md);outline:2px solid var(--resource-border);outline-offset:2px;text-decoration:none;position:fixed;box-shadow:0 4px 12px #00000026}.resource-detail-grid{grid-template-columns:1fr;max-width:1400px;margin:0 auto;display:grid;position:relative}.resource-left-sidebar{border-right:1px solid var(--resource-border);height:100dvh;display:none;position:sticky;top:0;overflow-y:auto}.resource-main-content{padding:var(--resource-space-8)var(--resource-space-6);min-width:0}.resource-right-toc{top:var(--resource-space-8);height:fit-content;max-height:calc(100dvh - var(--resource-space-16));padding:var(--resource-space-8)var(--resource-space-4);display:none;position:sticky;overflow-y:auto}.toc-theme-toggle{margin-bottom:var(--resource-space-4);padding-bottom:var(--resource-space-4);border-bottom:1px solid var(--resource-border);justify-content:flex-end;display:flex}.resource-mobile-nav{align-items:center;gap:var(--resource-space-2);display:flex}.mobile-theme-toggle{top:var(--resource-space-4);right:var(--resource-space-4);z-index:40;position:fixed}@media (min-width:1024px){.resource-detail-grid{grid-template-columns:240px 1fr 200px}.resource-left-sidebar{display:block}.resource-main-content{padding:var(--resource-space-12)var(--resource-space-12)}.resource-right-toc{display:block}.resource-mobile-nav,.mobile-theme-toggle{display:none}}@media (min-width:1280px){.resource-detail-grid{grid-template-columns:280px 1fr 240px}}.resource-main-content:focus{outline:none}.resource-main-content a:focus-visible,.resource-main-content button:focus-visible{outline:2px solid var(--resource-border);outline-offset:2px;border-radius:2px}
:root,.resource-theme-scope{--resource-bg:#fff;--resource-bg-secondary:#f9fafb;--resource-bg-tertiary:#f3f4f6;--resource-surface:#f9fafb;--resource-surface-hover:#f3f4f6;--resource-text-primary:#111827;--resource-text-secondary:#4b5563;--resource-text-tertiary:#9ca3af;--resource-text-muted:#d1d5db;--resource-accent:#6b7280;--resource-accent-hover:#4b5563;--resource-accent-light:#f4f4f5;--resource-border:#e5e7eb;--resource-border-hover:#d1d5db;--resource-card-bg:#fff;--resource-card-bg-hover:#f9fafb;--resource-card-border:#e5e7eb;--resource-card-shadow:0 1px 3px #0000001a;--resource-card-shadow-hover:0 10px 40px #0000001a;--resource-tag-bg:#f3f4f6;--resource-tag-text:#4b5563;--resource-search-bg:#f9fafb;--resource-search-border:#e5e7eb;--resource-search-focus:#6b7280;--resource-highlight-bg:#fef08a;--resource-highlight-text:#111827;--resource-placeholder-bg:#e5e7eb;--resource-placeholder-fg:#d4d4d8;--resource-placeholder-pattern:repeating-linear-gradient(45deg,#1118270f 0,#1118270f 10px,transparent 10px,transparent 20px);--resource-prose-body:#374151;--resource-prose-heading:#0f172a;--resource-prose-link:#374151;--resource-prose-link-hover:#111827;--resource-prose-code-bg:#f3f4f6;--resource-prose-code-text:#111827;--resource-prose-blockquote-border:#d1d5db;--resource-prose-blockquote-bg:#f9fafb;--resource-prose-hr:#e5e7eb;--resource-tts-bg:#f3f4f6;--resource-tts-bg-hover:#e5e7eb;--resource-tts-text:#374151;--resource-tts-active:#374151;--resource-text-xs:.75rem;--resource-text-sm:.875rem;--resource-text-base:1rem;--resource-text-lg:1.125rem;--resource-text-xl:1.25rem;--resource-text-2xl:1.5rem;--resource-text-3xl:1.875rem;--resource-text-4xl:2.25rem;--resource-text-5xl:3rem;--resource-space-1:.25rem;--resource-space-2:.5rem;--resource-space-3:.75rem;--resource-space-4:1rem;--resource-space-6:1.5rem;--resource-space-8:2rem;--resource-space-12:3rem;--resource-space-16:4rem;--resource-radius-sm:.375rem;--resource-radius-md:.5rem;--resource-radius-lg:.75rem;--resource-radius-xl:1rem;--resource-radius-2xl:1.5rem;--resource-radius-full:9999px;--resource-transition-fast:.15s ease;--resource-transition-normal:.2s ease;--resource-transition-base:.2s ease;--resource-transition-slow:.3s ease;--resource-max-width:72rem;--resource-content-max-width:42rem;--resource-sidebar-width:16rem}[data-theme=dark],.resource-theme-scope[data-theme=dark]{--resource-bg:#0a0a0a;--resource-bg-secondary:#111;--resource-bg-tertiary:#1a1a1a;--resource-surface:#111;--resource-surface-hover:#1a1a1a;--resource-text-primary:#f9fafb;--resource-text-secondary:#d1d5db;--resource-text-tertiary:#9ca3af;--resource-text-muted:#4b5563;--resource-accent:#9ca3af;--resource-accent-hover:#e5e7eb;--resource-accent-light:#9ca3af29;--resource-border:#262626;--resource-border-hover:#404040;--resource-card-bg:#111;--resource-card-bg-hover:#1a1a1a;--resource-card-border:#262626;--resource-card-shadow:0 1px 3px #0000004d;--resource-card-shadow-hover:0 10px 40px #0006;--resource-tag-bg:#1f2937;--resource-tag-text:#d1d5db;--resource-search-bg:#111;--resource-search-border:#262626;--resource-search-focus:#9ca3af;--resource-highlight-bg:#854d0e;--resource-highlight-text:#fef08a;--resource-placeholder-bg:#1f2937;--resource-placeholder-fg:#111827;--resource-placeholder-pattern:repeating-linear-gradient(45deg,#ffffff0d 0,#ffffff0d 10px,transparent 10px,transparent 20px);--resource-prose-body:#d1d5db;--resource-prose-heading:#f9fafb;--resource-prose-link:#e5e7eb;--resource-prose-link-hover:#f8fafc;--resource-prose-code-bg:#1f2937;--resource-prose-code-text:#f9fafb;--resource-prose-blockquote-border:#3f3f46;--resource-prose-blockquote-bg:#0f0f10;--resource-prose-hr:#262626;--resource-tts-bg:#1f2937;--resource-tts-bg-hover:#374151;--resource-tts-text:#e5e7eb;--resource-tts-active:#9ca3af}@media (prefers-color-scheme:dark){:root:not(.light){--resource-bg:#0a0a0a;--resource-bg-secondary:#111;--resource-bg-tertiary:#1a1a1a;--resource-surface:#111;--resource-surface-hover:#1a1a1a;--resource-text-primary:#f9fafb;--resource-text-secondary:#d1d5db;--resource-text-tertiary:#9ca3af;--resource-text-muted:#4b5563;--resource-accent:#60a5fa;--resource-accent-hover:#93c5fd;--resource-accent-light:#60a5fa1a;--resource-border:#262626;--resource-border-hover:#404040;--resource-card-bg:#111;--resource-card-bg-hover:#1a1a1a;--resource-card-border:#262626;--resource-card-shadow:0 1px 3px #0000004d;--resource-card-shadow-hover:0 10px 40px #0006;--resource-tag-bg:#1f2937;--resource-tag-text:#d1d5db;--resource-search-bg:#111;--resource-search-border:#262626;--resource-search-focus:#9ca3af;--resource-highlight-bg:#854d0e;--resource-highlight-text:#fef08a;--resource-prose-body:#d1d5db;--resource-prose-heading:#f9fafb;--resource-prose-link:#e5e7eb;--resource-prose-link-hover:#f8fafc;--resource-prose-code-bg:#1f2937;--resource-prose-code-text:#f9fafb;--resource-prose-blockquote-border:#3f3f46;--resource-prose-blockquote-bg:#0f0f10;--resource-prose-hr:#262626;--resource-tts-bg:#1f2937;--resource-tts-bg-hover:#374151;--resource-tts-text:#d1d5db;--resource-tts-active:#9ca3af;--resource-placeholder-bg:#1f2937;--resource-placeholder-fg:#111827;--resource-placeholder-pattern:repeating-linear-gradient(45deg,#ffffff0d 0,#ffffff0d 10px,transparent 10px,transparent 20px)}}:root,.resource-theme-scope,[data-theme=dark],.resource-theme-scope[data-theme=dark]{--mermaid-bg:var(--resource-bg-secondary);--mermaid-text:var(--resource-text-primary);--mermaid-text-secondary:var(--resource-text-secondary);--mermaid-border:var(--resource-border);--mermaid-node-bg:var(--resource-surface);--mermaid-node-border:var(--resource-border);--mermaid-line:var(--resource-text-tertiary);--mermaid-cluster-bg:var(--resource-bg-tertiary);--mermaid-cluster-border:var(--resource-border);--mermaid-label-bg:var(--resource-bg)}
