.book-list{padding:var(--space-16)0}.book-list-list{display:block}.book-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.book-list-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast)}.book-list-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--accent-primary)}.book-list-cover-container{display:flex;justify-content:center;width:100%;height:200px;padding:10px;background:var(--bg-tertiary)}.book-list-cover{width:100%;object-fit:contain}.book-list-card-body{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem}.book-list-title{font-size:1rem;line-height:1.35;font-weight:700;margin:0;color:var(--text-primary)}.book-list-desc{font-size:.9rem;line-height:1.4;color:var(--text-secondary);margin:0}.book-list-meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:.5rem}.book-list-chip{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-muted)}.book-list-chip .dot{width:6px;height:6px;background:var(--accent-primary);border-radius:999px}.book-list-link{color:var(--accent-primary);text-decoration:none}.book-list-link:hover{text-decoration:underline}.book-list-single{max-width:820px}.book-list-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.book-list-actions{display:inline-flex;align-items:center;gap:.5rem}.book-list-btn{appearance:none;border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);padding:.5rem .75rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}.book-list-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.book-list-btn.primary{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.book-list-prose{color:var(--text-primary)}.book-list-prose img,.book-list-prose video{max-width:100%;height:auto;border-radius:8px}.book-list-prose pre,.book-list-prose code{background:var(--bg-tertiary);padding:.15rem .35rem;border-radius:6px}.book-list-prose pre{padding:.9rem 1rem;overflow:auto;border:1px solid var(--border-color)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.book-cover{display:flex;justify-content:center;width:100%;margin:0 auto var(--space-6)}.book-cover img.book-list-cover{width:80px;aspect-ratio:initial;height:auto;object-fit:cover;border-radius:var(--radius-lg)}