/*
 * Locked Rabri library card.
 * Structure follows the user-approved reference. Do not add book details here;
 * author, pages, size and file actions belong to the singular book page.
 */
.rabri-book-card.rabri-book-card--locked{
  display:flex;flex-direction:column;min-width:0;padding:0!important;overflow:hidden;
  border:2px solid color-mix(in srgb,var(--rb-line) 88%,var(--rb-text));
  border-radius:24px;background:var(--rb-surface);box-shadow:0 16px 42px color-mix(in srgb,var(--rb-palette-carbon) 12%,transparent);
  transform:none;
}
.rabri-book-card--locked:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--rb-palette-steel-blue) 62%,var(--rb-line));box-shadow:0 24px 55px color-mix(in srgb,var(--rb-palette-carbon) 18%,transparent)}
.rabri-locked-card-cover{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:var(--rb-palette-graphite);border-radius:22px 22px 0 0}
.rabri-locked-card-cover .rabri-cover-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.rabri-locked-card-cover .rabri-cover-fallback{width:100%;height:100%;border:0;border-radius:0}
.rabri-locked-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,color-mix(in srgb,var(--rb-palette-carbon) 42%,transparent) 0,transparent 28%,transparent 72%,color-mix(in srgb,var(--rb-palette-carbon) 22%,transparent) 100%);pointer-events:none}
.rabri-locked-card-format,.rabri-locked-card-category{position:absolute;z-index:2;top:14px;display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:10px;color:#fff;-webkit-text-fill-color:#fff;font-size:12px;font-weight:900;line-height:1;box-shadow:0 8px 20px color-mix(in srgb,var(--rb-palette-carbon) 22%,transparent)}
.rabri-locked-card-format{right:14px;min-width:44px;padding:0 10px;background:#f3a20d}
.rabri-locked-card-category{left:14px;max-width:60%;gap:6px;padding:0 11px;background:var(--rb-palette-steel-blue)}
.rabri-locked-card-category svg{width:17px;height:17px;flex:0 0 17px;stroke-width:2.2}.rabri-locked-card-category b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit}
.rabri-locked-card-copy{display:grid;align-content:start;gap:9px;min-height:148px;padding:17px 20px 19px;border-top:2px solid color-mix(in srgb,var(--rb-line) 88%,var(--rb-text))}
.rabri-locked-card-copy time{display:flex;align-items:center;gap:7px;color:var(--rb-muted);font-size:12px;font-weight:700}.rabri-locked-card-copy time svg{width:18px;height:18px;stroke-width:2.2;color:var(--rb-palette-steel-blue)}
.rabri-locked-card-copy h3{margin:0!important;min-height:3.2em!important;font-size:clamp(16px,1.25vw,20px)!important;line-height:1.6!important;font-weight:900!important}.rabri-locked-card-copy h3 a{display:-webkit-box;overflow:hidden;color:var(--rb-text);-webkit-box-orient:vertical;-webkit-line-clamp:2}
.rabri-locked-card-author{display:flex;align-items:center;gap:5px;min-width:0;margin:0!important;color:var(--rb-muted);font-size:12px;line-height:1.5}.rabri-locked-card-author b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--rb-text);font-size:12px}
.rabri-locked-card-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:2px solid color-mix(in srgb,var(--rb-line) 88%,var(--rb-text));border-bottom:2px solid color-mix(in srgb,var(--rb-line) 88%,var(--rb-text));background:var(--rb-surface-soft)}
.rabri-locked-card-signals>span{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:center;justify-content:center;gap:1px 6px;min-height:66px;padding:8px 5px;color:var(--rb-text)}
.rabri-locked-card-signals>span+span{border-right:2px solid color-mix(in srgb,var(--rb-line) 88%,var(--rb-text))}
.rabri-locked-card-signals svg{grid-row:1/3;width:21px;height:21px;stroke-width:2.25;color:var(--rb-palette-steel-blue)}.rabri-locked-card-signals b{font-size:14px;line-height:1;color:var(--rb-text)}.rabri-locked-card-signals small{font-size:10px!important;line-height:1.2;color:var(--rb-muted)}
.rabri-locked-card-button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:48px;margin:12px;border:1px solid color-mix(in srgb,var(--rb-palette-steel-blue) 78%,var(--rb-line));border-radius:12px;background:linear-gradient(135deg,var(--rb-palette-metallic-blue),var(--rb-palette-steel-blue));color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:14px;font-weight:900;box-shadow:0 10px 24px color-mix(in srgb,var(--rb-palette-metallic-blue) 24%,transparent)}
.rabri-locked-card-button svg{width:20px;height:20px;stroke-width:2.4;transform:rotate(180deg)}.rabri-locked-card-button:hover,.rabri-locked-card-button:focus-visible{background:var(--rb-palette-cerulean);color:#fff!important}
@media(max-width:760px){.rabri-book-card.rabri-book-card--locked{border-radius:18px}.rabri-locked-card-cover{border-radius:16px 16px 0 0}.rabri-locked-card-copy{min-height:112px;padding:13px 12px}.rabri-locked-card-format,.rabri-locked-card-category{top:9px;min-height:30px}.rabri-locked-card-format{right:9px}.rabri-locked-card-category{left:9px}.rabri-locked-card-signals>span{min-height:58px}.rabri-locked-card-signals svg{width:19px;height:19px}.rabri-locked-card-button{margin:9px;min-height:44px}}
