:root{--black900: #191A1C;--black500: #858585;--black300: #D9D9D9;--black200: #F6F6F6;--black100: #FAFAFA;--white500: #FFFFFF;--blue500: #267BFF;--red500: #FF5F43}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#1a1a1a;line-height:1.5}#root{max-width:100vw;margin:0 auto;min-height:100vh}.app-container{max-width:100vw;margin:0 auto;background-color:#fff;min-height:100vh}@media (min-width: 768px){.app-container{max-width:400px;margin:0 auto;box-shadow:0 0 20px #0000001a;min-height:100vh;border-radius:8px;overflow:hidden}}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}button:focus{outline:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top:3px solid #1a1a1a;border-radius:50%;animation:spin 1s linear infinite}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center}.profile-page{min-height:100vh;background-color:#fff;max-width:600px;margin:0 auto;position:relative;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.profile-header{padding-top:env(safe-area-inset-top)}.profile-header-section{background-color:#fff;position:relative;z-index:100}.profile-header-section.scrolled{opacity:0;transform:translateY(-100%);pointer-events:none}.top-container[style*="position: static"]{position:static!important;box-shadow:none}.top-container .books-tabs{position:relative;z-index:100}.profile-header{display:flex;align-items:center;justify-content:center;position:relative;padding:16px 20px;background-color:#fff;top:0;z-index:100;transition:opacity .3s ease,transform .3s ease}.profile-header h1{font-weight:600!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;margin:0;font-size:18px;color:#1a1a1a;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header-button{position:absolute;right:22px;top:50%;transform:translateY(-50%);background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;border-radius:4px;transition:background-color .2s}.profile-main{padding:10px 0 20px;background-color:#fff}.profile-info{display:flex;gap:16px;align-items:flex-start;padding:0 25px;transition:opacity .3s ease,transform .3s ease;margin-top:3px}.profile-info.scrolled{opacity:0;transform:translateY(-20px);pointer-events:none}.profile-details{flex:1}.profile-details h2{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 3px;line-height:1.2}.job{font-size:14px;color:#666;margin:0 0 9px}.bio{font-size:14px;color:#333;line-height:1.4;margin:0}.profile-avatar{width:80px!important;height:80px!important;border-radius:50%!important;border:1px solid #fafafa;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#fff;transition:box-shadow .2s}.profile-avatar:hover{transform:scale(1.05)}.profile-avatar img{width:80px!important;height:80px!important;object-fit:cover!important;border-radius:50%!important;display:block}.avatar-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center}.avatar-modal-backdrop{position:absolute;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1}.avatar-modal-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.avatar-modal-content img{width:250px!important;height:250px!important;object-fit:cover;border-radius:50%;flex-shrink:0}.default-avatar{width:80px;height:80px;background-color:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#999;border:1px solid #f0f0f0}.follow-stats{display:flex;gap:27px;align-items:center;justify-content:center;padding:0 25px;transition:opacity .3s ease,transform .3s ease;margin-bottom:8px}.follow-stats.scrolled{opacity:0;transform:translateY(-20px);pointer-events:none}.stat-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.stat-number{font-size:13px;color:#858585;font-weight:400;height:17px}.stat-label{font-size:13px;height:17px;color:#858585;font-weight:400;margin-bottom:1px}.follow-btn-ui{margin-left:auto;padding:0 19px;min-width:120px;height:34px;font-size:13px;color:#191a1c;background:#fff;border:1px solid #858585;border-radius:5px;font-weight:400;cursor:pointer;outline:none;display:flex;align-items:center;justify-content:center;transition:none}.follow-btn-ui:active,.follow-btn-ui:focus,.follow-btn-ui:hover,.follow-btn-ui:focus-visible{background:#fff;border-color:#858585!important;outline:none!important;box-shadow:none!important}.bio-content.clickable:hover{background:none}.books-section{margin-top:0;background-color:#fff}.books-tab-container{width:100%;touch-action:pan-x pan-y;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;background-color:#fff}.books-tabs{display:flex;background-color:#fff;border-bottom:1px solid #858585;margin-bottom:0;height:30px;position:relative;z-index:101;transition:all .3s ease}.books-tabs.pinned{position:fixed;top:56px;left:0;right:0;z-index:200;background-color:#fff;box-shadow:0 2px 4px #0000001a;max-width:600px;margin:0 auto}.tab-button{flex:1;height:30px;background:none;border:none;font-size:14px;font-weight:400;color:#858585;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:0;margin:0;outline:none;-webkit-tap-highlight-color:transparent}.tab-button:focus{outline:none;box-shadow:none}.tab-button:active{outline:none;box-shadow:none}.tab-button.active{color:#000;font-weight:700}.tab-button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#000;border-radius:0;transition:all .3s ease}.tab-content{width:100%;overflow:visible;position:relative;touch-action:pan-x pan-y;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;transition:transform .3s ease;background-color:#fff}.tab-content.swiping{transition:none}.bookshelf-container{position:relative;width:100%;padding:16px 0 90px;min-height:200px;-webkit-transform:translateZ(0);transform:translateZ(0)}.shelves{position:absolute;top:0;left:0;right:0;height:100%;pointer-events:none;z-index:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.shelf{position:absolute;left:0;right:0;height:5px;background-color:#f6f6f6;box-shadow:0 4px 4px #00000040;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;will-change:transform;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.bookshelf-rows{display:flex;flex-direction:column;gap:0}.bookshelf-row{display:flex;flex-direction:column;margin-bottom:0}.books-row{display:grid;grid-template-columns:repeat(5,1fr);gap:20px 12px;padding:0 22px;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shelf-row{height:5px;margin:-2px 0 30px;position:relative}.shelf-row .shelf{position:absolute;left:0;right:0;height:5px;background-color:#f6f6f6;box-shadow:0 4px 4px #00000040;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;will-change:transform;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.archived-books-grid{display:grid;grid-template-columns:repeat(5,1fr);padding:0 22px;position:relative;z-index:2;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.archived-book-item{cursor:pointer;transition:none;aspect-ratio:98 / 138;-webkit-aspect-ratio:98 / 138}.archived-book-item:hover{transform:none}.archived-book-item .book-cover{width:100%;height:100%;overflow:hidden;border:.5px solid #D1D1D1;border-radius:0;box-shadow:none;filter:none}.archived-book-item .book-cover img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0!important;border:none;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.archived-book-item .book-placeholder{width:100%;height:100%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;font-size:24px;color:#9e9e9e;border-radius:0}.archived-book-item .book-loading{width:100%;height:100%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.books-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:23px;padding:16px 26px;width:100%}.book-item{cursor:pointer;transition:none;aspect-ratio:98 / 145}.book-item:hover{transform:none}.book-cover{width:100%;height:100%;overflow:hidden;border-radius:0;border:.5px solid #D9D9D9;box-shadow:none;filter:none}.profile-page .book-cover{width:100%!important;height:100%!important}.book-cover img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0!important;box-shadow:none;filter:none;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;min-height:80px}.book-placeholder{width:100%;height:100%;background-color:#e5e5e5;display:flex;align-items:center;justify-content:center;font-size:24px;color:#999;border-radius:0}.book-loading{width:100%;height:100%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.loading-spinner-small{width:20px;height:20px;border:2px solid #E0E0E0;border-top:2px solid #999;border-radius:50%;animation:spin 1s linear infinite}.empty-books{text-align:center;padding:76px 0 90px;color:#666}.empty-books p{font-size:12px;margin:0}@media (min-width: 768px){.profile-page{border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0}}.bio-content{font-size:14px;color:#191a1c;line-height:1.2;position:relative;min-height:2.4em;word-break:break-word}.bio-content.full{white-space:pre-line}.bio-truncated{font-size:13px;color:#191a1c;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.bio-more{background:none;border:none;color:#858585;font-size:13px;margin-left:4px;cursor:pointer;padding:0;vertical-align:baseline}.empty-bio{min-height:2.4em}.post-action-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center}.post-action-dialog-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000004d;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center}.post-action-dialog-container{position:relative;width:300px;background-color:#fff;border-radius:5px;box-shadow:0 4px 20px #00000026;animation:dialogFadeIn .2s ease-out;margin:auto;z-index:1001}.post-action-dialog-content{padding:25px;display:flex;flex-direction:column;align-items:center}@keyframes dialogFadeIn{0%{opacity:0;transform:scale(.9) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 400px){.post-action-dialog-container{width:280px;margin:0 20px}}.book-post-page{min-height:100vh;background-color:var(--white500)}.book-post-header{background:var(--white500);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--black200);position:sticky;top:0;z-index:100}.book-post-header h1{font-size:1rem;font-weight:600;color:var(--black900);margin:0}.header-button{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--black500);border-radius:4px;transition:all .2s ease}.header-button:hover{background-color:var(--black100);color:var(--black900)}.book-post-main{padding:0 1.5rem}.book-info-section{padding:1.5rem 0;display:flex;gap:1.5rem;align-items:flex-start}.book-post-cover{width:200px;height:300px;object-fit:cover;border:.5px solid var(--black300);border-radius:0}.book-post-cover-placeholder{width:200px;height:300px;background:var(--black100);border:.5px solid var(--black300);border-radius:0;display:flex;align-items:center;justify-content:center;color:var(--black300)}.book-details{flex:1}.book-details h2{font-size:1.5rem;font-weight:600;color:var(--black900);margin:0 0 .5rem;line-height:1.3}.book-author{font-size:1rem;color:var(--black500);margin:0 0 .5rem}.book-publisher,.book-date{font-size:.875rem;color:var(--black500);margin:0 0 .25rem}.author-section{padding:1.5rem 0;border-bottom:1px solid var(--black200)}.author-info{display:flex;align-items:center;gap:1rem}.author-avatar{flex-shrink:0}.author-avatar img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid var(--black300)}.author-avatar .default-avatar{width:48px;height:48px;border-radius:50%;background-color:var(--black100);display:flex;align-items:center;justify-content:center;color:var(--black500);border:1px solid var(--black300)}.author-details h3{font-size:1rem;font-weight:600;color:var(--black900);margin:0 0 .25rem}.author-job{font-size:.875rem;color:var(--black500);margin:0}.review-section{padding:1.5rem 0}.review-title{font-size:1.25rem;font-weight:600;color:var(--black900);margin:0 0 1rem;line-height:1.4}.review-content{line-height:1.6;color:var(--black900)}.review-content p{margin:0 0 1rem;font-size:.875rem}.review-content p:last-child{margin-bottom:0}.no-review{text-align:center;padding:2rem;color:var(--black500)}.no-review p{font-size:.875rem;margin:0}.book-actions{padding:1.5rem 0;text-align:center}.book-explore-button{background:none;border:1px solid var(--black300);padding:.75rem 1.5rem;border-radius:4px;color:var(--black500);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.book-explore-button:hover{background-color:var(--black100);border-color:var(--black500);color:var(--black900)}.loading-container,.error-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid var(--black200);border-top:4px solid var(--blue500);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-container h2{color:var(--red500);margin-bottom:1rem;font-size:1.125rem}.error-container p{color:var(--black500);margin-bottom:1.5rem;font-size:.875rem}.back-button{background:var(--black900);color:var(--white500);border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease}.back-button:hover{background-color:var(--black500)}@media (max-width: 768px){.book-info-section{flex-direction:column;text-align:center;gap:1.5rem}.book-post-cover,.book-post-cover-placeholder{width:150px;height:225px;margin:0 auto}.book-details h2{font-size:1.25rem}.review-section{padding:1rem 0}.review-title{font-size:1.125rem}}.my-posts-page{min-height:100vh;background-color:#fff;max-width:430px;margin:0 auto;position:relative}.my-posts-header{display:flex;align-items:center;padding:16px 22px;background-color:#fff;position:sticky;top:0;z-index:100}.my-posts-header h1{font-size:16px;font-weight:500;color:#1a1a1a;margin:0;flex:1;text-align:center}.my-posts-main{padding:16px 0}.post-item{padding:51px 22px 27px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.post-item:hover{background-color:#fafafa}.post-item.active{background-color:#f8f8f8}.book-info-section{display:flex;gap:16px;margin-bottom:24px}.book-cover-container{flex-shrink:0}.my-posts-book-cover{width:80px;height:120px;object-fit:cover;border-radius:0;box-shadow:none}.my-posts-book-cover-placeholder{width:80px;height:120px;background-color:#f5f5f5;border-radius:0;display:flex;align-items:center;justify-content:center;color:#999;box-shadow:none}.book-details{flex:1;display:flex;flex-direction:column;gap:8px}.book-details h2{font-size:18px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3}.book-author{font-size:14px;color:#666;margin:0}.book-publisher,.book-date{font-size:12px;color:#999;margin:0}.author-section{margin-bottom:20px}.author-info{display:flex;align-items:center;gap:12px}.author-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.default-avatar{width:40px;height:40px;background-color:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#999}.author-details h3{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 4px}.author-job{font-size:14px;color:#666;margin:0}.review-title-section{margin-bottom:10px}.review-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4;letter-spacing:-.32px}.post-meta{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f0f0f0}.post-date{font-size:12px;color:#999}.post-actions{display:flex;gap:16px}.action-button{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;gap:4px;color:#666;font-size:12px;border-radius:4px;transition:color .2s}.action-button:hover{color:#1a1a1a}.action-button span{font-size:12px}@media (min-width: 768px){.my-posts-page{border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0}}.post-detail-page{min-height:100vh;background-color:#fff;max-width:430px;margin:0 auto;position:relative}.post-detail-header{display:flex;align-items:center;padding:16px 22px;background-color:#fff;position:sticky;top:0;z-index:100}.post-detail-header h1{font-size:16px;font-weight:500;color:#1a1a1a;margin:0;flex:1;text-align:center}.header-button{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;border-radius:4px;transition:background-color .2s}.header-button:hover{background-color:#f5f5f5}.post-detail-main{padding:9px 26px}.post-actions{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.profile-section{display:flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .2s}.profile-section:hover{opacity:.8}.profile-avatar{width:45px;height:45px;border-radius:50%;overflow:hidden;flex-shrink:0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.default-avatar{width:45px;height:45px;background-color:#fafafa;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#999}.profile-name{font-size:14px;color:#1a1a1a;font-weight:400;line-height:1.5;letter-spacing:-.32px}.action-buttons{display:flex;align-items:center;gap:8px}.book-explore-button{background:none;border:1px solid #d9d9d9;padding:8px 19px;border-radius:5px;font-size:14px;color:#858585;font-weight:400;cursor:pointer;transition:all .2s;min-height:34px;display:flex;align-items:center}.book-explore-button:hover{background-color:#f5f5f5}.more-button{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;border-radius:4px;transition:background-color .2s}.more-button:hover{background-color:#f5f5f5}.review-title-section{margin-bottom:12px}.review-title-section h2{font-size:16px;color:#1a1a1a;font-weight:600;line-height:1.4;letter-spacing:-.32px;margin:0}.review-content-section{margin-bottom:20px}.review-content-section p{font-size:14px;color:#858585;line-height:2;letter-spacing:-.32px;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top:3px solid #1a1a1a;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.error-container h2{font-size:18px;color:#1a1a1a;margin:0 0 8px}.error-container p{font-size:14px;color:#666;margin:0 0 20px}.back-button{background-color:#1a1a1a;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s}.back-button:hover{background-color:#333}@media (min-width: 768px){.post-detail-page{border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0}}.book-detail-page{min-height:100vh;background-color:#fff;max-width:600px;margin:0 auto;position:relative}.book-detail-header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;height:56px;display:flex;align-items:center;justify-content:center;padding:0 20px;max-width:600px;margin:0 auto}.back-button{position:absolute;left:20px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.back-button img{width:24px;height:24px}.book-detail-header h1{font-size:16px;font-weight:600;color:#1a1a1a;margin:0}.book-detail-main{padding-top:56px}.book-header{display:flex;padding:20px;gap:20px}.book-info{flex:1}.book-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 2px;line-height:1.4}.book-subtitle{font-size:12px;color:#858585;margin:0;line-height:1.4}.book-author,.book-publisher,.book-pages,.book-source{font-size:12px;color:#858585;margin:2px 0;line-height:1.4}.aladin-link{background:none;border:none;font-size:12px;color:#007aff;padding:0;margin:2px 0 0;cursor:pointer;text-decoration:none;line-height:1.5}.aladin-link:hover{text-decoration:underline}.book-cover{width:103px;height:153px;flex-shrink:0}.lifebook-users{padding:0 22px}.section-header{display:flex;justify-content:space-between;align-items:center}.section-header h3{font-size:15px;color:#1a1a1a;font-weight:400;margin:0}.user-count{font-size:15px;color:#858585}.users-list{display:flex;flex-direction:column;gap:0}.user-item{display:flex;align-items:center;gap:22px;padding:7px 0;cursor:pointer}.user-item:last-child{border-bottom:none}.user-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover}.user-info{flex:1}.user-name{font-size:14px;color:#191a1c;margin:0 0 2px;font-weight:500}.user-username{font-size:12px;color:#858585;margin:0}.follow-button{background:#fff!important;border:1px solid #191A1C!important;border-radius:5px!important;color:#191a1c!important;font-size:12px!important;font-weight:400!important;height:30px!important;padding:0 18px!important;cursor:pointer!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.follow-button:hover{background:#f8f8f8!important}.more-users{text-align:center}.more-button{background:none;border:none;color:#1a1a1a;font-size:12px;font-weight:400;cursor:pointer;padding:8px 16px}.divider{height:1px;background-color:#e0e0e0;margin:0 -22px;width:auto}.expandable-text{padding:0 22px}.text-content h3{font-size:15px;color:#1a1a1a;font-weight:400;margin:0}.expandable-text-content{font-size:14px;color:#858585;line-height:2;margin:0;word-break:keep-all}.expand-button-container{text-align:center;padding:20px 0}.expand-button{background:none;border:none;color:#1a1a1a;font-size:12px;font-weight:400;cursor:pointer;padding:8px 16px}.other-works{padding:0}.other-works-header{padding:0 26px}.other-works-header h3{font-size:15px;color:#1a1a1a;font-weight:400;margin:0}.author-name{padding:0 26px}.author-name h4{font-size:16px;color:#1a1a1a;font-weight:400;margin:0}.more-authors-button{display:flex;justify-content:center;align-items:center;padding:0 26px}.books-scroll{display:flex;gap:0;padding:0 26px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.books-scroll::-webkit-scrollbar{display:none}.book-card{flex-shrink:0;width:calc((100vw - 52px - 46px) / 3);margin-right:23px;cursor:pointer}.book-card:last-child{margin-right:0}.book-card .book-frame{width:100%;height:100%}.book-card-title{font-size:12px;color:#858585;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:keep-all}.loading-container,.error-container{display:flex;justify-content:center;align-items:center;min-height:50vh}.loading-spinner{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid #1a1a1a;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container p{color:#858585;font-size:14px;text-align:center}@media (max-width: 480px){.book-header{padding:20px;gap:16px}.book-cover{width:90px;height:135px}.lifebook-users,.expandable-text{padding:0 20px}.divider{margin:0 -20px}.books-scroll{padding:0 26px}.book-card{width:calc((100vw - 52px - 46px) / 3)}}.home-page{min-height:100vh;background-color:var(--white500);display:flex;align-items:center;justify-content:center;padding:2rem}.home-content{text-align:center;max-width:300px}.logo-section h1{font-size:2.5rem;font-weight:700;color:var(--black900);margin-bottom:.5rem}.logo-section p{font-size:1rem;color:var(--black500);margin-bottom:2rem;line-height:1.5}.info-section{margin-top:2rem}.info-section p{font-size:.875rem;color:var(--black500);margin-bottom:.5rem;line-height:1.5}.demo-section{margin-top:2rem}.demo-button{display:inline-block;padding:.75rem 1.5rem;background-color:var(--black900);color:var(--white500);text-decoration:none;border-radius:8px;font-weight:500;font-size:.875rem;transition:all .2s ease}.demo-button:hover{background-color:var(--black500);transform:translateY(-1px)}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;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;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#fff}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}}
