:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#28233f;background:#ddd6ff}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 12% 16%,rgb(255 255 255 / 72%),transparent 34%),radial-gradient(circle at 86% 82%,rgb(130 105 224 / 28%),transparent 38%),#ddd6ff}button,select{font:inherit}button:focus-visible,select:focus-visible{outline:3px solid #7865c8;outline-offset:3px}.reader-catalog{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:32px}.reader-catalog__card{width:min(880px,100%);max-height:calc(100dvh - 64px);overflow:auto;border:1px solid rgb(82 66 148 / 24%);border-radius:28px;padding:clamp(24px,4vw,44px);background:#ffffffeb;box-shadow:0 24px 70px #3b2b7a3d}.reader-catalog__brand{display:flex;align-items:center;gap:18px;margin-bottom:28px}.reader-catalog__brand img{width:76px;height:76px;object-fit:contain}.reader-catalog__brand p,.reader-catalog__brand h1,.reader-catalog__book h2,.reader-catalog__book p{margin:0}.reader-catalog__brand p{color:#6e609d;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.reader-catalog__brand h1{margin-top:4px;font-size:clamp(26px,4vw,38px)}.reader-catalog__books{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.reader-catalog__book{min-width:0;display:grid;grid-template-columns:122px minmax(0,1fr);gap:18px;border:1px solid #ddd5f7;border-radius:18px;padding:16px;background:#faf8ff}.reader-catalog__placeholder{min-height:154px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#e5ddff,#c9bdf5)}.reader-catalog__placeholder img{width:86px;height:86px;object-fit:contain}.reader-catalog__book-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.reader-catalog__book h2{overflow-wrap:anywhere;font-size:20px}.reader-catalog__book p{color:#5d5772;line-height:1.45}.reader-catalog__book label{width:100%;display:grid;gap:5px;margin-top:auto;color:#5d5772;font-size:13px;font-weight:700}.reader-catalog__book select{width:100%;border:1px solid #b9addf;border-radius:8px;padding:8px 10px;color:#28233f;background:#fff}.reader-catalog__book button{min-height:42px;border:0;border-radius:10px;padding:9px 24px;color:#fff;background:#6851bd;font-weight:800;cursor:pointer}.reader-catalog__book button:hover{background:#5842aa}.reader-catalog__message,.reader-catalog__failure{border-radius:14px;padding:20px;background:#f2efff}.reader-catalog__failure{color:#7b2030;background:#fff0f3}.reader-catalog-entry-failure{max-width:720px;margin:10vh auto;padding:24px}@media(max-width:760px){.reader-catalog{align-items:start;padding:16px}.reader-catalog__card{max-height:none;border-radius:20px;padding:22px}.reader-catalog__brand img{width:60px;height:60px}.reader-catalog__books{grid-template-columns:1fr}.reader-catalog__book{grid-template-columns:96px minmax(0,1fr)}.reader-catalog__placeholder{min-height:128px}.reader-catalog__placeholder img{width:68px;height:68px}}
