.dl-card{background:#fff;border-radius:.75rem;padding:2rem;border:1px solid #e3e3e0;max-width:64rem}.dl-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.dl-title{font-size:1.25rem;font-weight:600;color:#1b1b18}.dl-count{font-size:.8125rem;color:#706f6c}.dl-lead{font-size:.9375rem;color:#706f6c;margin-bottom:1.25rem}.dl-empty{text-align:center;padding:2.5rem 1rem;color:#706f6c;font-size:.9375rem}.dl-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.dl-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border:1px solid #e3e3e0;border-radius:.5rem;background:#fdfdfc;transition:border-color .15s,background-color .15s}.dl-item:hover{border-color:#c5c5c2;background:#fff}.dl-item-info{flex:1;min-width:0}.dl-item-title{font-size:.9375rem;font-weight:600;color:#1b1b18;margin-bottom:.25rem;word-break:break-word}.dl-item-desc{font-size:.8125rem;color:#706f6c;margin-bottom:.375rem;line-height:1.5;word-break:break-word;white-space:pre-wrap}.dl-item-meta{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;font-size:.75rem;color:#a1a09a}.dl-item-name{font-family:JetBrains Mono,monospace;background:#f3f3f1;color:#706f6c;padding:.125rem .375rem;border-radius:.25rem;word-break:break-all}.dl-actions{display:flex;gap:.375rem;flex-shrink:0}.dl-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;color:#1b1b18;border:1px solid #e3e3e0;border-radius:.375rem;text-decoration:none;font-size:.875rem;font-weight:500;cursor:pointer;font-family:inherit;flex-shrink:0;transition:background-color .15s,border-color .15s}.dl-btn:hover{border-color:#1b1b18;background:#f3f3f1}.dl-btn svg{width:1rem;height:1rem}.dl-btn-primary{background:#1b1b18;color:#fff;border-color:#1b1b18}.dl-btn-primary:hover{background:#333;border-color:#333;color:#fff}@media(max-width:600px){.dl-item{flex-direction:column;align-items:stretch}.dl-actions{justify-content:flex-end}.dl-btn{justify-content:center}}html[data-theme=dark] .dl-card{background:#161615;border-color:#3e3e3a}html[data-theme=dark] .dl-title{color:#ededec}html[data-theme=dark] .dl-count,html[data-theme=dark] .dl-lead,html[data-theme=dark] .dl-empty{color:#a1a09a}html[data-theme=dark] .dl-item{background:#1b1b18;border-color:#3e3e3a}html[data-theme=dark] .dl-item:hover{background:#1f1f1d;border-color:#4a4a45}html[data-theme=dark] .dl-item-title{color:#ededec}html[data-theme=dark] .dl-item-desc{color:#a1a09a}html[data-theme=dark] .dl-item-meta{color:#706f6c}html[data-theme=dark] .dl-item-name{background:#252520;color:#a1a09a}html[data-theme=dark] .dl-btn{color:#ededec;border-color:#3e3e3a}html[data-theme=dark] .dl-btn:hover{background:#1f1f1d;border-color:#ededec}html[data-theme=dark] .dl-btn-primary{background:#ededec;color:#1b1b18;border-color:#ededec}html[data-theme=dark] .dl-btn-primary:hover{background:#fff;border-color:#fff;color:#1b1b18}.dl-item-downloads{font-size:.75rem;color:#a1a09a;margin-top:.375rem}html[data-theme=dark] .dl-item-downloads{color:#706f6c}.dl-header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.dl-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.8125rem;color:#1b1b18}.dl-toggle input{position:absolute;opacity:0;pointer-events:none}.dl-toggle-track{position:relative;width:2.25rem;height:1.125rem;background:#c5c5c2;border-radius:999px;transition:background-color .18s;flex-shrink:0}.dl-toggle-knob{position:absolute;top:2px;left:2px;width:.875rem;height:.875rem;background:#fff;border-radius:50%;transition:transform .18s;box-shadow:0 1px 2px #0003}.dl-toggle input:checked+.dl-toggle-track{background:#16a34a}.dl-toggle input:checked+.dl-toggle-track .dl-toggle-knob{transform:translate(1.125rem)}.dl-toggle-text{white-space:nowrap}html[data-theme=dark] .dl-toggle{color:#ededec}html[data-theme=dark] .dl-toggle-track{background:#3e3e3a}.dl-stats-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.875rem;padding:.5rem 0}.dl-stats-label{color:#706f6c}.dl-stats-value{font-weight:600;color:#1b1b18}.dl-stats-form{margin-left:auto}html[data-theme=dark] .dl-stats-label{color:#a1a09a}html[data-theme=dark] .dl-stats-value{color:#ededec}
