#root{margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.books_container{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.book{border-radius:.5rem;cursor:pointer;padding:.5rem;transition:all .5s ease-in-out}.book:hover{background:#fff;color:#000}.book p{margin:0}.close_btn{border-radius:1rem;background:#000;padding:.5rem 1rem;position:absolute;right:5%;top:5%;cursor:pointer;text-transform:uppercase}.authors{align-items:center;display:grid;grid-template-columns:repeat(1,1fr);margin-top:4rem;padding:0 5%;gap:1rem}.author img{object-fit:cover;width:100%}.book h5{margin:5px 0}.book_modal{background:#1a1a1a;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.book_modal{overflow-y:auto}.book_modal h1{font-size:2rem;line-height:3rem;margin:0}.book_modal h3{font-size:1.7rem;margin:0}.book_modal .cover{background-repeat:no-repeat;background-position:center center;background-size:cover}.book_modal .main_info{padding:5rem 10%}.modal__photos{display:grid;grid-template-columns:repeat(1,1fr);padding:1rem 5%}.modal__photo{max-width:100%}.book_modal .cover .container{align-items:center;background:#000;background:linear-gradient(0deg,#000 0%,#7c7c7c99 80%,#fff0 100%);display:flex;flex-direction:column;padding:10rem 0}.book_modal .cover img{max-width:400px;margin-bottom:3rem}.book_modal_physical_info{background:#ffffff40;box-shadow:0 8px 32px #1f26875e;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;border:1px solid rgba(255,255,255,.18);display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem auto 0;padding:.5rem 2rem}@media screen and (min-width: 769px) and (max-width: 1024px){.books_container{display:grid;grid-template-columns:repeat(4,1fr)}.authors,.modal__photos{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.books_container{display:grid;grid-template-columns:repeat(5,1fr)}.authors,.modal__photos{grid-template-columns:repeat(4,1fr)}}
