@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f7f6;color:#333;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.6;margin:0}h1,h2,h3,h4,h5,h6{color:#2c3e50;font-family:Merriweather,serif;line-height:1.2;margin-bottom:.5em;margin-top:0}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}p{font-size:1rem;margin-bottom:1em}ul{list-style:none;margin:0;padding:0}a{color:#3498db;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:Roboto,sans-serif;transition:all .3s ease}.App{min-height:100vh;text-align:center}.App,.App-header{display:flex;flex-direction:column}.App-header{align-items:center;background-color:#fdfdfd;box-sizing:border-box;color:#0c0f2e;flex-grow:1;font-size:1rem;padding-bottom:40px;padding-top:4rem}.main-navbar{background-color:#0c0f2e;box-shadow:0 3px 6px #0003;color:#fff;position:fixed;width:100%;z-index:1000}.guest-navbar,.main-navbar{bottom:auto;height:4rem;top:0}.navbar-container{height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{flex-shrink:0}.navbar-logo .logo-button{align-items:center;background:none;border:none;color:inherit;display:flex;font-size:1.25rem;font-weight:600;padding:0}.navbar-logo .logo-button:hover{color:#ccc}.navbar-logo .logo-image{height:3.5rem;margin-right:.5rem;width:9rem}.navbar-logo .logo-text{display:inline}.navbar-menu-desktop{align-items:center;display:flex;flex:1 1;flex-wrap:nowrap;gap:1rem;justify-content:flex-end}.navbar-menu-desktop .nav-item{background:none;border:none;border-radius:.375rem;color:#fff;flex-shrink:0;font-size:.875rem;font-weight:500;padding:.5rem .75rem;text-align:center}.navbar-menu-desktop .nav-item:hover{background-color:#4a5568}.navbar-menu-desktop .nav-item.logout-item{background-color:#ef4444}.navbar-menu-desktop .nav-item.logout-item:hover{background-color:#dc2626}.navbar-menu-mobile{align-items:center;display:none;height:100%;justify-content:space-around;width:100%}.navbar-menu-mobile .nav-item-mobile{align-items:center;background:none;border:none;color:#fff;display:flex;flex-direction:column;font-size:.75rem;padding:.5rem}.navbar-menu-mobile .nav-item-mobile:hover{color:#ccc}.navbar-menu-mobile .nav-item-mobile svg{height:1.25rem;margin-bottom:.25rem;width:1.25rem}.navbar-menu-mobile .nav-item-mobile.active{color:#60a5fa}.mobile-menu-dropdown{background-color:#0c0f2e;border-radius:.5rem .5rem 0 0;bottom:4rem;box-shadow:0 -3px 6px #0003;display:flex;flex-direction:column;left:0;padding:.5rem 0;position:absolute;right:0;z-index:999}.mobile-menu-dropdown .dropdown-item{background:none;border:none;color:#fff;display:block;font-size:1rem;font-weight:500;padding:.625rem .75rem;text-align:left;width:100%}.mobile-menu-dropdown .dropdown-item:hover{background-color:#4a5568}.mobile-menu-dropdown .dropdown-item.logout-dropdown-item{color:#f87171;margin-top:.5rem}.mobile-menu-dropdown .logout-dropdown-item:hover{background-color:#4a5568;color:#fca5a5}.auth-container{border:1px solid #e0e0e0;max-width:450px}.auth-container,.main-content-container{background-color:#fff;border-radius:12px;box-shadow:0 6px 18px #0000001a;box-sizing:border-box;margin:30px auto;padding:30px;text-align:left;width:90%}.main-content-container{max-width:1200px}.home-page-wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;margin:30px auto;max-width:900px;padding:0 20px;width:90%}.home-content{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 12px #00000014;box-sizing:border-box;margin-bottom:30px;max-width:550px;padding:30px;text-align:center;width:100%}.home-content h2{color:#2c3e50;font-size:2.25rem;margin-bottom:15px}.home-content p{color:#555;font-size:1rem}.home-cta-button{background-color:#3498db;border:none;border-radius:6px;box-shadow:0 4px 8px #0000001a;color:#fff;font-size:1.125rem;font-weight:700;margin-top:25px;padding:12px 25px}.home-cta-button:hover{background-color:#2980b9;transform:translateY(-2px)}.auth-container h2{color:#2c3e50;font-size:1.875rem;margin-bottom:25px;text-align:center}.form-group{margin-bottom:20px}.form-group label{color:#444;display:block;font-size:1rem;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:6px;font-size:1rem;outline:none;padding:10px;transition:border-color .3s ease,box-shadow .3s ease;width:calc(100% - 20px)}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db40}.form-group textarea{min-height:100px;resize:vertical}.form-button{background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:700;padding:12px 15px;width:100%}.form-button:hover{background-color:#2980b9}.error-message,.success-message{border-radius:5px;font-size:.875rem;font-weight:500;margin-bottom:15px;padding:10px 15px;text-align:center}.error-message{background-color:#fadedf;border:1px solid #e74c3c;color:#e74c3c}.success-message{background-color:#e6ffe6;border:1px solid #28a745;color:#28a745}.toggle-auth-button{background:none;border:none;border-radius:5px;color:#3498db;cursor:pointer;font-size:1rem;font-weight:500;margin-top:20px;padding:5px 10px;text-decoration:none}.toggle-auth-button:hover{background-color:#f0f8ff;color:#2980b9}.separator{color:#999;font-size:.875rem;margin:25px 0;position:relative;text-align:center}.separator span{background-color:#fff;padding:0 15px;position:relative;z-index:1}.separator:before{background-color:#eee;content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:0}.google-button{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;display:flex;font-size:1.125rem;font-weight:700;gap:12px;justify-content:center;padding:12px 15px;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease;width:100%}.google-button:hover{background-color:#f7f7f7;border-color:#ccc;box-shadow:0 2px 8px #00000014}.google-button img{height:24px;width:24px}.dashboard-container h2{color:#2c3e50;font-size:1.875rem;margin-bottom:30px;text-align:center}.dashboard-section{background-color:#fdfdfd;border:1px solid #ebebeb;border-radius:10px;box-shadow:0 2px 8px #0000000a;margin-bottom:25px;padding:20px}.dashboard-section h3{border-bottom:1px dashed #e9ecef;color:#34495e;font-size:1.5rem;margin-bottom:15px;margin-top:0;padding-bottom:10px}.dashboard-authors-list,.dashboard-books-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.dashboard-author-item,.dashboard-book-item{align-items:center;border-radius:8px;display:flex;flex-direction:column;flex-shrink:0;padding:10px;text-align:center;transition:background-color .2s ease,transform .2s ease;width:110px}.dashboard-author-item:hover,.dashboard-book-item:hover{background-color:#f0f3f6;transform:translateY(-3px)}.dashboard-book-thumbnail{border-radius:6px;box-shadow:0 2px 5px #00000026;height:120px;margin-bottom:8px;object-fit:cover;width:80px}.dashboard-book-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;color:#333;display:-webkit-box;font-size:.9rem;font-weight:600;line-height:1.3em;margin:0;min-height:2.6em;overflow:hidden;text-overflow:ellipsis}.dashboard-book-format{border-radius:4px;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-top:5px;padding:3px 8px;text-transform:uppercase}.dashboard-book-format.paper{background-color:#27ae60}.dashboard-book-format.digital{background-color:#3498db}.dashboard-book-format.audio{background-color:#9b59b6}.dashboard-author-image{border:3px solid #3498db;border-radius:50%;box-shadow:0 2px 5px #00000026;height:70px;margin-bottom:8px;object-fit:cover;width:70px}.dashboard-author-name{color:#333;font-size:.9rem;font-weight:600;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-section{text-align:center}.progress-section h3{border-bottom:none;margin-bottom:10px}.progress-bar-container{background-color:#e9ecef;border:1px solid #dcdcdc;border-radius:15px;height:25px;margin:15px auto 0;max-width:500px;overflow:hidden;width:80%}.progress-bar{align-items:center;background-color:#2ecc71;border-radius:15px;color:#fff;display:flex;font-size:.9rem;font-weight:700;height:100%;justify-content:center;transition:width .5s ease-in-out;width:0}.global-authors-container{box-sizing:border-box;margin:30px auto;max-width:1000px;padding:0 20px;text-align:center;width:100%}.global-authors-container h2{color:#2c3e50;font-size:2.25rem;margin-bottom:30px}.search-bar{margin-bottom:30px;width:100%}.search-bar input{border:1px solid #ccc;border-radius:30px;box-shadow:0 2px 5px #0000000d;font-size:1.125rem;max-width:600px;outline:none;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:calc(100% - 20px)}.search-bar input:focus{border-color:#3498db;box-shadow:0 0 0 4px #3498db33}.authors-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));justify-content:center;margin-top:30px}.author-card{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 12px #00000014;cursor:pointer;display:flex;flex-direction:column;min-height:180px;padding:20px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.author-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-8px)}.author-card .author-image{border:4px solid #3498db;border-radius:50%;box-shadow:0 2px 8px #0003;height:100px;margin-bottom:15px;object-fit:cover;width:100px}.author-card .author-name{color:#2c3e50;font-size:1.3rem;font-weight:700;margin:0}.loading-message,.no-data-message,.no-results-message{color:#777;font-style:italic;margin-top:30px;text-align:center}.author-detail-container{background-color:#fff;border-radius:12px;box-shadow:0 6px 18px #0000001a;box-sizing:border-box;margin:30px auto;max-width:900px;padding:30px;text-align:left}.author-detail-container h2{color:#2c3e50;font-size:2.8rem;margin-bottom:20px;text-align:center}.author-detail-container .author-image{border:5px solid #3498db;border-radius:50%;box-shadow:0 4px 12px #0003;display:block;height:180px;margin:0 auto 25px;object-fit:cover;width:180px}.author-bio{color:#444;font-size:1.05rem;line-height:1.7;margin-bottom:35px;text-align:justify}.back-button{background-color:#95a5a6;border-radius:6px;color:#fff;font-size:1rem;font-weight:500;margin-bottom:25px}.back-button:hover{background-color:#7f8c8d}.follow-button{background-color:#2ecc71;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:1.125rem;font-weight:700;margin-left:auto;margin-right:auto;margin-top:25px;padding:12px 25px;transition:background-color .3s ease,transform .1s ease}.follow-button:hover{background-color:#27ae60;transform:translateY(-3px)}.follow-button.followed{background-color:#7f8c8d}.follow-button.followed:hover{background-color:#6c757d}.books-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));justify-content:flex-start;margin-top:25px}.book-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 12px #00000014;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;min-height:400px;padding:15px;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .3s ease}.book-card-has-data{border-color:#3498db;box-shadow:0 6px 15px #3498db33}.book-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-8px)}.book-card .book-thumbnail{border-radius:6px;box-shadow:0 4px 10px #00000026;display:block;height:auto;margin:0 auto 12px;max-width:90%;object-fit:cover}.book-card .book-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;color:#2c3e50;display:-webkit-box;font-size:1.125rem;font-weight:700;line-height:1.4em;margin:10px 0 5px;min-height:2.8em;overflow:hidden;text-overflow:ellipsis}.book-card .book-authors{color:#666;font-size:.875rem;margin:0 0 15px;min-height:1.2em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-status-options{border-top:1px solid #eceff1;margin-top:auto;padding-top:15px}.possession-status-group,.reading-status-group{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:10px}.format-button,.status-button{background-color:#fff;border:1px solid;border-radius:6px;color:#3498db;flex:1 1;font-size:.9rem;font-weight:600;margin-bottom:0;min-width:80px;padding:10px 12px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.format-button.active,.status-button.active{background-color:#666;color:#fff}.status-button{border-color:#3498db;color:#3498db}.status-button.active{background-color:#3498db;border-color:#3498db}.status-button:hover:not(.active){background-color:#eaf3f9;border-color:#2980b9;color:#2980b9}.status-button.active[onClick*=readingStatus][onClick*=read]{background-color:#2ecc71;border-color:#2ecc71}.status-button[onClick*=readingStatus][onClick*=read]:hover:not(.active){background-color:#e0f6e9;border-color:#27ae60;color:#27ae60}.status-button.active[onClick*=readingStatus][onClick*=reading]{background-color:#f1c40f;border-color:#f1c40f;color:#333}.status-button[onClick*=readingStatus][onClick*=reading]:hover:not(.active){background-color:#fcf4db;border-color:#c7a400;color:#c7a400}.format-button{border-color:#95a5a6;color:#95a5a6}.format-button:hover:not(.active){background-color:#eceff1;border-color:#7f8c8d;color:#7f8c8d}.format-button.active[onClick*=possessionStatus][onClick*=paper]{background-color:#27ae60;border-color:#27ae60}.format-button.active[onClick*=possessionStatus][onClick*=digital]{background-color:#3498db;border-color:#3498db}.format-button.active[onClick*=possessionStatus][onClick*=audio]{background-color:#9b59b6;border-color:#9b59b6}.format-button.active[onClick*=possessionStatus][onClick*=wishlist]{background-color:#1abc9c;border-color:#1abc9c}.loading-book-card{align-items:center;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 12px #00000014;box-sizing:border-box;color:#777;display:flex;flex-direction:column;font-style:italic;justify-content:center;min-height:400px;padding:15px}.loading-book-card .book-thumbnail{opacity:.5}.toast-message{animation:fadeInOut 3.5s forwards;border-radius:8px;bottom:20px;box-shadow:0 4px 15px #0003;color:#fff;font-size:1.1em;font-weight:700;left:50%;padding:15px 25px;position:fixed;transform:translateX(-50%);z-index:2000}.toast-message.success{background-color:#28a745}.toast-message.error{background-color:#dc3545}@media (max-width:768px){.App-header{padding-bottom:60px;padding-top:20px}.main-navbar{align-items:center;bottom:0;flex-wrap:wrap;height:60px;justify-content:space-around;padding:5px 0;top:auto}.navbar-container{height:100%}.navbar-logo,.navbar-menu-desktop{display:none}.navbar-menu-mobile{align-items:center;display:flex;justify-content:space-around;width:100%}.nav-item-mobile{flex-basis:0;flex-grow:1;font-size:.75rem;margin:0;max-width:33.33%;overflow:hidden;padding:5px 2px;text-overflow:ellipsis;white-space:nowrap}.auth-container,.author-detail-container,.home-content,.logged-in-container{margin:20px auto;padding:20px;width:95%}.auth-container h2,.author-detail-container h2,.dashboard-container h2,.home-content h2{font-size:1.5rem}.home-content p{font-size:.95rem}.form-group input,.form-group label,.toggle-auth-button{font-size:.9rem}.form-button,.google-button{font-size:1rem;padding:10px}.authors-grid,.books-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}.author-card,.book-card{min-height:auto;padding:8px}.author-card .author-image{height:70px;width:70px}.author-card .author-name{font-size:1rem}.book-card .book-thumbnail{height:120px;max-width:80px}.book-card .book-title{font-size:.9rem}.book-card .book-authors{font-size:.75rem}.possession-status-group,.reading-status-group{flex-direction:column;gap:4px}.format-button,.status-button{flex:none;font-size:.85rem;min-width:0;min-width:auto}.dashboard-authors-list,.dashboard-books-list{gap:8px;justify-content:space-around}.dashboard-author-item,.dashboard-book-item{padding:5px;width:80px}.dashboard-book-thumbnail{height:60px;width:40px}.dashboard-author-image{height:40px;width:40px}.progress-bar-container{width:95%}}@media (min-width:769px) and (max-width:1024px){.App-header{padding-bottom:40px;padding-top:4rem}.main-navbar{bottom:auto;height:4rem;top:0}.navbar-menu-desktop{display:flex}.navbar-menu-mobile{display:none}.navbar-logo{display:flex}.navbar-logo .logo-text{display:inline}.auth-container,.author-detail-container,.home-content,.logged-in-container{max-width:800px;padding:25px;width:80%}.authors-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.books-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.book-card .book-thumbnail{height:165px;max-width:110px}}@media (min-width:1025px){.App-header{padding-bottom:40px;padding-top:4rem}.main-navbar{bottom:auto;height:4rem;top:0}.navbar-menu-desktop{display:flex}.navbar-menu-mobile{display:none}.navbar-logo{display:flex}.navbar-logo .logo-text{display:inline}}.dashboard-book-item{position:relative}.dashboard-book-formats-list{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-top:5px}.dashboard-book-format{font-size:.7em;padding:2px 5px}.profile-page-container{max-width:700px;text-align:center}.profile-page-container h2{font-size:2.25rem;margin-bottom:2rem}.profile-header{border-bottom:1px dashed #e0e0e0;margin-bottom:2rem;padding-bottom:1.5rem}.profile-picture{border:4px solid #3498db;border-radius:50%;box-shadow:0 4px 10px #0000001a;height:120px;margin:0 auto 1rem;object-fit:cover;width:120px}.profile-display-name{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:.5rem}.profile-email{color:#777;font-size:.9rem}.profile-details{margin-bottom:2rem;text-align:left}.profile-details h4{border-bottom:1px solid #eee;color:#34495e;font-size:1.2rem;margin-bottom:.8rem;padding-bottom:5px}.profile-bio{color:#444;font-size:1rem;line-height:1.6;white-space:pre-wrap}.profile-member-since{color:#999;font-size:.85rem;margin-top:1rem}.profile-form .form-group textarea{min-height:120px;resize:vertical}.profile-form .back-button,.profile-form .form-button{display:inline-block;margin-left:10px;margin-right:10px;margin-top:20px;width:auto}@media (max-width:768px){.profile-page-container h2{font-size:1.8rem}.profile-picture{height:100px;width:100px}.profile-display-name{font-size:1.5rem}.profile-details h4{font-size:1.1rem}.profile-details p{font-size:.9rem}.profile-form .back-button,.profile-form .form-button{margin-bottom:10px;margin-left:0;margin-right:0;width:100%}}.profile-books-section{border-top:1px dashed #e0e0e0;margin-top:3rem;padding-top:2rem;text-align:center}.profile-books-section h4{color:#34495e;font-size:1.5rem;margin-bottom:1.5rem}.user-books-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));justify-content:center;padding:0 10px}.user-book-item{align-items:center;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000000d;display:flex;flex-direction:column;padding:10px;text-align:center;transition:transform .2s ease-in-out}.user-book-item:hover{transform:translateY(-5px)}.user-book-thumbnail{border-radius:4px;box-shadow:0 2px 4px #0000001a;height:auto;margin-bottom:10px;max-width:90%;object-fit:cover}.user-book-title{-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:.9rem;font-weight:700;height:2.8em;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis}.user-book-status{background-color:#eaf2f8;border-radius:15px;color:#555;font-size:.8rem;margin-top:auto;padding:3px 8px}@media (max-width:600px){.user-books-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.user-book-thumbnail{height:105px;width:70px}.user-book-title{font-size:.85rem;height:2.6em}.user-book-status{font-size:.75rem;padding:2px 6px}}@media (max-width:400px){.user-books-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.user-book-thumbnail{height:90px;width:60px}.user-book-title{font-size:.8rem;height:2.4em}}.friends-page-container{box-sizing:border-box;margin:30px auto;max-width:900px;padding:0 20px;text-align:center}.friends-page-container h2{font-size:2.25rem;margin-bottom:2rem;text-align:center}.friends-section{background-color:#fdfdfd;border:1px solid #ebebeb;border-radius:10px;box-shadow:0 2px 8px #0000000a;margin-bottom:2rem;padding:1.5rem;text-align:left}.friends-section h3{border-bottom:1px dashed #e9ecef;color:#34495e;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.search-friends-section .search-bar{display:flex;gap:.5rem;margin-bottom:1rem}.search-friends-section .search-bar input{border:1px solid #ccc;border-radius:6px;flex-grow:1;font-size:1rem;padding:.6rem .8rem}.search-friends-section .form-button{font-size:1rem;margin-top:0;padding:.6rem 1.2rem;width:auto}.friend-list{display:flex;flex-direction:column;gap:.8rem}.friend-item{align-items:center;background-color:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:center;padding:.8rem}.friend-avatar{border:2px solid #3498db;border-radius:50%;height:50px;margin-right:1rem;object-fit:cover;width:50px}.friend-name{color:#333;flex-grow:1;font-size:1.1rem;font-weight:600}.friend-email{color:#777;font-size:.8rem;margin-left:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.friend-actions{display:flex;gap:.5rem;margin-left:1rem}.action-button{border:none;border-radius:5px;color:#fff;font-size:.85rem;font-weight:500;margin-top:.5rem;padding:.4rem .8rem;transition:background-color .2s ease}.accept-button{background-color:#2ecc71}.accept-button:hover{background-color:#27ae60}.reject-button{background-color:#e74c3c}.reject-button:hover{background-color:#c0392b}.remove-button{background-color:#95a5a6}.remove-button:hover{background-color:#7f8c8d}.view-profile-button{background-color:#3498db}.view-profile-button:hover{background-color:#2980b9}.send-request-button{background-color:#f1c40f;color:#333}.send-request-button:hover{background-color:#c7a400}@media (max-width:768px){.friends-section{padding:1rem}.friends-section h3{font-size:1.3rem}.friend-item{flex-wrap:wrap;justify-content:center;text-align:center}.friend-avatar{height:40px;margin-right:.5rem;width:40px}.friend-name{flex-grow:0;font-size:1rem;margin-right:.5rem}.friend-email{font-size:.7rem;margin-left:0;width:100%}.friend-actions{justify-content:center;margin-left:0;margin-top:.5rem;width:100%}.action-button{flex-grow:1;font-size:.8rem;padding:.3rem .5rem}}.friend-books-page-container{text-align:center}.friend-books-page-container h2{font-size:2rem;margin-bottom:2rem}.book-card .book-status-options .format-button,.book-card .book-status-options .status-button,.user-book-item .user-book-status{align-items:center;display:inline-flex;font-size:.85rem;justify-content:center;line-height:1;margin:2px;padding:5px 8px;vertical-align:middle}.text-clamp-2-lines{-webkit-line-clamp:2;line-clamp:2}.book-description-truncated,.text-clamp-2-lines{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.book-description-truncated{-webkit-line-clamp:3;line-clamp:3}.author-actions-top .follow-button,.author-actions-top .form-button{margin-bottom:10px;margin-right:10px}.add-work-form-container .form-actions button{margin-right:10px;margin-top:15px}.form-button.secondary-button{background-color:#6c757d}.form-button.secondary-button:hover{background-color:#5a6268}.toast-notification{align-items:center;animation:fadeInOut 3s forwards;border-radius:8px;bottom:20px;box-shadow:0 4px 8px #0003;color:#fff;display:flex;font-weight:700;justify-content:space-between;left:50%;padding:12px 20px;position:fixed;transform:translateX(-50%);z-index:1000}.toast-notification--success{background-color:#4caf50}.toast-notification--error{background-color:#f44336}.toast-notification--info{background-color:#2196f3}.toast-dismiss-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2em;margin-left:10px;padding:0 5px}@keyframes fadeInOut{0%{opacity:0;transform:translateX(-50%) translateY(20px)}10%{opacity:1;transform:translateX(-50%) translateY(0)}90%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(20px)}}.dashboard-books-list .book-card{gap:5px;min-height:200px;padding:8px;width:150px}.dashboard-books-list .book-card .book-thumbnail{height:auto;margin-bottom:px;max-width:90px}.dashboard-books-list .book-card .book-title{font-size:.95rem;line-height:1.2em;min-height:2.4em}.dashboard-books-list .book-card .book-authors{font-size:.85rem;margin-bottom:5px;min-height:auto}.dashboard-books-list .book-card .book-isbn,.dashboard-books-list .book-card .book-page-count,.dashboard-books-list .book-card .book-published-date{display:none}.my-collection-section .book-collection-display-wrapper{background-color:initial;box-shadow:none;margin:0;padding:0}.my-collection-section .book-collection-display-wrapper h2{display:none}.my-collection-section .collection-controls{border-bottom:1px solid #e0e0e0;margin-bottom:15px;padding:10px}.my-collection-section .books-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.my-collection-section .book-card{min-height:250px;padding:10px}.my-collection-section .book-card .book-thumbnail{height:auto;max-width:80px}.my-collection-section .book-card .book-title{font-size:.9rem;line-height:1.3em;min-height:2.6em}.my-collection-section .book-card .book-authors{font-size:.8rem}.my-collection-section .book-card .book-isbn,.my-collection-section .book-card .book-page-count,.my-collection-section .book-card .book-published-date{display:none}.author-detail-container h3{border-bottom:1px dashed #e9ecef;color:#34495e;font-size:1.875rem;margin-bottom:25px;margin-top:40px;padding-bottom:10px;text-align:center}.books-grid{margin-bottom:40px}.dashboard-section+.dashboard-section,.profile-books-section+.profile-books-section{margin-top:40px}.book-collection-display-wrapper .collection-controls{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:25px}.book-collection-display-wrapper .collection-controls .search-input{border:1px solid #ccc;border-radius:30px;box-shadow:0 2px 5px #0000000d;flex-grow:1;font-size:1rem;max-width:400px;outline:none;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:auto}.book-collection-display-wrapper .collection-controls .search-input:focus{border-color:#3498db;box-shadow:0 0 0 4px #3498db33}.book-collection-display-wrapper .collection-controls .filter-sort-group{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.book-collection-display-wrapper .collection-controls .filter-select,.book-collection-display-wrapper .collection-controls .sort-select{background-color:#fff;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-size:1rem;outline:none;padding:10px 15px;transition:border-color .3s ease,box-shadow .3s ease}.book-collection-display-wrapper .collection-controls .filter-select:focus,.book-collection-display-wrapper .collection-controls .sort-select:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db40}.author-collection-section h3{align-items:center;border-bottom:1px dashed #e9ecef;color:#34495e;cursor:pointer;display:flex;font-size:1.5rem;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.author-collection-section h3:hover{color:#3498db}.toggle-arrow{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #333;height:0;margin-left:10px;transition:transform .3s ease;width:0}.toggle-arrow.collapsed{transform:rotate(-90deg)}.dashboard-section.my-collection-section,.dashboard-section.my-wishlist-section,.dashboard-section.to-read-section{background-color:#fdfdfd;border:1px solid #ebebeb;border-radius:10px;box-shadow:0 2px 8px #0000000a;margin-bottom:25px;padding:20px;text-align:left}.dashboard-section.my-collection-section h2,.dashboard-section.my-wishlist-section h2,.dashboard-section.to-read-section h2{border-bottom:1px dashed #e9ecef;color:#34495e;font-size:1.5rem;margin-bottom:15px;padding-bottom:10px;text-align:center}.dashboard-section .books-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));margin-top:15px}.dashboard-section .book-card{min-height:250px;padding:10px;width:100%}.dashboard-section .book-card .book-thumbnail{height:120px;max-width:80px}.dashboard-section .book-card .book-title{font-size:.9rem;line-height:1.3em;min-height:2.6em}.dashboard-section .book-card .book-authors,.dashboard-section .book-card .book-isbn,.dashboard-section .book-card .book-page-count,.dashboard-section .book-card .book-published-date{display:none}.dashboard-section .book-card .book-status-options{border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-top:10px;padding-top:10px}.dashboard-section .book-card .format-button,.dashboard-section .book-card .status-button{flex-basis:auto;font-size:.75rem;min-width:0;min-width:auto;padding:5px 8px}.author-progress-bar-container{margin:15px auto 0}.author-progress-bar{background-color:#2ecc71;height:100%;width:0}.author-progress-bar .no-progress{background-color:#ccc}.author-progress-bar-container .progress-bar-text.no-data-text{color:#777}.author-progress-bar-container{background-color:#e9ecef;border:1px solid #dcdcdc;border-radius:15px;height:25px;margin:15px auto;max-width:500px;overflow:hidden;position:relative;width:80%}.author-progress-bar{align-items:center;background-color:#2ecc71!important;border-radius:15px;box-sizing:border-box;color:#fff;display:flex;font-size:.9rem;font-weight:700;height:100%!important;justify-content:center;transition:width .5s ease-in-out}.author-progress-bar.no-progress{background-color:#ccc!important}.author-progress-bar-container .progress-bar-text{color:#555;display:block;font-size:1rem;margin-bottom:5px;position:relative;text-align:center;z-index:1}.author-progress-bar-container .progress-bar-text.no-data-text{color:#15ad24;font-style:italic}.home-section{background-color:#fdfdfd;border:1px solid #ebebeb;border-radius:10px;box-shadow:0 2px 8px #0000000a;box-sizing:border-box;margin-bottom:25px;max-width:900px;padding:25px;text-align:center;width:100%}.home-section h3{border-bottom:1px dashed #e9ecef;color:#34495e;font-size:1.75rem;margin-bottom:20px;padding-bottom:10px}.features-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-content:center;margin-top:20px}.feature-item{background-color:#fff;border:1px solid #dcdcdc;border-radius:10px;box-shadow:0 4px 10px #0000000d;padding:20px;text-align:left;transition:transform .2s ease}.feature-item:hover{box-shadow:0 6px 15px #0000001a;transform:translateY(-5px)}.feature-item h4{color:#3498db;font-size:1.25rem;margin-bottom:10px}.feature-item p{color:#666;font-size:.95rem;line-height:1.5}.latest-authors-section .authors-grid{margin-top:0}.development-features-section ul{color:#555;list-style:disc inside;margin-left:20px;text-align:left}.development-features-section li{font-size:1rem;margin-bottom:8px}.auth-form-home{margin-top:30px;max-width:450px;width:90%}.testimonial-form-container{background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #00000014;margin:40px auto;max-width:600px;padding:30px;text-align:center}.testimonial-form-container h3{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:25px}.testimonial-form .form-group{margin-bottom:20px;text-align:left}.testimonial-form label{color:#555;display:block;font-weight:500;margin-bottom:8px}.testimonial-form textarea{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:1rem;min-height:100px;padding:12px;resize:vertical;width:calc(100% - 20px)}.testimonial-form textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none}.testimonial-form small{color:#777;display:block;font-size:.85rem;margin-top:5px;text-align:right}.testimonial-form .rating-stars{color:#ccc;display:flex;font-size:2rem;gap:5px;justify-content:center;margin-top:10px}.testimonial-form .rating-stars .star{cursor:pointer;transition:color .2s ease}.testimonial-form .rating-stars .star.filled{color:#f39c12}.testimonial-form .submit-button{background-color:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;margin-top:20px;padding:12px 25px;transition:background-color .3s ease,transform .2s ease}.testimonial-form .submit-button:hover:not(:disabled){background-color:#2980b9;transform:translateY(-2px)}.testimonial-form .submit-button:disabled{background-color:#ccc;cursor:not-allowed}.testimonials-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;margin-top:20px}.testimonial-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;justify-content:space-between;min-height:200px;padding:20px;text-align:left}.testimonial-card:hover{box-shadow:0 6px 15px #0000001a;transform:translateY(-5px)}.testimonial-header{margin-bottom:15px}.testimonial-rating{color:#f39c12;font-size:1.5rem;gap:2px}.testimonial-rating .star-icon{color:#ccc;height:24px;width:24px}.testimonial-rating .star-icon.filled{color:#f39c12}.testimonial-content{color:#555;flex-grow:1;font-style:italic;line-height:1.6;margin-bottom:15px}.testimonial-author{color:#34495e;font-size:.95rem;font-weight:700;text-align:right}.home-section.stats-section .stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:center;margin-top:20px}.home-section.stats-section .stat-item{background-color:#f0f3f6;border-radius:10px;box-shadow:0 2px 8px #0000000d;padding:20px;text-align:center}.home-section.stats-section .stat-item h4{color:#3498db;font-size:2.2rem;margin-bottom:5px}.home-section.stats-section .stat-item .stat-number{font-weight:700}.home-section.stats-section .stat-item p{color:#666;font-size:.9rem}@media (max-width:768px){.testimonials-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.testimonial-card{min-height:180px;padding:15px}.testimonial-rating{font-size:1.2rem}.testimonial-card h4{font-size:1.5rem}.testimonial-content{font-size:.9rem}}.carousel-container{box-sizing:border-box;margin:0 auto;max-width:900px;overflow:hidden;padding:0 50px;position:relative;width:100%}.testimonials-carousel-track{-webkit-overflow-scrolling:touch;display:flex;scroll-snap-type:x mandatory;transition:transform .5s ease-in-out}.testimonial-card{box-sizing:border-box;flex:0 0 100%;min-height:220px;scroll-snap-align:center;width:100%}.testimonial-card .testimonial-header h4{color:#2c3e50;font-size:1.25rem;margin-bottom:10px;text-align:center}.testimonial-rating{display:flex;justify-content:center;margin-bottom:10px}.carousel-arrow{font-size:1.5rem}.carousel-arrow.prev-arrow{left:5px}.carousel-arrow.next-arrow{right:5px}.carousel-indicators{display:flex;gap:8px;justify-content:center;margin-top:20px}.carousel-indicators .indicator{background-color:#ccc;border-radius:50%;cursor:pointer;height:10px;transition:background-color .3s ease;width:10px}.carousel-indicators .indicator.active{background-color:#3498db}@media (max-width:768px){.carousel-container{padding:0 10px}.carousel-arrow{font-size:1.2rem;height:30px;padding:5px 10px;width:30px}.carousel-arrow.prev-arrow{left:0}.carousel-arrow.next-arrow{right:0}.testimonial-card{min-height:180px}.testimonial-card .testimonial-header h4{font-size:1rem}}.work-detail-page{margin:0 auto;max-width:1000px;padding:20px}.work-detail-page,.work-details-header{align-items:center;display:flex;flex-direction:column}.work-details-header{gap:20px;margin-bottom:30px;text-align:center;width:100%}.work-thumbnail-large{border-radius:8px;box-shadow:0 4px 15px #0003;height:auto;width:200px}.work-info{flex:1 1;padding:0 15px}.work-info h2{color:var(--primary-color);font-size:2.2em;margin-bottom:10px}.work-authors{color:var(--text-color-secondary);font-size:1.2em;margin-bottom:15px}.work-description{line-height:1.6;margin-top:20px;text-align:justify}.work-description h3{color:var(--primary-color);font-size:1.4em;margin-bottom:10px;text-align:center}.user-status-section{background-color:var(--card-bg-color);border-radius:10px;box-shadow:var(--shadow-small);margin-bottom:30px;max-width:600px;padding:25px;text-align:center;width:100%}.user-status-section h3{color:var(--primary-color);font-size:1.6em;margin-bottom:20px}.status-controls{align-items:center;display:flex;flex-direction:column;gap:20px}.button-group{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;width:100%}.format-button,.status-button{border-radius:5px;cursor:pointer;font-size:1em;min-width:100px;padding:10px 20px;transition:background-color .3s ease,color .3s ease}.comments-reviews-section h3{font-size:1.6em;margin-bottom:20px}.no-data-message{font-style:italic;margin-top:15px}.back-button{align-self:flex-start;border:none;border-radius:5px;cursor:pointer;font-size:1em;margin-bottom:20px;padding:10px 20px;transition:background-color .3s ease}@media (min-width:768px){.work-details-header{align-items:flex-start;flex-direction:row;text-align:left}.work-info{padding-left:25px}.work-authors,.work-description,.work-info h2,.work-published-date{text-align:left}}.comments-reviews-section{background-color:var(--card-bg-color);border-radius:10px;box-shadow:var(--shadow-small);margin-top:30px;max-width:800px;padding:25px;text-align:center;width:100%}.reviews-summary{margin-bottom:25px}.reviews-summary h3{color:var(--primary-color);font-size:1.8em;margin-bottom:10px}.average-rating{color:var(--text-color-secondary);font-size:1.4em}.average-rating strong{color:var(--accent-color);font-size:1.2em}.review-form-container{background-color:var(--bg-color);border-radius:8px;box-shadow:var(--shadow-tiny);margin-bottom:30px;padding:20px}.review-form-container h4{color:var(--text-color);font-size:1.3em;margin-bottom:20px}.review-form{flex-direction:column;gap:15px}.rating-input,.review-form{align-items:center;display:flex}.rating-input{color:var(--text-color-secondary);font-size:1.1em;gap:10px}.star-rating-container{color:#ccc;cursor:pointer;display:flex;font-size:1.8em}.star-rating-container .star{transition:color .2s ease}.star-rating-container .star.filled{color:gold}.star-rating-container .star:not(.read-only):hover{color:orange}.star-rating-container .star.read-only{cursor:default}.review-form textarea{background-color:var(--input-bg-color);border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);font-family:inherit;font-size:1em;max-width:500px;padding:10px;resize:vertical;width:100%}.review-form textarea::placeholder{color:var(--text-color-secondary)}.review-form .form-actions{display:flex;gap:15px;margin-top:10px}.review-form .form-button{font-size:1em;padding:10px 25px}.reviews-carousel-container{margin-top:30px;overflow:hidden;position:relative;width:100%}.reviews-carousel{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;border-radius:8px;display:flex;gap:20px;overflow-x:scroll;padding:10px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.reviews-carousel::-webkit-scrollbar{display:none}.review-card{background-color:var(--bg-color);border-radius:8px;box-shadow:var(--shadow-small);display:flex;flex-basis:calc(100% - 20px);flex-direction:column;flex-grow:0;flex-shrink:0;justify-content:space-between;min-height:150px;padding:20px;scroll-snap-align:start;text-align:center}.review-card .review-rating{font-size:1.5em;margin-bottom:10px}.review-card .review-comment{color:var(--text-color);flex-grow:1;font-style:italic;margin-bottom:15px}.review-card .review-author{color:var(--text-color-secondary);font-size:.9em}.carousel-arrow{align-items:center;background-color:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5em;height:40px;justify-content:center;padding:10px 15px;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease;width:40px;z-index:10}.carousel-arrow:hover{background-color:#000000b3}.prev-arrow{left:10px}.next-arrow{right:10px}@media (min-width:600px){.review-card{flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:0}}@media (min-width:900px){.review-card{flex-basis:calc(33.33333% - 20px);flex-grow:0;flex-shrink:0}}.App-footer{background-color:#0c0f2e;border-top:1px solid #444;box-sizing:border-box;color:#fff;margin-top:40px;padding:10px 20px;position:relative;text-align:center;width:100%;z-index:1500}@media (min-width:768px){.App-footer{bottom:0;left:0;margin-top:0;position:fixed;right:0;z-index:1500}.App-main{padding-bottom:70px}}.App-footer p{color:#bbb;font-size:.85em;margin:0 0 5px}.App-footer .footer-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.App-footer .footer-link-button{background:none;border:none;color:#a0c4ff;cursor:pointer;font-size:.85em;padding:5px 8px;transition:color .3s ease}.App-footer .footer-link-button:hover{color:#fff;text-decoration:underline}.page-container{background-color:var(--card-bg-color);border-radius:8px;box-shadow:var(--shadow-small);color:var(--text-color);font-family:inherit;line-height:1.7;margin:40px auto;max-width:900px;padding:30px;text-align:left}.page-container h2{border-bottom:1px solid #eee;border-bottom:1px solid var(--border-color,#eee);color:var(--primary-color);font-size:2.2em;font-weight:700;margin-bottom:25px;padding-bottom:15px;text-align:left}.legal-section{background-color:initial;border:none;border-radius:0;margin-bottom:25px;padding:0}.legal-section h3{color:#444;color:var(--text-color-dark,#444);font-size:1.4em;font-weight:700;margin-bottom:12px;margin-top:20px;text-align:left}.legal-section p{margin-bottom:1em}.legal-section strong{color:#444;color:var(--text-color-dark,#444);font-weight:700}.legal-section a{color:#007bff;color:var(--link-color,#007bff);text-decoration:none}.legal-section a:hover{text-decoration:underline}.legal-link{color:#007bff;color:var(--link-color,#007bff);cursor:pointer;font-weight:700}.legal-link:hover{text-decoration:underline}.note{color:#888;color:var(--text-color-secondary,#888);font-size:.9em;font-style:italic}@media (max-width:768px){.page-container{margin:20px auto;padding:15px}.page-container h2{font-size:1.8em;margin-bottom:15px;padding-bottom:10px}.legal-section h3{font-size:1.2em;margin-bottom:8px;margin-top:15px}}.cookie-consent-banner{align-items:center;background-color:#282c34;bottom:0;box-shadow:0 -2px 10px #0003;color:#fff;display:flex;flex-direction:column;font-size:.95em;gap:15px;left:0;padding:15px 25px;position:fixed;right:0;text-align:center;z-index:2000}.cookie-consent-banner p{line-height:1.4;margin:0}.cookie-consent-banner .text-link-button{background:none;border:none;color:#a0c4ff;cursor:pointer;font-size:1em;padding:0;text-decoration:underline}.cookie-consent-banner .text-link-button:hover{color:#fff}.cookie-consent-banner .consent-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.cookie-consent-banner .consent-button{border-radius:5px;cursor:pointer;font-size:.9em;font-weight:700;padding:8px 18px;transition:background-color .3s ease,color .3s ease}.cookie-consent-banner .accept-button{background-color:var(--accent-color);border:1px solid var(--accent-color);color:#fff}.cookie-consent-banner .accept-button:hover{background-color:var(--accent-color-dark);border-color:var(--accent-color-dark)}.cookie-consent-banner .decline-button{background-color:initial;border:1px solid #fff;color:#fff}.cookie-consent-banner .decline-button:hover{background-color:#ffffff1a;color:#fff}.App-main{padding-bottom:60px}@media (min-width:768px){.App-main{padding-bottom:150px}}.support-page{text-align:center}.support-page h2{margin-bottom:30px}.support-page .legal-section{margin-bottom:25px;text-align:left}.support-page .legal-section h3{color:var(--primary-color);font-size:1.6em;margin-bottom:15px;margin-top:0}.support-button-container{display:flex;justify-content:center;margin:40px 0}.bmac-button{background-color:#fd0;border-radius:8px;box-shadow:0 4px 10px #0003;color:#000;display:inline-block;font-size:1.2em;font-weight:700;padding:15px 30px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.bmac-button:hover{box-shadow:0 6px 12px #0000004d;transform:translateY(-3px)}@media (max-width:768px){.support-page h2{font-size:2em}.support-page .legal-section h3{font-size:1.4em}.bmac-button{font-size:1.1em;padding:12px 25px}}.author-works-controls{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:25px}.author-works-controls .search-input{border:1px solid #ccc;border-radius:30px;box-shadow:0 2px 5px #0000000d;flex-grow:1;font-size:1rem;max-width:400px;outline:none;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:auto}.author-works-controls .search-input:focus{border-color:#3498db;box-shadow:0 0 0 4px #3498db33}.author-works-controls .sort-select{background-color:#fff;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-size:1rem;outline:none;padding:10px 15px;transition:border-color .3s ease,box-shadow .3s ease}.author-works-controls .sort-select:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db40}.author-detail-container .books-grid{margin-top:20px}@media (max-width:768px){.author-works-controls{flex-direction:column;gap:10px;margin-bottom:15px}.author-works-controls .search-input,.author-works-controls .sort-select{max-width:none;width:100%}}.home-main-buttons-group{flex-wrap:wrap;gap:20px;margin-top:25px}.home-bmac-logo-button,.home-main-buttons-group{align-items:center;display:flex;justify-content:center}.home-bmac-logo-button{border:none;border-radius:50%;box-shadow:0 4px 10px #0003;cursor:pointer;height:100px;transition:transform .3s ease,box-shadow .3s ease;width:100px}.home-bmac-logo-button:hover{box-shadow:0 6px 15px #0000004d;transform:translateY(-3px)}.bmac-logo-image,.bmac-logo-image-nav{display:block;height:auto;width:100%}.home-bmac-logo-button-nav{align-items:center;background-color:#fd0;border:none;border-radius:50%;box-shadow:0 4px 10px #0003;cursor:pointer;display:flex;height:50px;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;width:50px}.review-filters{align-items:center;background-color:var(--bg-color);border-radius:8px;box-shadow:var(--shadow-tiny);display:flex;flex-direction:column;gap:15px;margin-bottom:25px;margin-top:25px;padding:15px;text-align:center}.review-filters h4{color:var(--text-color);font-size:1.2em;margin:0}.filter-review-select{background-color:var(--input-bg-color);border:1px solid var(--border-color);border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1rem;max-width:250px;outline:none;padding:10px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.filter-review-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.25)}.logo-home{display:flex;padding-bottom:20px}
/*# sourceMappingURL=main.53c5dbce.css.map*/