.progress-bar-container{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.progress-bar-track{background:#ffffff1a;border-radius:10px;flex:1 1;height:8px;overflow:hidden;position:relative}.progress-bar-fill{align-items:center;background:linear-gradient(90deg,#60a5fa,#3b82f6);border-radius:10px;display:flex;height:100%;justify-content:center;position:relative;transition:width .3s ease}.progress-text{color:#fff;font-size:.65rem;font-weight:600;position:absolute;white-space:nowrap}.progress-text-outside{color:#94a3b8;font-size:.7rem;font-weight:500;min-width:35px;text-align:right}.chapter-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.chapter-modal{animation:slideIn .3s ease;background:#1e293b;border-radius:16px;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;max-height:90vh;max-width:600px;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chapter-modal-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1.5rem}.chapter-modal-title{align-items:center;color:#60a5fa;display:flex;gap:.75rem}.chapter-modal-title h2{color:#f1f5f9;font-size:1.25rem;font-weight:600;margin:0}.chapter-close-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.chapter-close-btn:hover{background:#ffffff1a;color:#f1f5f9}.chapter-message{animation:slideDown .3s ease;border-bottom:1px solid #ffffff14;font-size:.9rem;margin:0;padding:1rem 1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chapter-message.success{background:#22c55e1a;border-left:3px solid #22c55e;color:#4ade80}.chapter-message.info{background:#3b82f61a;border-left:3px solid #3b82f6;color:#60a5fa}.chapter-message.error{background:#ef44441a;border-left:3px solid #ef4444;color:#f87171}.chapter-progress-section{background:#60a5fa0d;border-bottom:1px solid #ffffff1a;padding:1rem 1.5rem}.chapter-stats{color:#94a3b8;font-size:.9rem;margin-bottom:.5rem}.chapter-modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.chapter-empty,.chapter-loading{color:#94a3b8;padding:3rem 1rem;text-align:center}.chapter-empty p{font-size:1rem;margin-bottom:1.5rem}.add-more-chapters-btn,.fetch-chapters-btn{align-items:center;background:linear-gradient(135deg,#60a5fa,#3b82f6);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;margin:0 auto;padding:.75rem 1.5rem;transition:all .3s ease}.add-more-chapters-btn:hover,.fetch-chapters-btn:hover{box-shadow:0 4px 12px #60a5fa4d;transform:translateY(-2px)}.add-more-chapters-btn:disabled,.fetch-chapters-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.chapter-list{display:flex;flex-direction:column;gap:.75rem}.chapter-item{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;display:flex;gap:.75rem;padding:1rem;transition:all .2s ease}.chapter-item:hover{background:#ffffff0d;border-color:#60a5fa4d}.chapter-checkbox{accent-color:#60a5fa;cursor:pointer;flex-shrink:0;height:20px;margin-top:2px;width:20px}.chapter-label{cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:.25rem;-webkit-user-select:none;user-select:none}.chapter-label.completed{opacity:.6}.chapter-label.completed .chapter-title{text-decoration:line-through}.chapter-number{color:#60a5fa;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.chapter-title{color:#f1f5f9;font-size:.95rem;line-height:1.4}.chapter-edit-btn{background:#0000;border:none;border-radius:4px;color:#60a5fa;cursor:pointer;flex-shrink:0;opacity:0;padding:.25rem;transition:all .2s ease}.chapter-item:hover .chapter-edit-btn{opacity:1}.chapter-edit-btn:hover{background:#60a5fa1a;color:#3b82f6}.chapter-edit-mode{align-items:center;display:flex;flex:1 1;gap:.5rem}.chapter-edit-input{background:#ffffff0d;border:1px solid #60a5fa4d;border-radius:6px;color:#f1f5f9;flex:1 1;font-size:.95rem;padding:.5rem .75rem}.chapter-edit-input:focus{background:#ffffff14;border-color:#60a5fa;outline:none}.chapter-cancel-btn,.chapter-save-btn{align-items:center;background:#0000;border:none;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.25rem;transition:all .2s ease}.chapter-save-btn{color:#4ade80}.chapter-save-btn:hover{background:#4ade801a;color:#22c55e}.chapter-cancel-btn{color:#f87171}.chapter-cancel-btn:hover{background:#f871711a;color:#ef4444}.chapter-modal-footer{border-top:1px solid #ffffff1a;display:flex;justify-content:center;padding:1rem 1.5rem}@media (max-width:768px){.chapter-modal{max-height:95vh}.chapter-modal-header{padding:1rem}.chapter-modal-title h2{font-size:1.1rem}.chapter-modal-body{padding:1rem}.chapter-item{padding:.75rem}}.app{background:#0d1b2a;min-height:100vh}.mybooks-header{background:#0d1b2a;border-bottom:1px solid #ffffff1a;padding:1.5rem 3rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.mybooks-header .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.mybooks-header .logo-container{align-items:center;cursor:pointer;display:flex;gap:.75rem;position:relative;text-decoration:none}.mybooks-header .logo-icon{color:#60a5fa;height:2rem;position:relative;width:2rem;z-index:2}.mybooks-header h1{color:#60a5fa;font-size:1.6rem;font-weight:600;margin:0;position:relative;z-index:2}.mybooks-header .logo-glow{animation:float 3s ease-in-out infinite;background:#60a5fa;border-radius:50%;filter:blur(40px);inset:-10px;opacity:.3;pointer-events:none;position:absolute;z-index:1}.search-header{background:#0d1b2a;border-bottom:1px solid #ffffff1a;padding:1.5rem 3rem;position:-webkit-sticky;position:sticky;top:0;z-index:15}.search-header .header-content{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1400px}.search-header-left{align-items:center;display:flex;flex-shrink:0;gap:1.5rem}.search-header-center{flex:1 1;margin:0 auto;max-width:600px}.search-input-wrapper{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;display:flex;height:48px;transition:all .3s ease;width:100%}.search-input-wrapper:hover{background:#ffffff14;border-color:#60a5fa4d}.search-input-wrapper:focus-within{background:#ffffff14;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.search-input-wrapper input{background:#0000;border:none;color:#f1f5f9;font-size:.95rem;font-weight:400;height:100%;outline:none;padding:0 1.5rem;width:100%}.search-input-wrapper input::placeholder{color:#64748b;font-weight:400}.back-button{align-items:center;border-radius:8px;color:#94a3b8;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.back-button:hover{background:#60a5fa1a;color:#60a5fa}.logo-container-search{align-items:center;display:flex;gap:.5rem;position:relative;text-decoration:none}.logo-icon-search{color:#60a5fa;height:1.5rem;width:1.5rem}.logo-container-search h1{color:#60a5fa;font-size:1.3rem;font-weight:600;margin:0}.user-section{align-items:center;color:var(--text-secondary);display:flex;gap:1rem}.user-section span{color:#94a3b8;font-size:.9rem;font-weight:500}.cl-rootBox,.cl-userButton-root,[data-clerk-component=UserButton]{display:block!important}.cl-userButtonTrigger{display:flex!important}.auth-container{align-items:center;background:#0d1b2a;display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-wrapper{background:#1e293b;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 60px #00000080;min-width:400px;padding:3rem}.list-books{display:flex;flex-direction:column;min-height:100vh}.list-books-title{background:#0d1b2a;padding:2rem 0;text-align:center}.list-books-title h1{color:#f1f5f9;font-size:2.5rem;font-weight:700;margin:0}.list-books-content{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.search-bar-container{margin:0 auto 3rem;max-width:600px;padding:0 1rem}.search-bar-container input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;color:#f1f5f9;font-size:1rem;outline:none;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.search-bar-container input::placeholder{color:#64748b}.search-bar-container input:focus{background:#ffffff14;border-color:#60a5fa80;box-shadow:0 0 0 3px #60a5fa1a}.list-books .bookshelf{margin-bottom:4rem}.list-books .bookshelf-title{border-left:3px solid #60a5fa;color:#f1f5f9;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;padding-left:1rem}.list-books .bookshelf-books{text-align:center}.search-books{background:#0d1b2a;min-height:100vh}.search-books-bar{display:none}.search-books-input-wrapper{align-items:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;display:flex;flex:1 1;height:48px;margin:0 auto;max-width:800px;transition:all .3s ease}.search-books-input-wrapper:focus-within{background:#ffffff14;border-color:#60a5fa80;box-shadow:0 0 0 3px #60a5fa1a}.search-books-bar input{background:#0000;border:none;color:#f1f5f9;font-size:.95rem;font-weight:400;height:100%;outline:none;padding:0 1.5rem;width:100%}.search-books-bar input::placeholder{color:#64748b;font-weight:400}.close-search{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;font-size:0;height:40px;justify-content:center;outline:none;transition:all .3s ease;width:40px}.close-search,.close-search:hover{background-image:url(/static/media/arrow-back.cd079cab42defead9875.svg);background-position:50%;background-repeat:no-repeat;background-size:18px}.close-search:hover{background-color:#ffffff14}.search-books-results{display:flex;flex-direction:column;margin:0 auto;max-width:1400px;min-height:50vh;padding:2rem;width:100%}.open-search{bottom:30px;position:fixed;right:30px;z-index:100}.open-search button{background:#2563eb;background-image:url(/static/media/add.1b5d9b6afb5557f7992c.svg);background-position:50%;background-repeat:no-repeat;background-size:28px;border:none;border-radius:50%;box-shadow:0 4px 20px #2563eb66;cursor:pointer;display:block;font-size:0;height:60px;outline:0;transition:all .3s ease;width:60px}.open-search button:hover{background-color:#3b82f6;box-shadow:0 6px 25px #3b82f680;transform:scale(1.05)}button:active{outline:none;transform:scale(.95)}.list-books .books-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));justify-items:start;list-style-type:none;margin:0;padding:0}@media (max-width:600px){.list-books .books-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.list-books .books-grid li{max-width:180px;padding:0;text-align:left;width:100%}.search-books .books-grid{grid-gap:2rem;display:grid;flex:1 1;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));justify-items:center;list-style-type:none;margin:0;padding:0;width:100%}@media (max-width:600px){.search-books .books-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.search-books .books-grid li{max-width:180px;padding:0;text-align:left;width:100%}.book{transition:transform .3s ease;width:100%}.book:hover{transform:translateY(-5px)}.book-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#f1f5f9;display:-webkit-box;font-size:.9rem;font-weight:600;line-height:1.4;margin-top:12px}.book-authors,.book-title{overflow:hidden;text-overflow:ellipsis}.book-authors{color:#94a3b8;font-size:.8rem;margin-top:4px;white-space:nowrap}.book-top{align-items:flex-end;display:flex;height:220px;margin-bottom:8px;position:relative}.book-cover{background:#1e293b;border-radius:6px;box-shadow:0 4px 15px #0006;transition:all .3s ease}.book:hover .book-cover{box-shadow:0 8px 25px #0009}.book-cover-title{color:#cbd5e1;font-size:.8em;padding:20px 10px 0;text-align:center}.book-shelf-changer{bottom:-12px;position:absolute;right:0}.book-shelf-changer:hover{transform:none}.book-shelf-changer select{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172abf;border:1px solid #60a5fa59;border-radius:10px;box-shadow:0 6px 18px #02061759,inset 0 1px 0 #ffffff0d;color:#e2e8f0;cursor:pointer;height:38px;min-width:120px;padding:0 36px 0 12px;transition:border-color .16s ease,box-shadow .16s ease}.book-shelf-changer select:hover{border-color:#60a5fa;box-shadow:0 8px 22px #02061780,inset 0 0 0 3px #60a5fa1f}.book-shelf-changer select:focus{border-color:#93c5fd;box-shadow:0 8px 24px #0206178c,inset 0 0 0 3px #93c5fd2e;outline:none}.book-shelf-changer:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2399c1ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;bottom:8px;height:12px;opacity:.95;pointer-events:none;position:absolute;right:10px;width:12px}.book-shelf-changer select option{background-color:#0f172a;color:#e2e8f0}.book-shelf-changer select option[disabled]{color:#94a3b8}@media (max-width:768px){.book-shelf-changer select{height:40px;min-width:110px}.book-shelf-changer:after{bottom:10px;right:10px}}.book-chapters-btn{align-items:center;background:linear-gradient(135deg,#60a5fa,#3b82f6);border:2px solid #0d1b2a;border-radius:50%;bottom:-12px;box-shadow:0 2px 10px #60a5fa66;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;left:0;position:absolute;transition:all .3s ease;width:40px}.book-chapters-btn:hover{box-shadow:0 4px 16px #60a5fa99;transform:scale(1.1)}.book-progress{margin-top:8px;padding:0 4px}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;grid-column:1/-1;justify-content:center;min-height:50vh;width:100%}.loading-container p{color:#94a3b8;font-size:1.1rem;font-weight:500}.loading-container:before{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#60a5fa;content:"";height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{align-items:center;color:#64748b;display:flex;flex-direction:column;grid-column:1/-1;justify-content:center;margin:0 auto;max-width:600px;min-height:40vh;padding:6rem 2rem;text-align:center;width:100%}.empty-state h3{color:#f1f5f9;font-size:1.5rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.empty-state p{color:#94a3b8;font-size:1rem;line-height:1.6;margin:.5rem 0}.app-footer{border-top:1px solid #ffffff0d;color:#64748b;font-size:.95rem;margin-top:4rem;padding:3rem 1rem;text-align:center}@media (max-width:768px){.app-header{padding:1rem 1.5rem}.app-header h1{font-size:1.3rem}.mybooks-header,.search-header{padding:1rem 1.5rem}.mybooks-header .header-content,.search-header .header-content{overflow:visible!important;width:100%}.mybooks-header .logo-container{flex-shrink:1;min-width:0;overflow:hidden}.mybooks-header .logo-container h1{font-size:1.3rem;white-space:nowrap}.mybooks-header .user-section,.search-header .user-section{align-items:center;display:flex!important;flex-shrink:0!important;gap:0;margin-left:auto!important;min-width:48px!important}.mybooks-header .user-section :not(span),.search-header .user-section :not(span){display:revert!important;opacity:1!important;visibility:visible!important}.mybooks-header .user-section .cl-rootBox,.mybooks-header .user-section .cl-userButton-root,.mybooks-header .user-section [data-clerk-component=UserButton],.search-header .user-section .cl-rootBox,.search-header .user-section .cl-userButton-root,.search-header .user-section [data-clerk-component=UserButton]{display:block!important}.mybooks-header .user-section .cl-button,.mybooks-header .user-section .cl-userButtonTrigger,.mybooks-header .user-section button,.search-header .user-section .cl-button,.search-header .user-section .cl-userButtonTrigger,.search-header .user-section button{display:flex!important;height:40px!important;width:40px!important}.mybooks-header .user-section .cl-avatarBox,.mybooks-header .user-section .cl-userButtonAvatarBox,.mybooks-header .user-section .cl-userButtonBox,.search-header .user-section .cl-avatarBox,.search-header .user-section .cl-userButtonAvatarBox,.search-header .user-section .cl-userButtonBox{display:flex!important;height:32px!important;width:32px!important}.mybooks-header .user-section .cl-avatarImage,.mybooks-header .user-section img,.search-header .user-section .cl-avatarImage,.search-header .user-section img{border-radius:50%;display:block!important;height:32px!important;width:32px!important}.mybooks-header .user-section span,.search-header .user-section span{display:none!important}.search-header .header-content{flex-wrap:wrap;gap:1rem}.search-header-left{flex:0 0 auto;gap:1rem;order:1}.search-header-center{flex:1 1 100%;margin:0;max-width:100%;order:3}.user-section{flex:0 0 auto;margin-left:auto;order:2}.back-button{padding:.5rem}.logo-container-search h1{font-size:1.1rem}.search-input-wrapper{height:44px}.search-input-wrapper input{font-size:.9rem;padding:0 1rem}.list-books-content{padding:1.5rem 1rem}.list-books .bookshelf{margin-bottom:3rem}.list-books .bookshelf-title{font-size:1.1rem}.open-search button{bottom:20px;height:56px;right:20px;width:56px}.search-bar-container{margin-bottom:2rem}.search-books-bar{min-height:65px;padding:.75rem 1rem}.search-books-input-wrapper{height:44px}.search-books-bar input{font-size:.9rem;padding:0 1rem}.close-search{height:36px;width:36px}.search-books-results{padding:90px 1rem 40px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{opacity:.3;transform:translateY(0) scale(1)}50%{opacity:.5;transform:translateY(-10px) scale(1.1)}}.book{animation:fadeIn .4s ease}.bookshelf{animation:fadeIn .5s ease}.book-top{overflow:visible}.book-shelf-changer{background:#2563eb;background-image:url(/static/media/arrow-drop-down.4378492a3a09dbfc31ff.svg);background-position:50%;background-repeat:no-repeat;background-size:20px;border-radius:50%;height:40px;pointer-events:auto;width:40px;z-index:300}.book-shelf-changer select{-webkit-appearance:none;appearance:none;background:#0000;background-image:none!important;border:none;color:#0000;opacity:0}.book-shelf-changer select::-ms-expand{display:none}.text-center{text-align:center}.mt-4{margin-top:2rem}.mb-4{margin-bottom:2rem}.p-4{padding:2rem}:root{--primary-dark:#0d1b2a;--primary-blue:#1e293b;--accent-blue:#2563eb;--light-blue:#3b82f6;--hover-blue:#60a5fa;--background:#0d1b2a;--card-bg:#1e293b;--card-hover:#334155;--border:#ffffff1a;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--text-darker:#64748b;--success:#10b981;--danger:#ef4444;--warning:#f59e0b}*{box-sizing:border-box}:after,:before{box-sizing:inherit}html{box-sizing:border-box}#root,.root,body,html{height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f1f5f9;color:var(--text-primary);font-family:Inter,Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;margin:0;padding:0}.app,body{background:#0d1b2a;background:var(--background)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0f18}::-webkit-scrollbar-thumb{background:#2563eb;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#3b82f6}::selection{background:#2563eb;color:#fff}*{transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}
/*# sourceMappingURL=main.5521e916.css.map*/