.Books{padding:10px 24px 60px;margin:0;color:#0f172a}.Books__breadcrumbs{margin-bottom:12px}.Books__breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:4px;list-style:none;padding:0;margin:0;font-size:.85rem}.Books__breadcrumbs li{display:flex;align-items:center;color:#64748b}.Books__breadcrumbs li:after{content:"/";margin:0 8px;color:#cbd5e1}.Books__breadcrumbs li:last-child:after{content:none}.Books__breadcrumbs li:last-child{color:#1e293b;font-weight:500}.Books__breadcrumbs li a{color:#64748b;text-decoration:none;transition:color .15s ease}.Books__breadcrumbs li a:hover{color:#2563eb;text-decoration:underline}.Books__header{margin-bottom:24px;text-align:left}.Books__header h1{margin:0;font-size:2rem;font-weight:700;color:#0f172a}.Books__filterToggle{display:none;width:100%;padding:12px 16px;margin-bottom:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-weight:600;color:#1e293b;cursor:pointer;transition:all .2s ease;align-items:center;justify-content:space-between}.Books__filterToggle:hover{background:#eef2ff;border-color:#cbd5e1}.Books__filterToggle:active{transform:scale(.98)}@media(max-width:768px){.Books__filterToggle{display:flex}}.Books__filterToggleIcon{font-size:.75rem;transition:transform .3s ease}.Books__filterSummary{margin:10px 0;font-size:13px;color:#475569}.Books__loading,.Books__error{text-align:center;padding:40px 12px;color:#475569}.Books__error{color:#b91c1c}.Books__empty{text-align:center;padding:60px 12px;color:#475569;display:flex;flex-direction:column;align-items:center;gap:16px}.Books__emptyTitle{margin:0;font-size:1rem;color:#64748b;font-weight:600}.Books__emptyClearBtn{margin-top:8px;background:#0f172a;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .2s}.Books__emptyClearBtn:hover{opacity:.9}.Books__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:20px}.Books__cardLink{text-decoration:none;color:inherit}.Books__cardLink:hover .Books__card{transform:translateY(-4px);box-shadow:0 12px 24px #0f172a1a;border-color:#cbd5e1}.Books__cardLink:hover .Books__title{color:#2563eb}.Books__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0f172a0a;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;height:100%}.Books__thumb{width:100%;aspect-ratio:4/3;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:10px;box-sizing:border-box;border-bottom:1px solid #f1f5f9}.Books__thumb img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 8px 12px rgba(0,0,0,.15))}.Books__cardBody{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;flex:1}.Books__category{margin:0 0 4px;font-size:.7rem;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:.05em}.Books__title{margin:0 0 4px;font-size:.95rem;font-weight:600;color:#1e293b;line-height:1.35;transition:color .15s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Books__author{margin:0 0 8px;font-size:.8rem;color:#64748b}.Books__summary{margin:0 0 8px;font-size:.85rem;color:#334155;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.Books__year{margin:0 0 8px;font-size:.75rem;color:#94a3b8}.Books__badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.Books__badge{display:inline-flex;align-items:center;font-size:.65rem;font-weight:700;padding:3px 6px;border-radius:4px;background:#e5e7eb;color:#374151}.Books__badge--featured{background:#fef3c7;color:#92400e}.Books__badge--kindle{background:#dbeafe;color:#1e40af}.Books__badge--audiobook{background:#fce7f3;color:#9f1239}.Books__badge--paperback{background:#d1fae5;color:#065f46}.Books__badge--hardcover{background:#fee2e2;color:#991b1b}.Books__badge--calendar{background:#e0e7ff;color:#3730a3}.Books__pagination{margin:20px 0 0;display:flex;align-items:center;justify-content:center;gap:12px}.Books__btn{border:none;border-radius:6px;padding:10px 14px;font-weight:600;background:#0f172a;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease}.Books__btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 18px #0f172a26}.Books__btn:disabled{opacity:.6;cursor:not-allowed}.Books__btn--ghost{background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.18);box-shadow:none}.Books__pageInfo{font-weight:600;color:#0f172a}.BookThumbnail__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#64748b;font-size:48px}.BooksHub__filters{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin-bottom:40px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.BooksHub__filtersRow{display:contents}.BooksHub__filterGroup{display:flex;flex-direction:column;gap:6px;flex:1;min-width:140px;max-width:220px}.BooksHub__filterGroup label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.BooksHub__filterGroup select{padding:10px 14px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:.95rem;font-weight:500;color:#1e293b;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.BooksHub__filterGroup select:hover{border-color:#94a3b8}.BooksHub__filterGroup select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.BooksHub__filterGroup--actions{flex:0 0 auto;min-width:auto;align-self:flex-end}.BooksHub__clearBtn{padding:10px 20px;border-radius:8px;border:none;background:#1e293b;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .15s ease,transform .1s ease;white-space:nowrap}.BooksHub__clearBtn:hover{background:#0f172a}.BooksHub__clearBtn:active{transform:scale(.98)}@media(max-width:768px){.Books{padding:10px 16px 40px}.Books__header h1{font-size:1.8rem}.Books__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(max-width:600px){.BooksHub__filters{flex-direction:column;align-items:stretch;gap:12px;max-height:0;overflow:hidden;opacity:0;padding:0 20px;margin-bottom:16px;transition:max-height .3s ease,opacity .3s ease,padding .3s ease,margin-bottom .3s ease}.BooksHub__filters.BooksHub__filters--open{max-height:800px;opacity:1;padding:20px;margin-bottom:40px}.BooksHub__filterGroup{max-width:none}.BooksHub__clearBtn{width:100%}}
