:root{--sans-font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--serif-font:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--mono-font:"Cascadia Code", "Cascadia Mono", Consolas, Menlo, Monaco, "Ubuntu Mono", monospace;--border-width:1px;--radius-sm:3px;--radius-md:6px;--radius-lg:8px;--radius-full:999px;--transition-fast:.15s ease;--transition-normal:.25s ease;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 2px 8px #0000001f;--shadow-lg:0 4px 16px #00000024;--bg:#f6f7fb;--surface-1:#fff;--surface-2:#eef2f7;--surface-3:#e3e9f2;--border-subtle:#d3d9e3;--border-strong:#b8c2cf;--border:var(--border-strong);--border-light:var(--border-subtle);--text:#111827;--text-light:#4b5563;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-text:#fff;--accent-bg:var(--surface-2);--code:#9a3d0a;--preformatted:#263142;--disabled:#e6e9ef;--card-bg:var(--surface-1);--card-title:var(--text);--card-version:#14532d;--card-id:#a3430b;--card-hover-border:#dc2626;--color-added:#14532d;--status-added:#14532d;--status-updated:#3b82f6;--status-deleted:#dc2626;--toggle-track:#1a1a2e;--toggle-track-border:#2a2a4a;--curtain-light:#e8dcc4;--curtain-dark:#8b7355;--curtain-shadow:#0003;--window-bg-light:#87ceeb;--window-bg-dark:#1a1a2e;--xp-sky-top:#4a90d9;--xp-sky-bottom:#87ceeb;--xp-hill-back:#7cb342;--xp-hill-front:#558b2f;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg:#0b1220;--surface-1:#151e2d;--surface-2:#1b2638;--surface-3:#243147;--border-subtle:#2a3a52;--border-strong:#3a4b67;--border:var(--border-strong);--border-light:var(--border-subtle);--text:#e5edf7;--text-light:#9fb0c6;--accent:#60a5fa;--accent-hover:#93c5fd;--accent-text:#0b1220;--accent-bg:var(--surface-2);--code:#f5d34f;--preformatted:#cdd6e3;--disabled:var(--surface-2);--card-bg:var(--surface-1);--shadow-sm:0 1px 2px #060a1259;--shadow-md:0 4px 12px #060a1266;--shadow-lg:0 10px 24px #060a1280;--card-title:var(--text);--card-version:#4ade80;--card-id:#facc15;--card-hover-border:#ef4444;--color-added:#4ade80;--status-added:#4ade80;--status-updated:#60a5fa;--status-deleted:#f87171}:root:not([data-theme=light]) img{opacity:.9}}html[data-theme=light]{color-scheme:light;--bg:#f6f7fb;--surface-1:#fff;--surface-2:#eef2f7;--surface-3:#e3e9f2;--border-subtle:#d3d9e3;--border-strong:#b8c2cf;--border:var(--border-strong);--border-light:var(--border-subtle);--text:#111827;--text-light:#4b5563;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-text:#fff;--accent-bg:var(--surface-2);--code:#9a3d0a;--preformatted:#263142;--disabled:#e6e9ef;--card-bg:var(--surface-1);--shadow-sm:0 1px 3px #00000014;--shadow-md:0 2px 8px #0000001f;--shadow-lg:0 4px 16px #00000024;--card-title:#1a1a2e;--card-version:#14532d;--card-id:#a3430b;--card-hover-border:#dc2626;--color-added:#14532d;--status-added:#14532d;--status-updated:#3b82f6;--status-deleted:#dc2626}html[data-theme=light] img{opacity:1}html[data-theme=dark]{color-scheme:dark;--bg:#0b1220;--surface-1:#151e2d;--surface-2:#1b2638;--surface-3:#243147;--border-subtle:#2a3a52;--border-strong:#3a4b67;--border:var(--border-strong);--border-light:var(--border-subtle);--text:#e5edf7;--text-light:#9fb0c6;--accent:#60a5fa;--accent-hover:#93c5fd;--accent-text:#0b1220;--accent-bg:var(--surface-2);--code:#f5d34f;--preformatted:#cdd6e3;--disabled:var(--surface-2);--card-bg:var(--surface-1);--shadow-sm:0 1px 2px #060a1259;--shadow-md:0 4px 12px #060a1266;--shadow-lg:0 10px 24px #060a1280;--card-title:var(--text);--card-version:#4ade80;--card-id:#facc15;--card-hover-border:#ef4444;--color-added:#4ade80;--status-added:#4ade80;--status-updated:#60a5fa;--status-deleted:#f87171}html[data-theme=dark] img{opacity:.9}*,:before,:after{box-sizing:border-box}input{appearance:none}html{font-family:var(--sans-font);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{color:var(--text);background-color:var(--bg);grid-template-columns:1fr min(1100px,90%) 1fr;margin:0;font-size:1rem;line-height:1.6;display:grid}body>*{grid-column:2}body>header{background-color:var(--surface-1);border-bottom:var(--border-width) solid var(--border);grid-column:1/-1;padding:.5rem 1rem}main{padding:1.5rem 0 1rem}body>footer{color:var(--text-light);text-align:center;border-top:var(--border-width) solid var(--border-light);margin-top:.5rem;padding:1rem 1rem 1.5rem;font-size:.85rem}h1{letter-spacing:-.03em;font-size:2.5rem;font-weight:800}h2{letter-spacing:-.02em;margin-top:2.5rem;font-size:1.75rem;font-weight:700}h3{letter-spacing:-.01em;margin-top:2rem;font-size:1.35rem;font-weight:600}h4{font-size:1.15rem;font-weight:600}h5{font-size:1rem;font-weight:600}h6{text-transform:uppercase;letter-spacing:.04em;font-size:.9rem;font-weight:600}p{margin:1rem 0}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3{line-height:1.1}@media only screen and (width<=720px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}}a,a:visited{color:var(--accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:none}button,.button,input[type=submit]{border:var(--border-width) solid var(--accent);background-color:var(--accent);color:var(--accent-text);font-family:inherit;font-weight:500;line-height:normal;font-size:inherit;border-radius:var(--radius-lg);transition:background-color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);padding:.5em 1em;text-decoration:none}input:disabled,button[disabled]{cursor:not-allowed;background-color:var(--disabled);border-color:var(--disabled);color:var(--text-light)}button:enabled:hover,.button:hover,input[type=submit]:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);cursor:pointer}button:focus-visible:where(:enabled),a:focus-visible,input:focus-visible,details:focus-visible{outline:2px solid var(--accent);outline-offset:1px}input,button{font-size:inherit;border-radius:var(--radius-lg);box-shadow:none;max-width:100%;margin-bottom:.5rem;padding:.5em;font-family:inherit;display:inline-block}input{color:var(--text);background-color:var(--surface-1);border:var(--border-width) solid var(--border)}input[type=text],input[type=search],input[type=email],input[type=password],textarea,select{font-family:inherit;font-size:inherit;background:var(--surface-1);color:var(--text);border:var(--border-width) solid var(--border);border-radius:var(--radius-md);transition:border-color var(--transition-fast);padding:.5rem}input[type=text]:focus,input[type=search]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus,select:focus{border-color:var(--accent);outline:none}details,pre{background-color:var(--surface-2);border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);margin-bottom:1rem}details{padding:.7rem 1rem}summary{cursor:pointer;word-break:break-word;border-radius:var(--radius-lg);transition:background-color var(--transition-fast);margin:-.7rem -1rem;padding:.7rem 1rem;font-weight:600}summary:hover{background-color:var(--accent-bg)}details[open]>summary+*{margin-top:0}details[open]>summary{margin-bottom:.5rem}details[open]>:last-child{margin-bottom:0}article{border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);background-color:var(--card-bg);margin-bottom:1rem;padding:1rem}section{border-top:var(--border-width) solid var(--border-light);border-bottom:var(--border-width) solid var(--border-light);margin:2rem 0;padding:1.5rem 0}section+section,section:first-child{border-top:0;padding-top:0}section+section{margin-top:0}section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}table{border-collapse:collapse;margin:1.5rem 0}td,th{border:var(--border-width) solid var(--border);text-align:start;padding:.5rem}th{background-color:var(--surface-2);font-weight:700}tr:nth-child(2n){background-color:var(--surface-2)}table caption{margin-bottom:.5rem;font-weight:700}ul,ol{margin:0 0 1rem;padding-left:1.5rem}li{margin:.3rem 0}blockquote{border-inline-start:.35rem solid var(--accent);color:var(--text-light);margin-block:2rem;margin-inline:2rem 0;padding:.4rem .8rem;font-style:italic}dt{color:var(--text-light)}img{border-radius:var(--radius-lg);max-width:100%;height:auto}code,pre,pre span{font-family:var(--mono-font);color:var(--code)}pre{max-width:100%;color:var(--preformatted);padding:1rem 1.4rem;overflow:auto}pre code{color:var(--preformatted);background:0 0;margin:0;padding:0}code{background:var(--surface-2);border-radius:var(--radius-sm);padding:.15rem .3rem}::selection{background:var(--accent);color:var(--accent-text)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) var(--surface-2)}.cmd-copy .copy-icon,.cmd-copy .check-icon{width:.85rem;height:.85rem}.cmd-copy .check-icon{color:var(--color-added);display:none}.cmd-copy.copied .copy-icon{display:none}.cmd-copy.copied .check-icon{display:block}.cmd-copy.copied{color:var(--color-added)}.card{border:var(--border-width) solid var(--border-light);border-radius:var(--radius-lg);background:var(--card-bg);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);position:relative}.card--interactive{cursor:pointer;color:inherit;text-decoration:none}.card--interactive:hover{border-color:var(--card-hover-border);background:var(--surface-2);box-shadow:0 2px 6px #00000014}.card--padded{padding:1rem 1.25rem}.card--padded-sm{padding:1rem}.card--centered{text-align:center;flex-direction:column;align-items:center;display:flex}.chip{border:var(--border-width) solid var(--border-light);background:var(--surface-1);color:var(--text-light);font-family:var(--mono-font);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);align-items:center;display:inline-flex}.chip:hover{color:var(--text);border-color:var(--border)}.chip.active{background:var(--surface-3);color:var(--text);border-color:var(--accent)}.chip:disabled,.chip.is-disabled{opacity:.4;cursor:not-allowed}.chip:disabled:hover,.chip.is-disabled:hover{color:var(--text-light);border-color:var(--border-light)}.chip--sm{font-size:var(--text-xs);padding:.2rem .55rem}.chip--md{padding:.25rem .65rem;font-size:.75rem}.range-chip{border:var(--border-width) solid var(--border-light);background:var(--surface-1);color:var(--text-light);font-family:var(--mono-font);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);align-items:center;padding:.25rem .65rem;font-size:.72rem;display:inline-flex}.filter-chip{border:var(--border-width) solid var(--border-light);background:var(--surface-1);color:var(--text-light);font-family:var(--mono-font);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);align-items:center;padding:.3rem .65rem;font-size:.75rem;display:inline-flex}.timeline-filter{border:var(--border-width) solid var(--border-light);background:var(--surface-1);color:var(--text-light);font-family:var(--mono-font);font-size:var(--text-xs);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);align-items:center;padding:.2rem .55rem;display:inline-flex}.range-chip:hover,.filter-chip:hover,.timeline-filter:hover{color:var(--text);border-color:var(--border)}.range-chip.active,.filter-chip.active,.timeline-filter.active{background:var(--surface-3);color:var(--text);border-color:var(--accent)}.filter-chip.is-disabled,.filter-chip.is-disabled:hover{opacity:.4;cursor:not-allowed;color:var(--text-light);border-color:var(--border-light)}.badge{border-radius:var(--radius-sm);text-transform:capitalize;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.badge--added{color:var(--color-added);background:#dcfce7}.badge--updated{color:#1e40af;background:#dbeafe}.badge--deleted{color:#991b1b;background:#fee2e2}.badge--version{background:var(--accent-bg);color:var(--text-light)}.mb-6{margin-bottom:1.5rem}.is-hidden{display:none}.header-bar{flex-direction:column;gap:.6rem;max-width:1100px;margin:0 auto;display:flex}.header-top{justify-content:space-between;align-items:center;display:flex}.header-logo{color:inherit;letter-spacing:-.02em;white-space:nowrap;transition:opacity var(--transition-fast);align-items:center;gap:.4em;font-size:1.3rem;font-weight:700;text-decoration:none;display:flex}.header-logo:hover{opacity:.8}.header-logo:visited{color:inherit}.header-logo img{width:42px;height:42px}.theme-toggle{cursor:pointer;align-items:center;font-size:3px;display:flex}.toggle-checkbox{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.toggle-slot{border:2px solid var(--border);border-radius:var(--radius-lg);background-color:var(--window-bg-dark);width:14em;height:14em;transition:background-color .25s;position:relative;overflow:hidden}.toggle-checkbox:checked~.toggle-slot{background-color:var(--window-bg-light)}.window-container{width:100%;height:100%;position:relative;overflow:hidden}.window-xp-bg{background:linear-gradient(to bottom, var(--xp-sky-top) 0%, var(--xp-sky-bottom) 60%);opacity:0;transition:opacity .4s;position:absolute;inset:0}.window-xp-bg:before{content:"";background:radial-gradient(ellipse 140% 100% at 30% 100%, var(--xp-hill-back) 0%, var(--xp-hill-back) 50%, transparent 50%);opacity:.9;height:45%;position:absolute;bottom:0;left:0;right:0}.window-xp-bg:after{content:"";background:radial-gradient(ellipse 180% 100% at 70% 100%, var(--xp-hill-front) 0%, var(--xp-hill-front) 50%, transparent 50%);height:30%;position:absolute;bottom:0;left:0;right:0}.window-frame-closed{pointer-events:none;position:absolute;inset:0}.window-shutter{background:linear-gradient(#2a2a2a 0%,#1a1a2e 100%);width:50%;transition:transform .65s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;box-shadow:inset 0 0 20px #00000080}.window-shutter--left{transform-origin:100%;border-right:2px solid #14172299;left:0;transform:translate(-70%);box-shadow:inset -1px 0 #ffffff14,inset 0 0 20px #00000080}.window-shutter--right{transform-origin:0;border-left:2px solid #14172299;right:0;transform:translate(70%);box-shadow:inset 1px 0 #ffffff14,inset 0 0 20px #00000080}.window-muntins{position:absolute;inset:0;box-shadow:0 0 0 2px #3a3a4a,0 0 0 4px #2a2a3a}.window-muntins:before,.window-muntins:after{content:"";background:#3a3a4a;position:absolute}.window-muntins:before{height:2px;top:50%;left:0;right:0;transform:translateY(-50%)}.window-muntins:after{width:2px;top:0;bottom:0;left:50%;transform:translate(-50%)}@media (prefers-color-scheme:dark){.toggle-slot{background-color:var(--window-bg-dark)}html:not([data-theme=light]) .window-shutter--left,html:not([data-theme=light]) .window-shutter--right{transform:translate(0)}}html[data-theme=dark] .window-shutter--left,html[data-theme=dark] .window-shutter--right{transform:translate(0)}.header-search{width:100%}.header-search .search-container{margin:0}@media only screen and (width<=720px){.header-bar{gap:1rem}.header-filter-bar{flex-wrap:wrap}.header-bar-stats{justify-content:flex-start;width:100%}.header-stats-link{white-space:normal;flex-wrap:wrap;gap:.35rem;font-size:.7rem;line-height:1.3}.header-stats-link .stats-datetime{width:100%;font-size:.75rem;display:block}.header-stats-link .stats-delta{margin-right:.5rem}}.search-container{margin:1.5rem 0}.header-search-form{margin:0}.header-search-field{align-items:stretch;display:flex}.header-search-input{border:var(--border-width) solid var(--border);border-radius:var(--radius-lg) 0 0 var(--radius-lg);background-color:var(--surface-1);width:100%;min-width:0;min-height:44px;color:var(--text);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border-right:0;flex:1;margin-bottom:0;padding:.5em .75em;font-size:.95rem}.header-search-button{border:var(--border-width) solid var(--border);border-left:1px solid var(--border);border-radius:0 var(--radius-lg) var(--radius-lg) 0;background:var(--surface-2);width:2.5rem;min-width:2.5rem;min-height:44px;color:var(--text-light);appearance:none;transition:color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;margin-bottom:0;padding:0;line-height:1;display:inline-flex}.header-search-button svg{width:1.05rem;height:1.05rem}.header-search-button:hover{background:var(--surface-3);border-color:var(--border);color:var(--text)}.header-search-form .header-search-input:focus{outline:none;box-shadow:none!important}.header-search-field:focus-within .header-search-input,.header-search-field:focus-within .header-search-button{border-color:gold!important}.header-search-field:focus-within{border-radius:var(--radius-lg);box-shadow:0 0 0 3px #ffd7004d}.header-search-button:focus-visible{outline:none}@media only screen and (width<=720px){.header-search-button{width:2.75rem;min-width:2.75rem}}.header-filter-bar{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.4rem;display:flex}.header-letter-bar{flex-wrap:wrap;gap:.15rem;display:flex}.header-bar-stats{color:var(--text-light);letter-spacing:-.02em;flex-shrink:0;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;display:flex}.header-bar-stats .stat{align-items:center;gap:.2em;margin:0;display:flex}.header-bar-stats .stat-icon{width:.85em;height:.85em}.header-stats-link{font-size:.8rem;font-family:var(--mono-font);color:var(--text-light);transition:color var(--transition-fast);white-space:nowrap;flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.header-stats-link:hover{color:var(--text)}.header-stats-link .stats-datetime{color:var(--color-added);font-weight:600}.header-stats-link .stats-delta{color:var(--status-updated);font-weight:600}.header-stats-link .stats-icon-group{align-items:center;gap:.25rem;display:inline-flex}.header-stats-link .stats-icon{width:1em;height:1em;color:var(--text-light);flex-shrink:0}.header-stats-link .stats-total{color:var(--text);font-size:1em;font-weight:700}.header-letter-link{font-size:.7rem;font-family:var(--mono-font);color:var(--text-light);transition:color var(--transition-fast), background var(--transition-fast);border-radius:3px;padding:.1rem .3rem;text-decoration:none}.header-letter-link:hover{color:var(--accent);background:var(--accent-bg)}.browse-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}@media only screen and (width<=900px){.browse-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (width<=520px){.browse-grid{grid-template-columns:1fr}}#search-status{color:var(--text-light);margin-bottom:1rem;font-size:.9rem;font-weight:500}.search-loading{color:var(--text-light);align-items:center;gap:.5rem;padding:1rem 0;font-size:.9rem;display:flex}.search-loading-spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:1rem;height:1rem;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.search-result{color:inherit;border-bottom:var(--border-width) solid var(--border-subtle);transition:background-color var(--transition-fast);padding:.4rem .5rem;text-decoration:none;display:block}.search-result:last-child{border-bottom:none}.search-result:visited{color:inherit}.search-result:hover{background-color:var(--surface-2)}.search-result{align-items:flex-start;gap:1rem;display:flex}.search-result-left,.search-result-right{box-sizing:border-box;flex-direction:column;flex:1;gap:.5rem;width:50%;max-width:50%;display:flex}.search-result-title{color:var(--card-title);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:600;overflow:hidden}.search-result-meta{color:var(--text-light);flex-direction:column;align-items:flex-start;gap:.25rem;margin:0;font-size:.8rem;display:flex}.search-result-publisher-version{white-space:nowrap;align-items:center;gap:0;display:flex}.search-result-publisher-version .sep{opacity:.5;margin:0 .25rem}.search-result-publisher-version .search-version{color:var(--card-version);font-weight:500;font-family:var(--mono-font)}.search-result-cmd-block{box-sizing:border-box;width:100%}.search-result-description{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.search-result-publisher-small{color:var(--text);margin-top:.3rem;font-size:.75rem}.search-result-identifier{color:var(--card-id);font-size:.8rem;font-family:var(--mono-font);margin:.1rem 0}.search-result-tags{flex-wrap:wrap;justify-content:flex-start;gap:.25rem;display:flex}.search-tag{color:var(--text-light);background:var(--surface-2);border-radius:var(--radius-full);border:var(--border-width) solid var(--border-light);white-space:nowrap;padding:.1rem .35rem;font-size:.65rem;line-height:1.2}.search-result-cmd-block{background-color:var(--surface-2);border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);font-family:var(--mono-font);align-items:center;gap:0;display:flex;overflow:hidden}.search-result-cmd-block .cmd-label{color:var(--accent-text);background-color:var(--accent);flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;padding:0 .5rem;display:flex}.search-result-cmd-block .cmd-text{min-width:0;color:var(--text);user-select:all;text-overflow:ellipsis;white-space:nowrap;background:0 0;flex:1;padding:.5rem;font-size:.8rem;font-weight:500;overflow:hidden}.search-result-cmd-block .cmd-copy{border:var(--border-width) solid transparent;border-radius:var(--radius-lg);cursor:pointer;color:var(--text-light);transition:color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;margin:0 .3rem 0 0;padding:.3rem;line-height:1;display:inline-flex}.search-result-cmd-block .cmd-copy:hover{color:var(--text);background-color:var(--bg);border-color:var(--border)}.search-result-cmd-block .cmd-copy .copy-icon,.search-result-cmd-block .cmd-copy .check-icon{width:.9rem;height:.9rem}.search-result-cmd-block .cmd-copy .check-icon{color:var(--color-added);display:none}.search-result-cmd-block .cmd-copy.copied .copy-icon{display:none}.search-result-cmd-block .cmd-copy.copied .check-icon{display:block}.search-result-cmd-block .cmd-copy.copied{color:var(--color-added)}@media only screen and (width<=600px){.search-result{flex-direction:column;gap:.5rem}.search-result-left,.search-result-right{width:100%;max-width:100%}.search-result-description{-webkit-line-clamp:3}}#search-zero-state{margin:1.5rem 0}.zero-state-panel{border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);background:var(--card-bg);max-width:640px;padding:1.75rem 2rem}.zero-state-panel--noresults{border-color:var(--border-light);background:var(--surface-2)}.zero-state-heading{color:var(--text);margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.zero-state-heading--noresults{color:var(--status-deleted)}.zero-state-sub{color:var(--text-light);margin:0 0 .9rem;font-size:.9rem}.zero-state-examples{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.zero-state-chip{font-size:.82rem;font-family:var(--mono-font);color:var(--accent);background:var(--surface-2);border:var(--border-width) solid var(--border-light);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);align-items:center;padding:.3rem .75rem;font-weight:500;display:inline-flex}.zero-state-chip:hover{background:var(--accent-bg);border-color:var(--accent);color:var(--accent-hover)}.zero-state-tips{border-top:var(--border-width) solid var(--border-light);margin-top:0;padding-top:1rem}.zero-state-panel--noresults .zero-state-tips{border-top-color:var(--border-light)}.zero-state-tips-heading{color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.zero-state-tips ul{flex-direction:column;gap:.3rem;margin:0;padding-left:1.1rem;display:flex}.zero-state-tips li{color:var(--text-light);font-size:.85rem;line-height:1.5}.zero-state-tips code{font-family:var(--mono-font);background:var(--surface-2);border:var(--border-width) solid var(--border-light);border-radius:var(--radius-sm);color:var(--card-id);padding:.05em .35em;font-size:.82em}#scroll-sentinel{visibility:hidden;width:100%;height:100px}#scroll-sentinel[style*="display: none"]{display:none!important}.build-result{color:inherit;border-bottom:var(--border-width) solid var(--border-subtle);transition:background-color var(--transition-fast);padding:.65rem .5rem;text-decoration:none;display:block}.build-result:last-child{border-bottom:none}.build-result:visited{color:inherit}.build-result:hover{background-color:var(--surface-2)}.build-result-header{flex-direction:column;gap:.25rem;display:flex}.build-result-title-row{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.stats-page .build-result-title{color:var(--card-title);border-bottom:none;margin:0;padding-bottom:0;font-size:1.1rem;font-weight:600;line-height:1.3}.build-result-publisher{color:var(--text-light);margin:0;font-size:.85rem}.build-result-id{font-family:var(--mono-font);color:var(--card-id);background:0 0;padding:0;font-size:.8rem}.build-result-title-row .badge{text-transform:uppercase;letter-spacing:.02em;background:var(--surface-3);border:var(--border-width) solid var(--border);vertical-align:baseline;border-radius:3px;padding:.1rem .4rem;font-size:.7rem;font-weight:600;line-height:1;display:inline-block}.build-result-header .badge--added{color:var(--color-added);border-color:var(--color-added);background:color-mix(in srgb, var(--color-added) 10%, var(--surface-3))}.build-result-header .badge--updated{color:var(--status-updated);border-color:var(--status-updated);background:color-mix(in srgb, var(--status-updated) 10%, var(--surface-3))}.build-result-header .badge--deleted{color:var(--status-deleted);border-color:var(--status-deleted);background:color-mix(in srgb, var(--status-deleted) 10%, var(--surface-3))}@media (prefers-color-scheme:dark){.build-result-header .badge--updated{color:var(--status-updated);border-color:var(--status-updated);background:color-mix(in srgb, var(--status-updated) 10%, var(--surface-3))}.build-result-header .badge--deleted{color:var(--status-deleted);border-color:var(--status-deleted);background:color-mix(in srgb, var(--status-deleted) 10%, var(--surface-3))}}.build-versions{flex-wrap:wrap;gap:.35rem;margin-top:.4rem;padding-left:0;display:flex}.ver-badge{font-size:.75rem;font-family:var(--mono-font);background:var(--surface-2);border:var(--border-width) solid var(--border-light);color:var(--text-light);border-radius:3px;padding:.1rem .4rem;font-weight:500;display:inline-block}.ver-badge--added{color:var(--color-added);border-color:color-mix(in srgb, var(--color-added) 40%, var(--border-light));background:color-mix(in srgb, var(--color-added) 8%, var(--surface-2))}.ver-badge--updated{color:var(--status-updated);border-color:color-mix(in srgb, var(--status-updated) 40%, var(--border-light));background:color-mix(in srgb, var(--status-updated) 8%, var(--surface-2))}.ver-badge--deleted{color:var(--status-deleted);border-color:color-mix(in srgb, var(--status-deleted) 40%, var(--border-light));background:color-mix(in srgb, var(--status-deleted) 8%, var(--surface-2));opacity:.7;text-decoration:line-through}@media (prefers-color-scheme:dark){.ver-badge--updated{color:var(--status-updated);border-color:color-mix(in srgb, var(--status-updated) 40%, var(--border-light));background:color-mix(in srgb, var(--status-updated) 8%, var(--surface-2))}.ver-badge--deleted{color:var(--status-deleted);border-color:color-mix(in srgb, var(--status-deleted) 40%, var(--border-light));background:color-mix(in srgb, var(--status-deleted) 8%, var(--surface-2))}}.featured-grid{border:none;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:0;padding:0;display:grid}@media only screen and (width<=900px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (width<=520px){.featured-grid{grid-template-columns:1fr}}.package-card{color:inherit;border:var(--border-width) solid var(--border-light);border-radius:var(--radius-lg);background:var(--card-bg);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);cursor:pointer;flex-direction:column;min-width:0;min-height:200px;padding:1rem 1.25rem 1.25rem;text-decoration:none;display:flex;position:relative;box-shadow:0 1px 3px #0000000a}.card-version{font-size:.75rem;font-weight:600;font-family:var(--mono-font);color:var(--card-version);z-index:1;position:absolute;top:1rem;right:1.25rem}.card-other-versions{font-size:.65rem;font-weight:400;font-family:var(--mono-font);color:var(--text-light);z-index:1;text-overflow:ellipsis;white-space:nowrap;max-width:100px;position:absolute;top:2.2rem;right:1.25rem;overflow:hidden}.package-card:visited{color:inherit}.package-card:hover{border-color:var(--card-hover-border);background:var(--surface-2);box-shadow:0 2px 6px #00000014}.package-card h3{color:var(--card-title);text-overflow:ellipsis;white-space:nowrap;margin:0 0 .6rem;font-size:1.1rem;line-height:1.3;overflow:hidden}.package-card .package-meta{color:var(--text);flex-direction:column;gap:.4rem;min-width:0;margin:0 0 .8rem;font-size:.8rem;display:flex}.package-card .package-meta .identifier{color:var(--card-id);overflow-wrap:anywhere;word-break:break-word;font-size:.85em;font-family:var(--mono-font)}.package-card .cmd-block{background:var(--surface-2);border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);font-family:var(--mono-font);align-items:center;gap:0;min-width:0;margin-bottom:.2rem;padding:0;font-size:.75rem;display:flex;overflow:hidden}.package-card .cmd-icon{background-color:var(--accent);color:var(--accent-text);flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;padding:0 .5rem;display:flex}.package-card .cmd-text{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;padding:.5rem;font-weight:500;overflow:hidden}.package-card .cmd-copy{border:var(--border-width) solid transparent;border-radius:var(--radius-lg);cursor:pointer;color:var(--text-light);transition:color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;margin:0 .3rem 0 0;padding:.3rem;display:inline-flex}.package-card .cmd-copy svg{width:.9rem;height:.9rem}.package-card .cmd-copy:hover{color:var(--text);background-color:var(--bg);border-color:var(--border)}.package-card .cmd-copy .check-icon{color:var(--color-added);display:none}.package-card .cmd-copy.copied .copy-icon{display:none}.package-card .cmd-copy.copied .check-icon{display:block}.package-card .cmd-copy.copied{color:var(--color-added)}.package-description{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.15rem 0;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.package-tags{flex-wrap:wrap;gap:.3rem;width:100%;margin:auto 0 0;padding-top:.5rem;display:flex;overflow:visible}.notepad-card{border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);background:var(--surface-2);font-family:var(--mono-font);font-size:.82rem;overflow:hidden}.notepad-header{background:var(--surface-3);border-bottom:var(--border-width) solid var(--border);justify-content:space-between;align-items:center;padding:.35rem .5rem;display:flex}.notepad-header-left{align-items:center;gap:.4rem;display:flex}.notepad-icon{width:.9rem;height:.9rem;color:var(--text-light)}.notepad-title{color:var(--text-light);font-size:.72rem;font-weight:500}.notepad-window-controls{gap:0;display:flex}.notepad-ctrl{width:1.6rem;height:1.2rem;color:var(--text-light);border-radius:2px;justify-content:center;align-items:center;display:flex}.notepad-ctrl svg{width:.65rem;height:.65rem}.notepad-ctrl--close{color:var(--text-light)}.notepad-menu{color:var(--text-light);border-bottom:var(--border-width) solid var(--border);gap:.75rem;padding:.2rem .75rem;font-size:.7rem;display:flex}.notepad-menu-item{cursor:pointer;user-select:none;border-radius:2px;padding:.05rem .25rem;position:relative}.notepad-dropdown{background:var(--surface-2);border:var(--border-width) solid var(--border);min-width:11.5rem;box-shadow:var(--shadow-md);z-index:100;margin-top:.2rem;padding:.25rem 0;display:none;position:absolute;top:100%;left:0}.notepad-dropdown.open{display:block}.notepad-dropdown-item{width:100%;color:var(--text-light);font-family:var(--mono-font);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.4rem;padding:.35rem .65rem;font-size:.7rem;display:flex}.notepad-dropdown-item:hover{background:color-mix(in srgb, var(--surface-3) 25%, transparent);color:var(--text)}.notepad-theme-item{gap:.5rem}.notepad-theme-icon{stroke-width:2px;width:.85rem;height:.85rem;color:var(--text-light);flex-shrink:0}.notepad-theme-hint{border:var(--border-width) solid var(--border-light);color:var(--text-light);letter-spacing:.03em;text-transform:uppercase;border-radius:999px;margin-left:auto;padding:.05rem .35rem;font-size:.6rem}.notepad-dropdown-item[aria-pressed=true]{background:var(--surface-3);color:var(--text)}.notepad-dropdown-item[aria-pressed=true] .notepad-theme-icon{color:var(--accent)}.notepad-dropdown-item[aria-pressed=true] .notepad-theme-hint{border-color:color-mix(in srgb, var(--accent) 40%, var(--border-light));color:var(--text)}.notepad-body{padding:.6rem 0}.notepad-line{align-items:baseline;padding:.15rem .75rem;line-height:1.6;display:flex}.notepad-line:hover{background:var(--surface-3)}.notepad-ln{text-align:right;width:1.5rem;color:var(--text-light);opacity:.5;user-select:none;flex-shrink:0;margin-right:.75rem;font-size:.72rem}.notepad-comment{color:var(--text-light)}.notepad-thanks{color:var(--text);font-weight:600}.notepad-line a{color:var(--accent);text-decoration:none}.notepad-line a:hover{text-decoration:underline}.package-entry{color:inherit;border:var(--border-width) solid var(--border-light);border-radius:var(--radius-lg);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);margin-bottom:.5rem;padding:.85rem 1rem;text-decoration:none;display:block}.package-entry:hover{border-color:var(--card-hover-border);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.package-entry:visited{color:inherit}.package-header{flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 .2rem;display:flex}.package-header a{color:var(--card-title);font-size:1.05rem;font-weight:600;text-decoration:none}.package-header a:hover{color:var(--accent);text-decoration:underline}.version-list{color:var(--text);margin:.35rem 0 0;padding-left:0;font-size:.85rem;list-style:none}.version-item{color:var(--text-light);background:var(--accent-bg);border-radius:4px;margin:.125rem;padding:.125rem .375rem;font-size:.85rem;line-height:1.5;display:inline-block}.version-item--added:before{content:"+ ";color:var(--color-added);font-weight:700}.version-item--updated:before{content:"~ ";color:var(--status-updated);font-weight:700}.version-item--deleted:before{content:"- ";color:var(--status-deleted);font-weight:700}@media (prefers-color-scheme:dark){.badge--added{color:var(--color-added);background:#4ade8026}.badge--updated{color:var(--status-updated);background:#60a5fa26}.badge--deleted{color:var(--status-deleted);background:#f8717126}.version-item--added:before{color:var(--color-added)}.version-item--updated:before{color:var(--status-updated)}.version-item--deleted:before{color:var(--status-deleted)}}.chart-section{border-top:0;margin-top:.5rem;margin-bottom:1.5rem;padding-top:0}.chart-legend{color:var(--text-light);gap:1rem;margin-bottom:.75rem;font-size:.78rem;display:flex}.chart-legend--global{margin-bottom:0}.chart-legend-item{background:var(--surface-1);border:var(--border-width) solid var(--border-light);font:inherit;color:var(--text-light);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .6rem;display:inline-flex}.chart-legend-item:hover{color:var(--text);border-color:var(--border)}.chart-legend-item.active{background:var(--surface-3);color:var(--text);border-color:var(--accent)}.chart-legend-item.is-disabled,.chart-legend-item:disabled{opacity:.45;cursor:not-allowed}.chart-legend-swatch{border-radius:50%;flex-shrink:0;width:.65rem;height:.65rem}.chart-legend-item--added .chart-legend-swatch{background:var(--color-added)}.chart-legend-item--updated .chart-legend-swatch{background:var(--status-updated)}.chart-legend-item--deleted .chart-legend-swatch{background:var(--status-deleted)}@media (prefers-color-scheme:dark){.chart-legend-item--added .chart-legend-swatch{background:var(--color-added)}.chart-legend-item--updated .chart-legend-swatch{background:var(--status-updated)}.chart-legend-item--deleted .chart-legend-swatch{background:var(--status-deleted)}}.dot-chart-wrap{position:relative}.dot-chart{width:100%;height:auto;display:block}.dot-chart-grid line{stroke:var(--border-light);stroke-width:1px;stroke-dasharray:4 3}.dot-chart-grid text{font-size:10px;font-family:var(--mono-font);fill:var(--text-light)}.dot-chart-line{fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.dot-chart-line--added{stroke:var(--color-added)}.dot-chart-line--updated{stroke:var(--status-updated)}.dot-chart-line--deleted{stroke:var(--status-deleted)}.dot-chart-line--trend{stroke:var(--accent);stroke-width:2.5px}@media (prefers-color-scheme:dark){.dot-chart-line--added{stroke:var(--color-added)}.dot-chart-line--updated{stroke:var(--status-updated)}.dot-chart-line--deleted{stroke:var(--status-deleted)}}.dot-chart-area{stroke:none}.dot-chart-area--trend{fill:var(--accent);opacity:.08}.dot-chart-dot{stroke:var(--bg);stroke-width:2px;transition:r .15s}.dot-chart-dot--added{fill:var(--color-added)}.dot-chart-dot--updated{fill:var(--status-updated)}.dot-chart-dot--deleted{fill:var(--status-deleted)}.dot-chart-dot--trend{fill:var(--accent)}@media (prefers-color-scheme:dark){.dot-chart-dot--added{fill:var(--color-added)}.dot-chart-dot--updated{fill:var(--status-updated)}.dot-chart-dot--deleted{fill:var(--status-deleted)}}.dot-chart-guide{stroke:var(--border);stroke-width:1px;stroke-dasharray:3 3;opacity:0;transition:opacity .15s}.dot-chart-tooltip{opacity:0;pointer-events:none;transition:opacity .15s}.dot-chart-tooltip-text{font-size:11px;font-family:var(--mono-font);fill:var(--text);font-weight:600}.dot-tooltip-date,.dot-tooltip-sep{fill:var(--text-light);font-weight:500}.dot-tooltip-added{fill:var(--color-added)}.dot-tooltip-updated{fill:var(--status-updated)}.dot-tooltip-deleted{fill:var(--status-deleted)}@media (prefers-color-scheme:dark){.dot-tooltip-updated{fill:var(--status-updated)}.dot-tooltip-deleted{fill:var(--status-deleted)}}.chart-stack{flex-direction:column;gap:.75rem;display:flex}.chart-stack-axis{margin-top:-.35rem}.dot-chart-hover-target{cursor:pointer}.dot-chart-point-group:hover .dot-chart-guide,.dot-chart-point-group:hover .dot-chart-tooltip{opacity:1}.dot-chart-point-group:hover .dot-chart-dot{r:6}.dot-chart-x-axis{justify-content:space-between;margin-top:.35rem;display:flex}.dot-chart-x-tick{flex-direction:column;align-items:center;min-width:0;display:flex}.dot-chart-x-label{color:var(--text-light);white-space:nowrap;font-size:.68rem;line-height:1.2}.dot-chart-x-sublabel{color:var(--text-light);opacity:.6;white-space:nowrap;font-size:.58rem;line-height:1;font-family:var(--mono-font)}@media only screen and (width<=600px){.dot-chart-x-sublabel{display:none}.dot-chart-x-label{font-size:.6rem}}.timeline{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex-direction:column;gap:.25rem;width:100%;max-height:320px;margin-bottom:1.5rem;padding-left:1.75rem;display:flex;position:relative;overflow-y:auto}.timeline::-webkit-scrollbar{width:6px}.timeline::-webkit-scrollbar-track{background:0 0}.timeline::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.timeline::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.timeline-controls{justify-content:flex-start;margin:.5rem 0 .75rem;display:flex}.timeline-filters{flex-wrap:wrap;gap:.35rem;display:flex}.timeline:before{content:"";background:var(--border);border-radius:1px;width:2px;position:absolute;top:.5rem;bottom:.5rem;left:.5rem}.timeline-node{border-radius:var(--radius-lg);color:var(--text);transition:background var(--transition-fast);font-family:var(--mono-font);justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;padding:.5rem .6rem;font-size:.8rem;text-decoration:none;display:flex;position:relative}.timeline-node:hover{background:var(--accent-bg)}.timeline-dot{background:var(--accent);border:2px solid var(--bg);width:.6rem;height:.6rem;box-shadow:0 0 0 2px var(--border);transition:box-shadow var(--transition-fast), transform var(--transition-fast);border-radius:50%;flex-shrink:0;position:absolute;top:.85rem;left:-1.35rem}.timeline-node:hover .timeline-dot{box-shadow:0 0 0 2px var(--accent);transform:scale(1.25)}.timeline-content{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.timeline-row{align-items:center;gap:.5rem;display:flex}.timeline-row-date{color:var(--accent);font-size:.85rem;font-weight:600}.timeline-row-changes{color:var(--text-light);font-size:.75rem}.timeline-row-stats{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.timeline-stat-group{color:var(--text-light);white-space:nowrap;align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.timeline-stat-icon{opacity:.7;flex-shrink:0;width:.85em;height:.85em}.timeline-node .timeline-added,.timeline-node .timeline-updated,.timeline-node .timeline-deleted,.timeline-node .timeline-empty{text-align:right;min-width:0;font-size:.85em;font-weight:700}.timeline-added{color:var(--color-added)}.timeline-updated{color:var(--status-updated)}.timeline-deleted{color:var(--status-deleted)}@media (prefers-color-scheme:dark){.timeline-added{color:var(--color-added)}.timeline-updated{color:var(--status-updated)}.timeline-deleted{color:var(--status-deleted)}}.build-history-details{border:var(--border-width) solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden}.build-history-details summary{color:var(--text-light);cursor:pointer;background:var(--accent-bg);transition:color var(--transition-fast);padding:.6rem .75rem;font-size:.82rem;font-weight:500}.build-history-details summary:hover{color:var(--accent)}.build-history-details[open] summary{border-bottom:var(--border-width) solid var(--border-light)}.build-history-details .table-wrapper{margin:0}@media only screen and (width<=600px){.timeline{grid-template-columns:auto auto auto;padding-left:1.5rem}.timeline-node{font-size:.72rem}.timeline-dot{width:.5rem;height:.5rem;left:-1.15rem}.timeline:before{left:.4rem}.timeline-node .timeline-added,.timeline-node .timeline-updated,.timeline-node .timeline-deleted,.timeline-node .timeline-empty{display:none}}.build-history-table{border-collapse:separate;border-spacing:0;width:100%;font-size:.85rem}.build-history-table thead{z-index:1;position:sticky;top:0}.build-history-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);background:var(--bg);border-bottom:2px solid var(--border);font-size:.75rem;font-weight:600}.build-history-table td,.build-history-table th{padding:.6rem .75rem}.build-history-table tbody tr{transition:background var(--transition-fast)}.build-history-table tbody tr:nth-child(2n){background:var(--accent-bg)}.build-history-table tbody tr:hover{background:color-mix(in srgb, var(--accent) 8%, var(--bg))}.build-history-table td:first-child{font-weight:500}.build-history-table td:first-child a{color:var(--accent);transition:color var(--transition-fast);text-decoration:none}.build-history-table td:first-child a:hover{text-decoration:underline}.build-history-table td:nth-child(n+2),.build-history-table th:nth-child(n+2){text-align:right;font-family:var(--mono-font)}.build-history-table th:nth-child(n+2){font-family:var(--sans-font)}.stat-added{color:var(--color-added);font-weight:600}.stat-updated{color:var(--status-updated);font-weight:600}.stat-deleted{color:var(--status-deleted);font-weight:600}.stat-zero{color:var(--text-light);font-weight:400}@media (prefers-color-scheme:dark){.stat-added{color:var(--color-added)}.stat-updated{color:var(--status-updated)}.stat-deleted{color:var(--status-deleted)}}.changelist-heading{align-items:baseline;gap:.5rem;margin-top:1rem;margin-bottom:.25rem;display:flex}.changelist-count{color:var(--text-light);font-size:.8rem;font-weight:400}.changelist-heading--added{color:var(--color-added)}.changelist-heading--updated{color:var(--status-updated)}.changelist-heading--deleted{color:var(--status-deleted)}@media (prefers-color-scheme:dark){.changelist-heading--added{color:var(--color-added)}.changelist-heading--updated{color:var(--status-updated)}.changelist-heading--deleted{color:var(--status-deleted)}}.changelist{margin:0;padding:0;list-style:none}.changelist li{font-size:.82rem;font-family:var(--mono-font);transition:background var(--transition-fast);white-space:nowrap;text-overflow:ellipsis;border-radius:3px;padding:.3rem .5rem;overflow:hidden}.changelist li:hover{background:var(--accent-bg)}.changelist a{color:var(--text);transition:color var(--transition-fast);text-decoration:none}.changelist a:hover{color:var(--accent)}.changelist-version{color:var(--text-light);margin-left:.25rem;font-size:.75rem}.changelist--added li:before{content:"+ ";color:var(--color-added);font-weight:700}.changelist--updated li:before{content:"~ ";color:var(--status-updated);font-weight:700}.changelist--deleted li:before{content:"- ";color:var(--status-deleted);font-weight:700}@media (prefers-color-scheme:dark){.changelist--added li:before{color:var(--color-added)}.changelist--updated li:before{color:var(--status-updated)}.changelist--deleted li:before{color:var(--status-deleted)}}.notice{background:var(--accent-bg);border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);margin:2rem 0;padding:1.5rem}div.notice p:first-of-type{margin-top:0}div.notice p:last-of-type{margin-bottom:0}.stat{align-items:center;gap:.3em;margin:0;display:flex}.stat-icon{flex-shrink:0;width:1em;height:1em}.stat-icon--green{color:var(--color-added)}@media (prefers-color-scheme:dark){.stat-icon--green{color:var(--color-added)}}.stat-link{align-items:center;text-decoration:none;display:flex}.stat-link:hover .stat-icon--green{opacity:.7}.package-detail{background:0 0;border:none;padding:0}.package-detail>h2{margin-top:0;font-size:2rem}.package-detail .package-meta{color:var(--text-light);margin-top:-.5rem;font-size:.9rem}.package-detail .package-meta .sep{opacity:.5;margin:0 .35rem}.package-detail .package-meta code{font-size:.85em}.full-description{color:var(--text-light);white-space:pre-line;font-size:.9rem;line-height:1.6}.code-block{background-color:var(--surface-2);border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);font-family:var(--mono-font);align-items:center;gap:0;margin:1rem 0;padding:0;display:flex;overflow:hidden}.code-block-label{color:var(--accent-text);background-color:var(--accent);flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;padding:0 .5rem;display:flex}.code-block-cmd{min-width:0;color:var(--text);user-select:all;text-overflow:ellipsis;white-space:nowrap;flex:1;padding:.5rem;font-size:.85rem;font-weight:500;overflow:hidden}.code-block-copy{border:var(--border-width) solid transparent;border-radius:var(--radius-lg);cursor:pointer;color:var(--text-light);transition:color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;margin:0 .3rem 0 0;padding:.3rem;line-height:1;display:inline-flex}.code-block-copy:hover{color:var(--text);background-color:var(--bg);border-color:var(--border)}.code-block-copy .copy-icon,.code-block-copy .check-icon{width:.9rem;height:.9rem}.code-block-copy .check-icon{color:var(--color-added);display:none}.code-block-copy.copied .copy-icon{display:none}.code-block-copy.copied .check-icon{display:block}.code-block-copy.copied{color:var(--color-added)}.code-block .arch-reset{border:var(--border-width) solid transparent;border-radius:var(--radius-lg);cursor:pointer;color:var(--text-light);transition:color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;margin:0 .3rem 0 0;padding:.3rem;line-height:1;display:none}.code-block .arch-reset:hover{color:var(--text);background-color:var(--bg);border-color:var(--border)}.code-block .arch-reset svg{width:.9rem;height:.9rem}.details-section dl{grid-template-columns:auto 1fr;gap:.5rem 1.25rem;margin:1rem 0;font-size:.9rem;display:grid}.details-section dt{color:var(--text-light);white-space:nowrap;font-weight:600}.details-section dd{word-break:break-all;margin:0}.tag-list{flex-wrap:wrap;gap:.35rem;display:flex}.tag{background:var(--surface-2);border:var(--border-width) solid var(--border-light);color:var(--text-light);transition:border-color var(--transition-fast), color var(--transition-fast);border-radius:999px;padding:.15rem .65rem;font-size:.8rem;display:inline-block}.tag:hover{border-color:var(--accent);color:var(--accent)}.package-card .tag{border-color:var(--border);padding:.1rem .5rem;font-size:.75rem}.version-list h2{margin-top:1rem}.version-list h2 .sep{opacity:.5;margin:0 .35rem;font-weight:400}.version-list h2 .version-release-date{color:var(--accent)}.version-meta h3{margin-top:0}.version-meta{flex-direction:column;gap:1.25rem;margin:.75rem 0 -.75rem;display:flex}.version-entry{border-width:0;border-top-width:var(--border-width);border-bottom-width:var(--border-width);border-left-width:var(--border-width);border-right-width:var(--border-width);border-radius:var(--radius-md);transition:background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);border-style:solid;border-color:#0000;margin-bottom:.25rem}.version-entry summary{padding:var(--space-2) var(--space-3);cursor:pointer;align-items:center;display:flex}.version-entry summary::marker{display:none}.version-entry summary::-webkit-details-marker{display:none}.version-entry summary:before{content:"▶";transition:transform var(--transition-fast);margin-right:.5rem;font-size:.6em}.version-entry[open] summary:before{transform:rotate(90deg)}.version-entry:hover{background-color:var(--surface-2);border-color:var(--card-hover-border);box-shadow:var(--shadow-sm)}.version-details{padding:.5rem 0}.older-versions{flex-direction:column;gap:.25rem;display:flex}.table-wrapper{border-radius:var(--radius-lg);overflow-x:auto}.installer-table{table-layout:fixed;width:100%;font-size:.85rem}.installer-table th,.installer-table td{vertical-align:middle}.installer-table th:first-child,.installer-table td:first-child{width:7rem}.installer-table th:nth-child(2),.installer-table td:nth-child(2),.installer-table th:nth-child(3),.installer-table td:nth-child(3){width:5rem}.installer-table code{background:0 0;padding:0;font-size:.85em}.sha256{user-select:all;word-break:break-all;font-size:.8em}.installer-row{cursor:pointer;transition:background-color var(--transition-fast), box-shadow var(--transition-fast)}.installer-row td{transition:background-color var(--transition-fast), box-shadow var(--transition-fast)}.installer-row:hover td{background-color:var(--surface-1)}.installer-row.is-selected,.installer-row:focus-visible{background-color:var(--surface-2)}.installer-row.is-selected td,.installer-row:focus-visible td{border-top:var(--border-width) solid var(--card-hover-border);border-bottom:var(--border-width) solid var(--card-hover-border);position:relative}.installer-row.is-selected td:before,.installer-row:focus-visible td:before{content:"";top:calc(var(--border-width) * -1);height:var(--border-width);background-color:var(--card-hover-border);z-index:1;position:absolute;left:0;right:0}.installer-row.is-selected td:first-child,.installer-row:focus-visible td:first-child{border-left:var(--border-width) solid var(--card-hover-border)}.installer-row.is-selected td:last-child,.installer-row:focus-visible td:last-child{border-right:var(--border-width) solid var(--card-hover-border)}.release-notes{transition:border-color var(--transition-fast);margin:0 0 .25rem}.release-notes:hover{border-color:var(--accent)}.release-notes summary{cursor:pointer;color:var(--text);user-select:none;transition:color var(--transition-fast);align-items:center;display:flex}.release-notes summary::marker{display:none}.release-notes summary::-webkit-details-marker{display:none}.release-notes summary:before{content:"▶";transition:transform var(--transition-fast);margin-right:.5rem;font-size:.6em}.release-notes[open] summary:before{transform:rotate(90deg)}.release-notes summary:hover{color:var(--accent)}.release-notes[open]>summary{margin-bottom:0}.release-notes-link{color:var(--color-added);transition:color var(--transition-fast);align-items:center;margin-left:auto;display:inline-flex}.release-notes-link:hover{color:var(--card-version)}.release-notes-only-link{color:var(--color-added);border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition-fast), color var(--transition-fast);align-items:center;gap:.4rem;padding:.7rem 1rem;font-weight:600;text-decoration:none;display:flex}.release-notes-only-link:hover{color:var(--card-version);border-color:var(--accent)}.release-notes-text{color:var(--text);scrollbar-width:thin;scrollbar-color:var(--border) transparent;max-height:20rem;margin:0;padding:.75rem 1rem;font-size:.85rem;line-height:1.6;overflow-y:auto}.release-notes-text::-webkit-scrollbar{width:6px}.release-notes-text::-webkit-scrollbar-track{background:0 0}.release-notes-text::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.release-notes-text::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.release-notes-text>:first-child{margin-top:0}.release-notes-text>:last-child{margin-bottom:0}.release-notes-text ul,.release-notes-text ol{margin:.4rem 0;padding-left:1.25rem}.release-notes-text li{margin:.15rem 0}.release-notes-text p{margin:.4rem 0}.release-notes-text code{font-size:.9em}.release-notes-text h1,.release-notes-text h2,.release-notes-text h3,.release-notes-text h4{margin:.6rem 0 .2rem;font-size:1em;font-weight:600}.stats-page h2{margin-top:0;margin-bottom:.25rem}.stats-subtitle{color:var(--text-light);margin-bottom:1rem;font-size:.95rem;line-height:1.5}.stats-range{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem 1rem;margin-bottom:1.25rem;display:flex}.range-chips{flex-wrap:wrap;gap:.35rem;display:flex}.stats-back{color:var(--text-light);transition:color var(--transition-fast);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.85rem;text-decoration:none;display:inline-flex}.stats-back:hover{color:var(--accent)}.stats-timestamp{color:var(--text-light);margin-bottom:2rem;font-size:.85rem}.stats-empty{color:var(--text-light);text-align:center;border:var(--border-width) dashed var(--border);border-radius:var(--radius-lg);background:var(--surface-2);padding:3rem 1rem;font-style:italic}.build-history-card{border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);background:var(--card-bg);margin-bottom:1.5rem;padding:1rem}.stats-page .build-history-card>h3{border-bottom:none;margin-top:0;margin-bottom:.75rem;padding-bottom:0;font-size:1.1rem;font-weight:600}.stats-global-filters{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.filter-group{align-items:center;gap:.5rem;display:flex}.filter-label{color:var(--text-light);text-transform:uppercase;letter-spacing:.02em;font-size:.8rem;font-weight:600}.filter-chips{gap:.35rem;display:flex}.date-picker-input{font-size:.8rem;font-family:var(--mono-font);border:var(--border-width) solid var(--border);border-radius:var(--radius-md);background:var(--surface-1);color:var(--text);cursor:pointer;padding:.3rem .5rem}.date-picker-input:focus{border-color:var(--accent);outline:none}.stats-page section{border-top:0;margin-top:.5rem;margin-bottom:1rem;padding-top:0}.stats-page section:last-child{margin-bottom:0}.stats-page h3{color:var(--text);border-bottom:var(--border-width) solid var(--border-light);margin-top:0;margin-bottom:.5rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.stats-overview{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:2.5rem;display:grid}.stats-overview--changes{grid-template-columns:repeat(4,1fr)}.stats-card{border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);background:var(--surface-2);text-align:center;transition:box-shadow var(--transition-fast), border-color var(--transition-fast);flex-direction:column;align-items:center;gap:.3rem;padding:1.25rem 1rem;display:flex;position:relative;overflow:hidden}.stats-card:before{content:"";background:var(--accent);opacity:0;height:3px;transition:opacity var(--transition-fast);position:absolute;top:0;left:0;right:0}.stats-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent);background:var(--surface-3)}.stats-card:hover:before{opacity:1}.stats-card-value{font-size:1.8rem;font-weight:700;font-family:var(--mono-font);color:var(--text);letter-spacing:-.02em;align-items:center;gap:.4rem;line-height:1.2;display:flex}.stats-card-icon{color:currentColor;opacity:.7;flex-shrink:0;width:1.4rem;height:1.4rem}.stats-card--added:before{background:var(--color-added);opacity:1}.stats-card--updated:before{background:var(--status-updated);opacity:1}.stats-card--deleted:before,.stats-card--errors:before{background:var(--status-deleted);opacity:1}.stats-card--unchanged:before{background:var(--border);opacity:1}.stats-card--added .stats-card-value{color:var(--color-added)}.stats-card--updated .stats-card-value{color:var(--status-updated)}.stats-card--deleted .stats-card-value,.stats-card--errors .stats-card-value{color:var(--status-deleted)}.stats-card--unchanged .stats-card-value{color:var(--text-light)}@media (prefers-color-scheme:dark){.stats-card--added:before{background:var(--color-added)}.stats-card--updated:before{background:var(--status-updated)}.stats-card--deleted:before,.stats-card--errors:before{background:var(--status-deleted)}.stats-card--unchanged:before{background:var(--border)}.stats-card--added .stats-card-value{color:var(--color-added)}.stats-card--updated .stats-card-value{color:var(--status-updated)}.stats-card--deleted .stats-card-value,.stats-card--errors .stats-card-value{color:var(--status-deleted)}}@media only screen and (width<=600px){.stats-overview,.stats-overview--changes{grid-template-columns:repeat(2,1fr)}.stats-card{padding:1rem .75rem}.stats-card-value{font-size:1.4rem}}::view-transition-old(root){opacity:0!important;animation:none!important}::view-transition-new(root){animation:none!important}a:focus-visible,input:focus-visible,button:focus-visible,details:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}::selection{background-color:color-mix(in srgb, var(--accent) 25%, transparent);color:var(--text)}@media print{@page{margin:1cm}body{display:block}body>header{background-color:unset}body>header nav,body>header .header-search,body>footer{display:none}article{border:none;padding:0}a[href^=http]:after{content:" <" attr(href) ">"}a{text-decoration:none}p{widows:3;orphans:3}pre,table,img,svg{break-inside:avoid}pre code{white-space:pre-wrap}}.two-col-list{columns:2;column-gap:2rem;padding:0;list-style:none}html{background-color:#f6f7fb}html[data-theme=dark]{background-color:#0b1220}.window-frame-closed[data-astro-cid-hkbrpulz]{opacity:1;display:block}.window-shutter--left[data-astro-cid-hkbrpulz]{transform:translate(-70%)}.window-shutter--right[data-astro-cid-hkbrpulz]{transform:translate(70%)}.window-xp-bg[data-astro-cid-hkbrpulz]{opacity:1}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .window-shutter--left[data-astro-cid-hkbrpulz],html[data-theme=dark] .window-shutter--left[data-astro-cid-hkbrpulz],html:not([data-theme=light]) .window-shutter--right[data-astro-cid-hkbrpulz],html[data-theme=dark] .window-shutter--right[data-astro-cid-hkbrpulz]{transform:translate(0)}html:not([data-theme=light]) .window-xp-bg[data-astro-cid-hkbrpulz],html[data-theme=dark] .window-xp-bg[data-astro-cid-hkbrpulz]{opacity:0}}html[data-theme=dark] .window-xp-bg[data-astro-cid-hkbrpulz]{opacity:0;opacity:0!important}html[data-theme=dark] .window-shutter--left[data-astro-cid-hkbrpulz],html[data-theme=dark] .window-shutter--right[data-astro-cid-hkbrpulz]{transform:translate(0)!important}html:not([data-theme]).animating .window-shutter--left[data-astro-cid-hkbrpulz]{animation:.65s cubic-bezier(.34,1.56,.64,1) forwards shutter-open-left}html:not([data-theme]).animating .window-shutter--right[data-astro-cid-hkbrpulz]{animation:.65s cubic-bezier(.34,1.56,.64,1) forwards shutter-open-right}html[data-theme=light].animating .window-shutter--left[data-astro-cid-hkbrpulz]{animation:.65s cubic-bezier(.34,1.56,.64,1) forwards shutter-open-left}html[data-theme=light].animating .window-shutter--right[data-astro-cid-hkbrpulz]{animation:.65s cubic-bezier(.34,1.56,.64,1) forwards shutter-open-right}html[data-theme=dark].animating .window-shutter--left[data-astro-cid-hkbrpulz]{animation:.65s cubic-bezier(.4,0,.2,1) forwards shutter-close-left}html[data-theme=dark].animating .window-shutter--right[data-astro-cid-hkbrpulz]{animation:.65s cubic-bezier(.4,0,.2,1) forwards shutter-close-right}@media (prefers-color-scheme:dark){html:not([data-theme]).animating .window-shutter--left[data-astro-cid-hkbrpulz]{animation:.65s cubic-bezier(.4,0,.2,1) forwards shutter-close-left}html:not([data-theme]).animating .window-shutter--right[data-astro-cid-hkbrpulz]{animation:.65s cubic-bezier(.4,0,.2,1) forwards shutter-close-right}}@keyframes shutter-open-left{0%{transform:translate(0)}to{transform:translate(-70%)}}@keyframes shutter-open-right{0%{transform:translate(0)}to{transform:translate(70%)}}@keyframes shutter-close-left{0%{transform:translate(-70%)}to{transform:translate(0)}}@keyframes shutter-close-right{0%{transform:translate(70%)}to{transform:translate(0)}}
