.gallery_galleryPage__TcIKm{padding:2rem;background-color:var(--gallery-paper-white);min-height:100vh;position:relative;overflow:hidden}.gallery_galleryPage__TcIKm:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/paper-texture.png);background-repeat:repeat;opacity:.3;pointer-events:none;z-index:0}.gallery_galleryPage__TcIKm h1{font-family:Playfair Display,serif;font-size:2.8rem;color:var(--gallery-dark-brown);text-align:center;margin-bottom:2rem;position:relative;z-index:1}.gallery_searchBarContainer__K6dEz{display:flex;justify-content:center;margin-bottom:2.5rem;position:relative;z-index:1}.gallery_searchBarInput__LsBtd{width:100%;max-width:500px;padding:.8rem 1.2rem;border:2px solid var(--gallery-pale-brown);border-radius:25px;font-family:Inter,sans-serif;font-size:1rem;color:var(--gallery-dark-brown);background-color:var(--gallery-paper-white);box-shadow:inset 0 1px 3px rgba(0,0,0,.05);transition:border-color .3s ease,box-shadow .3s ease}.gallery_searchBarInput__LsBtd::placeholder{color:var(--gallery-warm-gray);opacity:.7}.gallery_searchBarInput__LsBtd:focus{outline:none;border-color:var(--gallery-burnt-orange);box-shadow:0 0 0 3px rgba(205,133,63,.2)}.gallery_searchButton__9ZIxE{background-color:var(--gallery-burnt-orange);color:white;border:none;border-radius:25px;padding:.8rem 1.5rem;margin-left:-45px;cursor:pointer;font-family:Inter,sans-serif;font-weight:500;transition:background-color .2s ease}.gallery_searchButton__9ZIxE:hover{background-color:#d2691e}.gallery_searchButton__9ZIxE:disabled{background-color:var(--gallery-pale-brown);cursor:not-allowed}.gallery_loadingContainer__Q2CGO{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;font-family:Inter,sans-serif;color:var(--gallery-warm-gray);font-size:1.2rem}.gallery_pageFlip__HRx_E{width:80px;height:60px;border:4px solid var(--gallery-pale-brown);border-radius:5px;position:relative;overflow:hidden;animation:gallery_pageFlip__HRx_E 1.5s ease-in-out infinite}.gallery_pageFlip__HRx_E:after,.gallery_pageFlip__HRx_E:before{content:"";position:absolute;top:0;left:50%;width:50%;height:100%;background-color:var(--gallery-paper-white);transform-origin:left}.gallery_pageFlip__HRx_E:before{background:linear-gradient(to right,var(--gallery-paper-white) 0,#f0edea 100%);animation:gallery_flipBefore__CY2Z9 1.5s ease-in-out infinite}.gallery_pageFlip__HRx_E:after{background:linear-gradient(to left,var(--gallery-paper-white) 0,#f0edea 100%);animation:gallery_flipAfter__iSBcl 1.5s ease-in-out infinite;left:0}@keyframes gallery_pageFlip__HRx_E{0%{transform:rotateY(0deg)}50%{transform:rotateY(180deg)}to{transform:rotateY(1turn)}}@keyframes gallery_flipBefore__CY2Z9{0%,to{transform:rotateY(0deg)}50%{transform:rotateY(-180deg)}}@keyframes gallery_flipAfter__iSBcl{0%,to{transform:rotateY(0deg)}50%{transform:rotateY(180deg)}}.gallery_errorAlert__yhqpC{background-color:#fcf8e3;border:1px solid #fbeed5;border-left:5px solid #f9e29a;border-radius:4px;padding:1.5rem;margin:2rem auto;max-width:400px;text-align:center;font-family:Caveat,cursive;color:var(--gallery-dark-brown);box-shadow:2px 2px 8px var(--gallery-shadow-color);transform:rotate(2deg)}.gallery_errorAlert__yhqpC p{margin:0;font-size:1.1rem}.gallery_emptyState__70sjC{text-align:center;padding:3rem;margin-top:2rem}.gallery_emptyState__70sjC h2{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--gallery-dark-brown)}.gallery_emptyState__70sjC p{font-size:1rem;color:var(--gallery-warm-gray)}.gallery_bookGrid__ny47P{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;padding:2rem 0;position:relative;z-index:1}.gallery_bookCard__vTG5B{background-color:var(--gallery-paper-white);border-radius:8px;box-shadow:0 5px 15px var(--gallery-shadow-color);overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:1rem;transition:transform .3s ease,box-shadow .3s ease;position:relative;cursor:pointer}.gallery_bookCard__vTG5B:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15),0 0 0 4px var(--gallery-burnt-orange)}.gallery_bookCover__FJ2lX{width:100%;height:220px;object-fit:cover;border-radius:8px 8px 0 0;box-shadow:inset 0 -5px 10px rgba(0,0,0,.1)}.gallery_bookCover__FJ2lX[src*="via.placeholder.com"]{background-color:var(--gallery-pale-brown);display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--gallery-warm-gray);background-image:url(/default-open-book.png);background-size:60%;background-repeat:no-repeat;background-position:50%}.gallery_bookTitle__rjKCX{font-family:Playfair Display,serif;font-size:1.15rem;color:var(--gallery-dark-brown);margin:.8rem .5rem .2rem;line-height:1.2}.gallery_bookAuthor__uTNnu{font-size:.85rem;margin-bottom:.1rem}.gallery_bookAuthor__uTNnu,.gallery_bookYear__htB5p{font-family:Inter,sans-serif;color:var(--gallery-warm-gray)}.gallery_bookYear__htB5p{font-size:.75rem;opacity:.8}@media (max-width:768px){.gallery_galleryPage__TcIKm{padding:1.5rem 1rem}.gallery_galleryPage__TcIKm h1{font-size:2rem}.gallery_searchBarInput__LsBtd{max-width:90%}.gallery_bookGrid__ny47P{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.8rem}.gallery_bookCover__FJ2lX{height:180px}.gallery_bookTitle__rjKCX{font-size:1rem}}@media (max-width:480px){.gallery_galleryPage__TcIKm h1{font-size:1.8rem}.gallery_bookGrid__ny47P{grid-template-columns:1fr}.gallery_bookCover__FJ2lX{height:250px}}