/* Ulysess Ortiz Author House — Published Library Book Wheel Pass 01 */
.library-book-wheel{position:relative;min-width:0;width:100%;max-width:620px;margin:0 auto;padding:8px 0 2px;user-select:none;-webkit-user-select:none}
.library-book-wheel__intro{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 4px 12px;color:rgba(247,236,214,.7);font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.library-book-wheel__intro strong{color:var(--gold2);font-size:12px;letter-spacing:.12em}
.library-book-wheel__stage{position:relative;min-height:380px;perspective:1100px;overflow:hidden;touch-action:pan-y;border-radius:26px;outline:none}
.library-book-wheel__stage:focus-visible{outline:2px solid rgba(214,183,114,.78);outline-offset:4px}
.library-book-wheel__track{position:absolute;inset:0}
.library-book-wheel__card{position:absolute;left:50%;top:50%;width:174px;height:278px;padding:0;border:1px solid rgba(247,236,214,.27);border-radius:15px;overflow:hidden;background:#090606;box-shadow:0 28px 75px rgba(0,0,0,.62);transform-origin:50% 70%;transition:transform .34s cubic-bezier(.2,.72,.2,1),opacity .28s ease,filter .28s ease,border-color .28s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}
.library-book-wheel__card img{display:block;width:100%;height:100%;object-fit:contain;background:#050303;pointer-events:none}
.library-book-wheel__card[data-slot="-2"]{transform:translate(-178%,-50%) rotateY(48deg) scale(.72);opacity:.46;filter:brightness(.63);z-index:1}
.library-book-wheel__card[data-slot="-1"]{transform:translate(-112%,-50%) rotateY(36deg) scale(.86);opacity:.78;filter:brightness(.82);z-index:2}
.library-book-wheel__card[data-slot="0"]{transform:translate(-50%,-50%) rotateY(0) scale(1.04);opacity:1;filter:none;z-index:5;border-color:rgba(214,183,114,.68);box-shadow:0 30px 90px rgba(0,0,0,.72),0 0 0 1px rgba(214,183,114,.12)}
.library-book-wheel__card[data-slot="1"]{transform:translate(12%,-50%) rotateY(-36deg) scale(.86);opacity:.78;filter:brightness(.82);z-index:2}
.library-book-wheel__card[data-slot="2"]{transform:translate(78%,-50%) rotateY(-48deg) scale(.72);opacity:.46;filter:brightness(.63);z-index:1}
.library-book-wheel__card:focus-visible{outline:2px solid var(--gold2);outline-offset:3px}
.library-book-wheel__nav{position:absolute;z-index:8;top:50%;width:46px;height:46px;transform:translateY(-50%);border-radius:50%;border:1px solid rgba(214,183,114,.42);background:rgba(17,9,8,.88);color:var(--gold2);font:700 24px/1 Georgia,serif;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 34px rgba(0,0,0,.38);-webkit-tap-highlight-color:transparent}
.library-book-wheel__nav:hover,.library-book-wheel__nav:focus-visible{background:rgba(75,45,31,.94);border-color:rgba(214,183,114,.72);outline:none}
.library-book-wheel__nav--prev{left:6px}.library-book-wheel__nav--next{right:6px}
.library-book-wheel__meta{text-align:center;min-height:120px;padding:10px 18px 0}
.library-book-wheel__count{display:block;color:rgba(214,183,114,.72);font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:7px}
.library-book-wheel__title{margin:0;color:var(--cream);font-family:Georgia,'Times New Roman',serif;font-size:clamp(23px,3.7vw,34px);line-height:1.08;text-wrap:balance}
.library-book-wheel__genre{margin:8px 0 12px;color:rgba(247,236,214,.72);font-size:13px;line-height:1.4}
.library-book-wheel__open{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:999px;border:1px solid rgba(214,183,114,.36);background:rgba(214,183,114,.08);color:var(--gold2)!important;text-decoration:none;font-weight:800;font-size:12px;letter-spacing:.04em}
.library-book-wheel__open:hover,.library-book-wheel__open:focus-visible{background:rgba(214,183,114,.15);border-color:rgba(214,183,114,.68);outline:none}
.library-book-wheel__hint{margin:8px auto 0;max-width:430px;text-align:center;color:rgba(247,236,214,.5);font-size:11px;line-height:1.45}
.library-book-wheel__quality-note{margin:7px auto 0;max-width:470px;text-align:center;color:rgba(247,236,214,.38);font-size:9.5px;line-height:1.48;font-style:italic}
@media(max-width:720px){.library-book-wheel{max-width:560px}.library-book-wheel__stage{min-height:342px}.library-book-wheel__card{width:150px;height:240px}.library-book-wheel__nav{width:42px;height:42px}.library-book-wheel__card[data-slot="-2"]{transform:translate(-174%,-50%) rotateY(49deg) scale(.68)}.library-book-wheel__card[data-slot="-1"]{transform:translate(-110%,-50%) rotateY(35deg) scale(.84)}.library-book-wheel__card[data-slot="1"]{transform:translate(10%,-50%) rotateY(-35deg) scale(.84)}.library-book-wheel__card[data-slot="2"]{transform:translate(74%,-50%) rotateY(-49deg) scale(.68)}}
@media(max-width:520px){.library-book-wheel__intro{margin-bottom:4px}.library-book-wheel__stage{min-height:300px;border-radius:18px}.library-book-wheel__card{width:126px;height:202px;border-radius:10px}.library-book-wheel__card[data-slot="-2"]{transform:translate(-168%,-50%) rotateY(50deg) scale(.65);opacity:.34}.library-book-wheel__card[data-slot="-1"]{transform:translate(-106%,-50%) rotateY(34deg) scale(.84)}.library-book-wheel__card[data-slot="0"]{transform:translate(-50%,-50%) scale(1.06)}.library-book-wheel__card[data-slot="1"]{transform:translate(6%,-50%) rotateY(-34deg) scale(.84)}.library-book-wheel__card[data-slot="2"]{transform:translate(68%,-50%) rotateY(-50deg) scale(.65);opacity:.34}.library-book-wheel__nav{top:auto;bottom:5px;transform:none;width:40px;height:40px;font-size:21px}.library-book-wheel__nav--prev{left:24%}.library-book-wheel__nav--next{right:24%}.library-book-wheel__meta{min-height:128px;padding-top:5px}.library-book-wheel__title{font-size:24px}}
@media(prefers-reduced-motion:reduce){.library-book-wheel__card{transition:none}}
