.BookList-module__xuRDYW__bookList{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;padding:16px 0;display:grid}.BookList-module__xuRDYW__loadingContainer{flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.BookList-module__xuRDYW__spinner{border:3px solid var(--border);border-left-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.9s linear infinite BookList-module__xuRDYW__spin}@keyframes BookList-module__xuRDYW__spin{to{transform:rotate(360deg)}}.BookList-module__xuRDYW__pagination{justify-content:center;align-items:center;gap:16px;margin:24px 0;display:flex}.BookList-module__xuRDYW__paginationButton{cursor:pointer;background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border);border-radius:8px;padding:8px 20px;font-size:14px;transition:background .15s,border-color .15s}.BookList-module__xuRDYW__paginationButton:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent)}.BookList-module__xuRDYW__paginationButton:disabled{opacity:.4;cursor:not-allowed}.BookList-module__xuRDYW__paginationInfo{color:var(--text-secondary);font-size:14px}
.HomePage-module__lKHPmq__bookGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:28px;display:grid}.HomePage-module__lKHPmq__searchInfo{color:var(--text-secondary);margin-bottom:20px;font-size:15px}.HomePage-module__lKHPmq__searchInfo strong{color:var(--text-primary)}.HomePage-module__lKHPmq__pageNumbers{align-items:center;gap:6px;display:flex}.HomePage-module__lKHPmq__pageBtn{border:1px solid var(--border);background:var(--bg-card);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;box-shadow:var(--card-shadow);border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:flex}.HomePage-module__lKHPmq__pageBtn:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--accent)}.HomePage-module__lKHPmq__pageBtnActive{background:var(--accent);color:#fff;border-color:var(--accent)}.HomePage-module__lKHPmq__pageBtnActive:hover{background:var(--accent-hover)}@media (max-width:480px){.HomePage-module__lKHPmq__bookGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}}
.HeroBanner-module__93-LWG__hero{border-radius:16px;height:300px;margin-bottom:40px;position:relative;overflow:hidden}.HeroBanner-module__93-LWG__bg{filter:blur(22px)brightness(.35);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.12)}.HeroBanner-module__93-LWG__overlay{background:linear-gradient(105deg,#0d0d1e1a 0%,#0d0d1e8c 40%,#0d0d1eeb 100%);position:absolute;inset:0}.HeroBanner-module__93-LWG__content{align-items:center;gap:32px;height:100%;padding:28px 56px 28px 40px;display:flex;position:relative}.HeroBanner-module__93-LWG__cover{object-fit:cover;border-radius:10px;flex-shrink:0;width:168px;height:224px;box-shadow:0 16px 48px #000000b3}.HeroBanner-module__93-LWG__info{flex:1;max-width:560px}.HeroBanner-module__93-LWG__badges{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.HeroBanner-module__93-LWG__badge{color:var(--accent);letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);background:#e85d2c38;border:1px solid #e85d2ca6;border-radius:20px;padding:3px 12px;font-size:11px;font-weight:700}.HeroBanner-module__93-LWG__title{color:#fff;margin-bottom:6px;font-size:34px;font-weight:800;line-height:1.2}.HeroBanner-module__93-LWG__author{color:var(--text-secondary);margin-bottom:10px;font-size:15px}.HeroBanner-module__93-LWG__desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:22px;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.HeroBanner-module__93-LWG__actions{align-items:center;gap:12px;display:flex}.HeroBanner-module__93-LWG__playBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:24px;align-items:center;gap:8px;padding:11px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex}.HeroBanner-module__93-LWG__playBtn:hover{background:var(--accent-hover);transform:scale(1.03)}.HeroBanner-module__93-LWG__likeBtn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff4d;border-radius:24px;align-items:center;gap:8px;padding:11px 24px;font-size:15px;font-weight:600;transition:background .15s;display:inline-flex}.HeroBanner-module__93-LWG__likeBtn:hover{background:#ffffff26}.HeroBanner-module__93-LWG__arrow{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HeroBanner-module__93-LWG__arrow:hover{background:#000c}.HeroBanner-module__93-LWG__arrowLeft{left:14px}.HeroBanner-module__93-LWG__arrowRight{right:14px}.HeroBanner-module__93-LWG__dots{z-index:10;gap:6px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.HeroBanner-module__93-LWG__dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,width .2s}.HeroBanner-module__93-LWG__dotActive{background:var(--accent);border-radius:4px;width:24px}@media (max-width:768px){.HeroBanner-module__93-LWG__hero{height:auto;min-height:200px}.HeroBanner-module__93-LWG__content{flex-direction:column;align-items:flex-start;gap:16px;padding:20px 48px 20px 20px}.HeroBanner-module__93-LWG__cover{width:100px;height:134px}.HeroBanner-module__93-LWG__title{font-size:20px}.HeroBanner-module__93-LWG__author{font-size:13px}.HeroBanner-module__93-LWG__desc{margin-bottom:14px;font-size:13px}.HeroBanner-module__93-LWG__playBtn,.HeroBanner-module__93-LWG__likeBtn{padding:9px 18px;font-size:13px}}@media (max-width:480px){.HeroBanner-module__93-LWG__content{gap:12px;padding:16px 44px 16px 16px}.HeroBanner-module__93-LWG__cover{width:80px;height:107px}.HeroBanner-module__93-LWG__title{font-size:17px}.HeroBanner-module__93-LWG__desc,.HeroBanner-module__93-LWG__likeBtn{display:none}}[data-theme=light] .HeroBanner-module__93-LWG__bg{filter:blur(22px)brightness(.82)}[data-theme=light] .HeroBanner-module__93-LWG__overlay{background:linear-gradient(105deg,#ffffff26 0%,#eeeefccc 38%,#e8e8f4f7 100%)}[data-theme=light] .HeroBanner-module__93-LWG__title{color:#18182e}[data-theme=light] .HeroBanner-module__93-LWG__author{color:#3a3a5a}[data-theme=light] .HeroBanner-module__93-LWG__desc{color:#4a4a6a}[data-theme=light] .HeroBanner-module__93-LWG__badge{color:#b83d10;-webkit-backdrop-filter:blur(10px)saturate(160%);background:#ffffffe0;border:1.5px solid #b83d1080}[data-theme=light] .HeroBanner-module__93-LWG__likeBtn{color:#18182e;-webkit-backdrop-filter:blur(8px);background:#ffffffbf;border:1px solid #0000002e}[data-theme=light] .HeroBanner-module__93-LWG__likeBtn:hover{background:#fffffff2}[data-theme=light] .HeroBanner-module__93-LWG__arrow{color:#18182e;-webkit-backdrop-filter:blur(6px);background:#ffffffc7;border:1px solid #0000001f}[data-theme=light] .HeroBanner-module__93-LWG__arrow:hover{background:#fffffff7}[data-theme=light] .HeroBanner-module__93-LWG__dot{background:#00000047}
.HotBooksSection-module__Q5zOQa__section{margin-bottom:40px}.HotBooksSection-module__Q5zOQa__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.HotBooksSection-module__Q5zOQa__title{color:var(--text-primary);align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}.HotBooksSection-module__Q5zOQa__icon{font-size:20px}.HotBooksSection-module__Q5zOQa__viewAll{color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:13px;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:flex}.HotBooksSection-module__Q5zOQa__viewAll:hover{color:var(--accent);border-color:var(--accent);background:#e85d2c0f}.HotBooksSection-module__Q5zOQa__scrollRow{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:10px;display:flex;overflow-x:auto}.HotBooksSection-module__Q5zOQa__scrollRow::-webkit-scrollbar{height:4px}.HotBooksSection-module__Q5zOQa__card{scroll-snap-align:start;cursor:pointer;flex-shrink:0;width:152px;text-decoration:none;display:block}.HotBooksSection-module__Q5zOQa__card:hover .HotBooksSection-module__Q5zOQa__cover{transform:scale(1.05)}.HotBooksSection-module__Q5zOQa__card:hover .HotBooksSection-module__Q5zOQa__playOverlay{opacity:1}.HotBooksSection-module__Q5zOQa__coverWrap{background:var(--cover-bg);width:152px;height:152px;box-shadow:var(--card-shadow);border:1px solid var(--border);border-radius:10px;margin-bottom:10px;position:relative;overflow:hidden}.HotBooksSection-module__Q5zOQa__cover{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.HotBooksSection-module__Q5zOQa__rank{width:24px;height:24px;color:var(--text-secondary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#141428bf;border-radius:6px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:absolute;top:7px;left:7px}.HotBooksSection-module__Q5zOQa__rankTop{background:var(--accent);color:#fff}.HotBooksSection-module__Q5zOQa__playOverlay{opacity:0;color:#fff;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.HotBooksSection-module__Q5zOQa__bookTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:13px;font-weight:600;overflow:hidden}.HotBooksSection-module__Q5zOQa__bookAuthor{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;font-size:12px;overflow:hidden}.HotBooksSection-module__Q5zOQa__stats{align-items:center;gap:10px;display:flex}.HotBooksSection-module__Q5zOQa__stat{color:var(--text-secondary);align-items:center;gap:4px;font-size:11px;display:flex}.HotBooksSection-module__Q5zOQa__starIcon{color:#f59e0b}.HotBooksSection-module__Q5zOQa__progressTrack{background:#00000040;border-radius:0 0 10px 10px;height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.HotBooksSection-module__Q5zOQa__progressFill{background:var(--accent);height:100%;transition:width .4s}.HotBooksSection-module__Q5zOQa__resumeLabel{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;margin-bottom:2px;font-size:11px;font-weight:600;overflow:hidden}
.ContinueListening-module__E5_CAG__section{margin-bottom:40px}.ContinueListening-module__E5_CAG__header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.ContinueListening-module__E5_CAG__title{color:var(--text-primary);align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.ContinueListening-module__E5_CAG__titleIcon{color:var(--accent);flex-shrink:0}.ContinueListening-module__E5_CAG__viewAll{color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:13px;transition:color .15s,border-color .15s,background .15s;display:flex}.ContinueListening-module__E5_CAG__viewAll:hover{color:var(--accent);border-color:var(--accent);background:#e85d2c0f}.ContinueListening-module__E5_CAG__rowWrap{position:relative}.ContinueListening-module__E5_CAG__row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding-bottom:6px;display:flex;overflow-x:auto}.ContinueListening-module__E5_CAG__row::-webkit-scrollbar{display:none}.ContinueListening-module__E5_CAG__arrow{z-index:10;background:var(--bg-card);border:1px solid var(--border);width:32px;height:32px;color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,box-shadow .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0003}.ContinueListening-module__E5_CAG__arrow:hover{background:var(--bg-hover)}.ContinueListening-module__E5_CAG__arrowLeft{left:-16px}.ContinueListening-module__E5_CAG__arrowRight{right:-16px}.ContinueListening-module__E5_CAG__card{scroll-snap-align:start;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-shrink:0;align-items:center;gap:12px;width:260px;padding:12px 14px 12px 12px;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:flex;position:relative}.ContinueListening-module__E5_CAG__card:hover{background:var(--bg-hover);border-color:var(--accent);transform:translateY(-2px)}.ContinueListening-module__E5_CAG__cover{object-fit:cover;border-radius:8px;flex-shrink:0;width:62px;height:62px;box-shadow:0 4px 12px #0000004d}.ContinueListening-module__E5_CAG__info{flex:1;min-width:0}.ContinueListening-module__E5_CAG__bookTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:13px;font-weight:700;overflow:hidden}.ContinueListening-module__E5_CAG__chapter{color:var(--text-secondary);margin-bottom:8px;font-size:12px}.ContinueListening-module__E5_CAG__progressRow{align-items:center;gap:6px;margin-bottom:4px;display:flex}.ContinueListening-module__E5_CAG__track{background:var(--border);border-radius:2px;flex:1;height:3px;overflow:hidden}.ContinueListening-module__E5_CAG__fill{background:var(--accent);border-radius:2px;height:100%;transition:width .3s}.ContinueListening-module__E5_CAG__pct{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:600}.ContinueListening-module__E5_CAG__time{color:var(--text-muted);font-size:11px}.ContinueListening-module__E5_CAG__playBtn{border:1.5px solid var(--border);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;transition:background .15s,border-color .15s,color .15s;display:flex}.ContinueListening-module__E5_CAG__card:hover .ContinueListening-module__E5_CAG__playBtn{background:var(--accent);border-color:var(--accent);color:#fff}@media (max-width:768px){.ContinueListening-module__E5_CAG__card{width:220px}.ContinueListening-module__E5_CAG__arrowLeft,.ContinueListening-module__E5_CAG__arrowRight{display:none}}
