.page-module-scss-module__xWMIDG__main{min-height:100vh;padding-bottom:5rem;position:relative}.page-module-scss-module__xWMIDG__heroBackground{filter:blur(40px)brightness(.4);z-index:-2;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:60vh;position:absolute;top:0;left:0;transform:scale(1.1)}.page-module-scss-module__xWMIDG__heroOverlay{background:linear-gradient(to bottom, transparent, var(--bg-primary));z-index:-1;width:100%;height:60vh;position:absolute;top:0;left:0}.page-module-scss-module__xWMIDG__contentContainer{flex-direction:column;gap:3rem;padding-top:5rem;display:flex}.page-module-scss-module__xWMIDG__infoSection{background:var(--glass-bg);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);align-items:center;gap:3rem;padding:3rem;display:flex;position:relative;overflow:hidden}.page-module-scss-module__xWMIDG__infoSection:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 100% 0,#3b82f626,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.page-module-scss-module__xWMIDG__coverWrapper{border-radius:var(--radius-md);z-index:1;flex-shrink:0;width:280px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0009,0 0 0 1px #ffffff1a}.page-module-scss-module__xWMIDG__cover{aspect-ratio:2/3;object-fit:cover;width:100%;height:auto;transition:transform .5s;display:block}.page-module-scss-module__xWMIDG__coverWrapper:hover .page-module-scss-module__xWMIDG__cover{transform:scale(1.05)}.page-module-scss-module__xWMIDG__details{z-index:1;flex-direction:column;flex:1;justify-content:center;display:flex}.page-module-scss-module__xWMIDG__title{color:var(--text-primary);margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1.2}.page-module-scss-module__xWMIDG__author{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.2rem;display:flex}.page-module-scss-module__xWMIDG__author span{color:var(--primary-color);cursor:pointer;font-weight:600}.page-module-scss-module__xWMIDG__tags{flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;display:flex}.page-module-scss-module__xWMIDG__tag{color:var(--primary-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#3b82f626;border:1px solid #3b82f64d;border-radius:20px;padding:.4rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s}.page-module-scss-module__xWMIDG__tag:hover{background:#3b82f64d;transform:translateY(-2px)}.page-module-scss-module__xWMIDG__stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.page-module-scss-module__xWMIDG__statItem{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:#8080801a;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:1rem;transition:transform .2s;display:flex}.page-module-scss-module__xWMIDG__statItem:hover{background:#80808033;transform:translateY(-3px)}.page-module-scss-module__xWMIDG__statItem strong{color:var(--text-primary);font-size:1.4rem;font-weight:700}.page-module-scss-module__xWMIDG__statItem span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.page-module-scss-module__xWMIDG__actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.page-module-scss-module__xWMIDG__actions>*{flex:1}.page-module-scss-module__xWMIDG__readButton{background:linear-gradient(135deg, var(--primary-color), #2563eb);color:#fff;white-space:nowrap;border-radius:30px;justify-content:center;align-items:center;height:54px;padding:1rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 20px -10px #3b82f6b3}.page-module-scss-module__xWMIDG__readButton:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 15px 25px -10px #3b82f6e6}.page-module-scss-module__xWMIDG__continueButton{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:30px;justify-content:center;align-items:center;height:54px;padding:1rem 3rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 10px 20px -10px #f59e0bb3}.page-module-scss-module__xWMIDG__continueButton:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 15px 25px -10px #f59e0be6}.page-module-scss-module__xWMIDG__followButton{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;border-radius:30px;justify-content:center;align-items:center;height:54px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.page-module-scss-module__xWMIDG__followButton:hover{background:var(--glass-bg);border-color:var(--primary-color);transform:translateY(-2px)}.page-module-scss-module__xWMIDG__sectionTitle{color:var(--text-primary);align-items:center;gap:.8rem;margin-bottom:1.5rem;font-size:1.8rem;font-weight:800;display:flex}.page-module-scss-module__xWMIDG__sectionTitle:before{content:"";background:var(--primary-color);width:6px;height:24px;box-shadow:0 0 10px var(--primary-color);border-radius:4px;display:inline-block}.page-module-scss-module__xWMIDG__synopsis{color:var(--text-secondary);background:var(--glass-bg);border-radius:var(--radius-lg);border:1px solid var(--glass-border);padding:2.5rem;font-size:1.1rem;line-height:1.9;position:relative}.page-module-scss-module__xWMIDG__synopsis:before{content:"“";color:#ffffff0d;font-family:serif;font-size:6rem;line-height:1;position:absolute;top:10px;left:20px}.page-module-scss-module__xWMIDG__chapterList{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-height:600px;padding-right:.5rem;display:grid;overflow-y:auto}.page-module-scss-module__xWMIDG__chapterList::-webkit-scrollbar{width:6px}.page-module-scss-module__xWMIDG__chapterList::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}.page-module-scss-module__xWMIDG__chapterList::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.page-module-scss-module__xWMIDG__chapterList::-webkit-scrollbar-thumb:hover{background:#fff3}.page-module-scss-module__xWMIDG__chapterItem{background:var(--glass-bg);border-radius:var(--radius-md);border:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:1.2rem;transition:all .2s;display:flex}.page-module-scss-module__xWMIDG__chapterItem:hover{background:#3b82f61a;border-color:#3b82f64d;transform:translate(5px)}.page-module-scss-module__xWMIDG__chapterTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:70%;font-weight:500;overflow:hidden}.page-module-scss-module__xWMIDG__chapterDate{color:var(--text-secondary);font-size:.8rem}@media (max-width:900px){.page-module-scss-module__xWMIDG__infoSection{text-align:center;flex-direction:column;padding:2rem}.page-module-scss-module__xWMIDG__coverWrapper{width:200px}.page-module-scss-module__xWMIDG__stats{grid-template-columns:repeat(2,1fr)}.page-module-scss-module__xWMIDG__author,.page-module-scss-module__xWMIDG__tags{justify-content:center}.page-module-scss-module__xWMIDG__actions{justify-content:center;width:100%}.page-module-scss-module__xWMIDG__contentContainer{padding-top:2rem}}@media (max-width:600px){.page-module-scss-module__xWMIDG__infoSection{gap:1.5rem;padding:1.5rem 1rem}.page-module-scss-module__xWMIDG__coverWrapper{width:160px}.page-module-scss-module__xWMIDG__title{font-size:1.8rem}.page-module-scss-module__xWMIDG__actions{flex-direction:column;width:100%}.page-module-scss-module__xWMIDG__actions>*{width:100%}.page-module-scss-module__xWMIDG__chapterList{grid-template-columns:1fr}.page-module-scss-module__xWMIDG__synopsis{padding:1.5rem;font-size:1rem}}
.Comments-module-scss-module__g4SbPG__commentsSection{border-top:1px solid var(--glass-border);margin-top:3rem;padding-top:2rem}.Comments-module-scss-module__g4SbPG__title{font-family:var(--font-lora);color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem}.Comments-module-scss-module__g4SbPG__commentFormContainer{margin-bottom:2rem}.Comments-module-scss-module__g4SbPG__form{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.Comments-module-scss-module__g4SbPG__textarea{background:var(--bg-secondary);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);resize:vertical;border-radius:8px;padding:1rem;font-family:inherit;transition:all .2s}.Comments-module-scss-module__g4SbPG__textarea:focus{border-color:var(--primary-color);background:var(--glass-bg);outline:none}.Comments-module-scss-module__g4SbPG__submitBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:.8rem 1.5rem;font-weight:500;transition:all .2s}.Comments-module-scss-module__g4SbPG__submitBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px)}.Comments-module-scss-module__g4SbPG__submitBtn:disabled{opacity:.6;cursor:not-allowed}.Comments-module-scss-module__g4SbPG__loginPrompt{background:var(--glass-bg);text-align:center;color:var(--text-secondary);border-radius:8px;padding:1.5rem}.Comments-module-scss-module__g4SbPG__loginPrompt .Comments-module-scss-module__g4SbPG__loginLink{color:var(--primary-color);font-weight:700;text-decoration:none}.Comments-module-scss-module__g4SbPG__loginPrompt .Comments-module-scss-module__g4SbPG__loginLink:hover{text-decoration:underline}.Comments-module-scss-module__g4SbPG__commentsList{flex-direction:column;gap:1rem;display:flex}.Comments-module-scss-module__g4SbPG__commentItemWrapper{align-items:flex-start;gap:1rem;display:flex}.Comments-module-scss-module__g4SbPG__commentBubble{background:#ffffff0f;border-radius:4px 16px 16px;max-width:100%;margin-top:.25rem;padding:.75rem 1rem;display:inline-block}.Comments-module-scss-module__g4SbPG__commentActions{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.Comments-module-scss-module__g4SbPG__replyBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:.85rem;font-weight:500;transition:color .2s;display:flex}.Comments-module-scss-module__g4SbPG__replyBtn:hover{color:var(--text-primary)}.Comments-module-scss-module__g4SbPG__avatar{background:linear-gradient(135deg, var(--primary-color), #8e44ad);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.Comments-module-scss-module__g4SbPG__commentContent{background:0 0;border:none;flex:1;padding:0}.Comments-module-scss-module__g4SbPG__commentHeader{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.Comments-module-scss-module__g4SbPG__userName{color:var(--text-primary);font-weight:600}.Comments-module-scss-module__g4SbPG__userLevel{background:rgba(var(--primary-color-rgb), .1);color:var(--primary-color);border-radius:4px;padding:.1rem .3rem;font-size:.7rem}.Comments-module-scss-module__g4SbPG__time{color:var(--text-secondary);font-size:.8rem}.Comments-module-scss-module__g4SbPG__text{color:var(--text-primary);white-space:pre-wrap;margin:0;line-height:1.5}.Comments-module-scss-module__g4SbPG__loading,.Comments-module-scss-module__g4SbPG__empty{text-align:center;color:var(--text-secondary);padding:2rem 0;font-style:italic}
.StoryRating-module-scss-module__1hB5JG__ratingContainer{align-items:center;gap:.75rem;transition:all .3s;display:flex}.StoryRating-module-scss-module__1hB5JG__stars{gap:.25rem;display:flex}.StoryRating-module-scss-module__1hB5JG__star{color:#8080804d;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:transform .2s,color .2s}.StoryRating-module-scss-module__1hB5JG__star:hover{transform:scale(1.1)}.StoryRating-module-scss-module__1hB5JG__star.StoryRating-module-scss-module__1hB5JG__filled{color:gold;text-shadow:0 0 12px #ffd70099}.StoryRating-module-scss-module__1hB5JG__star:disabled{cursor:not-allowed;opacity:.7}.StoryRating-module-scss-module__1hB5JG__info{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.StoryRating-module-scss-module__1hB5JG__text{color:var(--text-secondary);font-size:.95rem;font-style:italic}.StoryRating-module-scss-module__1hB5JG__average{color:var(--text-secondary);font-size:.8rem}
.ChapterPagination-module-scss-module__3xq5La__container{flex-direction:column;min-width:0;max-width:100%;margin-bottom:2rem;display:flex}.ChapterPagination-module-scss-module__3xq5La__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ChapterPagination-module-scss-module__3xq5La__title{color:var(--text-primary);align-items:center;gap:.8rem;font-size:1.8rem;font-weight:800;display:flex}.ChapterPagination-module-scss-module__3xq5La__title:before{content:"";background:var(--primary-color);width:6px;height:24px;box-shadow:0 0 10px var(--primary-color);border-radius:4px;display:inline-block}.ChapterPagination-module-scss-module__3xq5La__dropdownContainer{position:relative}.ChapterPagination-module-scss-module__3xq5La__select{appearance:none;color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:30px;padding:.7rem 2.8rem .7rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0000001a}.ChapterPagination-module-scss-module__3xq5La__select option{background:var(--bg-primary);color:var(--text-primary)}.ChapterPagination-module-scss-module__3xq5La__select:hover{border-color:var(--primary-color);background:linear-gradient(135deg,#3b82f61a,#3b82f605);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f626}.ChapterPagination-module-scss-module__3xq5La__select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px #3b82f64d}.ChapterPagination-module-scss-module__3xq5La__select:disabled{opacity:.5;cursor:not-allowed}.ChapterPagination-module-scss-module__3xq5La__dropdownContainer:after{content:"▼";color:var(--primary-color);pointer-events:none;font-size:.75rem;transition:transform .3s;position:absolute;top:50%;right:1.2rem;transform:translateY(-50%)}.ChapterPagination-module-scss-module__3xq5La__dropdownContainer:hover:after{transform:translateY(-50%)scale(1.2)}.ChapterPagination-module-scss-module__3xq5La__emptyText{color:var(--text-secondary);padding:1rem;font-style:italic}.ChapterPagination-module-scss-module__3xq5La__chapterList{grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:1rem;min-width:0;max-width:100%;min-height:200px;transition:opacity .3s;display:grid}.ChapterPagination-module-scss-module__3xq5La__loadingState{opacity:.5;pointer-events:none}.ChapterPagination-module-scss-module__3xq5La__loadingText{text-align:center;color:#94a3b8;grid-column:1/-1;padding:2rem;font-style:italic}.ChapterPagination-module-scss-module__3xq5La__chapterItem{background:var(--glass-bg);border-radius:var(--radius-md);border:1px solid var(--glass-border);justify-content:space-between;align-items:center;gap:1rem;width:100%;min-width:0;padding:1.2rem;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.ChapterPagination-module-scss-module__3xq5La__chapterItem:hover{background:#3b82f61a;border-color:#3b82f64d;transform:translate(5px)}.ChapterPagination-module-scss-module__3xq5La__chapterTitle{min-width:0;color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-weight:500;overflow:hidden}.ChapterPagination-module-scss-module__3xq5La__chapterDate{color:var(--text-secondary);white-space:nowrap;flex:none;font-size:.8rem}@media (max-width:600px){.ChapterPagination-module-scss-module__3xq5La__header{flex-direction:column;align-items:flex-start;gap:1rem}.ChapterPagination-module-scss-module__3xq5La__select{width:100%}.ChapterPagination-module-scss-module__3xq5La__chapterList{grid-template-columns:minmax(0,1fr)}}
.ReadingClient-module-scss-module__udT76G__main{background:var(--bg-primary);min-height:calc(100vh - 70px);color:var(--text-primary);padding:2rem 0;transition:all .3s}.ReadingClient-module-scss-module__udT76G__levelUpNotification{color:#fff;z-index:1000;background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:30px;padding:1rem 2rem;font-weight:700;animation:.5s ease-out ReadingClient-module-scss-module__udT76G__slideDown,.5s ease-in 4.5s forwards ReadingClient-module-scss-module__udT76G__fadeOut;position:fixed;top:90px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #0003}@keyframes ReadingClient-module-scss-module__udT76G__slideDown{0%{opacity:0;top:0}to{opacity:1;top:90px}}@keyframes ReadingClient-module-scss-module__udT76G__fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.ReadingClient-module-scss-module__udT76G__readingContainer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;max-width:900px;margin:0 auto;padding:3rem;box-shadow:0 8px 32px #0003}.ReadingClient-module-scss-module__udT76G__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:3rem;padding-bottom:1rem;display:flex}.ReadingClient-module-scss-module__udT76G__headerTitle{flex:1;align-items:center;gap:.8rem;min-width:0;display:flex}.ReadingClient-module-scss-module__udT76G__fontControls{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:20px;flex-shrink:0;align-items:center;gap:.5rem;padding:.3rem .5rem;display:flex}.ReadingClient-module-scss-module__udT76G__fontBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:.2rem .5rem;font-size:1rem;font-weight:700;transition:background .2s}.ReadingClient-module-scss-module__udT76G__fontBtn:hover{background:#80808033}.ReadingClient-module-scss-module__udT76G__fontSizeDisplay{color:var(--text-secondary);text-align:center;min-width:32px;font-size:.9rem;font-weight:600}.ReadingClient-module-scss-module__udT76G__storyLink{color:var(--primary-color);white-space:nowrap;text-overflow:ellipsis;max-width:50%;font-size:1.2rem;font-weight:700;text-decoration:none;transition:opacity .2s;overflow:hidden}.ReadingClient-module-scss-module__udT76G__storyLink:hover{opacity:.8}.ReadingClient-module-scss-module__udT76G__separator{color:var(--text-secondary);flex-shrink:0}.ReadingClient-module-scss-module__udT76G__chapterTitle{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:1.2rem;overflow:hidden}.ReadingClient-module-scss-module__udT76G__mobileText{display:none}.ReadingClient-module-scss-module__udT76G__desktopText{display:inline}.ReadingClient-module-scss-module__udT76G__content{margin-bottom:2rem;font-family:Times New Roman,Times,serif}.ReadingClient-module-scss-module__udT76G__content p{text-align:justify;margin-bottom:1.5rem}.ReadingClient-module-scss-module__udT76G__content p:last-child{margin-bottom:0}.ReadingClient-module-scss-module__udT76G__content p:empty{display:none}.ReadingClient-module-scss-module__udT76G__navigation{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.ReadingClient-module-scss-module__udT76G__navButton{color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.8rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s}.ReadingClient-module-scss-module__udT76G__navButton:hover:not(:disabled){background:var(--primary-color);border-color:var(--primary-color);color:#fff}.ReadingClient-module-scss-module__udT76G__navButton:disabled{opacity:.3;cursor:not-allowed}@media (max-width:768px){.ReadingClient-module-scss-module__udT76G__readingContainer{border-left:none;border-right:none;border-radius:0;padding:1.5rem}.ReadingClient-module-scss-module__udT76G__header{flex-direction:column;align-items:flex-start;gap:1rem}.ReadingClient-module-scss-module__udT76G__headerTitle{flex-wrap:nowrap;align-items:center;width:100%;display:flex}.ReadingClient-module-scss-module__udT76G__storyLink{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;max-width:none;overflow:hidden}.ReadingClient-module-scss-module__udT76G__separator{flex-shrink:0;margin:0}.ReadingClient-module-scss-module__udT76G__chapterTitle{white-space:nowrap;flex:none;max-width:50%}.ReadingClient-module-scss-module__udT76G__mobileText{display:inline}.ReadingClient-module-scss-module__udT76G__desktopText{display:none}.ReadingClient-module-scss-module__udT76G__fontControls{justify-content:space-between;width:100%}.ReadingClient-module-scss-module__udT76G__navigation{flex-direction:column;gap:1rem}.ReadingClient-module-scss-module__udT76G__navButton{text-align:center;width:100%}}
.SynopsisViewer-module-scss-module__LqhPhq__wrapper{flex-direction:column;display:flex;position:relative}.SynopsisViewer-module-scss-module__LqhPhq__content{flex-direction:column;gap:1.2rem;max-height:200px;transition:max-height .5s ease-in-out;display:flex;overflow:hidden}.SynopsisViewer-module-scss-module__LqhPhq__content.SynopsisViewer-module-scss-module__LqhPhq__expanded{max-height:5000px}.SynopsisViewer-module-scss-module__LqhPhq__fadeOverlay{background:linear-gradient(to bottom, transparent, var(--bg-primary));pointer-events:none;width:100%;height:100px;position:absolute;bottom:40px;left:0}.SynopsisViewer-module-scss-module__LqhPhq__toggleBtn{color:var(--primary-color);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:0 0;border:1px solid #fff3;border-radius:20px;align-self:center;margin-top:10px;padding:.5rem 1.5rem;font-weight:600;transition:all .3s}.SynopsisViewer-module-scss-module__LqhPhq__toggleBtn:hover{color:var(--primary-hover);border-color:var(--glass-border);background:#8080801a}
