:root{--color-bg:#F2F4F3;--color-surface:#FFFFFF;--color-surface-muted:#E4E7E4;--color-text:#333333;--color-primary:#7DA2A9;--color-secondary:#C6B7B2;--color-highlight:#C0564B;--color-highlight-soft:rgba(192, 86, 75, 0.15);--color-muted:rgba(51, 51, 51, 0.65);--shadow-soft:0 20px 45px rgba(107, 142, 155, 0.15)}body[data-theme=dark]{--color-bg:#1C1C1E;--color-surface:#2C2C2E;--color-surface-muted:#3A3A3C;--color-text:#E4E4E7;--color-primary:#8AB6BF;--color-secondary:#A89F91;--color-highlight:#e876a3;--color-highlight-soft:rgba(232, 118, 163, 0.22);--color-muted:rgba(228, 228, 231, 0.7)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:inter,helvetica neue,Arial,sans-serif;line-height:1.7;color:var(--color-text);background:var(--color-bg);transition:background .3s ease,color .3s ease}.page-shell{max-width:1100px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.main-container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.hero-copy,.section-block,[id]{scroll-margin-top:120px}.section-block{scroll-margin-top:140px}.morandi-nav{position:sticky;top:1rem;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-radius:999px;background:rgba(255,255,255,.9);box-shadow:var(--shadow-soft);backdrop-filter:blur(14px);border:1px solid rgba(125,162,169,.2)}body[data-theme=dark] .morandi-nav{background:rgba(28,28,30,.9);border-color:rgba(138,182,191,.25)}.brand{display:flex;align-items:center;gap:.5rem;font-weight:600;letter-spacing:.02em}.brand .dot{width:12px;height:12px;border-radius:50%;background:var(--color-highlight);display:inline-block}.brand a{color:var(--color-text);text-decoration:none}.nav-links{display:flex;gap:1.25rem;font-size:.95rem}.nav-links a{color:var(--color-muted);text-transform:lowercase;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-links a:hover,.nav-links a:focus-visible{color:var(--color-primary)}.theme-toggle{border:none;border-radius:999px;padding:.2rem .6rem;background:var(--color-surface);color:var(--color-text);font-size:1.1rem;display:inline-flex;gap:.15rem;align-items:center;cursor:pointer;transition:background .2s ease;box-shadow:inset 0 0 0 1px rgba(0,0,0,8%)}.theme-toggle .icon{width:1.2rem;display:inline-block;transition:opacity .2s ease}.theme-toggle .icon[data-icon-moon]{opacity:0}.hero{margin-top:3rem;display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:center;padding:3rem;border-radius:24px;background:var(--color-surface);box-shadow:var(--shadow-soft)}.hero-media img{width:100%;border-radius:26px;object-fit:cover;display:block;box-shadow:var(--shadow-soft)}.hero-copy h1{font-size:clamp(2.5rem,4vw,3.2rem);margin:.2rem 0}.hero-copy .eyebrow{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-secondary)}.hero-copy .meta{margin:0 0 1rem;font-weight:500;line-height:1.4}.meta-affiliation{display:inline-block;color:var(--color-muted)}.summary{font-family:merriweather,lora,serif;margin-bottom:1.25rem}.hero-copy .summary a,.hero-copy .highlight-list a{color:var(--color-primary);font-weight:600;text-decoration:underline;text-underline-offset:.18em;transition:color .2s ease}.hero-copy .summary a:hover,.hero-copy .highlight-list a:hover,.hero-copy .summary a:focus-visible,.hero-copy .highlight-list a:focus-visible{color:var(--color-highlight)}.hero-copy mark,.hero-copy .highlight-list mark{background-color:var(--color-highlight-soft);color:var(--color-highlight);padding:.05rem .35rem;border-radius:.4rem}.news-detail mark{background-color:var(--color-highlight-soft);color:var(--color-highlight);padding:.05rem .35rem;border-radius:.4rem}.text-accent{color:var(--color-highlight);font-weight:600}.highlight-list{padding-left:1.1rem;margin:0 0 1.25rem;font-family:merriweather,serif;color:var(--color-text)}.highlight-list li{margin-bottom:.4rem}.hero-links{display:flex;flex-wrap:wrap;gap:.75rem}.text-link{color:var(--color-primary);font-weight:600;text-decoration:none;position:relative}.text-link::after{content:"";display:block;height:2px;width:100%;background:currentColor;transform-origin:left;transform:scaleX(0);transition:transform .2s ease}.text-link:hover::after,.text-link:focus-visible::after{transform:scaleX(1)}.section-heading{display:flex;align-items:center;gap:1rem;margin:4rem 0 2rem}.section-heading .bar{width:5px;height:34px;border-radius:12px;background:var(--color-primary);display:inline-block}.news-list{display:flex;flex-direction:column;gap:.6rem}.news-item{background:var(--color-surface);border-radius:12px;padding:.75rem 1rem;display:grid;grid-template-columns:110px 1fr;gap:.5rem;box-shadow:var(--shadow-soft);border:1px solid rgba(125,162,169,.15)}.news-date{font-weight:600;font-size:.85rem;color:var(--color-primary)}.news-detail p{margin:0 0 .3rem;font-family:merriweather,serif;line-height:1.4;font-size:.95rem}.news-detail a{color:var(--color-primary);font-weight:600;text-decoration:underline;text-underline-offset:.2em;transition:color .2s ease}.news-detail a:hover,.news-detail a:focus-visible{color:var(--color-highlight)}.news-badges{display:flex;flex-wrap:wrap;gap:.35rem}.news-badge{font-size:.7rem;text-transform:uppercase;background:var(--color-highlight);color:#fff;padding:.1rem .6rem;border-radius:999px}.collapsible{position:relative;overflow:visible}.ghost-toggle{margin:1rem auto 0;display:inline-flex;align-items:center;gap:.3rem;border:none;background:0 0;color:var(--color-primary);font-weight:600;font-size:.95rem;cursor:pointer;padding:.35rem .9rem;border-radius:999px;position:relative;z-index:0}.ghost-toggle:hover,.ghost-toggle:focus-visible{background:var(--color-surface-muted)}.expandable-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;overflow:visible;padding-bottom:1rem}.expandable-card{position:relative;z-index:0;background:var(--color-surface);border-radius:16px;box-shadow:var(--shadow-soft);overflow:hidden;display:flex;flex-direction:column;min-height:100%;transition:transform .25s ease,box-shadow .25s ease}.expandable-card:hover,.expandable-card:focus-within{z-index:5;transform:translateY(-6px);box-shadow:0 30px 60px rgba(107,142,155,.25)}.card-image img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.card-content{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.card-meta{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-secondary)}.card-content h3{margin:0;font-size:1.35rem}.card-summary{font-family:merriweather,serif;margin:0;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.expandable-card:hover .card-summary,.expandable-card:focus-within .card-summary{-webkit-line-clamp:unset}.card-coauthors{margin:0;font-size:.85rem;color:var(--color-secondary);display:grid;grid-template-columns:auto 1fr;column-gap:.4rem;row-gap:.25rem;line-height:1.4;align-items:baseline}.card-coauthors .label{font-size:.75rem;letter-spacing:.08em;font-weight:600;color:var(--color-secondary)}.card-coauthors .coauthor-list{display:inline;min-width:0}.card-coauthors .coauthor-link,.card-coauthors .coauthor-name{color:inherit}.card-coauthors .coauthor-link{text-decoration:none;border-bottom:1px dotted}.card-coauthors .coauthor-link:hover,.card-coauthors .coauthor-link:focus-visible{color:var(--color-primary);border-bottom-style:solid}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:rgba(198,183,178,.35);color:var(--color-text);font-size:.75rem;padding:.1rem .7rem;border-radius:999px;text-transform:lowercase}body[data-theme=dark] .tag{background:rgba(168,159,145,.3)}.card-footer{display:flex;flex-wrap:wrap;gap:.65rem;padding:0 1.5rem 1.5rem}.chip-link{padding:.1rem .7rem;border-radius:999px;background:var(--color-primary);color:var(--color-bg);font-weight:600;font-size:.75rem;text-decoration:none;transition:background .2s ease,transform .2s ease}.chip-link:hover,.chip-link:focus-visible{background:var(--color-highlight);transform:translateY(-1px)}.writing-grid .grid-title{font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.75rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem}.category-card{display:block;color:inherit;text-decoration:none;position:relative;border-radius:18px;overflow:hidden;min-height:220px;background-size:cover;background-position:50%;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.category-card::before{content:"";position:absolute;inset:0;background:rgba(28,28,30,.35);transition:opacity .25s ease}.category-card .overlay{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:1.5rem;font-family:merriweather,serif}.category-card h3{margin:0;font-family:inter,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:.9rem}.category-card p{font-size:.9rem;margin-top:.5rem}.category-card:hover,.category-card:focus-visible{transform:translateY(-6px)scale(1.02);box-shadow:0 30px 60px rgba(107,142,155,.25)}.category-card:hover::before,.category-card:focus-visible::before{opacity:.5}.site-footer{margin-top:auto;padding:2rem 0;background-color:initial;text-align:center;color:var(--color-muted);font-size:.85rem;font-family:merriweather,serif;transition:color .3s ease}.footer-container{display:inline-block;text-align:center}.site-footer a{color:var(--color-muted);text-decoration:none;border-bottom:1px dotted var(--color-muted);transition:color .2s ease,border-color .2s ease}.site-footer a:hover{color:var(--color-primary);border-bottom-style:solid}.anchor-helper{display:none}.reader-shell{max-width:900px}.reader-stage{margin-top:2rem;padding:2rem;background:var(--color-surface);border-radius:24px;box-shadow:var(--shadow-soft)}.reader-meta h1{margin:.25rem 0}.reader-panel{margin-top:1.5rem;min-height:200px}.reader-status{font-family:merriweather,serif;color:var(--color-muted);text-align:center;padding:2rem 0}.markdown-body{font-family:merriweather,serif;font-size:1.05rem;line-height:1.9;color:var(--color-text)}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{font-family:inter,sans-serif;color:var(--brand);margin-top:2rem;margin-bottom:.5rem}.markdown-body p{margin:1rem 0}.markdown-body ul,.markdown-body ol{margin:1rem 0 1rem 1.5rem}.markdown-body img{max-width:100%;border-radius:18px;box-shadow:var(--shadow-soft);margin:1.5rem 0}.markdown-body blockquote{border-left:4px solid var(--color-highlight);padding:.8rem 1.2rem;font-style:italic;background:rgba(125,162,169,8%);border-radius:12px;color:var(--color-muted)}.markdown-body a{color:var(--brand);text-decoration:underline;transition:color .2s ease}.markdown-body a:hover,.markdown-body a:focus-visible{color:var(--color-highlight)}.markdown-body code{font-family:jetbrains mono,sfmono-regular,Consolas,monospace;background:rgba(125,162,169,.15);padding:.1rem .35rem;border-radius:6px;font-size:.95rem}.code-frame{background:0 0;border-radius:20px;overflow:hidden;margin-bottom:2rem;border:1px solid rgba(125,162,169,.35)}.code-frame__header{display:flex;justify-content:space-between;align-items:center;padding:.4rem 1rem .4rem 1.5rem;background:rgba(125,162,169,.12);position:relative;padding-right:3rem}.code-frame__lang{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-right:auto}.copy-btn{position:absolute;top:8px;right:10px;border:none;background:0 0;color:var(--color-muted);padding:4px;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .15s ease,background .15s ease}.copy-btn:hover,.copy-btn:focus-visible{color:var(--color-primary);background:rgba(125,162,169,.15)}.copy-btn.copied{color:var(--color-highlight)}.code-frame__body{padding:.35rem 0 0!important;margin-bottom:0!important;background:rgba(125,162,169,5%)}.chroma{padding-bottom:0!important;margin-bottom:0!important}.code-frame__table{margin:0;padding-bottom:0!important}.code-frame__table .lntable{width:100%;border-spacing:0;border-collapse:collapse;padding-bottom:0!important}.code-frame__table .lntd{vertical-align:top;padding-top:1rem;padding-bottom:1rem}.code-frame__table .lntd:first-child{padding-left:1.2rem;padding-right:1rem;font-size:.85rem;color:var(--color-muted);border-right:1px solid rgba(125,162,169,.2)}.code-frame__table .lntd:last-child{padding-left:1.2rem;padding-right:1.2rem;overflow-x:auto}.code-frame__table pre{margin:0;padding:0;background:0 0}.code-frame__table pre code{background:0 0}.chroma .lntable .lntd:last-child pre{padding-bottom:1.5rem!important}.article-content,.markdown-body{max-width:900px;margin:0 auto}.article-shell{max-width:900px;margin:0 auto;padding:2rem 0 4rem}.article-head{margin-bottom:1.5rem}.article-back{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-primary);text-decoration:none;font-weight:600;margin-bottom:1rem}.article-title{margin:.3rem 0;font-size:clamp(2rem,5vw,2.6rem)}.article-date{color:var(--color-muted);font-size:.95rem;letter-spacing:.05em;text-transform:uppercase}.listing-shell{padding:2rem 0 4rem}.listing-header{max-width:760px;margin:0 auto 2rem;text-align:center}.filter-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.filter-btn{border:1px solid var(--color-secondary);background:var(--color-surface);color:var(--color-muted);border-radius:999px;padding:.35rem .9rem;font-size:.85rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.filter-btn:hover,.filter-btn:focus-visible,.filter-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-bg);box-shadow:0 10px 24px rgba(107,142,155,.2)}.listing-toolbar{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:1rem}.view-btn{border:1px solid var(--color-secondary);background:0 0;color:var(--color-muted);padding:.4rem .6rem;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.view-btn.active,.view-btn:hover,.view-btn:focus-visible{background:var(--color-primary);color:var(--color-bg);box-shadow:0 6px 20px rgba(107,142,155,.2)}.listing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.listing-grid.view-list{grid-template-columns:1fr}.listing-grid.view-compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.listing-card{background:var(--color-surface);border-radius:18px;padding:1.5rem;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:.6rem;transition:transform .2s ease,box-shadow .2s ease;position:relative}.listing-card:hover,.listing-card:focus-within{transform:translateY(-6px);box-shadow:0 25px 50px rgba(107,142,155,.2)}.listing-card h3{margin:0}.listing-card .listing-date{font-size:.85rem;letter-spacing:.08em;color:var(--color-secondary);text-transform:uppercase}.listing-card a{margin-top:auto;align-self:flex-start;color:var(--color-primary);font-weight:600;text-decoration:none}.listing-card a:hover,.listing-card a:focus-visible{color:var(--color-highlight)}.listing-thumb{border-radius:14px;overflow:hidden;height:160px}.listing-thumb img{width:100%;height:100%;object-fit:cover;display:block}.listing-grid.view-list .listing-card{flex-direction:row;align-items:flex-start;padding:.85rem 1rem;gap:.85rem}.listing-grid.view-list .listing-thumb{width:140px;height:95px;flex-shrink:0}.listing-grid.view-list .card-body{flex:1;display:flex;flex-direction:column;gap:.4rem}.listing-grid.view-list .listing-card h3{font-size:1.1rem;margin-bottom:.2rem}.listing-grid.view-list .listing-card p{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.listing-grid.view-list .listing-card a{margin-top:0}.listing-grid.view-compact .listing-card{border:1px solid var(--color-secondary);background:var(--color-surface);padding:1rem;text-align:center;gap:.4rem;box-shadow:none;justify-content:center;align-items:center;min-height:100px}.listing-grid.view-compact .listing-card h3{display:block!important;font-size:.95rem;line-height:1.3;margin:.25rem 0 0;position:relative}.listing-grid.view-compact .listing-card h3 a{color:var(--color-text);text-decoration:none}.listing-grid.view-compact .listing-card h3 a::before{content:"";position:absolute;inset:0;z-index:1}.listing-grid.view-compact .listing-card .listing-date{font-size:.7rem;color:var(--color-secondary);text-transform:uppercase;margin-bottom:0}.listing-grid.view-compact .listing-thumb,.listing-grid.view-compact .listing-card p,.listing-grid.view-compact .listing-card .tag-row,.listing-grid.view-compact .listing-card .summary,.listing-grid.view-compact .listing-card .read-more-btn{display:none!important}.listing-card.hidden{display:none!important}.article-nav{margin-top:2.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;border-top:1px solid rgba(125,162,169,.3);padding-top:1.5rem}.article-nav a{color:var(--color-primary);font-weight:600;text-decoration:none}.article-nav a:hover,.article-nav a:focus-visible{color:var(--color-highlight)}.article-nav .article-nav__center{flex:1;text-align:center}#scroll-top{position:fixed;right:2rem;bottom:2rem;width:40px;height:40px;border:none;border-radius:50%;background:var(--color-primary);color:var(--color-bg);font-size:1.2rem;cursor:pointer;box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transition:opacity .3s ease,transform .2s ease;z-index:20}#scroll-top.show-scroll{opacity:1;pointer-events:all}#scroll-top:hover,#scroll-top:focus-visible{transform:translateY(-3px)}.chroma{overflow-x:auto;border-radius:8px;margin-bottom:1.5rem;background-color:initial!important;padding:0!important}.chroma code{display:grid;grid-template-columns:max-content 1fr;column-gap:1rem}.chroma .lnt{text-align:right;padding-right:.5rem;line-height:1.6;color:inherit}.chroma .line{padding-left:0;line-height:1.6}body[data-theme=light] .markdown-body pre{background:#f5f8fa}body[data-theme=light] .code-frame{border-color:rgba(125,162,169,.45)}body[data-theme=light] .code-frame__header{background:rgba(125,162,169,.16)}body[data-theme=light] .copy-btn:hover,body[data-theme=light] .copy-btn:focus-visible{background:rgba(125,162,169,.2)}body[data-theme=light] .chroma{color:#1f2530}body[data-theme=light] .chroma .ln,body[data-theme=light] .chroma .ln span{color:#9da6b3}body[data-theme=light] .chroma .lnt{color:#9da6b3}body[data-theme=light] .chroma .k{color:#b74c37;font-weight:600}body[data-theme=light] .chroma .s{color:#2e75a0}body[data-theme=light] .chroma .c{color:#7a808b;font-style:italic}body[data-theme=light] .chroma .n,body[data-theme=light] .chroma .o,body[data-theme=light] .chroma .p{color:#27303c}body[data-theme=light] .chroma .nf,body[data-theme=light] .chroma .na{color:#4055b5}body[data-theme=light] .chroma .mi,body[data-theme=light] .chroma .mf{color:#c77b15}body[data-theme=dark] .markdown-body pre{background:#1b1f27}body[data-theme=dark] .code-frame{border-color:rgba(140,170,180,.5)}body[data-theme=dark] .code-frame__header{background:rgba(140,170,180,9%)}body[data-theme=dark] .copy-btn:hover,body[data-theme=dark] .copy-btn:focus-visible{background:rgba(255,255,255,8%)}body[data-theme=dark] .chroma{color:#eaeef7}body[data-theme=dark] .chroma .ln,body[data-theme=dark] .chroma .ln span{color:rgba(234,238,247,.55)}body[data-theme=dark] .chroma .lnt{color:rgba(234,238,247,.55)}body[data-theme=dark] .chroma .k{color:#ff9f7b;font-weight:600}body[data-theme=dark] .chroma .s{color:#8ad5ff}body[data-theme=dark] .chroma .c{color:#7e869b;font-style:italic}body[data-theme=dark] .chroma .nf,body[data-theme=dark] .chroma .na{color:#9ad1ff}body[data-theme=dark] .chroma .mi,body[data-theme=dark] .chroma .mf{color:#f5c66a}.chroma .lntable .lntd:first-child pre{column-count:1!important;columns:1!important;width:auto!important;white-space:pre!important;padding-right:.5rem}.chroma::-webkit-scrollbar{height:10px;background:0 0}.chroma::-webkit-scrollbar-thumb{background-color:initial;border-radius:4px;border:2px solid transparent;background-clip:content-box;transition:background-color .2s ease}.code-frame:hover .chroma::-webkit-scrollbar-thumb,.chroma:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)!important}[data-theme=dark] .code-frame:hover .chroma::-webkit-scrollbar-thumb,[data-theme=dark] .chroma:hover::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.25)!important}.chroma::-webkit-scrollbar-thumb:active{background-color:var(--brand)!important}.chroma code{display:block!important;grid-template-columns:none!important;column-gap:0!important}.chroma .lntable .lntd{vertical-align:top!important;padding-top:0!important;padding-bottom:0!important;line-height:1.5!important}.chroma .lntable .lntd pre{line-height:1.5!important;margin:0!important;padding-top:.5rem!important;padding-bottom:.5rem!important}.chroma .lntable .lntd:first-child{width:1px!important;padding:0!important;margin:0!important}.chroma .lntable .lntd:first-child pre{display:block!important;width:auto!important;min-width:0!important;margin:0!important;padding:.5em!important;white-space:pre!important;word-break:normal!important;overflow:hidden!important}.chroma .lntable .lntd:first-child pre span{display:inline!important;float:none!important;width:auto!important}@media(min-width:640px){.expandable-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.expandable-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:960px){.morandi-nav{flex-wrap:wrap;gap:.6rem;border-radius:24px}.nav-links{width:100%;flex-wrap:wrap;justify-content:center}.hero{grid-template-columns:1fr;padding:2rem}.news-item{grid-template-columns:1fr}}@media(max-width:600px){.page-shell{padding:1.5rem 1rem 3rem}.hero{padding:1.5rem}.section-heading{flex-direction:column;align-items:flex-start}}.hidden{display:none!important}.code-frame::-webkit-scrollbar-thumb,.chroma::-webkit-scrollbar-thumb,.chroma .lntable::-webkit-scrollbar-thumb,.chroma .lntd:last-child::-webkit-scrollbar-thumb{background-color:initial;transition:background-color .3s ease}.code-frame:hover::-webkit-scrollbar-thumb,.chroma:hover::-webkit-scrollbar-thumb,.chroma .lntable:hover::-webkit-scrollbar-thumb,.chroma .lntd:last-child:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}[data-theme=dark] .code-frame:hover::-webkit-scrollbar-thumb,[data-theme=dark] .chroma:hover::-webkit-scrollbar-thumb,[data-theme=dark] .chroma .lntable:hover::-webkit-scrollbar-thumb,[data-theme=dark] .chroma .lntd:last-child:hover::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.2)}.listing-card .tag-row{margin-top:.8rem;gap:.4rem}.listing-card .tag{font-size:.7rem;padding:2px 8px;background:var(--color-surface-muted);color:var(--color-text);border:1px solid transparent}.listing-card .tag:hover{border-color:var(--color-primary);color:var(--color-primary)}.view-list .listing-card .tag-row{margin-top:.5rem}.view-compact .listing-card .tag-row{display:none!important}