:root{--sans-font:"Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-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 #1e293b14;--shadow-md:0 2px 8px #1e293b1f;--shadow-lg:0 4px 16px #1e293b24;--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:#0078d4;--accent-hover:#0067b8;--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:#0078d4;--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:#60cdff;--accent-hover:#99e0ff;--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:#dc2626;--color-added:#4ade80;--status-added:#4ade80;--status-updated:#60cdff;--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:#0078d4;--accent-hover:#0067b8;--accent-text:#fff;--accent-bg:var(--surface-2);--code:#9a3d0a;--preformatted:#263142;--disabled:#e6e9ef;--card-bg:var(--surface-1);--shadow-sm:0 1px 3px #1e293b14;--shadow-md:0 2px 8px #1e293b1f;--shadow-lg:0 4px 16px #1e293b24;--card-title:#1a1a2e;--card-version:#14532d;--card-id:#a3430b;--card-hover-border:#dc2626;--color-added:#14532d;--status-added:#14532d;--status-updated:#0078d4;--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:#60cdff;--accent-hover:#99e0ff;--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:#dc2626;--color-added:#4ade80;--status-added:#4ade80;--status-updated:#60cdff;--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;margin-top:.5rem;padding:1rem 1rem 1.5rem;font-size:.85rem}h1{font-size:var(--text-2xl);letter-spacing:-.03em;text-wrap:balance;font-weight:800}@media (width>=720px){h1{font-size:2.5rem}}h2{font-size:var(--text-xl);margin-top:var(--space-6);letter-spacing:-.02em;text-wrap:balance;font-weight:700}@media (width>=720px){h2{font-size:1.75rem}}h3{font-size:var(--text-lg);margin-top:var(--space-5);letter-spacing:-.01em;font-weight:600}@media (width>=720px){h3{font-size:1.35rem}}h4{font-size:var(--text-base);font-weight:600}@media (width>=720px){h4{font-size:1.15rem}}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:1;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:not([data-theme=light]) .window-xp-bg{opacity:0}html:not([data-theme]).animating .window-shutter--left{animation:.65s cubic-bezier(.4,0,.2,1) forwards shutter-close-left}html:not([data-theme]).animating .window-shutter--right{animation:.65s cubic-bezier(.4,0,.2,1) forwards shutter-close-right}}html[data-theme=dark] .window-shutter--left,html[data-theme=dark] .window-shutter--right{transform:translate(0)}html[data-theme=dark] .window-xp-bg{opacity:0}html:not([data-theme]).animating .window-shutter--left,html[data-theme=light].animating .window-shutter--left{animation:.65s cubic-bezier(.34,1.56,.64,1) forwards shutter-open-left}html:not([data-theme]).animating .window-shutter--right,html[data-theme=light].animating .window-shutter--right{animation:.65s cubic-bezier(.34,1.56,.64,1) forwards shutter-open-right}html[data-theme=dark].animating .window-shutter--left{animation:.65s cubic-bezier(.4,0,.2,1) forwards shutter-close-left}html[data-theme=dark].animating .window-shutter--right{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)}}@media (prefers-reduced-motion:reduce){.window-shutter{transition:none}html.animating .window-shutter--left,html.animating .window-shutter--right{animation:none!important}}.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-icon-group[title=Packages] .stats-icon{color:#dc2626}.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-header{margin:0 0 var(--space-4);flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.browse-header h1{font-family:var(--sans-font);letter-spacing:-.02em;color:var(--text);margin:0;font-size:clamp(1.5rem,3.2vw,1.85rem);font-weight:700;line-height:1.2}.browse-count{font-family:var(--mono-font);color:var(--text-light);align-items:center;gap:.35rem;margin:0;padding-top:.15rem;font-size:.9rem;line-height:1;display:inline-flex}.browse-count-icon{color:#dc2626;flex-shrink:0;width:.95em;height:.95em}.browse-count-total{font-variant-numeric:tabular-nums;color:var(--text);letter-spacing:-.01em;font-weight:600}.browse-shell{border:var(--border-width) solid var(--border);background:var(--card-bg);box-shadow:var(--shadow-sm);border-radius:10px}.browse-shell[hidden]{display:none!important}.browse-list{flex-direction:column;margin:0;padding:0;display:flex}.browse-list-head,.package-row{border:var(--border-width) solid transparent;box-sizing:border-box;grid-template-columns:minmax(10rem,1.25fr) minmax(14rem,2fr) minmax(8rem,1fr) 5.5rem 2.25rem;align-items:center;gap:.75rem;padding:.45rem .75rem;display:grid}.browse-list-head{z-index:2;font-family:var(--mono-font);text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);background:var(--surface-3);border-bottom-color:var(--border);border-radius:9px 9px 0 0;font-size:.7rem;font-weight:600;position:sticky;top:0}.browse-list-head-ver{text-align:right}.browse-list-head-copy{text-align:right;justify-self:end;width:1.75rem}.package-row{color:inherit;border-bottom-color:var(--border-light);min-width:0;text-decoration:none;transition:background-color .25s cubic-bezier(.32,.72,0,1),border-color .25s cubic-bezier(.32,.72,0,1)}.browse-list>.package-row:last-child{border-bottom-color:#0000;border-radius:0 0 9px 9px}.package-row:visited{color:inherit}.package-row:hover{background:var(--surface-2);border-color:var(--card-hover-border);z-index:1;position:relative}.browse-list>.package-row:last-child:hover{border-bottom-color:var(--card-hover-border)}.package-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}@media (prefers-reduced-motion:no-preference){.browse-list>.package-row:nth-child(-n+10){animation:.5s cubic-bezier(.16,1,.3,1) both package-row-in}.browse-list>.package-row:first-child{animation-delay:0s}.browse-list>.package-row:nth-child(2){animation-delay:30ms}.browse-list>.package-row:nth-child(3){animation-delay:60ms}.browse-list>.package-row:nth-child(4){animation-delay:90ms}.browse-list>.package-row:nth-child(5){animation-delay:.12s}.browse-list>.package-row:nth-child(6){animation-delay:.15s}.browse-list>.package-row:nth-child(7){animation-delay:.18s}.browse-list>.package-row:nth-child(8){animation-delay:.21s}.browse-list>.package-row:nth-child(9){animation-delay:.24s}.browse-list>.package-row:nth-child(10){animation-delay:.27s}}@keyframes package-row-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.package-row-name,.package-row-id,.package-row-pub,.package-row-ver{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.package-row-name{color:var(--card-title);font-weight:600}.package-row-id,.package-row-ver{font-family:var(--mono-font);font-size:.82rem}.package-row-id{color:var(--card-id,var(--text-light))}.package-row-pub{color:var(--text-light);font-size:.85rem}.package-row-ver{text-align:right;color:var(--card-version)}.package-row .cmd-copy{border:var(--border-width) solid transparent;border-radius:var(--radius-md);cursor:pointer;color:#3b82f6;opacity:.7;background:0 0;flex-shrink:0;justify-content:center;justify-self:end;align-items:center;width:1.75rem;height:1.75rem;margin:0;padding:0;transition:color .25s cubic-bezier(.32,.72,0,1),background-color .25s cubic-bezier(.32,.72,0,1),border-color .25s cubic-bezier(.32,.72,0,1),opacity .25s cubic-bezier(.32,.72,0,1),transform .25s cubic-bezier(.32,.72,0,1);display:inline-flex}.package-row:hover .cmd-copy,.package-row .cmd-copy:focus-visible{opacity:1}.package-row .cmd-copy svg{width:.9rem;height:.9rem}.package-row .cmd-copy:hover{color:#3b82f6;background-color:#3b82f61f;border-color:#3b82f659;transform:translateY(-1px)}.package-row .cmd-copy:active{transform:scale(.94)}@media (prefers-reduced-motion:reduce){.package-row .cmd-copy:hover,.package-row .cmd-copy:active{transform:none}}.package-row .cmd-copy .check-icon{color:var(--color-added);display:none}.package-row .cmd-copy.copied .copy-icon{display:none}.package-row .cmd-copy.copied .check-icon{display:block}.package-row .cmd-copy.copied{color:var(--color-added);opacity:1}@media only screen and (width<=700px){.browse-list-head{display:none}.browse-list>.package-row:first-child{border-radius:9px 9px 0 0}.package-row{grid-template-columns:minmax(0,1fr) auto 2rem;grid-template-areas:"name ver copy""id pub copy";gap:.15rem .75rem;padding:.55rem .75rem}.package-row-name{grid-area:name}.package-row-ver{grid-area:ver}.package-row-id{grid-area:id}.package-row-pub{grid-area:pub}.package-row .cmd-copy{opacity:1;grid-area:copy;align-self:center}}#search-status{min-height:0;margin:0}#search-status:empty{display:none}#search-status .browse-header{margin-bottom:var(--space-4)}#search-status .browse-header h1{text-overflow:ellipsis;white-space:nowrap;max-width:min(100%,40ch);overflow:hidden}.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);padding:var(--space-5) var(--space-6);max-width:640px}.zero-state-panel--noresults{border-color:var(--border-light);background:var(--surface-2)}.zero-state-heading{margin:0 0 var(--space-1) 0;font-size:var(--text-xl);letter-spacing:-.02em;color:var(--text);text-wrap:balance;font-weight:700}@media (width>=720px){.zero-state-heading{font-size:var(--text-2xl)}}.zero-state-heading--noresults{color:var(--status-deleted)}.zero-state-sub{margin:0 0 var(--space-4) 0;font-size:var(--text-sm);color:var(--text-light)}.zero-state-examples{gap:var(--space-2);flex-wrap:wrap;margin-bottom:0;display:flex}.zero-state-examples+.zero-state-tips{margin-top:var(--space-5)}.zero-state-chip{font-size:var(--text-sm);font-family:var(--mono-font);color:var(--accent);background:var(--surface-2);border:var(--border-width) solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform 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-chip:active{transform:scale(.98)}@media (prefers-reduced-motion:reduce){.zero-state-chip:active{transform:none}}.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-summary{font-family:var(--mono-font);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:baseline;gap:.5rem 1.1rem;margin:0 0 1.25rem;font-size:.9rem;display:flex}.build-summary-total{color:var(--text-light);margin-left:auto}.build-shell .build-list-head,.build-shell .build-row{grid-template-columns:minmax(10rem,1.25fr) minmax(12rem,1.75fr) minmax(7rem,1fr) 5.5rem minmax(7rem,1.1fr)}.build-list-head-status,.build-row-status{text-align:left}.build-list-head-ver,.build-row-versions{text-align:right;justify-self:end}.build-row-status .badge{text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-sm);border:var(--border-width) solid var(--border);background:var(--surface-3);padding:.12rem .4rem;font-size:.68rem;font-weight:600;line-height:1.2;display:inline-block}.build-row-status .badge--added{color:var(--color-added);border-color:color-mix(in srgb, var(--color-added) 45%, var(--border));background:color-mix(in srgb, var(--color-added) 10%, var(--surface-2))}.build-row-status .badge--updated{color:var(--status-updated);border-color:color-mix(in srgb, var(--status-updated) 45%, var(--border));background:color-mix(in srgb, var(--status-updated) 10%, var(--surface-2))}.build-row-status .badge--deleted{color:var(--status-deleted);border-color:color-mix(in srgb, var(--status-deleted) 45%, var(--border));background:color-mix(in srgb, var(--status-deleted) 10%, var(--surface-2))}.build-row-versions{flex-wrap:wrap;justify-content:flex-end;gap:.25rem;min-width:0;display:flex}.build-row-empty{color:var(--text-light);opacity:.55;font-family:var(--mono-font);font-size:.8rem}.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))}}@media only screen and (width<=700px){.build-shell .browse-list-head{display:none}.build-shell .browse-list>.build-row:first-child{border-radius:9px 9px 0 0}.build-shell .build-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name status""id versions""pub versions";gap:.2rem .75rem;padding:.55rem .75rem}.build-shell .package-row-name{grid-area:name}.build-shell .package-row-id{grid-area:id}.build-shell .package-row-pub{grid-area:pub}.build-shell .build-row-status{grid-area:status;justify-self:end}.build-shell .build-row-versions{grid-area:versions;place-self:start end}.build-summary-total{width:100%;margin-left:0}}.featured-grid{gap:var(--space-4);border:none;grid-template-columns:repeat(3,1fr);margin:0;padding:0;display:grid}.featured-lead{gap:var(--space-4);grid-column:1/-1;grid-template-columns:repeat(2,1fr);display:grid}.featured-lead>.package-card,.featured-lead>.home-intro{height:100%;min-height:100%;margin:0}.notepad-line .home-intro-heading{font:inherit;letter-spacing:inherit;font-weight:600;line-height:inherit;color:var(--text);margin:0}.featured-notepads{gap:var(--space-4);grid-column:1/-1;grid-template-columns:repeat(2,1fr);display:grid}.featured-notepads .notepad-card{background:var(--surface-2);box-shadow:none}@media (prefers-reduced-motion:no-preference){.featured-grid>*{animation:.4s both featured-fade-in}.featured-grid>:first-child{animation-delay:0s}.featured-grid>:nth-child(2){animation-delay:40ms}.featured-grid>:nth-child(3){animation-delay:80ms}.featured-grid>:nth-child(4){animation-delay:.12s}.featured-grid>:nth-child(5){animation-delay:.16s}.featured-grid>:nth-child(6){animation-delay:.2s}.featured-grid>:nth-child(7){animation-delay:.24s}.featured-grid>:nth-child(8){animation-delay:.28s}.featured-grid>:nth-child(9){animation-delay:.32s}}@keyframes featured-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media only screen and (width<=900px){.featured-grid{grid-template-columns:repeat(2,1fr)}.featured-lead,.featured-notepads{grid-template-columns:1fr}}@media only screen and (width<=520px){.featured-grid{grid-template-columns:1fr}}.package-card{color:inherit;padding:var(--space-4) 1.25rem var(--space-5) 1.25rem;border:var(--border-width) solid var(--border-light);border-radius:var(--radius-lg);background:var(--card-bg);box-shadow:var(--shadow-sm);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast), background var(--transition-fast);cursor:pointer;flex-direction:column;min-width:0;min-height:200px;text-decoration:none;display:flex;position:relative}.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:var(--shadow-md);transform:translateY(-2px)}.package-card:active{transform:scale(.98)}@media (prefers-reduced-motion:reduce){.package-card:hover,.package-card:active{transform:none}}.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}.package-detail>section{border:0;border-top:var(--border-width) solid var(--border);padding:var(--space-6) 0 0;margin:var(--space-6) 0 0}.package-detail>section>:is(h2,h3):first-child,.package-detail .version-meta>h3{margin:0 0 var(--space-4);font-family:var(--mono-font);text-transform:uppercase;letter-spacing:.06em;color:var(--text);flex-wrap:wrap;align-items:baseline;gap:.4rem;font-size:1rem;font-weight:700;line-height:1.3;display:flex}.package-detail .version-meta>h3{margin:var(--space-4) 0 var(--space-3)}.package-detail .version-meta>h3:first-child{margin-top:0}.package-detail .version-meta>h3 code{letter-spacing:0;text-transform:none;font-size:.85em}.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{border:none}.version-list h2 .sep{opacity:.5;margin:0 .35rem;font-weight:400}.version-list h2 .version-release-date{color:var(--accent);letter-spacing:.06em}.version-meta{gap:var(--space-4);margin:var(--space-4) 0 0;flex-direction:column;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}.installer-shell .installer-list-head,.installer-shell .installer-row{grid-template-columns:5.5rem 5rem minmax(0,1fr) 1.75rem;column-gap:.75rem}.installer-shell--with-type .installer-list-head,.installer-shell--with-type .installer-row{grid-template-columns:5.5rem 5rem 5rem minmax(0,1fr) 1.75rem}.installer-list-head-dl,.installer-dl-btn{box-sizing:border-box;justify-self:center;width:1.75rem}.installer-list-head-dl{letter-spacing:.04em;text-align:center;justify-content:center;align-items:center;display:inline-flex}.installer-row{cursor:pointer}.installer-row.is-selected{background:var(--surface-2);border-color:var(--card-hover-border);z-index:1;position:relative}.browse-list>.installer-row:last-child.is-selected{border-bottom-color:var(--card-hover-border)}.installer-row-arch,.installer-row-type,.installer-row-sha{font-family:var(--mono-font);min-width:0;font-size:.82rem}.installer-row-arch code,.installer-row-type code,.installer-row-sha .sha256{font-size:inherit;background:0 0;padding:0}.installer-row-scope{color:var(--text-light);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.85rem;overflow:hidden}.sha256{user-select:all;text-overflow:ellipsis;white-space:nowrap;color:var(--code);display:block;overflow:hidden}.installer-dl-btn{border:var(--border-width) solid transparent;border-radius:var(--radius-md);color:#3b82f6;opacity:.7;background:0 0;flex-shrink:0;justify-content:center;align-items:center;height:1.75rem;text-decoration:none;transition:color .25s cubic-bezier(.32,.72,0,1),background-color .25s cubic-bezier(.32,.72,0,1),border-color .25s cubic-bezier(.32,.72,0,1),opacity .25s cubic-bezier(.32,.72,0,1),transform .25s cubic-bezier(.32,.72,0,1);display:inline-flex}.installer-row:hover .installer-dl-btn,.installer-dl-btn:focus-visible{opacity:1}.installer-dl-btn svg{width:.9rem;height:.9rem}.installer-dl-btn:hover{color:#3b82f6;background-color:#3b82f61f;border-color:#3b82f659;transform:translateY(-1px)}.installer-dl-btn:active{transform:scale(.94)}@media (prefers-reduced-motion:reduce){.installer-dl-btn:hover,.installer-dl-btn:active{transform:none}}@media only screen and (width<=700px){.installer-shell .browse-list-head{display:none}.installer-shell .installer-row{grid-template-columns:auto auto minmax(0,1fr) 1.75rem;grid-template-areas:"arch scope.dl""sha sha sha sha";gap:.2rem .75rem}.installer-shell--with-type .installer-row{grid-template-columns:auto auto auto minmax(0,1fr) 1.75rem;grid-template-areas:"arch scope type.dl""sha sha sha sha sha"}.installer-row-arch{grid-area:arch}.installer-row-scope{grid-area:scope}.installer-row-type{grid-area:type}.installer-row-sha{grid-area:sha}.installer-dl-btn{opacity:1;grid-area:dl}}.release-notes{transition:border-color var(--transition-fast);border-color:#22c55e;margin:0 0 .25rem}.release-notes:hover{border-color:#16a34a}.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 #22c55e;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:#16a34a}.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-profile-layout{gap:var(--space-5);grid-template-columns:9.5rem minmax(0,1fr);align-items:start;display:grid}.stats-profile-main,.stats-identity{min-width:0}.stats-identity-logo{aspect-ratio:1;width:min(100%,9rem);height:auto;display:block}.stats-identity-copy{margin-top:var(--space-3)}.stats-identity-copy h2{letter-spacing:-.02em;margin:0;font-size:1.3rem;line-height:1.25}.stats-identity-copy p{color:var(--text-light);margin:.1rem 0 0;font-size:.85rem;line-height:1.4}.stats-identity-link{margin-top:var(--space-4);border:var(--border-width) solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);color:var(--text);text-align:center;transition:background-color var(--transition-fast), border-color var(--transition-fast);padding:.35rem .55rem;font-size:.8rem;font-weight:600;line-height:1.5;display:block}.stats-identity-link:visited{color:var(--text)}.stats-identity-link:hover{border-color:var(--border-strong);background:var(--surface-3);color:var(--text)}.stats-page h2{margin-top:0;margin-bottom:.25rem}#build-heading{letter-spacing:-.02em;margin-bottom:.85rem;font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:700;line-height:1.25}.stats-profile-name{letter-spacing:-.03em;margin:0 0 .25rem;font-size:clamp(1.75rem,3vw,2.15rem);font-weight:700;line-height:1.15}.stats-subtitle{color:var(--text-light);max-width:40rem;margin:0 0 1rem;font-size:.95rem;line-height:1.45}.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:left;background:0 0;border:0;margin:2rem 0 0;padding:0;font-style:normal}.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-profile-header{border-bottom:var(--border-width) solid var(--border-light);margin-bottom:1.75rem;padding-bottom:1.25rem}@media only screen and (width<=980px){.stats-profile-layout{grid-template-columns:8rem minmax(0,1fr)}}@media only screen and (width<=700px){.stats-profile-layout{gap:var(--space-5);grid-template-columns:1fr}.stats-identity{gap:0 var(--space-3);grid-template-columns:4.5rem minmax(0,1fr);align-items:center;display:grid}.stats-identity-logo{grid-row:1/span 2;width:4.5rem}.stats-identity-copy{margin-top:0}.stats-identity-link{margin-top:var(--space-2);grid-column:2;justify-self:start}.stats-contrib-body{gap:var(--space-3);flex-wrap:wrap;padding-right:0}.stats-action-switch{flex-direction:row;flex:100%;gap:.25rem;width:100%;height:auto;padding-top:0;position:static}.stats-action-btn{text-align:center;flex:1 1 0;justify-content:center;padding:.45rem .35rem}}.stats-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;display:flex}.stats-page .filter-chip{border-radius:var(--radius-sm)}.stats-day-hero{background:0 0;border:0;border-radius:0;margin:0 0 1.75rem;padding:0}@media (prefers-reduced-motion:no-preference){.stats-day-hero{animation:.28s cubic-bezier(.16,1,.3,1) stats-day-in}}@keyframes stats-day-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.stats-day-heading{letter-spacing:-.015em;color:var(--text);margin:0 0 .65rem;font-size:clamp(1.15rem,2vw,1.35rem);font-weight:600;line-height:1.25}.stats-day-total{flex-wrap:wrap;align-items:baseline;gap:.45rem .65rem;margin:0 0 .65rem;display:flex}.stats-day-total-value{font-family:var(--mono-font);font-variant-numeric:tabular-nums;letter-spacing:-.04em;color:var(--text);font-size:clamp(2.25rem,5vw,3rem);font-weight:700;line-height:1}.stats-day-total-label{color:var(--text-light);font-size:1rem}.stats-day-breakdown{font-family:var(--mono-font);font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:.5rem 1.1rem;margin:0 0 .75rem;font-size:.9rem;display:flex}.stats-delta--added{color:var(--color-added)}.stats-delta--updated{color:var(--status-updated)}.stats-delta--deleted{color:var(--status-deleted)}.stats-day-builds{margin-bottom:2rem}.stats-section-label{letter-spacing:-.01em;font-weight:600;border:0!important;margin:0 0 .75rem!important;padding:0!important;font-size:.9rem!important}.stats-day-builds-empty{color:var(--text-light);margin:0}.stats-timeline{flex-direction:column;gap:.35rem;padding-left:0;display:flex;position:relative}.stats-timeline:before{content:"";background:var(--border-light);width:1px;position:absolute;top:.25rem;bottom:.25rem;left:calc(.9rem - .5px)}.stats-timeline-item{align-items:flex-start;gap:.65rem;display:flex;position:relative}.stats-timeline-badge{z-index:1;border:var(--border-width) solid var(--border-light);border-radius:var(--radius-full);background:var(--surface-2);width:1.8rem;height:1.8rem;color:var(--text-light);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.stats-timeline-entry{border-radius:var(--radius-md);min-width:0;color:inherit;transition:background-color var(--transition-fast);flex:auto;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-top:-.05rem;padding:.35rem .5rem;text-decoration:none;display:flex}.stats-timeline-entry:visited{color:inherit}.stats-timeline-entry:hover{background:var(--surface-2)}.stats-timeline-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.stats-timeline-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.stats-timeline-title code{background:0 0;padding:0;font-size:.95em}.stats-timeline-entry:hover .stats-timeline-title code{color:var(--accent)}.stats-timeline-time{font-family:var(--mono-font);color:var(--text-light);font-variant-numeric:tabular-nums;font-size:.72rem}.stats-day-build-counts{font-family:var(--mono-font);font-variant-numeric:tabular-nums;flex-wrap:wrap;justify-content:flex-end;gap:.65rem;font-size:.8rem;display:inline-flex}.stats-contrib-section{margin:0 0 var(--space-6);padding:0 0 var(--space-5);border:0;border-bottom:var(--border-width) solid var(--border-light)}.stats-contrib-head{margin-bottom:var(--space-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;display:flex}.stats-contrib-head h3{font-family:var(--sans-font);letter-spacing:-.01em;color:var(--text);border:0;margin:0;padding:0;font-size:.9rem;font-weight:600}.stats-year-switch{flex-wrap:wrap;gap:.25rem;display:flex}.stats-year-switch .filter-chip{color:var(--text-light);border-radius:var(--radius-sm);background:0 0;border-color:#0000;padding:.25rem .5rem;font-size:.72rem}.stats-year-switch .filter-chip:hover{color:var(--text);background:var(--surface-2);border-color:#0000}.stats-year-switch .filter-chip.active{color:var(--text);background:var(--surface-3);border-color:var(--border-light)}.stats-contrib-body{align-items:flex-start;gap:var(--space-5);padding-right:calc(6.75rem + var(--space-5));flex-wrap:nowrap;display:flex;position:relative}.stats-contrib-body .contrib-graph{flex:auto;width:auto;min-width:0}.stats-action-switch{box-sizing:border-box;flex-direction:column;justify-content:space-between;gap:.2rem;width:6.75rem;padding-top:1rem;display:flex;position:absolute;top:0;bottom:0;right:0}.stats-action-btn{border:var(--border-width) solid transparent;border-radius:var(--radius-sm);width:100%;min-height:0;color:var(--text-light);font-family:var(--sans-font);letter-spacing:.01em;text-align:left;cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);background:0 0;flex:1 1 0;align-items:center;padding:.25rem .55rem;font-size:.75rem;font-weight:500;line-height:1.2;display:flex}.stats-action-btn:hover{color:var(--text);background:var(--surface-2);border-color:#0000}.stats-action-btn:active{transform:scale(.98)}.stats-action-btn.active{background:var(--text);border-color:var(--text);color:var(--surface-1)}.stats-action-btn.active:hover{background:var(--text);border-color:var(--text);color:var(--surface-1);opacity:.92}.stats-action-btn.is-disabled,.stats-action-btn:disabled{opacity:.35;cursor:not-allowed}.stats-action-btn.is-disabled:hover,.stats-action-btn:disabled:hover{color:var(--text-light);opacity:.35;background:0 0;border-color:#0000}.contrib-graph{--contrib-gap:3px;--contrib-label-w:1.75rem;--contrib-cell:11px;-webkit-overflow-scrolling:touch;width:100%;padding-bottom:0;overflow-x:auto}.contrib-months{grid-template-columns:repeat(53, var(--contrib-cell));gap:var(--contrib-gap);margin:0 0 .25rem;margin-left:calc(var(--contrib-label-w) + .35rem);width:max-content;max-width:100%;color:var(--text-light);font-size:.7rem;line-height:1;display:grid}.contrib-month{white-space:nowrap;grid-column:span 1}.contrib-body{align-items:stretch;gap:.35rem;width:max-content;max-width:100%;display:flex}.contrib-day-labels{grid-template-rows:repeat(7, var(--contrib-cell));gap:var(--contrib-gap);width:var(--contrib-label-w);font-size:.65rem;line-height:var(--contrib-cell);color:var(--text-light);flex-shrink:0;display:grid}.contrib-weeks{grid-template-columns:repeat(53, var(--contrib-cell));gap:var(--contrib-gap);width:max-content;display:grid}.contrib-week{grid-template-rows:repeat(7, var(--contrib-cell));gap:var(--contrib-gap);display:grid}.contrib-cell{width:var(--contrib-cell);height:var(--contrib-cell);background:var(--surface-3);cursor:pointer;box-sizing:border-box;border:0;border-radius:2px;padding:0}.contrib-cell--out{visibility:hidden;pointer-events:none;cursor:default}.contrib-cell--l0{background:color-mix(in srgb, var(--border-light) 70%, var(--surface-1))}.contrib-cell--l1{background:color-mix(in srgb, var(--accent) 30%, var(--surface-2))}.contrib-cell--l2{background:color-mix(in srgb, var(--accent) 52%, var(--surface-2))}.contrib-cell--l3{background:color-mix(in srgb, var(--accent) 74%, var(--surface-1))}.contrib-cell--l4{background:var(--accent)}.contrib-cell--selected{box-shadow:inset 0 0 0 1.5px var(--text)}.contrib-legend{margin-top:.65rem;margin-left:calc(var(--contrib-label-w) + .35rem);color:var(--text-light);align-items:center;gap:.25rem;font-size:.65rem;display:inline-flex}.contrib-legend .contrib-cell{--contrib-cell:10px;cursor:default;pointer-events:none;width:10px;height:10px}.stats-secondary-charts{border-top:var(--border-width) solid var(--border-light);margin:.5rem 0 0;padding-top:.85rem}.stats-secondary-charts>summary{cursor:pointer;color:var(--text-light);font-size:.95rem;font-weight:600;list-style:none}.stats-secondary-charts>summary::-webkit-details-marker{display:none}.stats-secondary-charts[open]>summary{color:var(--text);margin-bottom:.85rem}.stats-secondary-filters{margin-bottom:1rem}@media only screen and (width<=700px){.stats-timeline-entry{flex-direction:column;align-items:flex-start;gap:.3rem}.stats-day-build-counts{justify-content:flex-start}}.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}@media (prefers-color-scheme:dark){html:not([data-theme=light]){background-color:#0b1220}}
