.continue-button{width:min(360px,100%);margin-top:10px;min-height:48px;border:1px solid #fff8;border-radius:16px;background:#211750aa;color:#fff;font-weight:900;cursor:pointer}
.library-screen{padding:clamp(22px,5vw,70px);color:#fff}
.library-header{max-width:1400px;margin:0 auto 26px;display:flex;align-items:center;gap:24px}.library-header h2{margin:0;font-size:clamp(42px,6vw,82px);line-height:.95}.library-header p{margin:8px 0}
.book-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2.5vw,32px)}
.book-card{overflow:hidden;border:1px solid #ffffff88;border-radius:28px;background:#fffaf5;box-shadow:0 26px 60px #150d4288;color:var(--ink);transform:rotate(-.4deg)}.book-card:nth-child(2){transform:rotate(.6deg)}.book-card:nth-child(3){transform:rotate(-.2deg)}.book-card>img{width:100%;aspect-ratio:4/3;object-fit:cover}
.book-copy{padding:20px 22px 24px}.book-copy>p:first-child{margin:0;color:#8f438c;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.book-copy>p:first-child span{color:#168e86}.book-copy h3{margin:8px 0;font-size:clamp(25px,2.3vw,38px);line-height:1}.book-copy>p{line-height:1.4}.book-copy button,.continue-panel button{width:100%;padding:13px 16px;border:0;border-radius:14px;background:linear-gradient(135deg,#7954d6,#ed5fa6);color:#fff;font-weight:900;cursor:pointer}
.continue-panel{max-width:1400px;margin:0 auto 22px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #fff7;border-radius:18px;background:#ffffff20;backdrop-filter:blur(12px)}.continue-panel[hidden]{display:none}.continue-panel b,.continue-panel span{display:block}.continue-panel span{opacity:.8;margin-top:3px}.continue-panel button{width:auto}
.story-overlay{position:absolute;z-index:0;right:4%;bottom:5%;width:min(34%,430px);aspect-ratio:1;object-fit:cover;border:7px solid #fff9;border-radius:50%;box-shadow:0 20px 50px #1a114788}.has-overlay .art-shade{background:linear-gradient(90deg,rgba(20,15,58,.92),rgba(35,21,71,.72) 44%,rgba(30,20,70,.08) 72%)}
.ending-recap{margin:14px 0 0;padding:10px 14px 10px 32px;border:1px solid #fff5;border-radius:14px;background:#29185380;font-weight:800}.ending-recap li{margin:3px 0}
@media(max-width:820px){.book-grid{grid-template-columns:1fr}.book-card{transform:none!important}.library-header{align-items:flex-start}.library-header .brand{flex:0 0 auto}.continue-panel{align-items:stretch;flex-direction:column}.continue-panel button{width:100%}.story-overlay{right:14px;top:29%;bottom:auto;width:34%;border-width:4px}.has-overlay .story-copy{padding-top:54vh}}
