.dl{display:flex;flex-direction:column;gap:1rem}.dl__header{justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid #f1f2f5}.dl__counter,.dl__header{display:flex;align-items:baseline}.dl__counter{gap:.25rem}.dl__counter-num{font-family:var(--font-display),"Bricolage Grotesque",Georgia,serif;font-size:2.5rem;font-weight:700;color:#0e0f12;line-height:1}.dl__counter-of{font-size:.9375rem;color:#6b7280}.dl__counter-of,.dl__status{font-family:var(--font-mono),"JetBrains Mono",ui-monospace,"SF Mono",monospace}.dl__status{font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;padding:4px 10px;border-radius:9999px}.dl__status--ok{background:rgba(155,204,80,.18);color:#4a7f1f}.dl__issues,.dl__status--warn{background:#fde4dd;color:#b8260a}.dl__issues{list-style:none;margin:0;padding:.75rem 1rem;border-radius:.75rem;font-size:.8125rem;display:flex;flex-direction:column;gap:.25rem}.dl__issues--soft{background:#f6f6f1;color:#3a3d44}.dl__groups{display:flex;flex-direction:column;gap:1.5rem}.dl__group-title{display:flex;align-items:baseline;justify-content:space-between;font-family:var(--font-mono),"JetBrains Mono",ui-monospace,"SF Mono",monospace;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#6b7280;font-weight:700;margin:0 0 .5rem}.dl__group-count{color:#0e0f12;font-size:.8125rem}.dl__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.dl__row{display:grid;grid-template-columns:38px 1fr auto;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.5rem;border-radius:.375rem;border:1px solid transparent;transition:background .12s cubic-bezier(.2,.8,.2,1),border-color .12s cubic-bezier(.2,.8,.2,1)}.dl__row:hover{background:#f6f6f1;border-color:#f1f2f5}.dl__row--unknown{color:#6b7280;font-style:italic}.dl__row-thumb{width:38px;height:53px;border-radius:.25rem;overflow:hidden;background:#ecedf0}.dl__row-thumb img{width:100%;height:100%;object-fit:cover}.dl__row-thumb-empty{width:100%;height:100%;background:linear-gradient(135deg,#f6f6f1,#ecedf0)}.dl__row-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.dl__row-name{font-size:.8125rem;font-weight:600;color:#0e0f12}.dl__row-name,.dl__row-set{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.dl__row-set{font-family:var(--font-mono),"JetBrains Mono",ui-monospace,"SF Mono",monospace;font-size:.6875rem;color:#6b7280}.dl__row-controls{display:flex;align-items:center;gap:.5rem}.dl__row-count{min-width:22px;text-align:center;font-family:var(--font-mono),"JetBrains Mono",ui-monospace,"SF Mono",monospace;font-size:.8125rem;font-weight:700;color:#0e0f12}.dl__empty{padding:2rem 0;text-align:center;color:#6b7280}.dl__empty p{margin:0}.dl__empty .dl__empty-sub{font-size:.8125rem;margin-top:.25rem}.db{display:flex;flex-direction:column;gap:1.5rem}.db__header{justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-bottom:.75rem;border-bottom:1px solid #f1f2f5}.db__header,.db__title-group{display:flex;align-items:center}.db__title-group{gap:.75rem}.db__name{font-family:var(--font-display),"Bricolage Grotesque",Georgia,serif;font-size:1.875rem;font-weight:700;color:#0e0f12;background:transparent;border:1px solid transparent;border-radius:.75rem;padding:.25rem .5rem;margin:0;outline:none;width:auto;min-width:280px;max-width:100%;transition:border-color .12s cubic-bezier(.2,.8,.2,1),background .12s cubic-bezier(.2,.8,.2,1)}.db__name:hover{border-color:#e7e8ec}.db__name:focus{border-color:#33acff;background:#fff}@media(max-width:600px){.db__name{font-size:1.375rem;min-width:0}}.db__format{font-family:var(--font-mono),"JetBrains Mono",ui-monospace,"SF Mono",monospace;font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:#2477b8;background:#d6efff;padding:4px 10px;border-radius:9999px;font-weight:700}.db__actions{display:flex;align-items:center;gap:.5rem}.db__flash{font-family:var(--font-mono),"JetBrains Mono",ui-monospace,"SF Mono",monospace;font-size:.75rem;letter-spacing:.04em;color:#4a7f1f;background:rgba(155,204,80,.18);padding:4px 10px;border-radius:9999px}.db__panes{display:grid;grid-template-columns:minmax(280px,360px) 1fr;grid-gap:2rem;gap:2rem;align-items:start}@media(max-width:1024px){.db__panes{grid-template-columns:1fr}}.db__deck{position:-webkit-sticky;position:sticky;top:2rem;padding:1.5rem;border-radius:1rem;background:#fff;box-shadow:0 8px 24px -8px rgba(15,16,20,.14),0 2px 6px rgba(15,16,20,.06);max-height:calc(100vh - 96px);overflow:auto}@media(max-width:1024px){.db__deck{position:static;max-height:none}}.db__browser{min-width:0}