:root{color-scheme:light dark;--bg:light-dark(#fbfbfa,#16161a);--bg-panel:light-dark(#fff,#1e1e23);--bg-subtle:light-dark(#f2f2ef,#26262c);--bg-inset:light-dark(#eceae5,#2f2f36);--fg:light-dark(#1f1e1c,#e8e6e1);--fg-muted:light-dark(#605d57,#a9a59d);--fg-faint:light-dark(#6b6862,#9b978f);--border:light-dark(#ddd9d1,#35353d);--border-strong:light-dark(#c3beb3,#4a4a54);--accent:light-dark(#9a5b2a,#d99a63);--accent-fg:light-dark(#fff,#1a1a1e);--link:light-dark(#8a4a1c,#e0a877);--ok:light-dark(#2f6f45,#7fc79a);--ok-bg:light-dark(#e4f0e6,#1d3327);--warn:light-dark(#8a6100,#ddb45c);--warn-bg:light-dark(#f8eed3,#3a2f14);--danger:light-dark(#a32f2a,#f0938c);--danger-bg:light-dark(#fae3e1,#3d201e);--info:light-dark(#2b5f8f,#86b6e2);--info-bg:light-dark(#e0ecf7,#1b2b3b);--radius:8px;--radius-sm:5px;--shadow:0 1px 2px light-dark(#0000000f,#0006), 0 4px 12px light-dark(#0000000a,#0000003d);--font-sans:system-ui, -apple-system, "Segoe UI", "Hiragino Sans", "Noto Sans JP", "Yu Gothic UI", Meiryo, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", "BIZ UDGothic", monospace;--measure:74rem}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}.astro-code{background-color:light-dark(var(--shiki-light-bg),var(--shiki-dark-bg))}.astro-code,.astro-code span{color:light-dark(var(--shiki-light),var(--shiki-dark))}*,:before,:after{box-sizing:border-box}html{overflow-x:hidden}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);overflow-wrap:anywhere;-webkit-text-size-adjust:100%;margin:0;font-size:16px;line-height:1.75}a{color:var(--link);text-underline-offset:.18em}a:hover{text-decoration-thickness:2px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}code,kbd,samp{font-family:var(--font-mono);font-size:.88em}:not(pre)>code{background:var(--bg-inset);border-radius:4px;padding:.1em .35em}pre{background:var(--bg-inset);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem;overflow-x:auto}hr{border:0;border-top:1px solid var(--border);margin:2rem 0}h1,h2,h3,h4{margin:2rem 0 .75rem;scroll-margin-top:5rem;line-height:1.35}h1{margin-top:0;font-size:clamp(1.5rem,1.2rem + 1.4vw,2rem)}h2{border-bottom:1px solid var(--border);padding-bottom:.3rem;font-size:clamp(1.2rem,1.05rem + .7vw,1.45rem)}h3{font-size:1.1rem}.layout{flex-direction:column;min-height:100vh;display:flex}.wrap{width:100%;max-width:var(--measure);margin-inline:auto;padding-inline:clamp(.9rem,.4rem + 2vw,2rem)}main{flex:1;padding-block:1.75rem 4rem}.site-header{z-index:20;background:color-mix(in srgb, var(--bg) 88%, transparent);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header__inner{flex-wrap:wrap;align-items:center;gap:.75rem;padding-block:.6rem;display:flex}.brand{color:var(--fg);letter-spacing:-.01em;white-space:nowrap;font-weight:700;text-decoration:none}.brand span{color:var(--fg-faint);margin-inline-start:.4rem;font-size:.8rem;font-weight:400}.nav{flex-wrap:wrap;align-items:center;gap:.15rem;margin-inline-start:auto;display:flex}.nav a{color:var(--fg-muted);border-radius:var(--radius-sm);white-space:nowrap;padding:.3rem .55rem;font-size:.9rem;text-decoration:none}.nav a:hover{background:var(--bg-subtle);color:var(--fg)}.nav a[aria-current=page]{background:var(--bg-inset);color:var(--fg);font-weight:600}.theme-toggle{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--fg-muted);cursor:pointer;font:inherit;background:0 0;padding:.25rem .5rem;font-size:.85rem;line-height:1.4}.theme-toggle:hover{background:var(--bg-subtle);color:var(--fg)}.site-footer{border-top:1px solid var(--border);color:var(--fg-faint);padding-block:1.25rem 2rem;font-size:.85rem}.site-footer p{margin:.25rem 0}.panel{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.15rem}.lede{color:var(--fg-muted);margin-top:0}.section{margin-block:2.5rem}.section>h2{margin-top:0}.grid{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:.9rem;display:grid}.empty{border:1px dashed var(--border-strong);border-radius:var(--radius);color:var(--fg-muted);background:var(--bg-subtle);padding:1.25rem}.empty strong{color:var(--fg);margin-bottom:.35rem;display:block}.badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:.3em;padding:.05rem .55rem;font-size:.75rem;font-weight:600;line-height:1.5;display:inline-flex}.badge--stable{background:var(--ok-bg);color:var(--ok);border-color:color-mix(in srgb, var(--ok) 30%, transparent)}.badge--beta{background:var(--info-bg);color:var(--info);border-color:color-mix(in srgb, var(--info) 30%, transparent)}.badge--deprecated{background:var(--warn-bg);color:var(--warn);border-color:color-mix(in srgb, var(--warn) 30%, transparent)}.badge--unverified{background:var(--danger-bg);color:var(--danger);border-color:color-mix(in srgb, var(--danger) 45%, transparent)}.badge--neutral{background:var(--bg-inset);color:var(--fg-muted);border-color:var(--border)}.age{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:.3em;padding:.05rem .5rem;font-size:.78rem;font-weight:600;display:inline-flex}.age:before{content:"";background:currentColor;border-radius:50%;width:.5em;height:.5em}.age--fresh{color:var(--ok);background:var(--ok-bg);border-color:color-mix(in srgb, var(--ok) 25%, transparent)}.age--aging{color:var(--info);background:var(--info-bg);border-color:color-mix(in srgb, var(--info) 25%, transparent)}.age--stale{color:var(--warn);background:var(--warn-bg);border-color:color-mix(in srgb, var(--warn) 35%, transparent)}.age--critical{color:var(--danger);background:var(--danger-bg);border-color:color-mix(in srgb, var(--danger) 50%, transparent)}.tag-list{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.tag{border:1px solid var(--border);background:var(--bg-subtle);color:var(--fg-muted);border-radius:999px;padding:.05rem .6rem;font-size:.8rem;text-decoration:none;display:inline-block}.tag:hover{border-color:var(--border-strong);color:var(--fg)}.stat-row{grid-template-columns:repeat(auto-fit,minmax(9.5rem,1fr));gap:.75rem;display:grid}.stat{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem .95rem}.stat__value{font-variant-numeric:tabular-nums;font-size:1.7rem;font-weight:700;line-height:1.15}.stat__label{color:var(--fg-muted);font-size:.82rem}.bars{gap:.45rem;margin:0;display:grid}.bar{grid-template-columns:minmax(6.5rem,auto) 1fr minmax(3.5rem,auto);align-items:center;gap:.6rem;font-size:.86rem;display:grid}.bar__track{background:var(--bg-inset);border-radius:999px;height:.6rem;overflow:hidden}.bar__fill{background:var(--fg-faint);border-radius:999px;min-width:2px;height:100%}.bar__fill[data-level=fresh]{background:var(--ok)}.bar__fill[data-level=aging]{background:var(--info)}.bar__fill[data-level=stale]{background:var(--warn)}.bar__fill[data-level=critical]{background:var(--danger)}.bar__fill[data-status=stable]{background:var(--ok)}.bar__fill[data-status=beta]{background:var(--info)}.bar__fill[data-status=deprecated]{background:var(--warn)}.bar__fill[data-status=unverified]{background:var(--danger)}.bar__count{text-align:right;color:var(--fg-muted);font-variant-numeric:tabular-nums}.freshness-table{border-collapse:collapse;width:100%;font-size:.9rem}.freshness-table th,.freshness-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:.45rem .6rem}.freshness-table thead th{background:var(--bg-panel);border-bottom:2px solid var(--border-strong);color:var(--fg-muted);z-index:1;font-size:.8rem;position:sticky;top:0}.freshness-table tbody tr:hover{background:var(--bg-subtle)}.freshness-table td:first-child a{font-weight:600;text-decoration:none}.freshness-table td:first-child a:hover{text-decoration:underline}.freshness-table .num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}@media (width<=46rem){.freshness-table thead{display:none}.freshness-table,.freshness-table tbody,.freshness-table tr,.freshness-table td{width:100%;display:block}.freshness-table tr{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-panel);margin-bottom:.6rem;padding:.5rem .65rem}.freshness-table td{border:0;padding:.12rem 0}.freshness-table .num{text-align:left}}.card{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);color:inherit;flex-direction:column;gap:.4rem;padding:.85rem .95rem;text-decoration:none;display:flex}.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow)}.card__title{font-weight:650;line-height:1.4}.card__meta{color:var(--fg-muted);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.8rem;display:flex}.prose{max-width:100%}.prose>:first-child{margin-top:0}.prose ul,.prose ol{padding-inline-start:1.4rem}.prose li+li{margin-top:.2rem}.prose blockquote{border-inline-start:3px solid var(--border-strong);color:var(--fg-muted);margin-inline:0;padding:.1rem 1rem}.table-scroll{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-panel);overscroll-behavior-x:contain;max-width:100%;margin-block:1rem;overflow-x:auto}@media (width>=46.0625rem){.table-scroll--tall{overscroll-behavior:contain;max-height:min(75vh,46rem);overflow:auto}}.prose .table-scroll table{border-collapse:collapse;min-width:100%;margin:0;font-size:.88rem}.prose .table-scroll th,.prose .table-scroll td{border-bottom:1px solid var(--border);border-inline-end:1px solid var(--border);text-align:left;vertical-align:top;min-width:6.5rem;padding:.4rem .65rem}.prose .table-scroll th:first-child,.prose .table-scroll td:first-child{min-width:13rem}.prose .table-scroll th.matrix-cell,.prose .table-scroll td.matrix-cell{min-width:4.5rem}.prose .table-scroll th:last-child,.prose .table-scroll td:last-child{border-inline-end:0}.prose .table-scroll thead th{background:var(--bg-subtle);white-space:nowrap;font-size:.82rem;position:sticky;top:0}.prose .table-scroll tbody tr:last-child td{border-bottom:0}.prose .table-scroll tbody tr:hover{background:var(--bg-subtle)}.matrix-cell{white-space:nowrap;font-weight:700;text-align:center!important}.matrix-yes{color:var(--ok)}.matrix-partial{color:var(--warn)}.matrix-no{color:var(--fg-faint)}.matrix-unknown{color:var(--danger);background:repeating-linear-gradient(135deg, color-mix(in srgb, var(--danger) 9%, transparent), color-mix(in srgb, var(--danger) 9%, transparent) 5px, transparent 5px, transparent 10px);outline:1px dashed color-mix(in srgb, var(--danger) 45%, transparent);outline-offset:-3px}.prose sup a,.footnote-ref-link{background:var(--bg-inset);cursor:help;border-radius:3px;padding-inline:.15em;font-weight:700;text-decoration:none}.prose sup a:hover{background:var(--accent);color:var(--accent-fg)}.prose section[data-footnotes]{border-top:1px solid var(--border);color:var(--fg-muted);margin-top:2.5rem;font-size:.88rem}.prose section[data-footnotes] li{scroll-margin-top:5rem}.prose section[data-footnotes] li:target{background:var(--warn-bg);border-radius:var(--radius-sm);outline:2px solid color-mix(in srgb, var(--warn) 45%, transparent);outline-offset:4px}.sourcebar{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:1.25rem;padding:.65rem .85rem;display:flex}.sourcebar--alert{border-color:color-mix(in srgb, var(--danger) 55%, transparent);background:var(--danger-bg)}.sourcebar__sources{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.sourcebar__sources a{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg);text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:22rem;padding:.05rem .5rem;font-size:.8rem;text-decoration:none;display:inline-block;overflow:hidden}.alert{border:1px solid color-mix(in srgb, var(--danger) 55%, transparent);background:var(--danger-bg);color:var(--danger);border-radius:var(--radius);margin-bottom:1.25rem;padding:.65rem .9rem;font-size:.9rem}.alert strong{font-weight:700}.split{grid-template-columns:minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}@media (width>=64rem){.split{grid-template-columns:minmax(0,1.7fr) minmax(0,1fr)}.split__aside{max-height:calc(100vh - 6rem);position:sticky;top:4.5rem;overflow-y:auto}}.split__aside h2{margin-top:0;font-size:1rem}.timeline{margin:0;padding:0;list-style:none;position:relative}.timeline__month{color:var(--fg-muted);border-bottom:1px solid var(--border);background:var(--bg);z-index:2;margin-block:2rem .9rem;padding-bottom:.25rem;font-size:.95rem;font-weight:700;position:sticky;top:3.2rem}.release{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-panel);margin-bottom:.6rem;padding:.7rem .9rem}.release__head{flex-wrap:wrap;align-items:baseline;gap:.5rem;font-size:.9rem;display:flex}.release__version{font-family:var(--font-mono);font-weight:700}.release__items{margin:.5rem 0 0;padding-inline-start:1.1rem;font-size:.9rem}.kind{background:var(--bg-inset);color:var(--fg-muted);border-radius:4px;margin-inline-end:.35em;padding:0 .35em;font-size:.72rem;font-weight:700;display:inline-block}.kind--added{background:var(--ok-bg);color:var(--ok)}.kind--changed{background:var(--info-bg);color:var(--info)}.kind--deprecated{background:var(--warn-bg);color:var(--warn)}.kind--removed{background:var(--danger-bg);color:var(--danger)}#search{--pagefind-ui-scale:.85;--pagefind-ui-primary:var(--fg);--pagefind-ui-text:var(--fg);--pagefind-ui-background:var(--bg-panel);--pagefind-ui-border:var(--border);--pagefind-ui-tag:var(--bg-subtle);--pagefind-ui-border-width:1px;--pagefind-ui-border-radius:var(--radius);--pagefind-ui-font:var(--font-sans)}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.muted{color:var(--fg-muted)}.small{font-size:.85rem}.mono{font-family:var(--font-mono)}.stack>*+*{margin-top:.75rem}.row{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.crumbs{color:var(--fg-muted);margin:0 0 .75rem;font-size:.85rem}.source-bar{background:var(--bg-subtle);border:1px solid var(--border);border-radius:6px;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:1.25rem;padding:.6rem .85rem;font-size:.85rem;display:flex}.callout{background:var(--bg-subtle);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:4px;margin:1.25rem 0;padding:.85rem 1rem;font-size:.9rem}.callout ul{margin:.5rem 0 0;padding-left:1.2rem}.callout li+li{margin-top:.25rem}.callout--warn{border-left-color:var(--danger,#a32f2a)}.card-list{gap:1rem;margin:1.5rem 0;padding:0;list-style:none;display:grid}.card__head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.card__head h2{margin:0;font-size:1.05rem}.meta{flex-wrap:wrap;gap:.4rem 1.25rem;margin:.6rem 0 0;font-size:.85rem;display:flex}.meta>div{gap:.4rem;display:flex}.meta dt{color:var(--fg-muted)}.meta dd{margin:0}.sources{word-break:break-all;padding-left:1.2rem;font-size:.85rem}.sources li+li{margin-top:.4rem}.sources .muted{word-break:keep-all;margin-left:.5rem}.badge--emerging{background:color-mix(in srgb, var(--accent) 16%, transparent);color:var(--accent)}.badge--established{background:color-mix(in srgb, var(--ok,#2f6f45) 16%, transparent);color:var(--ok,#2f6f45)}.badge--contested{background:color-mix(in srgb, var(--danger,#a32f2a) 16%, transparent);color:var(--danger,#a32f2a)}.badge--fading{background:var(--bg-inset);color:var(--fg-muted)}
