.home-books-section{background:var(--bg-surface);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}
.home-books-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.home-books-heading .section-title,.home-books-heading .section-desc{text-align:right;margin-right:0}.home-books-heading .section-title{margin-top:12px}.home-books-all{display:inline-flex!important;flex-shrink:0;text-decoration:none;color:var(--primary-teal);border-color:var(--border-accent);background:var(--bg-subtle-mint);backdrop-filter:none}.home-books-all:hover{color:#fff;background:var(--primary-teal);border-color:var(--primary-teal)}.home-books-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;direction:rtl}.home-book-card{overflow:hidden;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-surface-elevated);transition:transform .2s,border-color .2s,box-shadow .2s}.home-book-card:only-child{grid-column:1;width:min(100%,220px);justify-self:start}.home-book-card:hover{transform:translateY(-3px);border-color:#9ccbc4;box-shadow:0 12px 28px rgba(17,68,70,.09)}.home-book-cover{display:block;aspect-ratio:3/4;background:var(--bg-subtle-mint);overflow:hidden}.home-book-cover img{display:block;width:100%;height:100%;object-fit:cover}.home-book-cover>span{display:grid;width:100%;height:100%;place-items:center;color:#7fa59f;font-size:2.5rem}.home-book-body{padding:13px}.home-book-body small{display:block;color:var(--primary-teal);font-size:.67rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-book-body h3{font-size:.92rem;line-height:1.65;margin:7px 0 14px;min-height:3.3em}.home-book-body h3 a{color:var(--text-heading);text-decoration:none}.home-book-body>div{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border-color);padding-top:10px;font-size:.72rem;color:var(--text-muted)}.home-book-body>div a{width:30px;height:30px;display:grid;place-items:center;color:#fff;background:var(--primary-teal);border-radius:4px;text-decoration:none}.home-books-empty{min-height:180px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px dashed var(--border-color);color:var(--text-muted)}.home-books-mobile-all{display:none;margin-top:20px;text-decoration:none}
@media(max-width:1050px){.home-books-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.home-books-heading{align-items:start}.home-books-all{display:none!important}.home-books-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-books-mobile-all{display:flex}.home-book-body{padding:11px}}
@media(max-width:390px){.home-books-grid{grid-template-columns:1fr 1fr}.home-book-body h3{font-size:.82rem}}
