*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff6f0;color:#000;font-family:Inter Tight,Arial,sans-serif;line-height:1.5;font-size:14px;text-align:left}.bold{font-weight:700}h1{font-size:28px;margin-bottom:1rem;text-align:center}h2{font-size:22px;font-weight:600;margin-bottom:1rem}h3{font-size:18px}h4{font-size:16px}a{color:#96415e;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:2px}.btn{border:transparent;border-radius:5px;cursor:pointer;padding:.5rem 1rem;transition:transform .5s ease}.btn:hover{filter:drop-shadow(0 0 5px #d8a7bd);transform:scale(1.05)}@media(max-width:600px){h1{font-size:26px}h2{font-size:20px}h3{font-size:16px}h4{font-size:14px}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.container{width:100%;max-width:1920px;margin:0 auto}.animation-wrapper{animation:fadeIn 1.5s ease-in forwards}.hidden{display:none}header{display:flex;justify-content:center;align-items:center;color:#fff}header .logo{padding:1rem .5rem}header .logo img{max-width:100px}footer{display:flex;justify-content:center;align-items:center;padding:2rem .5rem}.main-content{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem .5rem 2rem}.spinner{width:50px;height:50px;margin:1rem;border:5px solid #d181a1;border-top-color:#8f3457;border-radius:50%;animation:rotate .8s infinite linear}.search-section{margin-top:1rem;background-color:#fff;padding:1rem;border-radius:10px;width:100%;max-width:500px;box-shadow:0 3px 14px #0000000d;margin-top:2rem;margin-bottom:.8rem}.search-section form{display:flex;justify-content:space-between;gap:.6rem}.search-section form input{padding:1rem .5rem;border:1px solid #E1DCD7;border-radius:10px;width:100%;font-size:16px}.search-section form input:focus{outline:none;border-color:#d8d1cb;box-shadow:0 0 5px #e1dcd7}.search-section .search-btn{font-size:16px;font-weight:600;background:linear-gradient(50deg,#b75879 13%,#96415e 33%,#78344b 69%,#502232);color:#fff6f0}.saved-books,.author-section,.card-section{width:100%;max-width:500px;margin-top:.8rem;margin-bottom:.5rem}#author-info-card{margin-top:1rem;background-color:#fff;padding:1rem;border-radius:10px;width:100%;max-width:500px;box-shadow:0 3px 14px #0000000d}#author-info-card .author-wrapper{display:flex;align-items:center;gap:2rem}#author-info-card .author-wrapper img{width:120px;height:120px;object-fit:cover;border-radius:50%}#author-info-card .author-wrapper .author-info{display:flex;flex-direction:column}.book-card{margin-top:1rem;background-color:#fff;padding:1rem;border-radius:10px;width:100%;max-width:500px;box-shadow:0 3px 14px #0000000d;display:flex;gap:1rem;transition:transform .4s ease}.book-card:hover{transform:translateY(-4px)}.book-card img{width:100px;height:100%;max-width:100%;border-radius:10px}.book-card .book-info{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.book-card .book-info .save-btn{min-width:150px;background-color:#8f3457;color:#fff6f0}.book-card .book-info .save-btn:disabled{background-color:#e1dcd7;color:#000;opacity:.7;cursor:auto}.book-card .book-info .save-btn:disabled:hover{filter:none;transform:none}.saved-card-info{margin-top:1rem;background-color:#fff;padding:1rem;border-radius:10px;width:100%;max-width:500px;box-shadow:0 3px 14px #0000000d;gap:.2rem;padding:.5rem 1rem;transition:transform .4s ease}.saved-card-info:hover{transform:translateY(-4px)}.saved-card-info .saved-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.saved-card-info .saved-card-header .delete-btn{background-color:#e1dcd7;color:#000;margin-top:.2rem}@media(max-width:600px){.book-card img{width:80px}}
