.notification-module__pXj8Oa__container{min-height:calc(100dvh - var(--sticky-below-header-top,56px));box-sizing:border-box;background-color:var(--bg-color);color:var(--text-primary);flex-direction:column;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.notification-module__pXj8Oa__contentWrapper{flex-direction:column;width:100%;display:flex}.notification-module__pXj8Oa__topBar{background-color:color-mix(in srgb, var(--card-bg) 85%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);top:var(--sticky-below-header-top,56px);z-index:100;border-bottom:.5px solid var(--border-color);justify-content:space-between;align-items:center;padding:10px 8px;display:flex;position:sticky}.notification-module__pXj8Oa__topBarLeft{align-items:center;display:flex}.notification-module__pXj8Oa__pageTitle{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.notification-module__pXj8Oa__iconBtn,.notification-module__pXj8Oa__placeholderBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;padding:4px;display:flex}.notification-module__pXj8Oa__backIcon{color:var(--accent-text)}.notification-module__pXj8Oa__content{flex-direction:column;padding:16px;display:flex}.notification-module__pXj8Oa__listWrapper{flex-direction:column;gap:16px;display:flex}.notification-module__pXj8Oa__noticeCard{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000000a}.notification-module__pXj8Oa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.notification-module__pXj8Oa__badge{background-color:var(--accent-muted-bg);color:var(--accent-text);border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:700;display:flex}.notification-module__pXj8Oa__dateInfo{color:var(--text-secondary);align-items:center;gap:4px;font-size:.8rem;font-weight:500;display:flex}.notification-module__pXj8Oa__noticeTitle{color:var(--text-primary);margin:0 0 8px;font-size:1.1rem;font-weight:700;line-height:1.4}.notification-module__pXj8Oa__noticeBody{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-size:.95rem;line-height:1.6}.notification-module__pXj8Oa__noticeImageWrap{border:1px solid var(--border-color);background-color:var(--bg-color);border-radius:12px;width:fit-content;max-width:100%;margin-top:16px;display:block;position:relative;overflow:hidden}.notification-module__pXj8Oa__noticeImageWrapPortrait{margin-left:auto;margin-right:auto}.notification-module__pXj8Oa__noticeImage{vertical-align:top;width:auto;max-width:100%;height:auto;display:block}.notification-module__pXj8Oa__noticeImagePortrait{object-fit:contain;max-height:240px}.notification-module__pXj8Oa__noticeImageExpandBtn{z-index:1;color:#fffffff2;-webkit-backdrop-filter:blur(10px);cursor:pointer;opacity:.9;background:#0f172a61;border:1px solid #ffffff52;border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .2s,background-color .2s,border-color .2s,transform .2s;display:flex;position:absolute;bottom:10px;right:10px;box-shadow:0 2px 10px #0000002e}.notification-module__pXj8Oa__noticeImageExpandBtn:hover{background:#0f172aad;border-color:#ffffff7a;transform:scale(1.06)}.notification-module__pXj8Oa__loadMoreBtn{background-color:var(--card-bg);border:1px solid var(--border-color);color:var(--accent-text);cursor:pointer;border-radius:12px;margin-top:8px;padding:14px;font-size:1rem;font-weight:600;transition:all .2s}.notification-module__pXj8Oa__loadMoreBtn:hover{background-color:var(--bg-color)}.notification-module__pXj8Oa__loadMoreBtn:disabled{color:var(--text-muted);cursor:not-allowed}.notification-module__pXj8Oa__emptyState{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding-top:100px;font-weight:500;display:flex}.notification-module__pXj8Oa__emptyIcon{color:var(--text-muted)}@media (min-width:768px){.notification-module__pXj8Oa__container{min-height:auto;padding:60px 20px}.notification-module__pXj8Oa__contentWrapper{max-width:800px}.notification-module__pXj8Oa__topBar{-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:2px solid var(--border-color);background-color:#0000;margin-bottom:24px;padding:0 0 24px;position:static;top:auto}.notification-module__pXj8Oa__topBarLeft{gap:12px}.notification-module__pXj8Oa__pageTitle{font-size:1.8rem;font-weight:800;position:static;transform:none}.notification-module__pXj8Oa__placeholderBtn{display:none}.notification-module__pXj8Oa__iconBtn{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;width:auto;padding:8px;transition:background-color .2s}.notification-module__pXj8Oa__iconBtn:hover{background-color:var(--surface-hover)}.notification-module__pXj8Oa__backIcon{color:var(--text-secondary)}.notification-module__pXj8Oa__content{padding:0}.notification-module__pXj8Oa__listWrapper{gap:24px}.notification-module__pXj8Oa__noticeCard{border-radius:20px;padding:32px;transition:transform .2s,box-shadow .2s}.notification-module__pXj8Oa__noticeCard:hover{border-color:var(--border-strong);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001f}.notification-module__pXj8Oa__noticeTitle{font-size:1.3rem}.notification-module__pXj8Oa__noticeBody{font-size:1.05rem}.notification-module__pXj8Oa__noticeImagePortrait{max-height:320px}}
.NoticeImageModal-module__8lHi_q__overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172ae0;justify-content:center;align-items:center;padding:8px;display:flex;position:fixed;inset:0}.NoticeImageModal-module__8lHi_q__closeBtn{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s;display:flex;position:absolute;top:16px;right:16px}.NoticeImageModal-module__8lHi_q__closeBtn:hover{background:#fff3}.NoticeImageModal-module__8lHi_q__image{object-fit:contain;border-radius:12px;width:auto;max-width:min(98vw,1680px);height:auto;max-height:96vh;display:block}@media (min-width:768px){.NoticeImageModal-module__8lHi_q__overlay{padding:16px}.NoticeImageModal-module__8lHi_q__image{max-width:min(96vw,1920px);max-height:94vh}}
.not-found-module__sxuMuG__container{background-color:var(--bg-color);text-align:center;justify-content:center;align-items:center;width:100%;height:100vh;padding:20px;display:flex}.not-found-module__sxuMuG__content{flex-direction:column;align-items:center;gap:24px;width:100%;max-width:400px;display:flex}.not-found-module__sxuMuG__illustration{justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.not-found-module__sxuMuG__planet{z-index:0;background:linear-gradient(135deg,#e0e7ff 0%,#fae8ff 100%);border-radius:50%;width:140px;height:140px;position:absolute;box-shadow:0 10px 30px #6366f11a}.not-found-module__sxuMuG__iconWrapper{z-index:1;color:#6366f1;animation:3s ease-in-out infinite not-found-module__sxuMuG__float;position:relative}@keyframes not-found-module__sxuMuG__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(5deg)}}.not-found-module__sxuMuG__stars{z-index:0;pointer-events:none;position:absolute;inset:0}.not-found-module__sxuMuG__star{color:#fbbf24;font-size:20px;animation:2s infinite not-found-module__sxuMuG__twinkle;position:absolute}@keyframes not-found-module__sxuMuG__twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.not-found-module__sxuMuG__title{color:var(--text-primary);background:linear-gradient(90deg,#6366f1,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:80px;font-weight:900;line-height:1}.not-found-module__sxuMuG__subtitle{color:var(--text-secondary);margin:0;font-size:22px;font-weight:700}.not-found-module__sxuMuG__description{color:var(--text-secondary);margin:0;font-size:15px;line-height:1.6}.not-found-module__sxuMuG__buttonGroup{justify-content:center;gap:12px;width:100%;margin-top:16px;display:flex}.not-found-module__sxuMuG__backBtn,.not-found-module__sxuMuG__homeBtn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.not-found-module__sxuMuG__backBtn{background-color:var(--card-bg);border:1px solid var(--border-color);color:var(--text-secondary)}.not-found-module__sxuMuG__backBtn:hover{background-color:var(--surface-muted);border-color:var(--border-strong)}.not-found-module__sxuMuG__homeBtn{background-color:var(--btn-dark-bg);border:1px solid var(--btn-dark-bg);color:var(--text-on-accent)}.not-found-module__sxuMuG__homeBtn:hover{background-color:var(--btn-dark-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}[data-theme=dark] .not-found-module__sxuMuG__title{background:linear-gradient(90deg,#a5b4fc,#f9a8d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text}[data-theme=dark] .not-found-module__sxuMuG__subtitle{color:var(--text-primary)}[data-theme=dark] .not-found-module__sxuMuG__description{color:#cbd5e1}[data-theme=dark] .not-found-module__sxuMuG__planet{background:linear-gradient(135deg,#3730a3 0%,#5b21b6 55%,#7c3aed 100%);border:1px solid #a5b4fc47;box-shadow:0 0 48px #818cf847,0 12px 32px #6366f159}[data-theme=dark] .not-found-module__sxuMuG__iconWrapper{color:#ddd6fe;filter:drop-shadow(0 0 10px #a78bfa8c)}[data-theme=dark] .not-found-module__sxuMuG__star{color:#fde68a}[data-theme=dark] .not-found-module__sxuMuG__backBtn{color:var(--text-primary);border-color:var(--border-strong)}[data-theme=dark] .not-found-module__sxuMuG__backBtn:hover{color:#f8fafc;border-color:#64748b}[data-theme=dark] .not-found-module__sxuMuG__homeBtn{background-color:var(--accent);border-color:var(--accent)}[data-theme=dark] .not-found-module__sxuMuG__homeBtn:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 4px 16px #2563eb73}@media (max-width:480px){.not-found-module__sxuMuG__buttonGroup{flex-direction:column}.not-found-module__sxuMuG__backBtn,.not-found-module__sxuMuG__homeBtn{width:100%}}
.ReviewScheduleDetailModal-module__QWb1RW__overlay{z-index:11000;-webkit-backdrop-filter:blur(4px);background:#0f172a94;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ReviewScheduleDetailModal-module__QWb1RW__modal{border:1px solid var(--review-card-border);background:var(--card-bg);border-radius:24px;flex-direction:column;width:100%;max-width:520px;max-height:min(90vh,820px);display:flex;overflow:hidden;box-shadow:0 24px 48px #0f172a38}.ReviewScheduleDetailModal-module__QWb1RW__header{border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__headerTitle{color:var(--text-primary);margin:0;font-size:1.063rem;font-weight:800}.ReviewScheduleDetailModal-module__QWb1RW__closeBtn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:inline-flex}.ReviewScheduleDetailModal-module__QWb1RW__closeBtn:hover{background:var(--surface-hover);color:var(--text-primary)}.ReviewScheduleDetailModal-module__QWb1RW__body{flex-direction:column;flex:1;gap:18px;min-height:0;padding:20px;display:flex;overflow-y:auto}.ReviewScheduleDetailModal-module__QWb1RW__imageFrame{border:1px solid var(--review-image-border);background:var(--review-target-broadcast-bg);border-radius:16px;flex-shrink:0;width:100%;overflow:hidden}.ReviewScheduleDetailModal-module__QWb1RW__heroImage{background:var(--bg-color);flex-shrink:0;width:100%;height:auto;display:block}.ReviewScheduleDetailModal-module__QWb1RW__imagePlaceholder{aspect-ratio:16/9;border:1px dashed var(--review-empty-border);background:var(--bg-color);width:100%;color:var(--text-muted);border-radius:16px;justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__metaSection{flex-direction:column;gap:12px;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__badgeRow{flex-wrap:wrap;gap:6px;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__typeBadge,.ReviewScheduleDetailModal-module__QWb1RW__partBadge,.ReviewScheduleDetailModal-module__QWb1RW__durationBadge{border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.ReviewScheduleDetailModal-module__QWb1RW__typeBadge{background:var(--review-target-badge-bg);color:var(--review-target-badge-text)}.ReviewScheduleDetailModal-module__QWb1RW__partBadge{background:var(--surface-hover);color:var(--text-secondary);border:1px solid var(--review-chip-border)}.ReviewScheduleDetailModal-module__QWb1RW__durationBadge{color:var(--text-muted);background:var(--bg-color);border:1px solid var(--review-chip-border)}.ReviewScheduleDetailModal-module__QWb1RW__title{color:var(--text-primary);word-break:break-word;margin:0;font-size:1.25rem;font-weight:800;line-height:1.45}.ReviewScheduleDetailModal-module__QWb1RW__infoList{background:var(--bg-color);border:1px solid var(--review-chip-border);border-radius:14px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__infoItem{flex-direction:column;gap:2px;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__infoLabel{color:var(--text-muted);font-size:.75rem;font-weight:700}.ReviewScheduleDetailModal-module__QWb1RW__infoValue{color:var(--text-primary);font-size:.875rem;font-weight:600}.ReviewScheduleDetailModal-module__QWb1RW__sectionLabel{color:var(--text-secondary);margin-bottom:8px;font-size:.813rem;font-weight:800;display:block}.ReviewScheduleDetailModal-module__QWb1RW__tagsSection{flex-direction:column;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__tagList{flex-wrap:wrap;gap:6px;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__tag{color:var(--text-secondary);background:var(--surface-hover);border:1px solid var(--review-chip-border);border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600}.ReviewScheduleDetailModal-module__QWb1RW__linksSection{flex-direction:column;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__linkGrid{grid-template-columns:1fr;gap:8px;display:grid}.ReviewScheduleDetailModal-module__QWb1RW__platformBtn{border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 14px;font-size:.875rem;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__platformBtn:hover{transform:translateY(-1px)}.ReviewScheduleDetailModal-module__QWb1RW__platformBtnLabel{text-align:center;flex:1}.ReviewScheduleDetailModal-module__QWb1RW__chzzk{color:#000;background:#00ffa3}.ReviewScheduleDetailModal-module__QWb1RW__chzzk:hover{background:#00e693}.ReviewScheduleDetailModal-module__QWb1RW__soop{color:#fff;background:#051c50}.ReviewScheduleDetailModal-module__QWb1RW__soop:hover{background:#082666}.ReviewScheduleDetailModal-module__QWb1RW__youtube{color:#fff;background:red}.ReviewScheduleDetailModal-module__QWb1RW__youtube:hover{background:#e60000}.ReviewScheduleDetailModal-module__QWb1RW__cime{color:#fff;background:#7b34f3}.ReviewScheduleDetailModal-module__QWb1RW__cime:hover{background:#6229c9}.ReviewScheduleDetailModal-module__QWb1RW__etc{background:var(--streamer-schedule-modal-etc-bg,var(--surface-hover));color:var(--streamer-schedule-modal-etc-text,var(--text-secondary))}.ReviewScheduleDetailModal-module__QWb1RW__etc:hover{background:var(--streamer-schedule-modal-etc-hover,var(--surface-active))}.ReviewScheduleDetailModal-module__QWb1RW__actionSection{padding-top:4px}.ReviewScheduleDetailModal-module__QWb1RW__reviewBtn{background:var(--review-write-btn-bg);width:100%;color:var(--review-write-btn-text);border:1px solid var(--review-write-btn-border);box-shadow:var(--review-write-btn-shadow);border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.938rem;font-weight:800;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__reviewBtn:hover{background:var(--review-write-btn-hover-bg);transform:translateY(-1px)}.ReviewScheduleDetailModal-module__QWb1RW__doneBadge{background:var(--archive-review-done-bg,var(--surface-hover));width:100%;color:var(--archive-review-done-text,var(--text-muted));border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.875rem;font-weight:700;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__followRequiredBtn{background:var(--surface-hover);width:100%;color:var(--text-secondary);border:1px solid var(--border-color);border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.875rem;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__followRequiredBtn:hover{background:var(--card-bg);color:var(--text-primary)}.ReviewScheduleDetailModal-module__QWb1RW__dragHandleArea{display:none}@media (max-width:640px){.ReviewScheduleDetailModal-module__QWb1RW__overlay{align-items:flex-end;padding:0}.ReviewScheduleDetailModal-module__QWb1RW__modal{border-radius:20px 20px 0 0;max-width:none;max-height:92vh}.ReviewScheduleDetailModal-module__QWb1RW__dragHandleArea{touch-action:none;cursor:grab;flex-shrink:0;justify-content:center;padding:8px 0 4px;display:flex}.ReviewScheduleDetailModal-module__QWb1RW__dragHandleArea:active{cursor:grabbing}.ReviewScheduleDetailModal-module__QWb1RW__dragHandle{background-color:var(--user-schedule-modal-handle,var(--border-strong));border-radius:999px;width:44px;height:5px;display:block}.ReviewScheduleDetailModal-module__QWb1RW__header{padding-top:8px}}
.ReviewScheduleList-module__NsgFrW__container{background-color:var(--review-page-bg);box-sizing:border-box;max-width:860px;min-height:calc(100dvh - 64px);margin:0 auto;padding:0 24px 100px}.ReviewScheduleList-module__NsgFrW__pageHeader{align-items:center;gap:16px;min-width:0;padding:32px 0 20px;display:flex}.ReviewScheduleList-module__NsgFrW__backBtn{background:var(--card-bg);border:1px solid var(--review-back-btn-border);width:40px;height:40px;color:var(--text-muted);cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.ReviewScheduleList-module__NsgFrW__backBtn:hover{background:var(--surface-hover);color:var(--review-back-btn-hover-text)}.ReviewScheduleList-module__NsgFrW__headerProfile{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.ReviewScheduleList-module__NsgFrW__headerAvatar{border:1px solid var(--review-avatar-fallback-border);background-color:var(--review-user-icon-bg);border-radius:50%;flex-shrink:0;width:40px;height:40px;overflow:hidden}.ReviewScheduleList-module__NsgFrW__avatarImage{object-fit:cover;width:100%;height:100%}.ReviewScheduleList-module__NsgFrW__headerText{flex-direction:column;gap:2px;min-width:0;display:flex}.ReviewScheduleList-module__NsgFrW__headerBname{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:1.125rem;font-weight:900;overflow:hidden}.ReviewScheduleList-module__NsgFrW__headerSubtitle{color:var(--text-muted);font-size:.813rem;font-weight:600}.ReviewScheduleList-module__NsgFrW__monthNav{justify-content:center;align-items:center;gap:16px;margin-bottom:12px;display:flex}.ReviewScheduleList-module__NsgFrW__monthNavBtn{border:1px solid var(--review-chip-border);background:var(--card-bg);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:inline-flex}.ReviewScheduleList-module__NsgFrW__monthNavBtn:hover:not(:disabled){background:var(--surface-hover);color:var(--text-primary)}.ReviewScheduleList-module__NsgFrW__monthNavBtn:disabled{opacity:.35;cursor:not-allowed}.ReviewScheduleList-module__NsgFrW__monthLabel{text-align:center;min-width:132px;color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:800}.ReviewScheduleList-module__NsgFrW__helperText{color:var(--text-muted);text-align:center;margin:0 0 20px;font-size:.875rem;font-weight:500}.ReviewScheduleList-module__NsgFrW__loadingState,.ReviewScheduleList-module__NsgFrW__emptyState{border:2px dashed var(--review-empty-border);background:var(--card-bg);min-height:280px;color:var(--text-secondary);text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:32px 20px;display:flex}.ReviewScheduleList-module__NsgFrW__spinner{animation:1s linear infinite ReviewScheduleList-module__NsgFrW__spin}@keyframes ReviewScheduleList-module__NsgFrW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ReviewScheduleList-module__NsgFrW__emptyTitle{color:var(--text-primary);margin:0;font-size:1rem;font-weight:800}.ReviewScheduleList-module__NsgFrW__emptyDesc{color:var(--text-muted);margin:0;font-size:.875rem}.ReviewScheduleList-module__NsgFrW__listStack{flex-direction:column;gap:18px;display:flex}.ReviewScheduleList-module__NsgFrW__dateGroup{flex-direction:column;gap:8px;display:flex}.ReviewScheduleList-module__NsgFrW__dateHeader{color:var(--text-secondary);padding:0 4px;font-size:.813rem;font-weight:800}.ReviewScheduleList-module__NsgFrW__dateCard{background:var(--card-bg);border:1px solid var(--review-card-border);box-shadow:var(--review-sidebar-shadow);border-radius:20px;overflow:hidden}.ReviewScheduleList-module__NsgFrW__scheduleRow{border-bottom:1px solid var(--review-chip-border);align-items:center;gap:14px;min-width:0;padding:16px 18px;display:flex}.ReviewScheduleList-module__NsgFrW__scheduleRow:last-child{border-bottom:none}.ReviewScheduleList-module__NsgFrW__scheduleThumb{background:var(--review-target-broadcast-bg);border:1px solid var(--review-image-border);cursor:pointer;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;padding:0;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.ReviewScheduleList-module__NsgFrW__scheduleThumb:hover{border-color:var(--review-card-hover-border);transform:scale(1.03)}.ReviewScheduleList-module__NsgFrW__thumbImage{object-fit:cover;width:100%;height:100%;display:block}.ReviewScheduleList-module__NsgFrW__thumbFallback{color:var(--text-muted);font-size:1rem;font-weight:800}.ReviewScheduleList-module__NsgFrW__scheduleBody{flex:1;min-width:0}.ReviewScheduleList-module__NsgFrW__scheduleMeta{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;margin-bottom:4px;display:flex}.ReviewScheduleList-module__NsgFrW__actionColumn{flex-shrink:0;align-items:center;gap:8px;display:flex}.ReviewScheduleList-module__NsgFrW__detailBtn{border:1px solid var(--review-chip-border);background:var(--bg-color);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.ReviewScheduleList-module__NsgFrW__detailBtn:hover{background:var(--review-target-badge-bg);border-color:var(--review-card-hover-border);color:var(--review-target-badge-text)}.ReviewScheduleList-module__NsgFrW__scheduleBadge{color:var(--review-target-badge-text);background:var(--review-target-badge-bg);border-radius:6px;padding:2px 8px;font-size:.688rem;font-weight:800}.ReviewScheduleList-module__NsgFrW__scheduleDuration{color:var(--text-muted);align-items:center;gap:4px;font-size:.688rem;font-weight:600;display:inline-flex}.ReviewScheduleList-module__NsgFrW__scheduleTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:.938rem;font-weight:800;overflow:hidden}.ReviewScheduleList-module__NsgFrW__scheduleTime{color:var(--text-muted);margin:0;font-size:.75rem;font-weight:600}.ReviewScheduleList-module__NsgFrW__writeBtn{background:var(--review-write-btn-bg);color:var(--review-write-btn-text);border:1px solid var(--review-write-btn-border);box-shadow:var(--review-write-btn-shadow);white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;gap:6px;padding:10px 14px;font-size:.813rem;font-weight:800;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.ReviewScheduleList-module__NsgFrW__writeBtn:hover{background:var(--review-write-btn-hover-bg);border-color:var(--review-write-btn-hover-border);transform:translateY(-1px)}.ReviewScheduleList-module__NsgFrW__doneBadge{background:var(--archive-review-done-bg,var(--surface-hover));color:var(--archive-review-done-text,var(--text-muted));white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;gap:5px;padding:10px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.ReviewScheduleList-module__NsgFrW__followRequiredBadge{background:var(--surface-hover);color:var(--text-secondary);border:1px solid var(--border-color);white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;gap:5px;padding:10px 12px;font-size:.75rem;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.ReviewScheduleList-module__NsgFrW__followRequiredBadge:hover{background:var(--card-bg);color:var(--text-primary)}.ReviewScheduleList-module__NsgFrW__skeleton{background:linear-gradient(90deg, var(--surface-hover) 25%, var(--review-chip-border) 50%, var(--surface-hover) 75%);background-size:200% 100%;border-radius:10px;animation:1.2s ease-in-out infinite ReviewScheduleList-module__NsgFrW__shimmer}@keyframes ReviewScheduleList-module__NsgFrW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ReviewScheduleList-module__NsgFrW__skeletonBackBtn{flex-shrink:0;width:40px;height:40px}.ReviewScheduleList-module__NsgFrW__skeletonAvatar{border-radius:50%;flex-shrink:0;width:40px;height:40px}.ReviewScheduleList-module__NsgFrW__skeletonTitle{width:140px;height:18px;margin-bottom:6px}.ReviewScheduleList-module__NsgFrW__skeletonSubtitle{width:110px;height:14px}.ReviewScheduleList-module__NsgFrW__skeletonMonthNav{width:220px;height:36px;margin:0 auto 12px}.ReviewScheduleList-module__NsgFrW__skeletonHelper{width:min(100%,420px);height:14px;margin:0 auto 20px}@media (max-width:1024px){.ReviewScheduleList-module__NsgFrW__container{min-height:calc(100dvh - var(--mobile-top-chrome-height,56px));padding:0 16px 80px}.ReviewScheduleList-module__NsgFrW__pageHeader{padding:16px 0}.ReviewScheduleList-module__NsgFrW__scheduleRow{flex-wrap:wrap;align-items:flex-start;padding:14px}.ReviewScheduleList-module__NsgFrW__actionColumn{width:100%;margin-top:4px}.ReviewScheduleList-module__NsgFrW__writeBtn,.ReviewScheduleList-module__NsgFrW__doneBadge{flex:1;justify-content:center}}
