.StatCard-module__75jRBW__statCard{background:var(--bg-card);border:1px solid var(--border);transition:var(--transition);border-radius:20px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.StatCard-module__75jRBW__statCard:hover{border-color:var(--primary);box-shadow:0 8px 24px #0000000a}.StatCard-module__75jRBW__icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.StatCard-module__75jRBW__blue{color:#3b82f6;background:#3b82f61a}.StatCard-module__75jRBW__orange{color:#f97316;background:#f973161a}.StatCard-module__75jRBW__purple{color:#8b5cf6;background:#8b5cf61a}.StatCard-module__75jRBW__label{color:var(--text-sub);margin-bottom:.25rem;font-size:.875rem;display:block}.StatCard-module__75jRBW__value{font-size:1.25rem;font-weight:700}
.ReadingCalendar-module__N6x1GW__calendarContainer{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:1.5rem;box-shadow:0 4px 12px #00000005}.ReadingCalendar-module__N6x1GW__calendarHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.ReadingCalendar-module__N6x1GW__monthTitle{color:var(--text-main);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.ReadingCalendar-module__N6x1GW__navButtons{gap:8px;display:flex}.ReadingCalendar-module__N6x1GW__navBtn{border:1px solid var(--border);background:var(--bg-card);cursor:pointer;width:36px;height:36px;color:var(--text-sub);border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.ReadingCalendar-module__N6x1GW__navBtn:hover{background:var(--bg-main);border-color:var(--primary);color:var(--primary)}.ReadingCalendar-module__N6x1GW__daysGrid{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.ReadingCalendar-module__N6x1GW__dayLabel{text-align:center;color:var(--text-sub);padding-bottom:8px;font-size:.8rem;font-weight:600}.ReadingCalendar-module__N6x1GW__dateCell{background:var(--bg-main);opacity:.8;border:1px solid #0000;border-radius:14px;flex-direction:column;min-width:0;min-height:80px;padding:8px;font-size:.9rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.ReadingCalendar-module__N6x1GW__dateHeader{justify-content:flex-start;margin-bottom:6px;display:flex}.ReadingCalendar-module__N6x1GW__dateNum{color:var(--text-sub);font-size:.8rem;font-weight:600}.ReadingCalendar-module__N6x1GW__recordContent{flex-direction:column;flex:1;gap:4px;display:flex;overflow:hidden}.ReadingCalendar-module__N6x1GW__bookTitleMini{white-space:nowrap;text-overflow:ellipsis;border-radius:4px;max-width:100%;padding:2px 6px;font-size:.7rem;overflow:hidden}.ReadingCalendar-module__N6x1GW__dateCell:hover{background:var(--bg-card);border-color:var(--primary);opacity:1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ReadingCalendar-module__N6x1GW__otherMonth{opacity:.2}.ReadingCalendar-module__N6x1GW__today .ReadingCalendar-module__N6x1GW__dateNum{color:var(--primary)}.ReadingCalendar-module__N6x1GW__hasRecord{border-color:var(--primary);opacity:1}.ReadingCalendar-module__N6x1GW__tooltip{background:var(--text-main);color:var(--bg-main);white-space:nowrap;pointer-events:none;opacity:0;z-index:10;border-radius:8px;margin-bottom:8px;padding:8px 12px;font-size:.75rem;transition:opacity .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.ReadingCalendar-module__N6x1GW__dateCell:hover .ReadingCalendar-module__N6x1GW__tooltip{opacity:1}@media (max-width:640px){.ReadingCalendar-module__N6x1GW__calendarContainer{padding:16px}.ReadingCalendar-module__N6x1GW__daysGrid{gap:4px}.ReadingCalendar-module__N6x1GW__dateCell{border-radius:8px;font-size:.75rem}}
.Modal-module__7LRQSW__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;top:0;left:0}.Modal-module__7LRQSW__modal{text-align:center;background:#fff;border-radius:20px;width:90%;max-width:400px;padding:32px;animation:.3s cubic-bezier(.34,1.56,.64,1) Modal-module__7LRQSW__scaleUp;box-shadow:0 20px 40px #0000001a}.Modal-module__7LRQSW__iconWrapper{color:#3b82f6;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.Modal-module__7LRQSW__title{color:#1a1a1a;margin-bottom:12px;font-size:1.25rem;font-weight:700}.Modal-module__7LRQSW__message{color:#666;margin-bottom:32px;font-size:1rem;line-height:1.6}.Modal-module__7LRQSW__buttonGroup{grid-template-columns:1fr 1fr;gap:12px;display:grid}.Modal-module__7LRQSW__singleButton{grid-template-columns:1fr}.Modal-module__7LRQSW__cancelBtn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;padding:14px;font-weight:600;transition:background .2s}.Modal-module__7LRQSW__cancelBtn:hover{background:#e5e7eb}.Modal-module__7LRQSW__loginBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:12px;padding:14px;font-weight:600;transition:background .2s,transform .1s}.Modal-module__7LRQSW__loginBtn:hover{background:#2563eb}.Modal-module__7LRQSW__loginBtn:active{transform:scale(.98)}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.RecordUpdateModal-module__zYKX6q__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.RecordUpdateModal-module__zYKX6q__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:24px;width:100%;max-width:440px;padding:28px;animation:.3s ease-out RecordUpdateModal-module__zYKX6q__modalUp;box-shadow:0 20px 40px #0003}@keyframes RecordUpdateModal-module__zYKX6q__modalUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.RecordUpdateModal-module__zYKX6q__title{text-align:center;margin-bottom:20px;font-size:1.35rem;font-weight:800}.RecordUpdateModal-module__zYKX6q__bookSummary{background:var(--bg-main);border-radius:16px;gap:16px;margin-bottom:24px;padding:16px;display:flex}.RecordUpdateModal-module__zYKX6q__miniCover{object-fit:cover;border-radius:8px}.RecordUpdateModal-module__zYKX6q__bookInfo h3{margin-bottom:4px;font-size:1rem;font-weight:700}.RecordUpdateModal-module__zYKX6q__bookInfo p{color:var(--text-sub);font-size:.85rem}.RecordUpdateModal-module__zYKX6q__form{flex-direction:column;gap:20px;display:flex}.RecordUpdateModal-module__zYKX6q__field{flex-direction:column;gap:8px;display:flex}.RecordUpdateModal-module__zYKX6q__field label{color:var(--text-main);font-size:.9rem;font-weight:700}.RecordUpdateModal-module__zYKX6q__input,.RecordUpdateModal-module__zYKX6q__textarea{border:1px solid var(--border);background:var(--bg-main);width:100%;color:var(--text-main);border-radius:12px;padding:12px 14px;font-size:.95rem;transition:all .2s}.RecordUpdateModal-module__zYKX6q__input:focus,.RecordUpdateModal-module__zYKX6q__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.RecordUpdateModal-module__zYKX6q__textarea{resize:none;height:100px}.RecordUpdateModal-module__zYKX6q__buttonGroup{grid-template-columns:1fr 2fr;gap:12px;margin-top:12px;display:grid}.RecordUpdateModal-module__zYKX6q__cancelBtn,.RecordUpdateModal-module__zYKX6q__saveBtn{border-radius:14px;padding:14px;font-size:1rem;font-weight:700;transition:all .2s}.RecordUpdateModal-module__zYKX6q__cancelBtn{background:var(--bg-main);color:var(--text-sub)}.RecordUpdateModal-module__zYKX6q__saveBtn{background:var(--primary);color:#fff;justify-content:center;align-items:center;gap:8px;display:flex}.RecordUpdateModal-module__zYKX6q__saveBtn:disabled{opacity:.6;cursor:not-allowed}.RecordUpdateModal-module__zYKX6q__checkboxField{padding:4px 0}.RecordUpdateModal-module__zYKX6q__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:flex}.RecordUpdateModal-module__zYKX6q__checkbox{width:20px;height:20px;accent-color:var(--primary);cursor:pointer;border-radius:6px}.RecordUpdateModal-module__zYKX6q__checkboxText{color:#1e293b;font-size:.95rem;font-weight:700}.RecordUpdateModal-module__zYKX6q__saveBtn:hover:not(:disabled){background:#2563eb;transform:translateY(-2px)}
.RecordDetailModal-module__9w23CW__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s ease-out RecordDetailModal-module__9w23CW__fadeIn;display:flex;position:fixed;top:0;left:0}.RecordDetailModal-module__9w23CW__modal{background:#fff;border-radius:28px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;animation:.3s ease-out RecordDetailModal-module__9w23CW__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000026}.RecordDetailModal-module__9w23CW__closeBtn{color:#64748b;cursor:pointer;z-index:10;background:#fff;border:1px solid #f1f5f9;border-radius:50%;padding:8px;transition:all .2s;position:absolute;top:20px;right:20px;box-shadow:0 2px 8px #0000000d}.RecordDetailModal-module__9w23CW__closeBtn:hover{color:#1e293b;background:#f8fafc;transform:rotate(90deg)}.RecordDetailModal-module__9w23CW__scrollArea{flex:1;padding:32px;overflow-y:auto}.RecordDetailModal-module__9w23CW__bookHeader{gap:24px;margin-bottom:32px;display:flex}.RecordDetailModal-module__9w23CW__coverWrapper{border-radius:14px;flex-shrink:0;overflow:hidden;box-shadow:0 10px 20px #00000026}.RecordDetailModal-module__9w23CW__cover{object-fit:cover}.RecordDetailModal-module__9w23CW__bookInfo{flex-direction:column;justify-content:center;gap:10px;display:flex}.RecordDetailModal-module__9w23CW__bookTitle{color:#1e293b;margin:0;font-size:1.4rem;font-weight:800;line-height:1.3}.RecordDetailModal-module__9w23CW__author{color:#64748b;margin:0;font-size:1rem}.RecordDetailModal-module__9w23CW__badge{color:#3b82f6;background:#eff6ff;border-radius:8px;width:fit-content;padding:6px 12px;font-size:.8rem;font-weight:700;display:inline-block}.RecordDetailModal-module__9w23CW__progressBarWrapper{align-items:center;gap:10px;width:100%;display:flex}.RecordDetailModal-module__9w23CW__progressBar{background:#e2e8f0;border-radius:4px;flex:1;height:8px;overflow:hidden}.RecordDetailModal-module__9w23CW__progressFill{background:#3b82f6;border-radius:4px;height:100%;transition:width .3s}.RecordDetailModal-module__9w23CW__progressFill.RecordDetailModal-module__9w23CW__progressCompleted{background:#22c55e}.RecordDetailModal-module__9w23CW__progressPercent{color:#3b82f6;white-space:nowrap;font-size:.8rem;font-weight:700}.RecordDetailModal-module__9w23CW__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.RecordDetailModal-module__9w23CW__sectionTitle{color:#1e293b;align-items:center;gap:8px;font-size:1.1rem;font-weight:800;display:flex}.RecordDetailModal-module__9w23CW__addLogBtn{color:#fff;background:#3b82f6;border:none;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-size:.85rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #3b82f633}.RecordDetailModal-module__9w23CW__addLogBtn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f64d}.RecordDetailModal-module__9w23CW__historyList{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.RecordDetailModal-module__9w23CW__historyItem{background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;padding:20px;transition:all .2s}.RecordDetailModal-module__9w23CW__historyItem:hover{background:#f1f5f9;border-color:#e2e8f0}.RecordDetailModal-module__9w23CW__historyMeta{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.RecordDetailModal-module__9w23CW__metaLeft{align-items:center;gap:12px;display:flex}.RecordDetailModal-module__9w23CW__historyDate{color:#64748b;align-items:center;gap:4px;font-size:.85rem;font-weight:700;display:flex}.RecordDetailModal-module__9w23CW__historyPage{color:#3b82f6;background:#fff;border-radius:8px;padding:4px 10px;font-size:.85rem;font-weight:800;box-shadow:0 2px 4px #0000000d}.RecordDetailModal-module__9w23CW__metaRight{align-items:center;gap:4px;display:flex}.RecordDetailModal-module__9w23CW__logEditBtn,.RecordDetailModal-module__9w23CW__logDeleteBtn{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.RecordDetailModal-module__9w23CW__logEditBtn:hover{color:#3b82f6;background:#eff6ff}.RecordDetailModal-module__9w23CW__logDeleteBtn:hover{color:#ef4444;background:#fee2e2}.RecordDetailModal-module__9w23CW__historyComment{color:#334155;white-space:pre-wrap;font-size:.95rem;line-height:1.6}.RecordDetailModal-module__9w23CW__emptyLogs{text-align:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:24px;margin-bottom:32px;padding:40px 20px}.RecordDetailModal-module__9w23CW__emptyLogs p{color:#94a3b8;margin-bottom:16px;font-size:.95rem}.RecordDetailModal-module__9w23CW__footer{background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:space-between;padding:24px 32px;display:flex}.RecordDetailModal-module__9w23CW__deleteBtn{color:#94a3b8;align-items:center;gap:8px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.RecordDetailModal-module__9w23CW__deleteBtn:hover{color:#ef4444}.RecordDetailModal-module__9w23CW__spinner{animation:1s linear infinite RecordDetailModal-module__9w23CW__rotate}@keyframes RecordDetailModal-module__9w23CW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes RecordDetailModal-module__9w23CW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes RecordDetailModal-module__9w23CW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.PostCard-module__kwOxXW__postCard{background:var(--bg-card);border:1px solid var(--border);transition:var(--transition);border-radius:20px;padding:1.5rem}.PostCard-module__kwOxXW__postCard:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000000d}.PostCard-module__kwOxXW__postHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.PostCard-module__kwOxXW__avatar{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:.75rem;font-weight:800;display:flex}.PostCard-module__kwOxXW__userMeta{flex-direction:column;display:flex}.PostCard-module__kwOxXW__username{font-size:.9375rem;font-weight:700}.PostCard-module__kwOxXW__date{color:var(--text-sub);font-size:.75rem}.PostCard-module__kwOxXW__postContent{margin-bottom:1.25rem}.PostCard-module__kwOxXW__postTitle{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.PostCard-module__kwOxXW__excerpt{color:var(--text-sub);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9375rem;display:-webkit-box;overflow:hidden}.PostCard-module__kwOxXW__postFooter{border-top:1px solid var(--border);gap:1rem;padding-top:1rem;display:flex}.PostCard-module__kwOxXW__actionBtn{color:var(--text-sub);align-items:center;gap:.375rem;font-size:.875rem;display:flex}
.DailyActivityModal-module__6yiKEq__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;width:100%;height:100%;padding:1.25rem;display:flex;position:fixed;top:0;left:0}.DailyActivityModal-module__6yiKEq__modal{background:var(--bg-card);border-radius:24px;width:100%;max-width:440px;animation:.3s cubic-bezier(.16,1,.3,1) DailyActivityModal-module__6yiKEq__modalScale;overflow:hidden;box-shadow:0 20px 40px #0000001a}@keyframes DailyActivityModal-module__6yiKEq__modalScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.DailyActivityModal-module__6yiKEq__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.DailyActivityModal-module__6yiKEq__dateInfo{align-items:center;gap:.75rem;display:flex}.DailyActivityModal-module__6yiKEq__calendarIcon{color:var(--primary)}.DailyActivityModal-module__6yiKEq__title{color:var(--text-main);font-size:1.125rem;font-weight:700}.DailyActivityModal-module__6yiKEq__countBadge{color:var(--primary);background:#eff6ff;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.DailyActivityModal-module__6yiKEq__closeBtn{color:var(--text-sub);transition:var(--transition);border-radius:8px;padding:.25rem}.DailyActivityModal-module__6yiKEq__closeBtn:hover{background:var(--bg-main);color:var(--text-main)}.DailyActivityModal-module__6yiKEq__content{max-height:60vh;padding:1.5rem;overflow-y:auto}.DailyActivityModal-module__6yiKEq__activityList{flex-direction:column;gap:1rem;display:flex}.DailyActivityModal-module__6yiKEq__activityItem{background:var(--bg-main);transition:var(--transition);border-radius:16px;align-items:center;gap:1.25rem;padding:1rem;display:flex}.DailyActivityModal-module__6yiKEq__activityItem:hover{background:#f1f5f9;transform:translate(4px)}.DailyActivityModal-module__6yiKEq__bookIndicator{border-radius:2px;width:4px;height:32px}.DailyActivityModal-module__6yiKEq__bookInfo{flex:1;min-width:0}.DailyActivityModal-module__6yiKEq__bookTitle{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1rem;font-weight:600;overflow:hidden}.DailyActivityModal-module__6yiKEq__status{color:var(--text-sub);align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.DailyActivityModal-module__6yiKEq__footer{background:var(--bg-main);justify-content:flex-end;padding:1.25rem 1.5rem;display:flex}.DailyActivityModal-module__6yiKEq__confirmBtn{background:var(--primary);color:#fff;transition:var(--transition);border-radius:12px;padding:.75rem 2rem;font-weight:600}.DailyActivityModal-module__6yiKEq__confirmBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}
.FavoritesList-module__u0WcBa__container{margin-top:1.5rem}.FavoritesList-module__u0WcBa__loading,.FavoritesList-module__u0WcBa__empty{color:var(--text-sub);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 0;display:flex}.FavoritesList-module__u0WcBa__emptyIcon{opacity:.2}.FavoritesList-module__u0WcBa__emptySub{opacity:.7;font-size:.875rem}.FavoritesList-module__u0WcBa__grid{flex-direction:column;gap:1rem;display:flex}.FavoritesList-module__u0WcBa__card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;align-items:center;gap:1.25rem;padding:1rem;display:flex}.FavoritesList-module__u0WcBa__coverWrapper{flex-shrink:0}.FavoritesList-module__u0WcBa__cover{border-radius:4px;box-shadow:0 2px 8px #0000001a}.FavoritesList-module__u0WcBa__info{flex:1;min-width:0}.FavoritesList-module__u0WcBa__title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1rem;font-weight:700;overflow:hidden}.FavoritesList-module__u0WcBa__author{color:var(--text-sub);margin-bottom:.75rem;font-size:.8125rem}.FavoritesList-module__u0WcBa__actions{gap:.5rem;display:flex}.FavoritesList-module__u0WcBa__removeBtn{color:#ef4444;transition:var(--transition);background:#fef2f2;border-radius:6px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:flex}.FavoritesList-module__u0WcBa__removeBtn:hover{background:#fee2e2}.FavoritesList-module__u0WcBa__spinner{animation:1s linear infinite FavoritesList-module__u0WcBa__rotate}@keyframes FavoritesList-module__u0WcBa__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FavoritesList-module__u0WcBa__card{cursor:pointer;transition:var(--transition)}.FavoritesList-module__u0WcBa__card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.FavoritesList-module__u0WcBa__modalBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1.5rem;animation:.3s ease-out FavoritesList-module__u0WcBa__fadeIn;display:flex;position:fixed;inset:0}.FavoritesList-module__u0WcBa__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:24px;width:100%;max-width:720px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) FavoritesList-module__u0WcBa__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 50px #0003}.FavoritesList-module__u0WcBa__closeBtn{border:1px solid var(--border);width:40px;height:40px;color:var(--text-sub);background:var(--bg-main);transition:var(--transition);z-index:10;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem}.FavoritesList-module__u0WcBa__closeBtn:hover{background:var(--border);color:var(--text-main)}.FavoritesList-module__u0WcBa__modalContent{padding:3rem 2.5rem}.FavoritesList-module__u0WcBa__modalHeader{gap:2.5rem;margin-bottom:3rem;display:flex}.FavoritesList-module__u0WcBa__modalCoverWrapper{flex-shrink:0}.FavoritesList-module__u0WcBa__modalCover{border-radius:12px;box-shadow:0 10px 30px #00000026}.FavoritesList-module__u0WcBa__modalMainInfo{flex-direction:column;flex:1;display:flex}.FavoritesList-module__u0WcBa__modalTitle{margin-bottom:.75rem;font-size:1.875rem;font-weight:800;line-height:1.2}.FavoritesList-module__u0WcBa__modalAuthor{color:var(--text-main);margin-bottom:.25rem;font-size:1.125rem;font-weight:500}.FavoritesList-module__u0WcBa__modalPublisher{color:var(--text-sub);margin-bottom:2rem;font-size:1rem}.FavoritesList-module__u0WcBa__modalActions{gap:1rem;margin-top:auto;display:flex}.FavoritesList-module__u0WcBa__modalRecordBtn{background:var(--primary);color:#fff;height:52px;transition:var(--transition);border-radius:14px;flex:1;justify-content:center;align-items:center;gap:.75rem;font-weight:700;display:flex}.FavoritesList-module__u0WcBa__modalRecordBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.FavoritesList-module__u0WcBa__sectionTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.FavoritesList-module__u0WcBa__descriptionText{color:var(--text-sub);white-space:pre-wrap;font-size:1.0625rem;line-height:1.8}@keyframes FavoritesList-module__u0WcBa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes FavoritesList-module__u0WcBa__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.FavoritesList-module__u0WcBa__modalHeader{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.FavoritesList-module__u0WcBa__modalContent{padding:2rem 1.5rem}.FavoritesList-module__u0WcBa__modalTitle{font-size:1.5rem}.FavoritesList-module__u0WcBa__modalActions{width:100%}.FavoritesList-module__u0WcBa__modal{max-height:calc(100vh - 2rem);margin:1rem}}
.SearchMain-module__3P28QG__container{max-width:800px;margin:0 auto}.SearchMain-module__3P28QG__title{margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.SearchMain-module__3P28QG__subtitle{color:var(--text-sub);margin-bottom:2rem}.SearchMain-module__3P28QG__searchForm{gap:.75rem;margin-bottom:3rem;display:flex}.SearchMain-module__3P28QG__inputWrapper{flex:1;position:relative}.SearchMain-module__3P28QG__searchIcon{color:var(--text-sub);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.SearchMain-module__3P28QG__searchInput{border:1px solid var(--border);background:var(--bg-card);width:100%;transition:var(--transition);border-radius:12px;padding:.875rem 1rem .875rem 3rem;font-size:1rem}.SearchMain-module__3P28QG__searchInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #2563eb1a}.SearchMain-module__3P28QG__searchBtn{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;min-width:100px;padding:0 1.5rem;font-weight:600;display:flex}.SearchMain-module__3P28QG__searchBtn:disabled{opacity:.7;cursor:not-allowed}.SearchMain-module__3P28QG__spinner{animation:1s linear infinite SearchMain-module__3P28QG__rotate}@keyframes SearchMain-module__3P28QG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SearchMain-module__3P28QG__resultsGrid{flex-direction:column;gap:1rem;display:flex}.SearchMain-module__3P28QG__bookCard{background:var(--bg-card);border:1px solid var(--border);transition:var(--transition);border-radius:16px;gap:1.5rem;padding:1.25rem;display:flex}.SearchMain-module__3P28QG__bookCard:hover{border-color:var(--primary);box-shadow:0 8px 24px #0000000a}.SearchMain-module__3P28QG__coverWrapper{position:relative}.SearchMain-module__3P28QG__cover{object-fit:cover;border-radius:8px;width:100px;height:140px;box-shadow:0 4px 12px #0000001a}.SearchMain-module__3P28QG__favoriteBtn{width:32px;height:32px;color:var(--text-sub);transition:var(--transition);opacity:0;background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.5rem;right:.5rem;transform:translateY(4px);box-shadow:0 2px 8px #0000001a}.SearchMain-module__3P28QG__bookCard:hover .SearchMain-module__3P28QG__favoriteBtn{opacity:1;transform:translateY(0)}.SearchMain-module__3P28QG__favoriteBtn:hover{color:#ef4444;transform:scale(1.1)!important}.SearchMain-module__3P28QG__favoriteBtn.SearchMain-module__3P28QG__active{opacity:1;color:#ef4444;background:#fff;transform:translateY(0)}.SearchMain-module__3P28QG__details{flex-direction:column;flex:1;display:flex}.SearchMain-module__3P28QG__bookTitle{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.SearchMain-module__3P28QG__author{color:var(--text-sub);margin-bottom:auto;font-size:.875rem}.SearchMain-module__3P28QG__selectBtn{color:var(--primary);transition:var(--transition);background:#eff6ff;border-radius:8px;align-self:flex-start;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex}.SearchMain-module__3P28QG__selectBtn:hover{background:var(--primary);color:#fff}.SearchMain-module__3P28QG__noResults{text-align:center;color:var(--text-sub);padding:3rem 0}.SearchMain-module__3P28QG__observerTarget{justify-content:center;align-items:center;height:20px;margin-top:1rem;display:flex}.SearchMain-module__3P28QG__nextPageLoader{color:var(--text-sub);flex-direction:column;align-items:center;gap:.75rem;width:100%;padding:2rem 0;font-size:.875rem;display:flex}.SearchMain-module__3P28QG__footer{border-top:1px solid var(--border);text-align:center;margin-top:3rem;padding-top:2rem;padding-bottom:4rem}.SearchMain-module__3P28QG__footerText{color:var(--text-sub);opacity:.8;font-size:.875rem}.SearchMain-module__3P28QG__modalBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1.5rem;animation:.3s ease-out SearchMain-module__3P28QG__fadeIn;display:flex;position:fixed;inset:0}.SearchMain-module__3P28QG__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:24px;width:100%;max-width:720px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) SearchMain-module__3P28QG__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 50px #0003}.SearchMain-module__3P28QG__closeBtn{border:1px solid var(--border);width:40px;height:40px;color:var(--text-sub);background:var(--bg-main);transition:var(--transition);z-index:10;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem}.SearchMain-module__3P28QG__closeBtn:hover{background:var(--border);color:var(--text-main)}.SearchMain-module__3P28QG__modalContent{padding:3rem 2.5rem}.SearchMain-module__3P28QG__modalHeader{gap:2.5rem;margin-bottom:3rem;display:flex}.SearchMain-module__3P28QG__modalCoverWrapper{flex-shrink:0}.SearchMain-module__3P28QG__modalCover{border-radius:12px;box-shadow:0 10px 30px #00000026}.SearchMain-module__3P28QG__modalMainInfo{flex-direction:column;flex:1;display:flex}.SearchMain-module__3P28QG__modalTitle{margin-bottom:.75rem;font-size:1.875rem;font-weight:800;line-height:1.2}.SearchMain-module__3P28QG__modalAuthor{color:var(--text-main);margin-bottom:.25rem;font-size:1.125rem;font-weight:500}.SearchMain-module__3P28QG__modalPublisher{color:var(--text-sub);margin-bottom:2rem;font-size:1rem}.SearchMain-module__3P28QG__modalActions{gap:1rem;margin-top:auto;display:flex}.SearchMain-module__3P28QG__modalRecordBtn{background:var(--primary);color:#fff;height:52px;transition:var(--transition);border-radius:14px;flex:1;justify-content:center;align-items:center;gap:.75rem;font-weight:700;display:flex}.SearchMain-module__3P28QG__modalRecordBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.SearchMain-module__3P28QG__modalFavoriteBtn{border:1px solid var(--border);width:100px;height:52px;color:var(--text-sub);transition:var(--transition);border-radius:14px;justify-content:center;align-items:center;gap:.5rem;font-weight:600;display:flex}.SearchMain-module__3P28QG__modalFavoriteBtn.SearchMain-module__3P28QG__active{color:#ef4444;background:#fef2f2;border-color:#fecaca}.SearchMain-module__3P28QG__modalFavoriteBtn:hover:not(.SearchMain-module__3P28QG__active){background:var(--bg-main);color:var(--text-main)}.SearchMain-module__3P28QG__sectionTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.SearchMain-module__3P28QG__descriptionText{color:var(--text-sub);white-space:pre-wrap;font-size:1.0625rem;line-height:1.8}@keyframes SearchMain-module__3P28QG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes SearchMain-module__3P28QG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.SearchMain-module__3P28QG__modalHeader{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.SearchMain-module__3P28QG__modalContent{padding:2rem 1.5rem}.SearchMain-module__3P28QG__modalTitle{font-size:1.5rem}.SearchMain-module__3P28QG__modalActions{width:100%}.SearchMain-module__3P28QG__modal{max-height:calc(100vh - 2rem);margin:1rem}}
.CommunityMain-module__tRB8HW__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.CommunityMain-module__tRB8HW__title{font-size:1.75rem;font-weight:800}.CommunityMain-module__tRB8HW__searchBar{background:var(--bg-card);border:1px solid var(--border);width:300px;color:var(--text-sub);border-radius:12px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.CommunityMain-module__tRB8HW__searchBar input{background:0 0;border:none;outline:none;width:100%;font-size:.875rem}.CommunityMain-module__tRB8HW__categoryTabs{gap:.5rem;margin-bottom:2rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.CommunityMain-module__tRB8HW__tab,.CommunityMain-module__tRB8HW__tabActive{white-space:nowrap;border-radius:100px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.CommunityMain-module__tRB8HW__tab{background:var(--bg-card);border:1px solid var(--border);color:var(--text-sub)}.CommunityMain-module__tRB8HW__tabActive{background:var(--primary);color:#fff}.CommunityMain-module__tRB8HW__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.CommunityMain-module__tRB8HW__spinner{color:var(--primary);animation:2s linear infinite CommunityMain-module__tRB8HW__rotate}.CommunityMain-module__tRB8HW__emptyFeed{color:var(--text-sub);background:var(--bg-card);border:1px dashed var(--border);border-radius:20px;justify-content:center;align-items:center;padding:5rem 0;display:flex}@keyframes CommunityMain-module__tRB8HW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CommunityMain-module__tRB8HW__feed{flex-direction:column;gap:1rem;display:flex}.CommunityMain-module__tRB8HW__postCard{background:var(--bg-card);border:1px solid var(--border);transition:var(--transition);border-radius:20px;padding:1.5rem}.CommunityMain-module__tRB8HW__postCard:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000000d}.CommunityMain-module__tRB8HW__postHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.CommunityMain-module__tRB8HW__avatar{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:.75rem;font-weight:800;display:flex}.CommunityMain-module__tRB8HW__userMeta{flex-direction:column;display:flex}.CommunityMain-module__tRB8HW__username{font-size:.9375rem;font-weight:700}.CommunityMain-module__tRB8HW__date{color:var(--text-sub);font-size:.75rem}.CommunityMain-module__tRB8HW__postContent{margin-bottom:1.25rem}.CommunityMain-module__tRB8HW__postTitle{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.CommunityMain-module__tRB8HW__excerpt{color:var(--text-sub);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.9375rem;display:-webkit-box;overflow:hidden}.CommunityMain-module__tRB8HW__postFooter{border-top:1px solid var(--border);gap:1rem;padding-top:1rem;display:flex}.CommunityMain-module__tRB8HW__actionBtn{color:var(--text-sub);align-items:center;gap:.375rem;font-size:.875rem;display:flex}.CommunityMain-module__tRB8HW__fab{background:var(--primary);color:#fff;z-index:90;width:60px;height:60px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 32px #2563eb66}.CommunityMain-module__tRB8HW__fab:hover{transform:scale(1.1)}@media (max-width:1023px){.CommunityMain-module__tRB8HW__header{flex-direction:column;align-items:flex-start;gap:1rem}.CommunityMain-module__tRB8HW__searchBar{width:100%}.CommunityMain-module__tRB8HW__fab{bottom:calc(var(--mobile-nav-height) + 1.5rem);right:1.5rem}}
.DashboardMain-module__BEscTq__container{width:100%;max-width:100%;margin:0;padding:0}.DashboardMain-module__BEscTq__header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.DashboardMain-module__BEscTq__title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:800}.DashboardMain-module__BEscTq__subtitle{color:var(--text-sub);font-size:1.125rem}.DashboardMain-module__BEscTq__quickRecordBtn{background:var(--primary);color:#fff;transition:var(--transition);border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:flex;box-shadow:0 4px 12px #2563eb33}.DashboardMain-module__BEscTq__quickRecordBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb4d}.DashboardMain-module__BEscTq__statsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.DashboardMain-module__BEscTq__statCard{background:var(--bg-card);border:1px solid var(--border);transition:var(--transition);border-radius:20px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.DashboardMain-module__BEscTq__statCard:hover{border-color:var(--primary);box-shadow:0 8px 24px #0000000a}.DashboardMain-module__BEscTq__icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.DashboardMain-module__BEscTq__icon.DashboardMain-module__BEscTq__blue{color:#3b82f6;background:#3b82f61a}.DashboardMain-module__BEscTq__icon.DashboardMain-module__BEscTq__orange{color:#f97316;background:#f973161a}.DashboardMain-module__BEscTq__icon.DashboardMain-module__BEscTq__purple{color:#8b5cf6;background:#8b5cf61a}.DashboardMain-module__BEscTq__label{color:var(--text-sub);margin-bottom:.25rem;font-size:.875rem;display:block}.DashboardMain-module__BEscTq__value{font-size:1.25rem;font-weight:700}.DashboardMain-module__BEscTq__mainGrid{grid-template-columns:7fr 3fr;gap:2rem;width:100%;display:grid}.DashboardMain-module__BEscTq__readingSection,.DashboardMain-module__BEscTq__heatmapSection{min-width:0}.DashboardMain-module__BEscTq__sectionTitle{margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.DashboardMain-module__BEscTq__bookList{flex-direction:column;gap:1.25rem;display:flex}.DashboardMain-module__BEscTq__bookCard{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;gap:1rem;padding:1rem;display:flex}.DashboardMain-module__BEscTq__cover{object-fit:cover;border-radius:8px;width:80px;height:110px;box-shadow:0 4px 8px #0000001a}.DashboardMain-module__BEscTq__bookDetails{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.DashboardMain-module__BEscTq__bookTitle{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.DashboardMain-module__BEscTq__author{color:var(--text-sub);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;font-size:.875rem;overflow:hidden}.DashboardMain-module__BEscTq__latestEmotion{color:#64748b;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:.85rem;font-style:italic;line-height:1.4;display:-webkit-box;overflow:hidden}.DashboardMain-module__BEscTq__progressWrapper{justify-content:space-between;align-items:center;margin-top:.75rem;display:flex}.DashboardMain-module__BEscTq__percent{color:var(--primary);font-size:.9rem;font-weight:700}.DashboardMain-module__BEscTq__stopBtn{background:var(--bg-main);color:var(--text-sub);border:1px solid var(--border);cursor:pointer;border-radius:10px;padding:6px 12px;font-size:.75rem;font-weight:700;transition:all .2s}.DashboardMain-module__BEscTq__stopBtn:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca;transform:translateY(-1px)}.DashboardMain-module__BEscTq__moreBtn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-sub);transition:var(--transition);border-radius:12px;justify-content:center;align-items:center;margin-top:.5rem;padding:.875rem;font-size:.875rem;font-weight:600;display:flex}.DashboardMain-module__BEscTq__moreBtn:hover{border-color:var(--primary);color:var(--primary);background:var(--bg-main)}.DashboardMain-module__BEscTq__heatmapGrid{grid-template-columns:repeat(13,1fr);gap:4px;margin-bottom:1rem;display:grid}.DashboardMain-module__BEscTq__cell{aspect-ratio:1;background:var(--primary);border-radius:2px}.DashboardMain-module__BEscTq__heatmapLabel{color:var(--text-sub);text-align:center;font-size:.875rem}@media (max-width:768px){.DashboardMain-module__BEscTq__header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.DashboardMain-module__BEscTq__statsGrid{grid-template-columns:1fr;gap:1rem}.DashboardMain-module__BEscTq__mainGrid{grid-template-columns:1fr}}
.MeetingsMain-module__wVm__q__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.MeetingsMain-module__wVm__q__title{margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.MeetingsMain-module__wVm__q__subtitle{color:var(--text-sub)}.MeetingsMain-module__wVm__q__createBtn{background:var(--bg-card);border:1px solid var(--primary);color:var(--primary);transition:var(--transition);border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;display:flex}.MeetingsMain-module__wVm__q__createBtn:hover{background:var(--primary);color:#fff}.MeetingsMain-module__wVm__q__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.MeetingsMain-module__wVm__q__meetingCard{background:var(--bg-card);border:1px solid var(--border);border-radius:24px;flex-direction:column;padding:1.75rem;display:flex;position:relative}.MeetingsMain-module__wVm__q__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.MeetingsMain-module__wVm__q__hostInfo{align-items:center;gap:.625rem;display:flex}.MeetingsMain-module__wVm__q__miniAvatar{color:#fff;background:var(--primary);border-radius:6px;padding:2px 8px;font-size:.7rem;font-weight:800}.MeetingsMain-module__wVm__q__hostName{color:var(--text-main);font-size:.85rem;font-weight:700}.MeetingsMain-module__wVm__q__status{color:var(--success);background:#ecfdf5;border-radius:6px;padding:.25rem .75rem;font-size:.7rem;font-weight:700}.MeetingsMain-module__wVm__q__meetingTitle{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.MeetingsMain-module__wVm__q__meetingDesc{color:var(--text-sub);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.MeetingsMain-module__wVm__q__meta{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.MeetingsMain-module__wVm__q__metaItem{color:var(--text-sub);align-items:center;gap:.625rem;font-size:.875rem;display:flex}.MeetingsMain-module__wVm__q__tags{gap:.5rem;margin-bottom:1.5rem;display:flex}.MeetingsMain-module__wVm__q__tag{background:var(--bg-main);color:var(--text-sub);border-radius:6px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.MeetingsMain-module__wVm__q__joinBtn{background:var(--bg-main);transition:var(--transition);border-radius:12px;margin-top:auto;padding:.875rem;font-weight:700}.MeetingsMain-module__wVm__q__joinBtn:hover{background:var(--primary);color:#fff}@media (max-width:768px){.MeetingsMain-module__wVm__q__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.MeetingsMain-module__wVm__q__grid{grid-template-columns:1fr}}.MeetingsMain-module__wVm__q__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.MeetingsMain-module__wVm__q__spinner{color:var(--primary);animation:2s linear infinite MeetingsMain-module__wVm__q__rotate}.MeetingsMain-module__wVm__q__emptyMeetings{color:var(--text-sub);background:var(--bg-card);border:1px dashed var(--border);border-radius:20px;grid-column:1/-1;justify-content:center;align-items:center;padding:5rem 0;display:flex}@keyframes MeetingsMain-module__wVm__q__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ProfileMain-module__57HmmW__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.ProfileMain-module__57HmmW__spinner{color:var(--primary);animation:2s linear infinite ProfileMain-module__57HmmW__rotate}.ProfileMain-module__57HmmW__authContainer{justify-content:center;align-items:center;padding:2rem 0;display:flex}.ProfileMain-module__57HmmW__authCard{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:24px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 10px 40px #0000000d}.ProfileMain-module__57HmmW__authTitle{margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.ProfileMain-module__57HmmW__authSubtitle{color:var(--text-sub);margin-bottom:2rem;font-size:.9375rem}.ProfileMain-module__57HmmW__authForm{flex-direction:column;gap:1rem;display:flex}.ProfileMain-module__57HmmW__inputGroup{background:var(--bg-main);border:1px solid var(--border);color:var(--text-sub);transition:var(--transition);border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.ProfileMain-module__57HmmW__inputGroup:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.ProfileMain-module__57HmmW__inputGroup input{background:0 0;border:none;border-radius:0;outline:none;width:100%;padding:0;font-size:.9375rem}.ProfileMain-module__57HmmW__submitBtn{background:var(--primary);color:#fff;transition:var(--transition);border-radius:12px;margin-top:1rem;padding:1rem;font-weight:700}.ProfileMain-module__57HmmW__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.ProfileMain-module__57HmmW__forgotPwdWrapper{justify-content:flex-end;margin-top:-.5rem;display:flex}.ProfileMain-module__57HmmW__forgotPwdBtn{color:var(--text-sub);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:0;font-size:.8125rem;font-weight:600}.ProfileMain-module__57HmmW__forgotPwdBtn:hover{color:var(--primary);text-decoration:underline}.ProfileMain-module__57HmmW__toggleMode{color:var(--text-sub);margin-top:1.5rem;font-size:.875rem}.ProfileMain-module__57HmmW__toggleMode button{color:var(--primary);background:0 0;border:none;border-bottom:1px solid #0000;margin-left:.25rem;padding:0;font-weight:700}.ProfileMain-module__57HmmW__toggleMode button:hover{border-bottom-color:var(--primary)}.ProfileMain-module__57HmmW__profileContainer{max-width:600px;margin:0 auto}.ProfileMain-module__57HmmW__profileHeader{align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.ProfileMain-module__57HmmW__avatarLarge{background:var(--primary);color:#fff;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.25rem;font-weight:800;display:flex}.ProfileMain-module__57HmmW__userMainInfo{flex:1}.ProfileMain-module__57HmmW__nameRow{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.ProfileMain-module__57HmmW__name{margin:0;font-size:1.5rem;font-weight:800}.ProfileMain-module__57HmmW__editBtn{color:var(--primary);transition:var(--transition);background:#2563eb14;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:700}.ProfileMain-module__57HmmW__editBtn:hover{background:#2563eb26;transform:translateY(-1px)}.ProfileMain-module__57HmmW__editForm{margin-bottom:.5rem}.ProfileMain-module__57HmmW__editInputWrapper{background:var(--bg-main);border:2px solid var(--primary);border-radius:12px;align-items:center;gap:.75rem;padding:6px 6px 6px 14px;animation:.2s ease-out ProfileMain-module__57HmmW__slideIn;display:flex}.ProfileMain-module__57HmmW__editInputWrapper input{color:var(--text-main);background:0 0;border:none;outline:none;width:160px;font-size:1.125rem;font-weight:700}.ProfileMain-module__57HmmW__editActions{align-items:center;gap:8px;display:flex}.ProfileMain-module__57HmmW__cancelLink{color:var(--text-sub);background:0 0;border:none;padding:4px 8px;font-size:.8125rem;font-weight:600}.ProfileMain-module__57HmmW__saveBtn{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:54px;padding:6px 14px;font-size:.8125rem;font-weight:700;display:flex}.ProfileMain-module__57HmmW__spinnerMini{animation:1s linear infinite ProfileMain-module__57HmmW__rotate}@keyframes ProfileMain-module__57HmmW__slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.ProfileMain-module__57HmmW__email{color:var(--text-sub);font-size:.875rem}.ProfileMain-module__57HmmW__profileNav{border-bottom:1px solid var(--border);gap:1rem;margin:1.5rem 0;padding-bottom:.5rem;display:flex}.ProfileMain-module__57HmmW__navItem{color:var(--text-sub);transition:var(--transition);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;display:flex}.ProfileMain-module__57HmmW__navItem:hover{background:var(--bg-main);color:var(--text-main)}.ProfileMain-module__57HmmW__navItem.ProfileMain-module__57HmmW__active{background:var(--primary);color:#fff}.ProfileMain-module__57HmmW__logoutBtn{color:#ef4444;width:100%;transition:var(--transition);background:#fef2f2;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;padding:1rem;font-weight:700;display:flex}.ProfileMain-module__57HmmW__logoutBtn:hover{background:#fee2e2;transform:translateY(-1px)}.ProfileMain-module__57HmmW__statsRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.ProfileMain-module__57HmmW__statBox{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:1.5rem}.ProfileMain-module__57HmmW__statLabel{color:var(--text-sub);margin-bottom:.75rem;font-size:.875rem;display:block}.ProfileMain-module__57HmmW__statValue{color:var(--primary);font-size:2rem;font-weight:800}.ProfileMain-module__57HmmW__xpMiniBar{background:var(--bg-main);border-radius:4px;height:8px;overflow:hidden}.ProfileMain-module__57HmmW__xpMiniFill{background:linear-gradient(90deg,var(--primary),#8b5cf6);height:100%}@keyframes ProfileMain-module__57HmmW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProfileMain-module__57HmmW__themeSection{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;margin-top:.5rem;margin-bottom:1.5rem;padding:1.5rem}.ProfileMain-module__57HmmW__themeLabel{color:var(--text-main);margin-bottom:.75rem;font-size:.875rem;font-weight:700;display:block}.ProfileMain-module__57HmmW__themeSelector{border:1px solid var(--border);background:var(--bg-main);width:100%;color:var(--text-main);cursor:pointer;transition:var(--transition);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;border-radius:12px;outline:none;padding:.875rem 1rem;font-size:.9375rem;font-weight:600}.ProfileMain-module__57HmmW__themeSelector:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.ProfileMain-module__57HmmW__levelBadgeContainer{gap:.75rem;margin-top:1rem;display:flex}.ProfileMain-module__57HmmW__levelBadge,.ProfileMain-module__57HmmW__completedBadge{border-radius:10px;align-items:center;gap:.5rem;padding:6px 12px;font-size:.8125rem;font-weight:700;display:flex}.ProfileMain-module__57HmmW__levelBadge{color:var(--primary);background:#2563eb1a}.ProfileMain-module__57HmmW__completedBadge{color:#d97706;background:#f59e0b1a}.ProfileMain-module__57HmmW__xpProgressWrapper{max-width:320px;margin-top:1.5rem}.ProfileMain-module__57HmmW__xpTextRow{justify-content:space-between;margin-bottom:.5rem;display:flex}.ProfileMain-module__57HmmW__xpLabel,.ProfileMain-module__57HmmW__xpValue{color:var(--text-sub);font-size:.75rem;font-weight:600}.ProfileMain-module__57HmmW__xpBarContainer{background:var(--bg-main);border:1px solid var(--border);border-radius:4px;height:8px;overflow:hidden}.ProfileMain-module__57HmmW__xpBarFill{background:var(--primary);border-radius:4px;height:100%;transition:width .5s ease-out}.ProfileMain-module__57HmmW__signupFieldGroup{text-align:left;flex-direction:column;gap:.4rem;display:flex}.ProfileMain-module__57HmmW__signupFieldLabel{color:var(--text-sub);font-size:.8125rem;font-weight:600}.ProfileMain-module__57HmmW__signupDateInput{background:var(--bg-main);border:1px solid var(--border);color:var(--text-main);width:100%;transition:var(--transition);border-radius:12px;outline:none;padding:.75rem 1rem;font-size:.9375rem}.ProfileMain-module__57HmmW__signupDateInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.ProfileMain-module__57HmmW__signupDateDropdownGroup{gap:.5rem;width:100%;display:flex}.ProfileMain-module__57HmmW__signupSelect{background:var(--bg-main);border:1px solid var(--border);color:var(--text-main);cursor:pointer;width:100%;transition:var(--transition);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;border-radius:12px;outline:none;padding:.75rem 1rem;font-size:.9375rem}.ProfileMain-module__57HmmW__signupSelect:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.ProfileMain-module__57HmmW__signupCheckboxGroup{background:var(--bg-main);border:1px solid var(--border);cursor:pointer;border-radius:12px;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;display:flex}.ProfileMain-module__57HmmW__signupCheckbox{cursor:pointer;width:18px;height:18px;accent-color:var(--primary);flex-shrink:0;margin-top:2px}.ProfileMain-module__57HmmW__signupCheckboxContent{text-align:left;flex-direction:column;gap:.35rem;display:flex}.ProfileMain-module__57HmmW__signupCheckboxLabel{color:var(--text-main);cursor:pointer;font-size:.875rem;font-weight:600}.ProfileMain-module__57HmmW__signupConsentDetail{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.ProfileMain-module__57HmmW__signupConsentDetail li{color:var(--text-sub);padding-left:.75rem;font-size:.75rem;position:relative}.ProfileMain-module__57HmmW__signupConsentDetail li:before{content:"·";position:absolute;left:0}.ProfileMain-module__57HmmW__signupOptional{color:var(--text-sub);font-size:.75rem;font-weight:400}.ProfileMain-module__57HmmW__genderRow{gap:.5rem;display:flex}.ProfileMain-module__57HmmW__genderBtn{border:1px solid var(--border);background:var(--bg-main);color:var(--text-sub);cursor:pointer;border-radius:12px;flex:1;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s}.ProfileMain-module__57HmmW__genderBtnActive{border-color:var(--primary);color:var(--primary);background:#2563eb0d}.ProfileMain-module__57HmmW__consentGroup{border:1px solid var(--border);border-radius:12px;margin-top:.5rem;margin-bottom:1rem;padding:1rem}.ProfileMain-module__57HmmW__consentGroupTitle{color:var(--text-sub);text-align:left;margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.ProfileMain-module__57HmmW__consentRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.ProfileMain-module__57HmmW__consentRow:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ProfileMain-module__57HmmW__consentClickArea{flex:1;display:flex}.ProfileMain-module__57HmmW__viewDetailText{color:var(--text-sub);cursor:pointer;background:0 0;border:none;outline:none;margin-top:.1rem;padding-left:.5rem;font-size:.75rem;text-decoration:underline}.ProfileMain-module__57HmmW__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ProfileMain-module__57HmmW__modalContent{background:var(--bg-main);border-radius:16px;flex-direction:column;width:100%;max-width:400px;max-height:80vh;display:flex;box-shadow:0 10px 25px #0003}.ProfileMain-module__57HmmW__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.ProfileMain-module__57HmmW__modalTitle{color:var(--text-main);margin:0;font-size:1.125rem;font-weight:700}.ProfileMain-module__57HmmW__modalCloseBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;margin:-.5rem;padding:.5rem;font-size:.875rem;font-weight:600}.ProfileMain-module__57HmmW__modalScroll{padding:1.5rem;overflow-y:auto}.ProfileMain-module__57HmmW__modalTextBody{color:var(--text-main);white-space:pre-wrap;text-align:left;margin:0;font-size:.875rem;line-height:1.6}
.RecordsMain-module__LdPL9W__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.RecordsMain-module__LdPL9W__title{font-size:1.75rem;font-weight:800}.RecordsMain-module__LdPL9W__addRecordBtn{color:#fff;background:#3b82f6;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #3b82f633}.RecordsMain-module__LdPL9W__addRecordBtn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f64d}.RecordsMain-module__LdPL9W__loading{justify-content:center;align-items:center;min-height:300px;display:flex}.RecordsMain-module__LdPL9W__spinner{color:var(--primary);animation:2s linear infinite RecordsMain-module__LdPL9W__rotate}.RecordsMain-module__LdPL9W__filterBar{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.RecordsMain-module__LdPL9W__filterTabs{scrollbar-width:none;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.RecordsMain-module__LdPL9W__filterTabs::-webkit-scrollbar{display:none}.RecordsMain-module__LdPL9W__filterTab{color:var(--text-sub);background:var(--bg-main);border:1px solid var(--border);white-space:nowrap;border-radius:100px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.RecordsMain-module__LdPL9W__filterTab:hover{background:var(--bg-card);border-color:var(--text-sub)}.RecordsMain-module__LdPL9W__activeTab{background:var(--primary);color:#fff;border-color:var(--primary)}.RecordsMain-module__LdPL9W__activeTab:hover{background:var(--primary);opacity:.9}.RecordsMain-module__LdPL9W__searchWrapper{width:100%;position:relative}.RecordsMain-module__LdPL9W__searchIcon{color:var(--text-sub);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.RecordsMain-module__LdPL9W__searchInput{border:1px solid var(--border);background:var(--bg-card);border-radius:12px;width:100%;padding:12px 12px 12px 40px;font-size:.95rem;transition:all .2s}.RecordsMain-module__LdPL9W__searchInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.RecordsMain-module__LdPL9W__clearBtn{color:var(--text-sub);border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.RecordsMain-module__LdPL9W__clearBtn:hover{background:var(--bg-main);color:var(--text-main)}@media (min-width:768px){.RecordsMain-module__LdPL9W__filterBar{flex-direction:row;justify-content:space-between;align-items:center}.RecordsMain-module__LdPL9W__searchWrapper{max-width:300px}}.RecordsMain-module__LdPL9W__recordsList{flex-direction:column;gap:1rem;display:flex}.RecordsMain-module__LdPL9W__recordCard{background:var(--bg-card);border:1px solid var(--border);transition:var(--transition);cursor:pointer;border-radius:16px;align-items:center;gap:1.5rem;padding:1.25rem;display:flex}.RecordsMain-module__LdPL9W__recordCard:hover{border-color:var(--primary);background:#3b82f605;transform:translate(4px)}.RecordsMain-module__LdPL9W__recordCard.RecordsMain-module__LdPL9W__abandoned{opacity:.9;background:#fb71850d;border-color:#fb718533}.RecordsMain-module__LdPL9W__recordCard.RecordsMain-module__LdPL9W__abandoned:hover{background:#fb71851a;border-color:#fb718566}.RecordsMain-module__LdPL9W__abandonedCover{opacity:.6}.RecordsMain-module__LdPL9W__recordCard.RecordsMain-module__LdPL9W__completed{background:#22c55e0d;border-color:#22c55e33}.RecordsMain-module__LdPL9W__recordCard.RecordsMain-module__LdPL9W__completed:hover{background:#22c55e1a;border-color:#22c55e66}.RecordsMain-module__LdPL9W__completedBadge{color:#fff;background:#22c55e;border-radius:6px;align-self:flex-start;width:fit-content;margin-bottom:.5rem;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.RecordsMain-module__LdPL9W__abandonedBadge{color:#fff;background:#fb7185;border-radius:6px;align-self:flex-start;width:fit-content;margin-bottom:.5rem;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.RecordsMain-module__LdPL9W__bookInfo{flex:1;align-items:center;gap:1.25rem;min-width:0;display:flex}.RecordsMain-module__LdPL9W__miniCover{object-fit:cover;background:var(--bg-main);border-radius:6px}.RecordsMain-module__LdPL9W__details{flex-direction:column;flex:1;min-width:0;display:flex}.RecordsMain-module__LdPL9W__bookTitle{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.RecordsMain-module__LdPL9W__author{color:var(--text-sub);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;font-size:.875rem;overflow:hidden}.RecordsMain-module__LdPL9W__emotionPreview{color:#64748b;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:.85rem;font-style:italic;line-height:1.4;display:-webkit-box;overflow:hidden}.RecordsMain-module__LdPL9W__recordData{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.75rem;width:140px;display:flex}.RecordsMain-module__LdPL9W__recordInfo{flex-direction:column;gap:.25rem;width:100%;display:flex}.RecordsMain-module__LdPL9W__pageCount{color:var(--primary);font-size:1rem;font-weight:700}.RecordsMain-module__LdPL9W__percentText{opacity:.8;color:var(--text-sub);font-size:.85rem;font-weight:600}.RecordsMain-module__LdPL9W__progressBarMini{background:var(--border);border-radius:3px;width:100%;height:6px;margin:4px 0;overflow:hidden}.RecordsMain-module__LdPL9W__progressFillMini{background:var(--primary);border-radius:3px;height:100%;transition:width .3s}.RecordsMain-module__LdPL9W__progressFillMini.RecordsMain-module__LdPL9W__progressCompleted{background:#22c55e}.RecordsMain-module__LdPL9W__date{color:var(--text-sub);font-size:.75rem}@media (max-width:768px){.RecordsMain-module__LdPL9W__recordCard{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.RecordsMain-module__LdPL9W__recordCard:hover{transform:translateY(-4px)}.RecordsMain-module__LdPL9W__bookInfo{width:100%}.RecordsMain-module__LdPL9W__recordData{text-align:left;border-top:1px solid var(--border);align-items:flex-start;gap:1rem;width:100%;margin-top:.5rem;padding-top:1rem}.RecordsMain-module__LdPL9W__recordInfo{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.5rem}.RecordsMain-module__LdPL9W__pageCount{order:1}.RecordsMain-module__LdPL9W__date{order:2;display:block}.RecordsMain-module__LdPL9W__progressBarMini{order:3;margin:8px 0 0}.RecordsMain-module__LdPL9W__btnGroup,.RecordsMain-module__LdPL9W__resumeBtn{width:100%}.RecordsMain-module__LdPL9W__stopBtn,.RecordsMain-module__LdPL9W__completeBtn,.RecordsMain-module__LdPL9W__resumeBtn{flex:1;padding:10px;font-size:.9rem}}.RecordsMain-module__LdPL9W__stopBtn{background:var(--bg-main);color:var(--text-sub);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.RecordsMain-module__LdPL9W__stopBtn:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca}.RecordsMain-module__LdPL9W__completeBtn{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.RecordsMain-module__LdPL9W__completeBtn:hover{color:#fff;background:#22c55e;border-color:#16a34a;transform:translateY(-2px);box-shadow:0 4px 12px #22c55e33}.RecordsMain-module__LdPL9W__btnGroup{gap:8px;display:flex}.RecordsMain-module__LdPL9W__resumeBtn{color:var(--primary);background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.RecordsMain-module__LdPL9W__resumeBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633}.RecordsMain-module__LdPL9W__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem 0;display:flex}.RecordsMain-module__LdPL9W__iconWrapper{background:var(--bg-main);width:80px;height:80px;color:var(--text-sub);border-radius:24px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.RecordsMain-module__LdPL9W__emptyState h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.RecordsMain-module__LdPL9W__emptyState p{color:var(--text-sub);margin-bottom:2rem}.RecordsMain-module__LdPL9W__startBtn{background:var(--primary);color:#fff;border-radius:12px;padding:.875rem 2rem;font-weight:700;display:inline-block}.RecordsMain-module__LdPL9W__observerTarget{justify-content:center;align-items:center;min-height:40px;padding:2rem 0;display:flex}@keyframes RecordsMain-module__LdPL9W__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.BookReviewSection-module__jFEbga__container{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem;font-family:inherit}.BookReviewSection-module__jFEbga__sectionTitle{color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:600;display:flex}.BookReviewSection-module__jFEbga__reviewForm{background:var(--bg-main);border:1px solid var(--border);border-radius:1rem;margin-bottom:2rem;padding:1rem}.BookReviewSection-module__jFEbga__ratingSelector{align-items:center;gap:.25rem;margin-bottom:.75rem;display:flex}.BookReviewSection-module__jFEbga__starBtn{cursor:pointer;color:var(--border);background:0 0;border:none;padding:0;transition:color .2s,transform .1s}.BookReviewSection-module__jFEbga__starBtn:hover{transform:scale(1.1)}.BookReviewSection-module__jFEbga__starBtn.BookReviewSection-module__jFEbga__active{color:#fbbf24}.BookReviewSection-module__jFEbga__ratingText{color:var(--text-sub);margin-left:.5rem;font-size:.875rem;font-weight:600}.BookReviewSection-module__jFEbga__inputGroup{flex-direction:column;gap:.75rem;display:flex}.BookReviewSection-module__jFEbga__textarea{border:1px solid var(--border);resize:vertical;background:var(--bg-card);width:100%;min-height:80px;max-height:200px;color:var(--text-main);border-radius:.5rem;padding:.75rem;font-size:.9375rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.BookReviewSection-module__jFEbga__textarea::placeholder{color:var(--text-sub);opacity:.6}.BookReviewSection-module__jFEbga__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.BookReviewSection-module__jFEbga__textarea:disabled{background:var(--bg-main);cursor:not-allowed;opacity:.7}.BookReviewSection-module__jFEbga__formActions{justify-content:flex-end;gap:.5rem;display:flex}.BookReviewSection-module__jFEbga__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s;display:flex}.BookReviewSection-module__jFEbga__submitBtn:hover:not(:disabled){background:var(--primary-hover)}.BookReviewSection-module__jFEbga__submitBtn:disabled{opacity:.5;cursor:not-allowed}.BookReviewSection-module__jFEbga__cancelBtn{background:var(--border);color:var(--text-main);cursor:pointer;border:none;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500}.BookReviewSection-module__jFEbga__reviewList{flex-direction:column;gap:1.25rem;display:flex}.BookReviewSection-module__jFEbga__reviewItem{border-bottom:1px solid var(--border);padding-bottom:1.25rem}.BookReviewSection-module__jFEbga__reviewItem:last-child{border-bottom:none}.BookReviewSection-module__jFEbga__reviewHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.BookReviewSection-module__jFEbga__userInfo{align-items:center;gap:.5rem;display:flex}.BookReviewSection-module__jFEbga__avatar{background:var(--border);width:24px;height:24px;color:var(--text-sub);border-radius:50%;justify-content:center;align-items:center;display:flex}.BookReviewSection-module__jFEbga__username{color:var(--text-main);font-size:.875rem;font-weight:600}.BookReviewSection-module__jFEbga__reviewMeta{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.BookReviewSection-module__jFEbga__itemRating{gap:2px;display:flex}.BookReviewSection-module__jFEbga__date{color:var(--text-sub);font-size:.75rem}.BookReviewSection-module__jFEbga__reviewContent{color:var(--text-main);white-space:pre-wrap;word-break:break-all;font-size:.9375rem;line-height:1.6}.BookReviewSection-module__jFEbga__itemActions{gap:.75rem;margin-top:.5rem;display:flex}.BookReviewSection-module__jFEbga__editBtn,.BookReviewSection-module__jFEbga__deleteBtn{cursor:pointer;color:var(--text-sub);background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.75rem;font-weight:500;transition:color .2s;display:flex}.BookReviewSection-module__jFEbga__editBtn:hover{color:var(--primary)}.BookReviewSection-module__jFEbga__deleteBtn:hover{color:#ef4444}.BookReviewSection-module__jFEbga__emptyReviews{text-align:center;color:var(--text-sub);padding:3rem 1rem;font-size:.9375rem}.BookReviewSection-module__jFEbga__loadingArea{justify-content:center;padding:2rem;display:flex}.BookReviewSection-module__jFEbga__spinner{animation:1s linear infinite BookReviewSection-module__jFEbga__spin}@keyframes BookReviewSection-module__jFEbga__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
