.download-resource-list {display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:1rem;margin-top:1.25rem}
.download-resource-card {padding:1.5rem;border:1px solid var(--border-subtle,#e1dfeb);border-radius:16px;background:var(--bg-card,#fff);text-align:left;min-width:0}
.download-resource-card h3 {font-size:1.15rem;margin:.5rem 0}.download-resource-card p {line-height:1.7;margin:.65rem 0}
.resource-category {color:var(--accent,#6535d9);font-size:.75rem;font-weight:700}
.resource-muted {font-size:.82rem;color:var(--text-secondary,#646173)}
.resource-compatibility {padding:.6rem .8rem;border-radius:8px;background:var(--bg-secondary,#f5f3fa);font-size:.82rem}
.download-resource-card details {margin-top:1rem;font-size:.875rem}.download-resource-card summary {cursor:pointer;font-weight:600;line-height:1.7}
.resource-instructions {white-space:pre-wrap;line-height:1.8;margin-top:.7rem;overflow-wrap:anywhere}
.resource-integrity {color:var(--text-secondary,#646173)}.resource-integrity code {font-size:.75rem;overflow-wrap:anywhere}
.resource-toolbar {display:flex;gap:.6rem;flex-wrap:wrap;align-items:center;margin-bottom:1rem}.resource-editor {padding:1.25rem;border:1px solid var(--border-color,#ddd);border-radius:12px;margin:1rem 0}
.resource-admin-grid {display:grid;grid-template-columns:240px minmax(0,1fr);gap:1rem}.resource-admin-list {display:flex;flex-direction:column;gap:.5rem}
.resource-admin-list button {text-align:left;white-space:normal;justify-content:flex-start}.resource-admin-workspace {min-width:0}.resource-editor label {display:block;margin:.8rem 0 .35rem;font-size:.875rem}
.resource-editor .resource-checkbox {display:inline-flex;gap:.4rem;margin-right:1rem;align-items:center}.resource-editor textarea {min-height:90px;resize:vertical}.resource-editor fieldset {border:0;min-width:0;padding:0}.resource-editor progress {width:100%;height:12px}
.resource-editor .form-row {gap:1rem;flex-wrap:wrap}.resource-editor .form-row>* {flex:1;min-width:160px}.resource-editor .resource-toolbar {margin-top:1rem}
@media(max-width:760px){.resource-admin-grid{grid-template-columns:1fr}.download-resource-card{padding:1.15rem}.resource-admin-list{flex-direction:row;overflow:auto}.resource-admin-list button{min-width:160px}}
