.BooksPage{width:100%;max-width:1340px;min-height:100vh;margin:40px auto 0;padding:20px;position:relative;overflow:hidden}@media screen and (max-width:500px){.BooksPage{margin-top:10px}}.BooksPage__header{flex-wrap:wrap;justify-content:space-between;gap:16px;display:flex}.BooksPage__header h1{margin:35px 0 30px;font-size:clamp(22px,5vw,28px);font-weight:800;line-height:1.1}@media screen and (max-width:700px){.BooksPage__header h1{margin:35px 0 15px}}.BooksPage__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#0075ff;margin:0;font-size:12px;font-weight:700}.BooksPage__lead{color:#110d35a6;max-width:760px;margin:0;line-height:1.55}.BooksPage__stats{background:#f7f9fc;border:1px solid #e6e9f0;border-radius:16px;place-items:center;gap:6px;min-width:140px;height:80px;display:grid}.BooksPage__statLabel{color:#110d35a6;font-size:13px}.BooksPage__statValue{color:#110d35;font-size:26px;font-weight:800}.BooksPage__controls{flex-direction:column;gap:12px;display:flex}.BooksPage__search{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.BooksPage__search input{background:#fff;border:1px solid #dfe3ec;border-radius:10px;outline:none;flex:1;min-width:240px;height:52px;padding:0 15px;font-size:15px}.BooksPage__search input:focus{border-color:#0075ff}.BooksPage__search span{color:#050c2780;font-weight:700}.BooksPage__categories{flex-wrap:wrap;gap:7px;margin-bottom:20px;display:flex}.BooksPage__categories button{color:#050c27;cursor:pointer;background:#050c270d;border:1px solid #ddd;border-radius:7px;padding:10px 15px;font-weight:700;transition:background .12s ease-in-out,color .12s ease-in-out,border-color .12s ease-in-out}.BooksPage__categories button:hover{color:#0075ff;border-color:#0075ff80}.BooksPage__categories button.is-active{color:#0075ff;background:#0075ff1a;border-color:#0075ff99}.BooksPage__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.BooksPage__item{background:#fff;border:1px solid #ddd;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.BooksPage__item h3{margin:4px 0 6px;font-size:17px;line-height:1.35}.BooksPage__cover{aspect-ratio:3/4;background:linear-gradient(135deg,#f2f6ff,#eef1ff);place-items:center;width:100%;display:grid}.BooksPage__cover img{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}.BooksPage__body{flex-direction:column;gap:7px;height:100%;padding:12px 14px 6px;display:flex}.BooksPage__category{color:#0075ffcc;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:13px;font-weight:700}.BooksPage__author{color:#110d35a6;margin:0;font-size:14px;line-height:1.4}.BooksPage__actions{flex-wrap:wrap;justify-content:space-between;gap:8px;padding:0 14px 14px;display:flex}.BooksPage__actions a{text-align:center;color:#0075ff;background:#0075ff0d;border:1px solid #ddd;border-radius:10px;flex:1;min-width:120px;padding:15px 20px;font-weight:700;text-decoration:none;transition:background .12s ease-in-out,border-color .12s ease-in-out,color .12s ease-in-out}.BooksPage__actions a:hover{color:#0075ff;background:#0075ff1f;border-color:#0075ff73}.BooksPage__empty{color:#110d35a6;text-align:center;background:#f9fbff;border:1px dashed #dfe3ec;border-radius:14px;padding:14px;font-weight:600}
