.ClientProfilePage-module__dUgKWa__container{width:100%;max-width:1200px;color:var(--text-primary);margin:0 auto;padding:2rem 2rem 5rem}.ClientProfilePage-module__dUgKWa__header{border-bottom:1px solid var(--border-color);margin-bottom:2.5rem;padding-bottom:1.5rem}.ClientProfilePage-module__dUgKWa__pageTitle{color:var(--text-primary);letter-spacing:-.5px;margin:0 0 .5rem;font-size:1.8rem;font-weight:800}.ClientProfilePage-module__dUgKWa__pageDesc{color:var(--text-secondary);margin:0;font-size:.95rem}.ClientProfilePage-module__dUgKWa__contentGrid{grid-template-columns:340px 1fr;align-items:start;gap:1.5rem;display:grid}@media (max-width:1024px){.ClientProfilePage-module__dUgKWa__contentGrid{grid-template-columns:1fr}}.ClientProfilePage-module__dUgKWa__leftColumn{flex-direction:column;gap:1.5rem;display:flex}.ClientProfilePage-module__dUgKWa__profileCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.ClientProfilePage-module__dUgKWa__profileHeaderBg{background:linear-gradient(135deg,#a855f7 0%,#7c3aed 100%);height:100px;position:relative}.ClientProfilePage-module__dUgKWa__profileContent{text-align:center;padding:0 1.5rem 1.5rem;position:relative}.ClientProfilePage-module__dUgKWa__logoWrapper{background:var(--card-bg);border-radius:50%;width:100px;height:100px;margin:-50px auto 1.5rem;padding:4px;position:relative;box-shadow:0 4px 10px #00000014}.ClientProfilePage-module__dUgKWa__logoImage{object-fit:cover;border:1px solid #f3f4f6;border-radius:50%;width:100%;height:100%}.ClientProfilePage-module__dUgKWa__logoPlaceholder{background:var(--bg-color);color:#cbd5e1;border:1px dashed #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ClientProfilePage-module__dUgKWa__imageUploadingOverlay{z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:4px}.ClientProfilePage-module__dUgKWa__btnImageEdit{background:var(--card-bg);border:1px solid var(--border-color);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;z-index:5;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 5px #0000001a}.ClientProfilePage-module__dUgKWa__btnImageEdit:hover:not(:disabled){color:#8b5cf6;background:#f9fafb;border-color:#d8b4fe}.ClientProfilePage-module__dUgKWa__btnImageEdit:disabled{cursor:not-allowed;opacity:.5}.ClientProfilePage-module__dUgKWa__majorBadge{color:#fff;background:#f59e0b;border:2px solid #fff;border-radius:12px;padding:2px 8px;font-size:.7rem;font-weight:700;position:absolute;top:0;right:-10px;box-shadow:0 2px 4px #0000001a}.ClientProfilePage-module__dUgKWa__clientName{color:var(--text-primary);letter-spacing:-.3px;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.ClientProfilePage-module__dUgKWa__clientId{color:var(--text-muted);margin-bottom:1.25rem;font-family:monospace;font-size:.85rem}.ClientProfilePage-module__dUgKWa__statusBadgeRow{justify-content:center;display:flex}.ClientProfilePage-module__dUgKWa__verifiedBadge{color:#059669;background:#ecfdf5;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-flex}.ClientProfilePage-module__dUgKWa__unverifiedBadge{color:#dc2626;background:#fef2f2;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-flex}.ClientProfilePage-module__dUgKWa__statsCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.ClientProfilePage-module__dUgKWa__statItem{align-items:center;gap:1rem;display:flex}.ClientProfilePage-module__dUgKWa__statIconBox{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ClientProfilePage-module__dUgKWa__statInfo{flex-direction:column;display:flex}.ClientProfilePage-module__dUgKWa__statLabel{color:var(--text-secondary);font-size:.85rem;font-weight:500}.ClientProfilePage-module__dUgKWa__statValue{color:var(--text-primary);font-size:1.15rem;font-weight:800}.ClientProfilePage-module__dUgKWa__divider{background:#f1f5f9;width:100%;height:1px}.ClientProfilePage-module__dUgKWa__rightColumn{flex-direction:column;gap:1.5rem;display:flex}.ClientProfilePage-module__dUgKWa__infoSection,.ClientProfilePage-module__dUgKWa__activitySection{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;box-shadow:0 2px 4px #00000003}.ClientProfilePage-module__dUgKWa__sectionHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.ClientProfilePage-module__dUgKWa__sectionHeader h3{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:700}.ClientProfilePage-module__dUgKWa__formGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:640px){.ClientProfilePage-module__dUgKWa__formGrid{grid-template-columns:1fr}}.ClientProfilePage-module__dUgKWa__formGroup{flex-direction:column;gap:.6rem;display:flex}.ClientProfilePage-module__dUgKWa__label{color:#475569;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.ClientProfilePage-module__dUgKWa__input{background-color:var(--bg-color);border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.ClientProfilePage-module__dUgKWa__input:focus{background-color:var(--card-bg);border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.ClientProfilePage-module__dUgKWa__readOnlyValue{background:var(--bg-color);color:var(--text-primary);border:1px solid #0000;border-radius:8px;padding:.75rem 1rem;font-size:.95rem}.ClientProfilePage-module__dUgKWa__textGray{color:var(--text-secondary)}.ClientProfilePage-module__dUgKWa__btnEdit{background:var(--card-bg);color:#475569;cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ClientProfilePage-module__dUgKWa__btnEdit:hover{background:var(--bg-color);border-color:#cbd5e1}.ClientProfilePage-module__dUgKWa__editActions{gap:.5rem;display:flex}.ClientProfilePage-module__dUgKWa__btnCancel{background:var(--card-bg);color:var(--text-secondary);cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .2s}.ClientProfilePage-module__dUgKWa__btnCancel:hover{background:#f1f5f9}.ClientProfilePage-module__dUgKWa__btnSave{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;transition:background .2s;display:flex}.ClientProfilePage-module__dUgKWa__btnSave:hover:not(:disabled){background:#7c3aed}.ClientProfilePage-module__dUgKWa__btnSave:disabled{cursor:not-allowed;background:#cbd5e1}.ClientProfilePage-module__dUgKWa__activitySection h3{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.15rem;font-weight:700}.ClientProfilePage-module__dUgKWa__activityGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:640px){.ClientProfilePage-module__dUgKWa__activityGrid{grid-template-columns:1fr}}.ClientProfilePage-module__dUgKWa__summaryBox{background:var(--bg-color);border:1px solid #f1f5f9;border-radius:12px;padding:1.25rem}.ClientProfilePage-module__dUgKWa__boxHeader{color:#334155;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:flex}.ClientProfilePage-module__dUgKWa__countBadge{color:#475569;background:#e2e8f0;border-radius:12px;padding:2px 10px;font-size:.75rem;font-weight:700}.ClientProfilePage-module__dUgKWa__simpleList{margin:0;padding:0;list-style:none}.ClientProfilePage-module__dUgKWa__simpleItem{color:#475569;border-bottom:1px dashed #e2e8f0;align-items:center;gap:.6rem;padding:.75rem 0;font-size:.9rem;font-weight:500;display:flex}.ClientProfilePage-module__dUgKWa__simpleItem:last-child{border-bottom:none;padding-bottom:0}.ClientProfilePage-module__dUgKWa__itemIcon{color:var(--text-muted)}.ClientProfilePage-module__dUgKWa__itemText{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.ClientProfilePage-module__dUgKWa__emptyItem{text-align:center;color:var(--text-muted);background:var(--card-bg);border:1px dashed #cbd5e1;border-radius:8px;padding:1.5rem 0;font-size:.85rem}.ClientProfilePage-module__dUgKWa__statusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ClientProfilePage-module__dUgKWa__loadingContainer{min-height:400px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;font-weight:500;display:flex}.ClientProfilePage-module__dUgKWa__spinner{color:#8b5cf6;margin-bottom:1rem;animation:1s linear infinite ClientProfilePage-module__dUgKWa__spin}.ClientProfilePage-module__dUgKWa__spin{animation:1s linear infinite ClientProfilePage-module__dUgKWa__spin}@keyframes ClientProfilePage-module__dUgKWa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes ImageCircleCropModal-module__yYKnnG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ImageCircleCropModal-module__yYKnnG__overlay{z-index:1000;box-sizing:border-box;background-color:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageCircleCropModal-module__yYKnnG__overlayMobile{padding:max(12px, env(safe-area-inset-top,0px)) max(12px, env(safe-area-inset-right,0px)) max(12px, env(safe-area-inset-bottom,0px)) max(12px, env(safe-area-inset-left,0px))}.ImageCircleCropModal-module__yYKnnG__card{box-sizing:border-box;background-color:var(--card-bg);color:var(--text-primary);flex-direction:column;display:flex;position:relative;box-shadow:0 22px 60px #0f172a59}.ImageCircleCropModal-module__yYKnnG__cardMobile{border-radius:20px;gap:14px;width:100%;max-width:100%;max-height:min(92dvh,92vh);padding:16px 16px 18px;overflow-y:auto}.ImageCircleCropModal-module__yYKnnG__cardDesktop{border-radius:24px;gap:18px;width:96vw;padding:22px 26px 18px}.ImageCircleCropModal-module__yYKnnG__cardDesktopBanner{max-width:900px}.ImageCircleCropModal-module__yYKnnG__cardDesktopProfile{max-width:720px}.ImageCircleCropModal-module__yYKnnG__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ImageCircleCropModal-module__yYKnnG__headerTitle{align-items:center;gap:8px;display:flex}.ImageCircleCropModal-module__yYKnnG__modalTitle{color:#020617;font-size:15px;font-weight:600}.ImageCircleCropModal-module__yYKnnG__closeBtn{color:var(--text-label);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:4px;display:flex}.ImageCircleCropModal-module__yYKnnG__closeBtnTouch{min-width:44px;min-height:44px;padding:10px}.ImageCircleCropModal-module__yYKnnG__bannerHint{color:var(--text-secondary);margin:-4px 0 0;font-size:12px;line-height:1.5}.ImageCircleCropModal-module__yYKnnG__bannerHintTouch{font-size:13px}.ImageCircleCropModal-module__yYKnnG__bannerHost{aspect-ratio:2;isolation:isolate;background-color:#0f172a0a;border-radius:16px;flex-shrink:0;width:100%;margin-top:18px;margin-bottom:18px;position:relative;overflow:hidden}.ImageCircleCropModal-module__yYKnnG__bannerHostTouch{margin-top:10px;margin-bottom:10px}.ImageCircleCropModal-module__yYKnnG__bannerHost .reactEasyCrop_CropArea{border:1px solid #ffffffa6!important;box-shadow:0 0 0 9999em #3341559e!important}.ImageCircleCropModal-module__yYKnnG__profileMobileOuter{justify-content:center;width:100%;display:flex}.ImageCircleCropModal-module__yYKnnG__profileMobileInner{width:var(--profile-crop-px,260px);height:var(--profile-crop-px,260px);background-color:var(--surface-hover);border-radius:20px;flex-shrink:0;position:relative;overflow:hidden}.ImageCircleCropModal-module__yYKnnG__profileMobileInner .reactEasyCrop_Container{width:100%;height:100%;overflow:hidden}.ImageCircleCropModal-module__yYKnnG__profileDesktopShell{width:100%;height:var(--profile-crop-px,320px);background-color:#d1d5db;border-radius:20px;position:relative;overflow:hidden}.ImageCircleCropModal-module__yYKnnG__profileDesktopInner{width:100%;min-width:650px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.ImageCircleCropModal-module__yYKnnG__profileDesktopInner .reactEasyCrop_Container{overflow:visible}.ImageCircleCropModal-module__yYKnnG__controls{flex-direction:column;gap:12px;display:flex}.ImageCircleCropModal-module__yYKnnG__zoomRow{justify-content:space-between;align-items:center;display:flex}.ImageCircleCropModal-module__yYKnnG__zoomLabel{color:var(--text-secondary);font-size:12px}.ImageCircleCropModal-module__yYKnnG__zoomLabelTouch{font-size:13px}.ImageCircleCropModal-module__yYKnnG__slider{appearance:none;background:linear-gradient(90deg,#4f46e5,#22d3ee);border-radius:999px;outline:none;width:100%;height:4px}.ImageCircleCropModal-module__yYKnnG__slider::-webkit-slider-runnable-track{background:linear-gradient(90deg,#4f46e5,#22d3ee);border-radius:999px;height:4px}.ImageCircleCropModal-module__yYKnnG__slider::-webkit-slider-thumb{appearance:none;background:var(--card-bg);border:3px solid #38bdf8;border-radius:999px;width:16px;height:16px;margin-top:-6px;box-shadow:0 0 0 3px #38bdf840}.ImageCircleCropModal-module__yYKnnG__slider::-moz-range-track{background:linear-gradient(90deg,#4f46e5,#22d3ee);border-radius:999px;height:4px}.ImageCircleCropModal-module__yYKnnG__slider::-moz-range-thumb{background:var(--card-bg);border:3px solid #38bdf8;border-radius:999px;width:16px;height:16px;box-shadow:0 0 0 3px #38bdf840}.ImageCircleCropModal-module__yYKnnG__sliderTouch{height:8px}.ImageCircleCropModal-module__yYKnnG__sliderTouch::-webkit-slider-thumb{width:24px;height:24px;margin-top:-8px}.ImageCircleCropModal-module__yYKnnG__sliderTouch::-moz-range-thumb{width:24px;height:24px}.ImageCircleCropModal-module__yYKnnG__actions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.ImageCircleCropModal-module__yYKnnG__actionsStacked{flex-flow:column;gap:10px}.ImageCircleCropModal-module__yYKnnG__actionBtn{-webkit-tap-highlight-color:transparent;border-radius:999px;justify-content:center;align-items:center;gap:6px;font-weight:500;display:flex}.ImageCircleCropModal-module__yYKnnG__actionBtnGrow{flex:1}.ImageCircleCropModal-module__yYKnnG__actionBtnFull{flex:none;width:100%}.ImageCircleCropModal-module__yYKnnG__actionBtnGhost{border:1px solid var(--border-color);background-color:var(--card-bg);color:var(--text-primary);cursor:pointer;padding:9px 0;font-size:13px}.ImageCircleCropModal-module__yYKnnG__actionBtnGhost:disabled{cursor:not-allowed}.ImageCircleCropModal-module__yYKnnG__actionBtnGhostTouch{min-height:44px;padding:10px 12px;font-size:14px}.ImageCircleCropModal-module__yYKnnG__actionBtnSecondary{background-color:var(--surface-hover);color:var(--text-primary);border:none;padding:9px 0;font-size:13px}.ImageCircleCropModal-module__yYKnnG__actionBtnSecondary:disabled{cursor:not-allowed}.ImageCircleCropModal-module__yYKnnG__actionBtnSecondary:not(:disabled){cursor:pointer}.ImageCircleCropModal-module__yYKnnG__actionBtnSecondaryTouch{min-height:44px;padding:10px 12px;font-size:14px}.ImageCircleCropModal-module__yYKnnG__actionBtnPrimary{color:#f9fafb;background-image:linear-gradient(90deg,#4f46e5,#22d3ee);border:none;padding:9px 0;font-size:13px;font-weight:600}.ImageCircleCropModal-module__yYKnnG__actionBtnPrimary:disabled{cursor:not-allowed;opacity:.8}.ImageCircleCropModal-module__yYKnnG__actionBtnPrimary:not(:disabled){cursor:pointer}.ImageCircleCropModal-module__yYKnnG__actionBtnPrimaryTouch{min-height:44px;padding:10px 12px;font-size:14px}.ImageCircleCropModal-module__yYKnnG__actionApplyWide{flex:2}.ImageCircleCropModal-module__yYKnnG__actionApplySplit{flex:1}.ImageCircleCropModal-module__yYKnnG__uploadOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ImageCircleCropModal-module__yYKnnG__uploadPanel{background-color:var(--card-bg);border-radius:20px;flex-direction:column;align-items:center;gap:10px;min-width:320px;max-width:420px;padding:30px 52px;font-weight:600;display:flex;box-shadow:0 10px 25px #0003}.ImageCircleCropModal-module__yYKnnG__uploadSpinner{border:2px solid #e5e7eb;border-top-color:#38bdf8;border-radius:999px;width:34px;height:34px;animation:.8s linear infinite ImageCircleCropModal-module__yYKnnG__spin}.ImageCircleCropModal-module__yYKnnG__uploadMessage{color:var(--text-primary);margin-top:8px;font-size:16px}
.StageGovernanceMobile-module__RGS8fa__wrapper{width:100%;min-width:0;max-width:680px;padding:0 max(16px, env(safe-area-inset-left)) calc(var(--mobile-nav-offset,54px) + 28px) max(16px, env(safe-area-inset-right));box-sizing:border-box;align-self:flex-start;margin:0 auto}.StageGovernanceMobile-module__RGS8fa__headerRow{align-items:center;gap:8px;padding:8px 0 14px;display:flex}.StageGovernanceMobile-module__RGS8fa__backBtn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.StageGovernanceMobile-module__RGS8fa__backBtn:hover{background:var(--surface-muted)}.StageGovernanceMobile-module__RGS8fa__titleGroup{flex:1;min-width:0}.StageGovernanceMobile-module__RGS8fa__pageTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:20px;font-weight:800}.StageGovernanceMobile-module__RGS8fa__stageBadge{background:var(--surface-muted);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;max-width:100%;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block;overflow:hidden}.StageGovernanceMobile-module__RGS8fa__hubIntro{color:var(--text-secondary);align-items:center;gap:6px;margin:0 0 12px;font-size:13px;font-weight:600;line-height:1.2;display:flex}.StageGovernanceMobile-module__RGS8fa__hubIntroIcon{flex-shrink:0;display:block}.StageGovernanceMobile-module__RGS8fa__menuSection{margin-bottom:20px}.StageGovernanceMobile-module__RGS8fa__menuSection:last-child{margin-bottom:0}.StageGovernanceMobile-module__RGS8fa__menuList{border:1px solid var(--border-color);background:var(--card-bg);border-radius:16px;flex-direction:column;gap:0;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0d}.StageGovernanceMobile-module__RGS8fa__menuItem{border:none;border-bottom:1px solid var(--community-stage-admin-divider);background:var(--card-bg);text-align:left;width:100%;color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:16px 14px;text-decoration:none;display:flex}.StageGovernanceMobile-module__RGS8fa__menuItem:last-child{border-bottom:none}.StageGovernanceMobile-module__RGS8fa__menuItem:active{background:var(--community-stage-admin-surface-subtle)}.StageGovernanceMobile-module__RGS8fa__menuLeft{align-items:center;gap:10px;min-width:0;display:flex}.StageGovernanceMobile-module__RGS8fa__menuIcon{color:var(--text-secondary);flex-shrink:0}.StageGovernanceMobile-module__RGS8fa__menuLabel{font-size:15px;font-weight:700}.StageGovernanceMobile-module__RGS8fa__menuRight{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.StageGovernanceMobile-module__RGS8fa__badge{background:var(--community-stage-admin-badge-alert-bg);min-width:20px;height:20px;color:var(--community-stage-admin-badge-alert-text);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.StageGovernanceMobile-module__RGS8fa__chevron{color:var(--text-muted)}
.BanDatePickerModal-module__MnBb6q__backdrop{z-index:3100;background:var(--community-modal-overlay);justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.BanDatePickerModal-module__MnBb6q__modal{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;width:min(360px,100%);padding:16px;box-shadow:0 16px 40px #0003}.BanDatePickerModal-module__MnBb6q__header{color:var(--text-primary);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:18px;display:flex}.BanDatePickerModal-module__MnBb6q__navButton{border:1px solid var(--community-stage-admin-border-strong);width:32px;height:32px;color:var(--text-secondary);background:var(--card-bg);border-radius:8px;font-weight:700}.BanDatePickerModal-module__MnBb6q__grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.BanDatePickerModal-module__MnBb6q__weekday{text-align:center;color:var(--text-secondary);padding:6px 0;font-size:12px;font-weight:700}.BanDatePickerModal-module__MnBb6q__sun{color:var(--community-stage-admin-danger-permanent)}.BanDatePickerModal-module__MnBb6q__sat{color:var(--community-stage-admin-link)}.BanDatePickerModal-module__MnBb6q__empty{height:38px}.BanDatePickerModal-module__MnBb6q__dateButton{background:var(--card-bg);height:38px;color:var(--text-primary);border:none;border-radius:10px;font-size:15px;font-weight:600}.BanDatePickerModal-module__MnBb6q__dateButton:hover{background:var(--surface-muted)}.BanDatePickerModal-module__MnBb6q__disabled{color:var(--text-muted);background:var(--bg-color);cursor:not-allowed}.BanDatePickerModal-module__MnBb6q__disabled:hover{background:var(--bg-color)}.BanDatePickerModal-module__MnBb6q__today{box-shadow:inset 0 0 0 1px var(--community-stage-admin-search-submit-disabled-bg)}.BanDatePickerModal-module__MnBb6q__selected{background:var(--accent);color:var(--text-on-accent);font-weight:800}.BanDatePickerModal-module__MnBb6q__selected:hover{background:var(--accent-hover)}.BanDatePickerModal-module__MnBb6q__closeButton{background:var(--surface-muted);width:100%;height:42px;color:var(--text-secondary);border:none;border-radius:10px;margin-top:14px;font-size:15px;font-weight:700}
.Toast-module__w0gpSq__toast-container{z-index:30000;pointer-events:none;flex-direction:column;align-items:center;gap:12px;width:100%;padding:0 16px;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}@media (max-width:1023px){.Toast-module__w0gpSq__toast-container{bottom:calc(var(--mobile-nav-content-height,54px) + env(safe-area-inset-bottom,0px) + 12px)}}.Toast-module__w0gpSq__toast-message{background-color:var(--text-secondary);color:#fff;pointer-events:auto;word-break:keep-all;white-space:normal;transform-origin:bottom;will-change:transform, opacity;border-radius:9999px;align-items:center;gap:8px;width:max-content;max-width:400px;padding:14px 24px;font-size:14px;font-weight:700;display:flex;box-shadow:0 4px 15px #00000026}.Toast-module__w0gpSq__toast-text{text-align:center;white-space:pre-line;word-break:keep-all;overflow-wrap:anywhere;line-height:1.4}.Toast-module__w0gpSq__theme-default{background-color:var(--text-secondary)}.Toast-module__w0gpSq__theme-success{background-color:#10b981}.Toast-module__w0gpSq__theme-error{background-color:#ef4444}.Toast-module__w0gpSq__toast-enter{animation:.36s cubic-bezier(.16,1,.3,1) forwards Toast-module__w0gpSq__toastSlideUp}.Toast-module__w0gpSq__toast-exit{pointer-events:none;animation:.32s cubic-bezier(.4,0,1,1) forwards Toast-module__w0gpSq__toastFadeDown}@keyframes Toast-module__w0gpSq__toastSlideUp{0%{opacity:0;transform:translateY(calc(100% + 12px))scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Toast-module__w0gpSq__toastFadeDown{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(14px)scale(.94)}}
.DeletePostModal-module__vWIkdq__overlay{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.DeletePostModal-module__vWIkdq__modal{background:var(--card-bg);border-radius:16px;width:min(92vw,420px);padding:20px;box-shadow:0 20px 45px #0f172a33}.DeletePostModal-module__vWIkdq__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.DeletePostModal-module__vWIkdq__title{color:var(--text-primary);align-items:center;gap:8px;margin:0;font-size:18px;font-weight:800;display:flex}.DeletePostModal-module__vWIkdq__warnIcon{color:#ef4444}.DeletePostModal-module__vWIkdq__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:0}.DeletePostModal-module__vWIkdq__description{color:var(--text-secondary);margin:0 0 14px;font-size:14px}.DeletePostModal-module__vWIkdq__errorText{color:#dc2626;margin:0 0 14px;font-size:13px;font-weight:700}.DeletePostModal-module__vWIkdq__actionRow{justify-content:flex-end;gap:10px;display:flex}.DeletePostModal-module__vWIkdq__cancelBtn,.DeletePostModal-module__vWIkdq__deleteBtn{cursor:pointer;border:1px solid #d1d5db;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:700}.DeletePostModal-module__vWIkdq__cancelBtn{background:var(--card-bg);color:var(--text-secondary)}.DeletePostModal-module__vWIkdq__deleteBtn{color:#fff;background:#ef4444;border-color:#ef4444;align-items:center;gap:6px;display:inline-flex}.DeletePostModal-module__vWIkdq__spin{animation:.8s linear infinite DeletePostModal-module__vWIkdq__spin}@keyframes DeletePostModal-module__vWIkdq__spin{to{transform:rotate(360deg)}}
.HiddenPostOverlay-module__zqFTKW__container{background-color:var(--surface-hover);text-align:center;border:1px dashed #d1d5db;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;margin:16px 0;padding:48px 20px;transition:all .3s;display:flex}.HiddenPostOverlay-module__zqFTKW__icon-box{color:var(--text-label);justify-content:center;margin-bottom:4px;display:flex}.HiddenPostOverlay-module__zqFTKW__text{color:var(--text-secondary);margin:0;font-size:15px;font-weight:700}.HiddenPostOverlay-module__zqFTKW__undo-btn{color:#3b82f6;cursor:pointer;background-color:#0000;border:none;border-radius:9999px;margin-top:4px;padding:8px 16px;font-size:14px;font-weight:800;transition:background-color .2s,color .2s}.HiddenPostOverlay-module__zqFTKW__undo-btn:hover{background-color:var(--surface-active);color:#2563eb}
.NoticeModal-module__lajIja__overlay{z-index:999999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.NoticeModal-module__lajIja__modal{background:var(--card-bg);border-radius:14px;width:min(92vw,420px);padding:18px;box-shadow:0 18px 36px #0206173d}.NoticeModal-module__lajIja__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.NoticeModal-module__lajIja__title{color:var(--text-primary);align-items:center;gap:8px;margin:0;font-size:17px;font-weight:800;display:inline-flex}.NoticeModal-module__lajIja__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:0}.NoticeModal-module__lajIja__message{color:var(--text-secondary);white-space:pre-line;margin:0 0 14px;font-size:14px;line-height:1.5}.NoticeModal-module__lajIja__banMeta{background:var(--bg-color);border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:10px;margin:0 0 14px;padding:12px;display:flex}.NoticeModal-module__lajIja__banRow{grid-template-columns:4.5rem 1fr;align-items:start;gap:8px 10px;font-size:13px;line-height:1.45;display:grid}.NoticeModal-module__lajIja__banLabel{color:var(--text-secondary);font-weight:700}.NoticeModal-module__lajIja__banValue{color:#1e293b;word-break:break-word}.NoticeModal-module__lajIja__confirmBtn{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:10px;width:100%;padding:11px 12px;font-size:14px;font-weight:700}
.PollWidget-module__COWwkW__poll-container{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;margin:24px 0;padding:24px;box-shadow:0 1px 2px #00000008}.PollWidget-module__COWwkW__poll-header{margin-bottom:20px}.PollWidget-module__COWwkW__poll-title-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px;display:flex}.PollWidget-module__COWwkW__poll-title-row-actions-only{justify-content:flex-end}.PollWidget-module__COWwkW__poll-actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;display:flex}.PollWidget-module__COWwkW__poll-title{color:var(--text-primary);margin-bottom:6px;font-size:18px;font-weight:800}.PollWidget-module__COWwkW__poll-meta{color:var(--text-secondary);font-size:13px;font-weight:600}.PollWidget-module__COWwkW__end-poll-btn{border:1px solid var(--community-stage-admin-danger-outline-border);background:var(--community-stage-admin-danger-outline-bg);color:var(--community-stage-admin-danger-outline-text);cursor:pointer;border-radius:9999px;padding:6px 10px;font-size:12px;font-weight:800;transition:background-color .15s,border-color .15s}.PollWidget-module__COWwkW__end-poll-btn:hover:not(:disabled){background:var(--community-stage-admin-danger-outline-hover-bg);border-color:var(--community-stage-admin-danger-outline-hover-border)}.PollWidget-module__COWwkW__end-poll-btn:disabled{opacity:.6;cursor:not-allowed}.PollWidget-module__COWwkW__change-mode-btn{background:var(--card-bg);color:var(--text-secondary);cursor:pointer;border:1px solid #d1d5db;border-radius:9999px;padding:6px 10px;font-size:12px;font-weight:700}.PollWidget-module__COWwkW__change-mode-btn-active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.PollWidget-module__COWwkW__poll-pick-hint{color:var(--text-secondary);margin:6px 0 0;font-size:12px;font-weight:600}.PollWidget-module__COWwkW__poll-submit-row{justify-content:flex-end;margin-top:16px;display:flex}.PollWidget-module__COWwkW__poll-submit-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:9999px;padding:10px 20px;font-size:14px;font-weight:800;box-shadow:0 2px 8px #2563eb59}.PollWidget-module__COWwkW__poll-submit-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.PollWidget-module__COWwkW__poll-lock-hint{color:var(--text-secondary);margin:6px 0 0;font-size:12px;font-weight:700}.PollWidget-module__COWwkW__poll-change-mode-hint{color:#1d4ed8;margin:6px 0 0;font-size:12px;font-weight:800}.PollWidget-module__COWwkW__poll-options-list{flex-direction:column;gap:12px;display:flex}.PollWidget-module__COWwkW__poll-option{background-color:var(--surface-hover);border:1px solid var(--border-color);cursor:pointer;text-align:left;border-radius:12px;justify-content:space-between;align-items:stretch;width:100%;padding:14px 16px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.PollWidget-module__COWwkW__poll-option:hover:not(.PollWidget-module__COWwkW__poll-option-disabled){border-color:#10b981}.PollWidget-module__COWwkW__poll-option-selected{background-color:var(--card-bg);border-color:#10b981}.PollWidget-module__COWwkW__poll-option-disabled{cursor:default;opacity:.8}.PollWidget-module__COWwkW__poll-option-change-mode{border-color:#93c5fd;box-shadow:inset 0 0 0 1px #bfdbfe}.PollWidget-module__COWwkW__poll-progress-bar{z-index:0;border-radius:12px;height:100%;position:absolute;top:0;left:0}.PollWidget-module__COWwkW__poll-progress-active{background-color:#d1fae5}.PollWidget-module__COWwkW__poll-progress-default{background-color:var(--surface-muted)}.PollWidget-module__COWwkW__poll-content-row{z-index:1;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;min-width:0;display:flex;position:relative}.PollWidget-module__COWwkW__poll-text-group{flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex}.PollWidget-module__COWwkW__poll-option-text{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font-size:15px;font-weight:700;line-height:1.45}.PollWidget-module__COWwkW__poll-percentage{color:var(--text-primary);flex-shrink:0;padding-top:1px;font-size:14px;font-weight:800;line-height:1.45}
.PostListArea-module__XcAGPq__postListArea{background-color:var(--card-bg);flex-direction:column;display:flex}.PostListArea-module__XcAGPq__postListAreaInfinite{flex:1;min-height:0}.PostListArea-module__XcAGPq__postListAreaFill,.PostListArea-module__XcAGPq__postListAreaFill .PostListArea-module__XcAGPq__feedContainer,.PostListArea-module__XcAGPq__postListAreaFill .PostListArea-module__XcAGPq__listContainer{flex:auto;min-height:0}.PostListArea-module__XcAGPq__postListAreaFill .PostListArea-module__XcAGPq__infiniteLoader{margin-top:auto}.PostListArea-module__XcAGPq__listControlWrap{background-color:var(--card-bg);border-bottom:1px solid var(--community-border-subtle)}.PostListArea-module__XcAGPq__listControlBar{--toolbar-trailing-inset:16px;--filter-trailing-gap:84px;--toolbar-trailing-fade:20px;min-height:44px;padding:12px var(--toolbar-trailing-inset);background-color:var(--card-bg);border-bottom:none;align-items:stretch;display:flex;position:relative}.PostListArea-module__XcAGPq__listControlBarSearchOnly{justify-content:flex-end}.PostListArea-module__XcAGPq__toolbarTrailing{top:0;right:var(--toolbar-trailing-inset);z-index:2;padding-left:var(--toolbar-trailing-fade);background:var(--community-toolbar-fade);pointer-events:none;flex-shrink:0;align-items:center;gap:6px;display:flex;position:absolute;bottom:0}.PostListArea-module__XcAGPq__toolbarTrailing>*{pointer-events:auto}.PostListArea-module__XcAGPq__mobileSearchPanel{padding:0 16px 10px}.PostListArea-module__XcAGPq__filterGroup{scrollbar-width:none;min-width:0;padding-right:var(--filter-trailing-gap);flex:1;align-items:center;gap:4px;margin-right:-4px;display:flex;overflow-x:auto}.PostListArea-module__XcAGPq__filterGroup::-webkit-scrollbar{display:none}.PostListArea-module__XcAGPq__feedSectionLabel{color:var(--text-primary);white-space:nowrap;flex-shrink:0;align-items:center;padding:6px 2px 6px 0;font-size:14px;font-weight:800;display:inline-flex}.PostListArea-module__XcAGPq__feedSectionLabel:after{content:"";background-color:var(--community-divider);width:1px;height:14px;margin-left:8px}.PostListArea-module__XcAGPq__searchToggleBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background-color:#0000;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:color .15s,background-color .15s;display:flex}.PostListArea-module__XcAGPq__searchToggleBtn:hover{color:var(--community-icon-hover-text);background-color:var(--community-icon-hover-bg)}.PostListArea-module__XcAGPq__searchToggleActive{color:var(--community-search-active-text);background-color:var(--community-search-active-bg)}.PostListArea-module__XcAGPq__filterBtn{color:var(--text-secondary);cursor:pointer;background-color:#0000;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;min-width:0;max-width:100%;padding:6px 12px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.PostListArea-module__XcAGPq__hotSortLabel{flex:0 auto;min-width:0;max-width:100%}.PostListArea-module__XcAGPq__filterBtn:hover,.PostListArea-module__XcAGPq__filterActive{background-color:var(--community-chip-active-bg);color:var(--community-chip-active-text)}.PostListArea-module__XcAGPq__filterFlameActive{color:var(--community-filter-flame-active);flex-shrink:0}.PostListArea-module__XcAGPq__viewToggleBox{background-color:var(--community-toggle-track);border-radius:8px;padding:2px;display:flex}@media (max-width:767px){.PostListArea-module__XcAGPq__filterBtn svg{flex-shrink:0}.PostListArea-module__XcAGPq__filterBtnHot{flex:0 auto;min-width:0;max-width:calc(100% - 6rem);overflow:hidden}.PostListArea-module__XcAGPq__filterBtnFixed{white-space:nowrap;flex:none}.PostListArea-module__XcAGPq__filterBtnFixedLabel{white-space:nowrap}.PostListArea-module__XcAGPq__viewToggleBox{flex-shrink:0}}.PostListArea-module__XcAGPq__viewBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px 12px;transition:all .2s;display:flex}.PostListArea-module__XcAGPq__viewBtn:hover{color:var(--community-icon-hover-text)}.PostListArea-module__XcAGPq__viewActive{background-color:var(--card-bg);color:var(--text-primary);box-shadow:0 1px 3px #0000001f}.PostListArea-module__XcAGPq__listContainer,.PostListArea-module__XcAGPq__feedContainer{flex-direction:column;display:flex}.PostListArea-module__XcAGPq__postListScrollInfinite{flex:1}.PostListArea-module__XcAGPq__pinnedSection{border-bottom:1px solid var(--community-border-subtle);background-color:var(--community-stage-detail-pinned-section-bg);flex-direction:column;display:flex}.PostListArea-module__XcAGPq__pinnedRow{border-bottom:1px solid var(--community-stage-detail-pinned-row-border);cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 16px;text-decoration:none;transition:background-color .2s;display:grid}.PostListArea-module__XcAGPq__pinnedRow:last-child{border-bottom:none}.PostListArea-module__XcAGPq__pinnedRow:hover{background-color:var(--community-stage-detail-pinned-row-hover-bg)}.PostListArea-module__XcAGPq__pinnedBadge{color:var(--community-notice-badge-text);background-color:var(--community-notice-badge-bg);border:1px solid var(--community-notice-badge-border);border-radius:6px;padding:2px 6px;font-size:11px;font-weight:800;line-height:1.2}.PostListArea-module__XcAGPq__pinnedTitle{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.PostListArea-module__XcAGPq__pinnedMeta{color:var(--text-secondary);white-space:nowrap;font-size:12px;font-weight:600}.PostListArea-module__XcAGPq__fullPageLoader{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.PostListArea-module__XcAGPq__spinnerRing{border:3px solid var(--community-stage-detail-loader-track);border-top-color:var(--community-stage-detail-loader-accent);border-radius:50%;flex-shrink:0;width:44px;height:44px;animation:.7s linear infinite PostListArea-module__XcAGPq__postListSpin}.PostListArea-module__XcAGPq__spinnerRingSmall{border:2px solid var(--community-stage-detail-loader-track);border-top-color:var(--community-stage-detail-loader-accent);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite PostListArea-module__XcAGPq__postListSpin}@keyframes PostListArea-module__XcAGPq__postListSpin{to{transform:rotate(360deg)}}.PostListArea-module__XcAGPq__infiniteLoader{justify-content:center;align-items:center;width:100%;min-height:0;padding:16px 0 8px;display:flex}@media (min-width:1024px){.PostListArea-module__XcAGPq__listControlWrap{border-radius:12px 12px 0 0}.PostListArea-module__XcAGPq__listControlBar{--toolbar-trailing-inset:20px;--filter-trailing-gap:96px;--toolbar-trailing-fade:28px;padding:16px var(--toolbar-trailing-inset)}.PostListArea-module__XcAGPq__mobileSearchPanel{padding:0 20px 12px}.PostListArea-module__XcAGPq__filterBtn{padding:8px 16px;font-size:14px}}
.ReportDeletedPostNotice-module__3PwuSW__root{text-align:center;background:linear-gradient(#fff5f5 0%,#fef2f2 100%);border:1px dashed #fecaca;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.ReportDeletedPostNotice-module__3PwuSW__detail{margin:8px 0 20px;padding:40px 24px}.ReportDeletedPostNotice-module__3PwuSW__compact{margin:8px 0 12px;padding:28px 16px}.ReportDeletedPostNotice-module__3PwuSW__iconWrap{color:#ef4444;justify-content:center;align-items:center;display:flex}.ReportDeletedPostNotice-module__3PwuSW__title{color:#991b1b;letter-spacing:-.02em;margin:0;font-size:16px;font-weight:800}.ReportDeletedPostNotice-module__3PwuSW__detail .ReportDeletedPostNotice-module__3PwuSW__title{font-size:18px}.ReportDeletedPostNotice-module__3PwuSW__sub{color:#b91c1c;margin:0;font-size:13px;font-weight:600;line-height:1.45}.ReportDeletedPostNotice-module__3PwuSW__compact .ReportDeletedPostNotice-module__3PwuSW__sub{font-size:12px}
.RightSidebar-module__iobqJq__sidebarWrapper{flex-shrink:0;width:310px;min-width:0;max-width:100%;display:none}@media (min-width:1280px){.RightSidebar-module__iobqJq__sidebarWrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;align-self:flex-start;gap:16px;height:fit-content;max-height:calc(100dvh - 112px);display:flex;position:sticky;top:0;overflow:hidden auto}.RightSidebar-module__iobqJq__sidebarWrapper::-webkit-scrollbar{display:none}.RightSidebar-module__iobqJq__sidebarWrapperPageScroll{scrollbar-width:auto;-ms-overflow-style:auto;max-height:none;top:16px;overflow:visible}.RightSidebar-module__iobqJq__sidebarWrapperPageScroll::-webkit-scrollbar{display:none}}.RightSidebar-module__iobqJq__widgetBox{background-color:var(--card-bg);border:1px solid var(--community-border-subtle);box-shadow:var(--community-widget-shadow);box-sizing:border-box;border-radius:16px;min-width:0;max-width:100%;padding:20px;overflow:clip visible}.RightSidebar-module__iobqJq__profileSlotContent{min-width:0;max-width:100%;overflow:clip visible}.RightSidebar-module__iobqJq__widgetTitle{color:var(--community-widget-title);margin-bottom:12px;font-size:14px;font-weight:800}.RightSidebar-module__iobqJq__myProfileCard{flex-direction:column;gap:12px;min-width:0;max-width:100%;display:flex}.RightSidebar-module__iobqJq__myProfileRow{align-items:flex-start;gap:10px;min-width:0;max-width:100%;display:flex}.RightSidebar-module__iobqJq__myProfileAvatar{background:var(--community-surface-subtle);border:1px solid var(--community-sidebar-profile-avatar-border);width:44px;height:44px;color:var(--community-sidebar-profile-avatar-fallback-text);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex;overflow:hidden}.RightSidebar-module__iobqJq__myProfileAvatar img{object-fit:cover;width:100%;height:100%;display:block}.RightSidebar-module__iobqJq__myProfileText{flex:1;min-width:0;max-width:100%}.RightSidebar-module__iobqJq__myProfileLabel{color:var(--text-secondary);margin:0;font-size:12px;font-weight:600}.RightSidebar-module__iobqJq__myProfileNameRow{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;max-width:100%;margin-top:2px;display:flex}.RightSidebar-module__iobqJq__myProfileName{color:var(--text-primary);white-space:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%;margin:0;font-size:14px;font-weight:800;line-height:1.4;display:block}.RightSidebar-module__iobqJq__myProfileStreamerBadge{background:var(--community-sidebar-streamer-badge-bg);border:1px solid var(--community-sidebar-streamer-badge-border);height:18px;color:var(--community-sidebar-streamer-badge-text);letter-spacing:-.02em;border-radius:999px;flex-shrink:0;align-items:center;padding:0 7px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.RightSidebar-module__iobqJq__myProfileStats{color:var(--text-secondary);margin:4px 0 0;font-size:13px;font-weight:600;line-height:1.4}.RightSidebar-module__iobqJq__myProfileLink{background:var(--community-sidebar-profile-link-bg);border:1px solid var(--community-sidebar-profile-link-border);width:100%;height:36px;color:var(--community-sidebar-profile-link-text);border-radius:10px;justify-content:center;align-items:center;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.RightSidebar-module__iobqJq__myProfileLink:hover{background:var(--community-sidebar-profile-link-hover-bg);border-color:var(--community-sidebar-profile-link-hover-border);color:var(--community-sidebar-profile-link-hover-text)}.RightSidebar-module__iobqJq__globalBanner{background:var(--community-sidebar-banner-bg);color:var(--text-primary);text-align:center;border:1px solid var(--community-sidebar-banner-border);box-shadow:var(--community-sidebar-banner-shadow);padding:18px 18px 16px}.RightSidebar-module__iobqJq__globalBannerLogoWrap{justify-content:center;align-items:center;margin-bottom:8px;display:flex}.RightSidebar-module__iobqJq__globalBannerLogo{width:min(148px,68%);height:auto;filter:var(--community-sidebar-banner-logo-filter);display:block}.RightSidebar-module__iobqJq__globalBanner h3{letter-spacing:.8px;color:var(--community-sidebar-banner-title);margin-bottom:4px;font-size:20px;font-weight:900}.RightSidebar-module__iobqJq__globalBanner p{color:var(--text-secondary);font-size:12px;font-weight:700}.RightSidebar-module__iobqJq__actionBtn{background-color:var(--community-sidebar-action-bg);width:100%;color:var(--community-sidebar-action-text);cursor:pointer;box-shadow:var(--community-sidebar-action-shadow);box-sizing:border-box;border:none;border-radius:8px;justify-content:flex-start;align-items:center;gap:8px;padding:14px 12px;font-size:15px;font-weight:700;transition:all .2s;display:flex}.RightSidebar-module__iobqJq__actionBtnIcon{flex:0 0 24px;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;display:inline-flex}.RightSidebar-module__iobqJq__actionBtnIcon svg{flex-shrink:0;width:18px;height:18px}.RightSidebar-module__iobqJq__actionBtnLabel{text-align:center;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;flex:auto;min-width:0;line-height:1.35}.RightSidebar-module__iobqJq__actionBtnLabelStage{flex-direction:column;align-items:center;gap:1px;display:flex}.RightSidebar-module__iobqJq__actionBtnLabelTop{width:100%;font-size:var(--stage-write-top-font-size,15px);vertical-align:top;line-height:1.2;display:inline-block}.RightSidebar-module__iobqJq__actionBtnLabelBottom{font-weight:800;display:block}.RightSidebar-module__iobqJq__actionBtn:hover{background-color:var(--community-sidebar-action-hover-bg);box-shadow:var(--community-sidebar-action-hover-shadow)}.RightSidebar-module__iobqJq__actionBtn:active{box-shadow:var(--community-sidebar-action-shadow)}a.RightSidebar-module__iobqJq__actionBtn,a.RightSidebar-module__iobqJq__actionBtn:visited{color:var(--community-sidebar-action-text);cursor:pointer;text-decoration:none}.RightSidebar-module__iobqJq__rulesListScroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;max-height:min(22vh,148px);margin-top:6px;padding-right:4px;overflow:hidden auto}.RightSidebar-module__iobqJq__rulesListScroll::-webkit-scrollbar{display:none}.RightSidebar-module__iobqJq__rulesList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.RightSidebar-module__iobqJq__rulesList li{color:var(--text-secondary);align-items:flex-start;gap:6px;min-width:0;font-size:12px;line-height:1.35;display:flex}.RightSidebar-module__iobqJq__ruleNum{color:var(--community-sidebar-rule-num);font-weight:700}.RightSidebar-module__iobqJq__rulesHeaderRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.RightSidebar-module__iobqJq__rulesHeaderRow .RightSidebar-module__iobqJq__widgetTitle{margin-bottom:0}.RightSidebar-module__iobqJq__ruleText{overflow-wrap:anywhere;word-break:break-word;flex:1;min-width:0}.RightSidebar-module__iobqJq__ruleMoreBtn{border:1px solid var(--community-sidebar-rule-more-border);width:20px;height:20px;color:var(--text-secondary);background:var(--card-bg);cursor:pointer;border-radius:999px;font-size:12px;font-weight:700;line-height:1}.RightSidebar-module__iobqJq__ruleMoreBtn:hover{background:var(--bg-color);color:var(--text-primary)}.RightSidebar-module__iobqJq__ruleModalOverlay{background:var(--community-sidebar-modal-overlay);z-index:1200;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.RightSidebar-module__iobqJq__ruleModal{background:var(--card-bg);border:1px solid var(--community-sidebar-modal-border);border-radius:12px;width:min(520px,100%);max-width:100%;padding:16px;overflow-x:hidden;box-shadow:0 20px 36px #02061747}.RightSidebar-module__iobqJq__ruleModalHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.RightSidebar-module__iobqJq__ruleModalHeader h5{color:var(--text-primary);margin:0;font-size:16px;font-weight:800}.RightSidebar-module__iobqJq__ruleModalCloseBtn{border:1px solid var(--community-sidebar-modal-close-border);background:var(--community-sidebar-modal-close-bg);color:var(--community-sidebar-modal-close-text);cursor:pointer;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:700}.RightSidebar-module__iobqJq__ruleModalCloseBtn:hover{background:var(--community-sidebar-modal-close-hover-bg);color:var(--text-primary)}.RightSidebar-module__iobqJq__ruleModalBodyScroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;max-height:min(70vh,520px);padding-right:6px;overflow:hidden auto}.RightSidebar-module__iobqJq__ruleModalBodyScroll::-webkit-scrollbar{display:none}.RightSidebar-module__iobqJq__ruleModalBody{color:var(--community-sidebar-modal-body-text);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:14px;line-height:1.6}.RightSidebar-module__iobqJq__ruleModalList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.RightSidebar-module__iobqJq__ruleModalItem{border:1px solid var(--community-sidebar-modal-item-border);background:var(--bg-color);overflow-wrap:anywhere;word-break:break-word;border-radius:10px;min-width:0;padding:10px 12px}.RightSidebar-module__iobqJq__ruleModalItemTitle{color:var(--text-primary);overflow-wrap:anywhere;word-break:break-word;margin:0 0 6px;font-size:14px;font-weight:800}
.NotFoundScreen-module__Y0Hlha__wrapper{box-sizing:border-box;background-color:var(--bg-color);justify-content:center;align-items:center;width:100%;min-height:calc(100dvh - 56px);padding:56px 24px 72px;display:flex}.NotFoundScreen-module__Y0Hlha__panel{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:420px;display:flex}.NotFoundScreen-module__Y0Hlha__iconWrap{margin-bottom:4px;padding:12px 16px 16px;position:relative}.NotFoundScreen-module__Y0Hlha__icon{color:#2563eb;background:linear-gradient(145deg,#dbeafe 0%,#eff6ff 45%,#f0f9ff 100%);border:1px solid #93c5fd80;border-radius:22px;justify-content:center;align-items:center;width:76px;height:76px;display:flex;box-shadow:0 8px 20px #2563eb1f,0 2px 6px #0f172a0f,inset 0 1px #ffffffe6}.NotFoundScreen-module__Y0Hlha__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800}.NotFoundScreen-module__Y0Hlha__description{color:var(--text-secondary);margin:0;font-size:15px;line-height:1.6}.NotFoundScreen-module__Y0Hlha__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;padding:8px 0 0;display:flex}.NotFoundScreen-module__Y0Hlha__primaryBtn,.NotFoundScreen-module__Y0Hlha__secondaryBtn,.NotFoundScreen-module__Y0Hlha__backBtn{border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.NotFoundScreen-module__Y0Hlha__primaryBtn{color:#fff;background-color:#3b82f6}.NotFoundScreen-module__Y0Hlha__primaryBtn:hover{background-color:var(--accent)}.NotFoundScreen-module__Y0Hlha__secondaryBtn,.NotFoundScreen-module__Y0Hlha__backBtn{color:#1e40af;background-color:var(--card-bg);border:1px solid #bfdbfe}.NotFoundScreen-module__Y0Hlha__secondaryBtn:hover,.NotFoundScreen-module__Y0Hlha__backBtn:hover{background-color:var(--surface-active);color:#1d4ed8;border-color:#93c5fd}button.NotFoundScreen-module__Y0Hlha__secondaryBtn,button.NotFoundScreen-module__Y0Hlha__backBtn{cursor:pointer;font-family:inherit}@media (min-width:768px){.NotFoundScreen-module__Y0Hlha__wrapper{min-height:calc(100vh - 64px)}}@media (max-width:767px){.NotFoundScreen-module__Y0Hlha__iconWrap{padding:12px 20px 20px}.NotFoundScreen-module__Y0Hlha__actions{gap:10px;width:100%}.NotFoundScreen-module__Y0Hlha__primaryBtn,.NotFoundScreen-module__Y0Hlha__secondaryBtn,.NotFoundScreen-module__Y0Hlha__backBtn{flex:auto;justify-content:center;min-width:0}}
.PopularTab-module__crXe6q__trendingSection{background-color:var(--card-bg);border-bottom:1px solid var(--community-border-subtle);padding-top:20px;padding-bottom:24px}.PopularTab-module__crXe6q__trendingHeader{padding-left:max(16px, env(safe-area-inset-left,0px));padding-right:max(16px, env(safe-area-inset-right,0px));align-items:center;gap:8px;margin-bottom:16px;display:flex}.PopularTab-module__crXe6q__trendingIcon{color:#ef4444}.PopularTab-module__crXe6q__trendingTitle{color:var(--text-primary);margin:0;font-size:18px;font-weight:800}.PopularTab-module__crXe6q__carouselWrapper{scroll-snap-type:x proximity;width:100%;scroll-padding-inline:max(16px, env(safe-area-inset-left,0px)) max(16px, env(safe-area-inset-right,0px));scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y pinch-zoom;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:4px;overflow:auto hidden}.PopularTab-module__crXe6q__carouselWrapper::-webkit-scrollbar{display:none}.PopularTab-module__crXe6q__carouselTrack{width:max-content;padding-left:max(16px, env(safe-area-inset-left,0px));padding-right:max(16px, env(safe-area-inset-right,0px));touch-action:pan-x pan-y;-webkit-user-select:none;user-select:none;gap:16px;display:flex}@media (hover:hover) and (pointer:fine){.PopularTab-module__crXe6q__carouselWrapper{scroll-behavior:auto;scroll-snap-type:none;touch-action:pan-y}.PopularTab-module__crXe6q__carouselTrack{cursor:grab}.PopularTab-module__crXe6q__carouselTrack:active{cursor:grabbing}}.PopularTab-module__crXe6q__trendingCard{scroll-snap-align:start;background-color:var(--bg-color);width:280px;height:160px;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:16px;flex-shrink:0;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width:640px){.PopularTab-module__crXe6q__trendingCard{width:320px;height:180px}}.PopularTab-module__crXe6q__trendingImg{object-fit:cover;pointer-events:none;transition:transform .4s cubic-bezier(.4,0,.2,1)}.PopularTab-module__crXe6q__trendingImgPlaceholder{background:var(--community-popular-trending-placeholder);pointer-events:none;position:absolute;inset:0}.PopularTab-module__crXe6q__trendingEmpty{color:var(--text-muted);flex-shrink:0;margin:0;padding:16px 8px;font-size:14px;font-weight:600}@keyframes PopularTab-module__crXe6q__popularTrendingSkeletonPulse{0%,to{opacity:1}50%{opacity:.55}}.PopularTab-module__crXe6q__trendingCardSkeleton{background:var(--community-popular-skeleton-bg);pointer-events:none;background-size:200% 100%;border-radius:16px;flex-shrink:0;width:280px;height:160px;animation:1.4s ease-in-out infinite PopularTab-module__crXe6q__popularTrendingSkeletonPulse;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000f}@media (min-width:640px){.PopularTab-module__crXe6q__trendingCardSkeleton{width:320px;height:180px}}.PopularTab-module__crXe6q__trendingCardSkeletonOverlay{background:linear-gradient(#0000 45%,#e2e8f0f2 100%);flex-direction:column;justify-content:flex-end;gap:8px;padding:16px;display:flex;position:absolute;inset:0}.PopularTab-module__crXe6q__trendingCardSkeletonBadge{background-color:var(--community-popular-skeleton-chip);border-radius:6px;width:64px;height:20px;animation:1.4s ease-in-out infinite PopularTab-module__crXe6q__popularTrendingSkeletonPulse;display:block}.PopularTab-module__crXe6q__trendingCardSkeletonTitle{background-color:var(--community-popular-skeleton-chip);border-radius:6px;width:88%;height:16px;animation:1.4s ease-in-out infinite PopularTab-module__crXe6q__popularTrendingSkeletonPulse;display:block}.PopularTab-module__crXe6q__trendingCardSkeletonTitleShort{background-color:var(--community-popular-skeleton-chip);border-radius:6px;width:52%;height:14px;animation:1.4s ease-in-out infinite PopularTab-module__crXe6q__popularTrendingSkeletonPulse;display:block}.PopularTab-module__crXe6q__trendingCard:hover .PopularTab-module__crXe6q__trendingImg{transform:scale(1.08)}.PopularTab-module__crXe6q__trendingOverlay{pointer-events:none;background:linear-gradient(#0000 0%,#0f172a33 50%,#0f172ad9 100%);position:absolute;inset:0}.PopularTab-module__crXe6q__trendingContent{pointer-events:none;flex-direction:column;gap:6px;width:100%;padding:16px;display:flex;position:absolute;bottom:0;left:0}.PopularTab-module__crXe6q__trendingBadge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.5px;white-space:pre-wrap;background-color:#fff3;border-radius:6px;align-self:flex-start;max-width:100%;padding:4px 8px;font-size:11px;font-weight:600}.PopularTab-module__crXe6q__trendingCardTitle{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.PopularTab-module__crXe6q__filterBar{background-color:var(--card-bg);border-bottom:1px solid var(--community-border-subtle);gap:10px;padding:16px 20px;display:flex}.PopularTab-module__crXe6q__filterBtn{color:var(--community-popular-filter-text);background-color:var(--community-popular-filter-bg);border:1px solid var(--community-popular-filter-border);cursor:pointer;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:700;transition:background-color .18s,border-color .18s,color .18s}.PopularTab-module__crXe6q__filterBtn.PopularTab-module__crXe6q__active{color:var(--community-popular-filter-active-text);background-color:var(--community-popular-filter-active-bg);border-color:var(--community-popular-filter-active-border);box-shadow:none}.PopularTab-module__crXe6q__filterBtn:not(.PopularTab-module__crXe6q__active):hover{background-color:var(--community-popular-filter-hover-bg);border-color:var(--community-popular-filter-hover-border);color:var(--text-primary)}.PopularTab-module__crXe6q__popularPageRoot{justify-content:center;align-items:flex-start;width:100%;max-width:100%;min-height:0;display:flex}.PopularTab-module__crXe6q__popularMobileContainerFill{box-sizing:border-box;min-height:calc(100dvh - var(--mobile-top-chrome-height,56px));flex-direction:column;display:flex}@media (min-width:768px){.PopularTab-module__crXe6q__popularMobileContainerFill{min-height:calc(100dvh - 112px)}}.PopularTab-module__crXe6q__popularEmptyState{text-align:center;color:var(--community-popular-empty-text);padding:40px 20px;font-size:15px;font-weight:700}.PopularTab-module__crXe6q__popularLoader{min-height:140px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.PopularTab-module__crXe6q__feedContainerFill{flex:auto;min-height:0}.PopularTab-module__crXe6q__feedContainerFill .PopularTab-module__crXe6q__popularEmptyState,.PopularTab-module__crXe6q__feedContainerFill .PopularTab-module__crXe6q__popularLoader{flex:1;min-height:0}.PopularTab-module__crXe6q__popularInfiniteLoader{justify-content:center;align-items:center;width:100%;min-height:0;padding:16px 0;display:flex}.PopularTab-module__crXe6q__popularEndMessage{text-align:center;color:var(--community-popular-empty-text);padding:16px 20px;font-size:14px;font-weight:700}.PopularTab-module__crXe6q__feedContainer{background-color:var(--card-bg);flex-direction:column;display:flex}.PopularTab-module__crXe6q__widgetHeader{border-bottom:1px solid var(--community-border-subtle);align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;display:flex}.PopularTab-module__crXe6q__widgetHeaderIcon{color:var(--community-sidebar-widget-icon);flex-shrink:0}.PopularTab-module__crXe6q__widgetTitle{color:var(--text-primary);margin:0;font-size:16px;font-weight:800}.PopularTab-module__crXe6q__commList{flex-direction:column;gap:4px;display:flex}.PopularTab-module__crXe6q__commItem{cursor:pointer;color:inherit;border-radius:10px;align-items:center;gap:12px;padding:10px 8px;text-decoration:none;transition:background-color .2s;display:flex}.PopularTab-module__crXe6q__commItem:hover{background-color:var(--bg-color)}.PopularTab-module__crXe6q__commRank{text-align:center;width:20px;color:var(--text-muted);font-size:15px;font-weight:800;transition:color .2s}.PopularTab-module__crXe6q__commItem:hover .PopularTab-module__crXe6q__commRank{color:var(--text-primary)}.PopularTab-module__crXe6q__commInfo{flex-direction:column;flex:1;min-width:0;display:flex}.PopularTab-module__crXe6q__commName{color:var(--community-popular-comm-name);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;transition:color .2s;overflow:hidden}.PopularTab-module__crXe6q__commItem:hover .PopularTab-module__crXe6q__commName{color:var(--community-popular-comm-name-hover)}.PopularTab-module__crXe6q__commMembers{color:var(--text-secondary);margin-top:2px;font-size:12px}
@keyframes CommunityTrendingSidebarWidget-module__p7-QJW__communityTrendingSkeletonPulse{0%,to{opacity:1}50%{opacity:.55}}.CommunityTrendingSidebarWidget-module__p7-QJW__skeletonRank{opacity:.35;flex-shrink:0;width:22px}.CommunityTrendingSidebarWidget-module__p7-QJW__skeletonName,.CommunityTrendingSidebarWidget-module__p7-QJW__skeletonMembers{background-color:var(--community-popular-skeleton-chip);border-radius:6px;animation:1.4s ease-in-out infinite CommunityTrendingSidebarWidget-module__p7-QJW__communityTrendingSkeletonPulse;display:block}.CommunityTrendingSidebarWidget-module__p7-QJW__skeletonName{width:80%;max-width:180px;height:14px}.CommunityTrendingSidebarWidget-module__p7-QJW__skeletonMembers{width:55%;max-width:120px;height:10px;margin-top:6px}
.MobileHome-module__gNFJFG__pageWrapper{justify-content:center;align-items:flex-start;width:100%;max-width:100%;min-height:100vh;display:flex}.MobileHome-module__gNFJFG__stageHomePageRoot{justify-content:center;align-items:flex-start;width:100%;max-width:100%;min-height:0;display:flex}.MobileHome-module__gNFJFG__stageHomeMobileContainerFill{box-sizing:border-box;min-height:calc(100dvh - var(--mobile-top-chrome-height,56px));flex-direction:column;display:flex}@media (min-width:768px){.MobileHome-module__gNFJFG__stageHomeMobileContainerFill{min-height:calc(100dvh - 112px)}}.MobileHome-module__gNFJFG__desktopLayoutWrapper{justify-content:center;align-items:flex-start;gap:32px;width:100%;min-width:0;max-width:100%;display:flex}.MobileHome-module__gNFJFG__mainFeedArea{flex:1;min-width:0;max-width:720px;overflow-x:clip}.MobileHome-module__gNFJFG__mobileContainer{background-color:var(--card-bg);width:100%;min-width:0;max-width:100%;overflow-x:clip}.MobileHome-module__gNFJFG__storySection{--story-avatar-radius:12px;--story-avatar-inner-radius:10px;background-color:var(--card-bg);border-bottom:1px solid var(--community-border-subtle);padding-top:16px;padding-bottom:12px}.MobileHome-module__gNFJFG__storyCarouselWrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x;overflow:auto hidden}.MobileHome-module__gNFJFG__storyCarouselWrapper::-webkit-scrollbar{display:none}.MobileHome-module__gNFJFG__storyTrack{justify-content:flex-start;gap:14px;width:max-content;padding:0 16px;display:flex}.MobileHome-module__gNFJFG__storyItem{flex-direction:column;flex-shrink:0;align-items:center;width:73px;display:flex}.MobileHome-module__gNFJFG__storyAddBtn{cursor:pointer;background:0 0;border:none;width:64px;height:64px;margin-bottom:6px;padding:0;transition:transform .15s;position:relative}.MobileHome-module__gNFJFG__storyAddBtn:active{transform:scale(.95)}.MobileHome-module__gNFJFG__storyAddBtnLockOnly{border-radius:var(--story-avatar-inner-radius);background-color:var(--community-story-lock-bg);border:2px solid var(--community-story-lock-border);box-sizing:border-box;justify-content:center;align-items:center;transition:background-color .15s,border-color .15s;display:flex}.MobileHome-module__gNFJFG__storyAddBtnLockOnly:hover{background-color:var(--community-story-lock-hover-bg);border-color:var(--community-story-lock-hover-border)}.MobileHome-module__gNFJFG__storyLockOnlyIcon{color:var(--community-story-lock-icon);flex-shrink:0}.MobileHome-module__gNFJFG__storyAddImg{border-radius:var(--story-avatar-inner-radius);object-fit:cover;background-color:var(--community-surface-subtle);pointer-events:none;width:100%;height:100%}.MobileHome-module__gNFJFG__storyAddFallbackIcon{border-radius:var(--story-avatar-inner-radius);background-color:var(--community-surface-subtle);width:100%;height:100%;color:var(--text-secondary);pointer-events:none;justify-content:center;align-items:center;display:flex}.MobileHome-module__gNFJFG__storyAddBadge{background-color:var(--community-story-add-badge-bg);border:2.5px solid var(--community-stage-avatar-ring);width:22px;height:22px;color:var(--text-on-accent);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,transform .2s,box-shadow .2s;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 1px 2px #0000000d}.MobileHome-module__gNFJFG__storyAddName{color:var(--text-secondary);font-size:11px;font-weight:500}.MobileHome-module__gNFJFG__storyMyPostitRingBtn{position:relative}.MobileHome-module__gNFJFG__storyMyPostitRingBtn .MobileHome-module__gNFJFG__storyAddBadge{z-index:1}.MobileHome-module__gNFJFG__storyMyPostitWrap{border-radius:var(--story-avatar-radius);box-sizing:border-box;background:0 0;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:6px;padding:2px;display:flex;position:relative}.MobileHome-module__gNFJFG__storyMyPostitWrapActive{background:linear-gradient(to top right,#b6ff94,#6dccb6,#5d83ff)}.MobileHome-module__gNFJFG__storyMyPostitWrapActiveFollower{background:linear-gradient(to top right,#ddd6fe,#a78bfa,#6366f1)}.MobileHome-module__gNFJFG__storyMyPostitWrapActiveRecommended{background:linear-gradient(to top right,#fde68a,#fbbf24,#f97316)}.MobileHome-module__gNFJFG__storyMyPostitWrapSeen{background:var(--community-story-seen-ring)}.MobileHome-module__gNFJFG__storyMyPostitWrapSeenRecommended{background:linear-gradient(to top right,#fcd34d,#fdba74)}.MobileHome-module__gNFJFG__storyMyPostitWrapInactive{background:var(--community-divider)}.MobileHome-module__gNFJFG__storyMyPostitWrapInactiveRecommended{background:var(--community-story-inactive-recommended)}.MobileHome-module__gNFJFG__storyMyPostitWrapInactive .MobileHome-module__gNFJFG__storyMyPostitAvatarBtn:active{transform:scale(.95)}.MobileHome-module__gNFJFG__storyMyPostitAvatarBtn{border-radius:var(--story-avatar-inner-radius);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;padding:0;transition:transform .15s;display:flex;overflow:hidden}.MobileHome-module__gNFJFG__storyMyPostitAvatarBtn:active{transform:scale(.95)}.MobileHome-module__gNFJFG__storyMyPostitWrap .MobileHome-module__gNFJFG__storyAddBadge{z-index:2;pointer-events:auto;position:absolute;bottom:-2px;right:-2px}.MobileHome-module__gNFJFG__storyMyPostitWrap .MobileHome-module__gNFJFG__storyAddBadge:hover{background-color:var(--accent);transform:scale(1.1);box-shadow:0 3px 10px #2563eb73}.MobileHome-module__gNFJFG__storyMyPostitWrap .MobileHome-module__gNFJFG__storyAddBadge:active{background-color:var(--accent-hover);transform:scale(.95);box-shadow:0 1px 3px #1d4ed859}.MobileHome-module__gNFJFG__storyMyPostitWrap .MobileHome-module__gNFJFG__storyAddBadge:focus-visible{outline-offset:2px;outline:2px solid #60a5fa}@media (prefers-reduced-motion:reduce){.MobileHome-module__gNFJFG__storyMyPostitWrap .MobileHome-module__gNFJFG__storyAddBadge{transition:background-color .15s,box-shadow .15s}.MobileHome-module__gNFJFG__storyMyPostitWrap .MobileHome-module__gNFJFG__storyAddBadge:hover,.MobileHome-module__gNFJFG__storyMyPostitWrap .MobileHome-module__gNFJFG__storyAddBadge:active{transform:none}}.MobileHome-module__gNFJFG__storyAddFallbackInRing{background-color:var(--card-bg);border:2.5px solid var(--community-stage-avatar-ring);box-sizing:border-box}.MobileHome-module__gNFJFG__storyRingBtn{border-radius:var(--story-avatar-radius);cursor:pointer;box-sizing:border-box;background:0 0;border:none;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:6px;padding:2px;transition:transform .15s;display:flex}.MobileHome-module__gNFJFG__storyRingBtn:active{transform:scale(.95)}.MobileHome-module__gNFJFG__storyRingBtnSeen{background:var(--community-story-seen-ring)}.MobileHome-module__gNFJFG__storyRingBtnInactive{background:var(--community-divider);cursor:default}.MobileHome-module__gNFJFG__storyRingBtnInactive:active{transform:none}.MobileHome-module__gNFJFG__storyMyPostitAvatarBtn .MobileHome-module__gNFJFG__storyProfileImg{border-radius:var(--story-avatar-inner-radius);background-color:var(--card-bg);border:2.5px solid var(--community-stage-avatar-ring);box-sizing:border-box;object-fit:cover;pointer-events:none;width:100%;min-width:0;height:100%;min-height:0;display:block}.MobileHome-module__gNFJFG__storyName{color:var(--text-primary);box-sizing:border-box;text-align:center;white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;width:100%;max-width:100%;min-height:2.5em;padding:0 2px;font-size:11px;font-weight:500;line-height:1.25;display:-webkit-box;overflow:hidden}.MobileHome-module__gNFJFG__storyLoginHintItem{flex-shrink:0;align-items:center;min-height:64px;display:flex}.MobileHome-module__gNFJFG__storyLoginHintText{border:1px solid var(--community-story-login-hint-border);background:var(--community-story-login-hint-bg);color:var(--community-story-login-hint-text);white-space:nowrap;border-radius:999px;margin:0;padding:8px 12px;font-size:12px;font-weight:600;line-height:1.35}.MobileHome-module__gNFJFG__rightSidebar{flex-shrink:0;width:310px;display:none}.MobileHome-module__gNFJFG__desktopAdBox{background-color:var(--card-bg);border:1px solid var(--community-border-subtle);border-radius:16px;padding:20px;box-shadow:0 4px 6px -1px #0000000d}.MobileHome-module__gNFJFG__desktopAdBox p{color:#1e293b;align-items:center;gap:6px;margin-bottom:16px;font-size:15px;font-weight:800;display:flex}.MobileHome-module__gNFJFG__hotList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.MobileHome-module__gNFJFG__hotList li{color:var(--text-secondary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;padding:4px 0;font-size:14px;font-weight:600;transition:all .2s;overflow:hidden}.MobileHome-module__gNFJFG__hotList li:hover{color:#10b981;transform:translate(4px)}.MobileHome-module__gNFJFG__fabBtn{background-color:var(--text-primary);color:#fff;cursor:pointer;z-index:50;border:none;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:80px;right:20px;box-shadow:0 8px 16px #00000026}.MobileHome-module__gNFJFG__fabBtn:active{transform:scale(.9)}@media (max-width:1023px){.MobileHome-module__gNFJFG__mobileContainer{max-width:500px;margin:0 auto}}@media (min-width:1024px){.MobileHome-module__gNFJFG__pageWrapper{justify-content:center;padding:0}.MobileHome-module__gNFJFG__mobileContainer{border-right:1px solid var(--community-border-subtle);max-width:720px}.MobileHome-module__gNFJFG__fabBtn{display:none}}@media (max-width:1279px){.MobileHome-module__gNFJFG__rightSidebar{display:none}.MobileHome-module__gNFJFG__mainFeedArea{width:100%;max-width:600px;margin:0 auto}.MobileHome-module__gNFJFG__mobileContainer{padding-bottom:calc(var(--mobile-nav-content-height,54px) + env(safe-area-inset-bottom,0px) + 20px)}}@media (min-width:1280px){.MobileHome-module__gNFJFG__desktopLayoutWrapper{justify-content:center;gap:32px;padding:0 20px;display:flex}.MobileHome-module__gNFJFG__mainFeedArea{flex:0 720px}}.MobileHome-module__gNFJFG__storyDividerWrap{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;height:100%;margin:0 16px;display:flex}.MobileHome-module__gNFJFG__storyDivider{background-color:var(--community-story-divider);border-radius:2px;width:2px;height:36px}.MobileHome-module__gNFJFG__storyDividerText{color:var(--text-muted);white-space:nowrap;font-size:11px;font-weight:800}
.SidebarPopularPosts-module__K1Gnsq__root{flex-direction:column;min-width:0;display:flex;position:relative}.SidebarPopularPosts-module__K1Gnsq__header{border-bottom:1px solid var(--community-border-subtle);align-items:center;gap:8px;margin:0 0 14px;padding-bottom:12px;display:flex}.SidebarPopularPosts-module__K1Gnsq__headerIcon{color:#f97316;flex-shrink:0}.SidebarPopularPosts-module__K1Gnsq__title{min-width:0;color:var(--text-primary);letter-spacing:-.02em;flex-wrap:nowrap;flex:1;align-items:baseline;min-width:0;margin:0;font-size:15px;font-weight:800;line-height:1.35;display:flex;overflow:hidden}.SidebarPopularPosts-module__K1Gnsq__titleStagePart,.SidebarPopularPosts-module__K1Gnsq__titleHotPart{flex:0 auto;min-width:0;max-width:100%}.SidebarPopularPosts-module__K1Gnsq__titleJoiner{white-space:pre;flex:none}.SidebarPopularPosts-module__K1Gnsq__measureLayer{visibility:hidden;pointer-events:none;z-index:-1;position:fixed;top:-10000px;left:0}.SidebarPopularPosts-module__K1Gnsq__measureRowWrap{width:100%}.SidebarPopularPosts-module__K1Gnsq__list{flex-direction:column;gap:0;display:flex}.SidebarPopularPosts-module__K1Gnsq__row{border-bottom:1px solid var(--community-divider);color:inherit;background:0 0;outline:none;align-items:center;gap:8px;padding:8px 0;text-decoration:none;transition:background-color .12s;display:flex}.SidebarPopularPosts-module__K1Gnsq__row:last-child{border-bottom:0}.SidebarPopularPosts-module__K1Gnsq__row:hover{background:var(--bg-color)}.SidebarPopularPosts-module__K1Gnsq__row:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.SidebarPopularPosts-module__K1Gnsq__body{flex:1;min-width:0}.SidebarPopularPosts-module__K1Gnsq__postTitle{color:var(--text-primary);letter-spacing:-.02em;-webkit-line-clamp:2;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.SidebarPopularPosts-module__K1Gnsq__metaRow{justify-content:space-between;align-items:center;gap:8px;min-width:0;margin-top:4px;display:flex}.SidebarPopularPosts-module__K1Gnsq__byline{flex:1;align-items:center;gap:4px;min-width:0;margin:0;font-size:11px;line-height:1.3;display:flex;overflow:hidden}.SidebarPopularPosts-module__K1Gnsq__author{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:58%;color:var(--text-secondary);flex:0 auto;font-weight:600;overflow:hidden}.SidebarPopularPosts-module__K1Gnsq__category{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-muted);flex:0 auto;font-weight:600;overflow:hidden}.SidebarPopularPosts-module__K1Gnsq__metaDot{color:var(--text-label);flex-shrink:0;font-weight:600}.SidebarPopularPosts-module__K1Gnsq__likes{color:var(--text-secondary);flex-shrink:0;align-items:center;gap:3px;font-size:11px;font-weight:700;display:inline-flex}.SidebarPopularPosts-module__K1Gnsq__likes svg{color:var(--text-muted);flex-shrink:0}.SidebarPopularPosts-module__K1Gnsq__chevron{color:var(--text-label);flex-shrink:0;align-self:center}.SidebarPopularPosts-module__K1Gnsq__emptyText{color:var(--text-muted);margin:0;padding:8px 4px 4px;font-size:13px;font-weight:600;line-height:1.45}
.CommunityLNB-module__d_N7Ia__lnbWrapper{background-color:var(--community-lnb-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--community-lnb-border);width:100%}.CommunityLNB-module__d_N7Ia__lnbBar{width:100%;min-width:0;position:relative}.CommunityLNB-module__d_N7Ia__lnbArrowBtnLeft,.CommunityLNB-module__d_N7Ia__lnbArrowBtnRight{z-index:2;width:36px;color:var(--text-secondary);cursor:pointer;border:none;justify-content:center;align-items:center;margin:0;padding:0;transition:color .15s,background-color .15s;display:inline-flex;position:absolute;top:0;bottom:0}.CommunityLNB-module__d_N7Ia__lnbArrowBtnLeft{background:var(--community-lnb-fade-left);left:0}.CommunityLNB-module__d_N7Ia__lnbArrowBtnRight{background:var(--community-lnb-fade-right);right:0}.CommunityLNB-module__d_N7Ia__lnbArrowBtnLeft:hover,.CommunityLNB-module__d_N7Ia__lnbArrowBtnRight:hover{color:var(--text-primary);background-color:var(--community-lnb-arrow-hover-bg)}.CommunityLNB-module__d_N7Ia__lnbArrowBtnLeft:focus-visible,.CommunityLNB-module__d_N7Ia__lnbArrowBtnRight:focus-visible{outline-offset:-2px;z-index:3;outline:2px solid #3b82f6}.CommunityLNB-module__d_N7Ia__lnbScroll{scrollbar-width:none;cursor:grab;touch-action:pan-x;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:100%;min-width:0;padding:8px 12px;display:flex;overflow-x:auto}.CommunityLNB-module__d_N7Ia__lnbScroll:active,.CommunityLNB-module__d_N7Ia__lnbScrollDragging{cursor:grabbing}.CommunityLNB-module__d_N7Ia__lnbScrollDragging .CommunityLNB-module__d_N7Ia__lnbTab{pointer-events:none}.CommunityLNB-module__d_N7Ia__lnbScroll::-webkit-scrollbar{display:none}.CommunityLNB-module__d_N7Ia__lnbTab{background-color:var(--community-lnb-tab-bg);color:var(--text-secondary);cursor:pointer;white-space:pre;border:none;border-radius:999px;flex-shrink:0;padding:7px 13px;font-size:13px;font-weight:600;line-height:1.35;transition:background-color .18s,color .18s,transform .12s}.CommunityLNB-module__d_N7Ia__lnbTab:hover{background-color:var(--community-lnb-tab-hover-bg);color:var(--community-lnb-tab-hover-text)}.CommunityLNB-module__d_N7Ia__lnbTab:active{background-color:var(--community-lnb-tab-active-bg);color:var(--community-lnb-tab-active-text);transform:scale(.98)}.CommunityLNB-module__d_N7Ia__lnbTabSkeleton{background-color:var(--community-lnb-tab-skeleton-bg);color:#0000;pointer-events:none;min-width:72px;height:32px;box-shadow:none}
.StageGlobalHome-module__QcfGjW__page-wrapper{box-sizing:border-box;width:100%;min-width:0;max-width:1024px;padding-bottom:calc(var(--mobile-nav-content-height,54px) + env(safe-area-inset-bottom,0px) + 40px);justify-content:center;align-items:flex-start;gap:32px;margin:0 auto;display:flex}@media (max-width:767px){.StageGlobalHome-module__QcfGjW__page-wrapper{padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right));padding-bottom:calc(var(--mobile-nav-content-height,54px) + env(safe-area-inset-bottom,0px) + 48px)}}.StageGlobalHome-module__QcfGjW__feed-area{flex-direction:column;gap:24px;width:100%;min-width:0;max-width:680px;display:flex;overflow-x:clip}.StageGlobalHome-module__QcfGjW__header-section{flex-direction:column;gap:16px;margin-bottom:8px;display:flex}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__header-section{flex-direction:row;justify-content:space-between;align-items:flex-end}}.StageGlobalHome-module__QcfGjW__page-title{color:var(--text-primary);letter-spacing:-.025em;font-size:24px;font-weight:800}.StageGlobalHome-module__QcfGjW__page-subtitle{color:var(--text-secondary);margin-top:4px;font-size:14px}.StageGlobalHome-module__QcfGjW__view-toggle-box{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;width:fit-content;padding:4px;display:flex;box-shadow:0 1px 2px #0000000d}.StageGlobalHome-module__QcfGjW__view-btn{border-radius:6px;padding:6px 16px;font-size:14px;font-weight:700;transition:colors .2s}.StageGlobalHome-module__QcfGjW__view-btn-active{background-color:var(--surface-muted);color:var(--text-primary)}.StageGlobalHome-module__QcfGjW__view-btn-inactive{color:var(--text-label)}.StageGlobalHome-module__QcfGjW__view-btn-inactive:hover{color:var(--text-secondary)}.StageGlobalHome-module__QcfGjW__post-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;transition:border-color .2s;overflow:hidden}.StageGlobalHome-module__QcfGjW__post-card:hover{border-color:#d1d5db}.StageGlobalHome-module__QcfGjW__post-card-inner{padding:12px}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__post-card-inner{padding:16px}}.StageGlobalHome-module__QcfGjW__post-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.StageGlobalHome-module__QcfGjW__post-meta{align-items:center;gap:8px;font-size:12px;display:flex}.StageGlobalHome-module__QcfGjW__stage-name{white-space:pre-wrap;color:var(--text-primary);font-weight:700}.StageGlobalHome-module__QcfGjW__stage-name:hover{text-decoration:underline}.StageGlobalHome-module__QcfGjW__meta-dot{color:var(--text-label)}.StageGlobalHome-module__QcfGjW__meta-author{color:var(--text-secondary);overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.StageGlobalHome-module__QcfGjW__meta-time{color:var(--text-label)}.StageGlobalHome-module__QcfGjW__more-btn{color:var(--text-label);border-radius:50%;padding:6px}.StageGlobalHome-module__QcfGjW__more-btn:hover{background-color:var(--surface-muted)}.StageGlobalHome-module__QcfGjW__post-title-link{display:block}.StageGlobalHome-module__QcfGjW__post-title{color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:700;transition:color .2s}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__post-title{font-size:20px}}.StageGlobalHome-module__QcfGjW__post-title-link:hover .StageGlobalHome-module__QcfGjW__post-title{color:#2563eb}.StageGlobalHome-module__QcfGjW__post-snippet{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:12px;font-size:14px;display:-webkit-box;overflow:hidden}.StageGlobalHome-module__QcfGjW__thumbnail-box{background-color:var(--surface-muted);width:100%;height:250px;display:block;position:relative}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__thumbnail-box{height:350px}}.StageGlobalHome-module__QcfGjW__action-bar{background-color:var(--card-bg);align-items:center;gap:8px;margin-top:4px;margin-bottom:8px;padding:8px 12px;display:flex}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__action-bar{padding:8px 16px}}.StageGlobalHome-module__QcfGjW__vote-box{background-color:var(--surface-muted);border-radius:9999px;align-items:center;height:36px;display:flex}.StageGlobalHome-module__QcfGjW__vote-btn{height:100%;color:var(--text-secondary);align-items:center;padding:0 10px;transition:background-color .2s,color .2s;display:flex}.StageGlobalHome-module__QcfGjW__vote-btn-up{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.StageGlobalHome-module__QcfGjW__vote-btn-up-active{background-color:var(--surface-muted)}.StageGlobalHome-module__QcfGjW__vote-btn-up:hover{background-color:var(--surface-hover);color:#059669}.StageGlobalHome-module__QcfGjW__vote-btn-down{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.StageGlobalHome-module__QcfGjW__vote-btn-down:hover{background-color:var(--surface-hover);color:#475569}.StageGlobalHome-module__QcfGjW__vote-btn-down-active{background-color:var(--surface-muted)}.StageGlobalHome-module__QcfGjW__vote-count{color:var(--text-primary);padding:0 4px;font-size:14px;font-weight:700}.StageGlobalHome-module__QcfGjW__pill-btn{background-color:var(--surface-muted);height:36px;color:var(--text-secondary);border-radius:9999px;align-items:center;gap:6px;padding:0 14px;transition:background-color .2s;display:flex}.StageGlobalHome-module__QcfGjW__pill-btn:hover{background-color:var(--surface-hover)}.StageGlobalHome-module__QcfGjW__pill-btn-text{color:var(--text-primary);font-size:14px;font-weight:700}.StageGlobalHome-module__QcfGjW__widget-area{-webkit-overflow-scrolling:touch;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:20px;width:310px;height:fit-content;max-height:calc(100dvh - 112px);padding-top:8px;display:none;position:sticky;top:0;overflow:hidden auto}@media (min-width:1280px){.StageGlobalHome-module__QcfGjW__widget-area{display:flex}}.StageGlobalHome-module__QcfGjW__write-btn{color:#fff;background-color:#03c75a;border-radius:12px;justify-content:center;align-items:center;width:100%;height:48px;font-size:15px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000001a}.StageGlobalHome-module__QcfGjW__write-btn:hover{background-color:#02b350;box-shadow:0 10px 15px -3px #0000001a}.StageGlobalHome-module__QcfGjW__widget-box{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:20px;box-shadow:0 1px 2px #0000000d}.StageGlobalHome-module__QcfGjW__widget-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.StageGlobalHome-module__QcfGjW__widget-title{color:var(--text-primary);font-weight:700}.StageGlobalHome-module__QcfGjW__widget-desc{color:var(--text-secondary);word-break:keep-all;margin-bottom:16px;font-size:14px}.StageGlobalHome-module__QcfGjW__widget-stats{border-top:1px solid #f3f4f6;flex-direction:column;gap:8px;padding-top:16px;display:flex}.StageGlobalHome-module__QcfGjW__stat-row{justify-content:space-between;font-size:14px;display:flex}.StageGlobalHome-module__QcfGjW__stat-label{color:var(--text-secondary)}.StageGlobalHome-module__QcfGjW__stat-value{color:var(--text-primary);font-weight:700}.StageGlobalHome-module__QcfGjW__recommend-list{flex-direction:column;gap:12px;display:flex}.StageGlobalHome-module__QcfGjW__recommend-item{align-items:center;gap:12px;display:flex}.StageGlobalHome-module__QcfGjW__recommend-icon{background-color:var(--surface-muted);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.StageGlobalHome-module__QcfGjW__recommend-info{flex:1;min-width:0}.StageGlobalHome-module__QcfGjW__recommend-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;transition:color .2s;overflow:hidden}.StageGlobalHome-module__QcfGjW__recommend-item:hover .StageGlobalHome-module__QcfGjW__recommend-name{color:#2563eb}.StageGlobalHome-module__QcfGjW__recommend-subs{color:var(--text-secondary);font-size:12px}.StageGlobalHome-module__QcfGjW__list-container{flex-direction:column;width:100%;display:flex}.StageGlobalHome-module__QcfGjW__list-header{color:var(--text-secondary);text-align:center;border-bottom:2px solid #111827;grid-template-columns:120px 1fr 100px 80px 60px;align-items:center;padding:12px 8px;font-size:13px;font-weight:700;display:none}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__list-header{display:grid}}.StageGlobalHome-module__QcfGjW__list-row{border-bottom:1px solid var(--border-color);flex-wrap:wrap;align-items:center;row-gap:6px;padding:12px 8px;text-decoration:none;transition:background-color .2s;display:flex}.StageGlobalHome-module__QcfGjW__list-row:hover{background-color:var(--surface-hover)}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__list-row{grid-template-columns:120px 1fr 100px 80px 60px;row-gap:0;padding:12px 8px;display:grid}}.StageGlobalHome-module__QcfGjW__list-stage{color:#03c75a;margin-right:8px;font-size:12px;font-weight:700}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__list-stage{text-align:center;margin-right:0}}.StageGlobalHome-module__QcfGjW__list-title-box{flex:1;align-items:center;gap:6px;min-width:0;display:flex}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__list-title-box{flex:none;padding:0 16px}}.StageGlobalHome-module__QcfGjW__list-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:500;transition:color .2s;overflow:hidden}.StageGlobalHome-module__QcfGjW__list-row:hover .StageGlobalHome-module__QcfGjW__list-title{color:#2563eb;font-weight:600}.StageGlobalHome-module__QcfGjW__list-comments{color:#3b82f6;flex-shrink:0;font-size:13px;font-weight:700}.StageGlobalHome-module__QcfGjW__list-icon{color:var(--text-label);flex-shrink:0}.StageGlobalHome-module__QcfGjW__list-author,.StageGlobalHome-module__QcfGjW__list-date,.StageGlobalHome-module__QcfGjW__list-likes{color:var(--text-secondary);font-size:12px}@media (max-width:639px){.StageGlobalHome-module__QcfGjW__list-author{flex-basis:100%;align-items:center;gap:8px;display:flex}.StageGlobalHome-module__QcfGjW__list-author:after{content:"|";color:#d1d5db}.StageGlobalHome-module__QcfGjW__list-date:after{content:"|";color:#d1d5db;margin-left:8px}.StageGlobalHome-module__QcfGjW__list-likes{margin-left:8px}}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__list-author{text-align:center;white-space:nowrap;text-overflow:ellipsis;padding:0 8px;overflow:hidden}.StageGlobalHome-module__QcfGjW__list-date{text-align:center}.StageGlobalHome-module__QcfGjW__list-likes{text-align:center;color:#ef4444;font-weight:700}}.StageGlobalHome-module__QcfGjW__mobile-only-label{margin-right:4px}@media (min-width:640px){.StageGlobalHome-module__QcfGjW__mobile-only-label{display:none}}
.TimeWheelPicker-module__An8r2a__wheelPickerContainer{background-color:var(--card-bg);border-radius:16px;justify-content:center;align-items:center;height:132px;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 30% 70%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 30% 70%,#0000 100%)}.TimeWheelPicker-module__An8r2a__selectionHighlight{background-color:var(--wheel-picker-highlight-bg);border:1px solid var(--wheel-picker-highlight-border);pointer-events:none;z-index:1;border-radius:12px;height:44px;position:absolute;top:50%;left:10%;right:10%;transform:translateY(-50%)}.TimeWheelPicker-module__An8r2a__wheelColumn{scroll-snap-type:y mandatory;-ms-overflow-style:none;scrollbar-width:none;z-index:2;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:1;height:100%;position:relative;overflow-y:auto}.TimeWheelPicker-module__An8r2a__wheelColumn::-webkit-scrollbar{display:none}.TimeWheelPicker-module__An8r2a__wheelItem{height:44px;color:var(--wheel-picker-item-color);scroll-snap-align:center;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;font-size:1.125rem;font-weight:800;display:flex}.TimeWheelPicker-module__An8r2a__wheelItem:active{opacity:.65}.TimeWheelPicker-module__An8r2a__spacer{height:44px}.TimeWheelPicker-module__An8r2a__colonDivider{color:var(--wheel-picker-colon-color);z-index:2;margin:0 -4px;font-size:1.125rem;font-weight:900}.TimeWheelPicker-module__An8r2a__wheelPickerContainerSingle .TimeWheelPicker-module__An8r2a__selectionHighlight{left:0;right:0}.TimeWheelPicker-module__An8r2a__wheelPickerContainerSingle .TimeWheelPicker-module__An8r2a__wheelColumn{flex:100%;width:100%;max-width:100%}.TimeWheelPicker-module__An8r2a__wheelPickerContainerSingle .TimeWheelPicker-module__An8r2a__wheelItem{box-sizing:border-box;width:100%;padding:0 16px}
.ScrollToTopButton-module__3jOSAW__root{z-index:10050;right:max(16px, env(safe-area-inset-right,0px));bottom:calc(var(--mobile-nav-content-height,54px) + env(safe-area-inset-bottom,0px) + 16px);width:var(--mobile-scroll-top-size,44px);height:var(--mobile-scroll-top-size,44px);border:1px solid color-mix(in srgb, var(--scroll-top-border) 60%, transparent);background:color-mix(in srgb, var(--scroll-top-bg) 60%, transparent);color:var(--scroll-top-icon);box-shadow:var(--scroll-top-shadow);-webkit-backdrop-filter:blur(10px);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s,transform .2s,background-color .2s,border-color .2s,color .2s;display:inline-flex;position:fixed}.ScrollToTopButton-module__3jOSAW__root:hover{background:color-mix(in srgb, var(--scroll-top-hover-bg) 90%, transparent);border-color:color-mix(in srgb, var(--scroll-top-hover-border) 82%, transparent);color:var(--scroll-top-hover-icon);box-shadow:var(--scroll-top-hover-shadow);transform:translateY(-1px)}.ScrollToTopButton-module__3jOSAW__root:active{transform:translateY(0)}.ScrollToTopButton-module__3jOSAW__icon{flex-shrink:0;display:block}.ScrollToTopButton-module__3jOSAW__aboveStageFab{right:max(22px, calc(env(safe-area-inset-right,0px) + 14px + (54px - var(--mobile-scroll-top-size,44px)) / 2));width:var(--mobile-scroll-top-size,44px);height:var(--mobile-scroll-top-size,44px);bottom:calc(var(--mobile-nav-content-height,54px) + env(safe-area-inset-bottom,0px) + 22px + 54px + var(--mobile-scroll-above-fab-gap,12px))}@media (min-width:768px){.ScrollToTopButton-module__3jOSAW__root,.ScrollToTopButton-module__3jOSAW__aboveStageFab{bottom:calc(24px + env(safe-area-inset-bottom,0px))}}
.home-module__yo8soW__homeContainer{background-color:var(--bg-color);min-height:100vh;padding-bottom:80px;position:relative}.home-module__yo8soW__mainContent{padding-top:16px}.home-module__yo8soW__topBanner{background:linear-gradient(135deg,#92ffad 0%,#6cc4ff 100%);border-radius:12px;justify-content:center;align-self:stretch;align-items:center;margin:0 20px 16px;padding:38px;display:flex}.home-module__yo8soW__topWidgetsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0 20px;display:grid}.home-module__yo8soW__fabOverlay{-webkit-backdrop-filter:blur(4px);z-index:10050;background-color:#0f172a99;position:fixed;inset:0}@media (min-width:1280px){.home-module__yo8soW__fabOverlay{display:none!important}}.home-module__yo8soW__fabWrapper{bottom:calc(var(--mobile-nav-offset,54px) + var(--mobile-fab-gap,16px));right:calc((100vw - min(100vw, 600px)) / 2 + max(16px, env(safe-area-inset-right,0px)));z-index:10060;pointer-events:none;flex-direction:column;align-items:flex-end;gap:16px;width:fit-content;display:flex;position:fixed}@media (min-width:1280px){.home-module__yo8soW__fabWrapper{display:none!important}}.home-module__yo8soW__fabActionsContainer{pointer-events:auto;flex-direction:column;align-items:flex-end;gap:12px;margin-bottom:8px;display:flex}.home-module__yo8soW__fabActionItem{cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:0;display:flex}.home-module__yo8soW__fabActionLabel{color:#fff;background-color:#111;border:none;border-radius:12px;padding:8px 14px;font-size:.875rem;font-weight:700;box-shadow:0 10px 28px #0000006b}.home-module__yo8soW__fabActionIconBtn{color:#111;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 10px 28px #0006}.home-module__yo8soW__fabActionIconBtn svg{color:#111;stroke:#111}.home-module__yo8soW__fabActionItem:active .home-module__yo8soW__fabActionLabel,.home-module__yo8soW__fabActionItem:active .home-module__yo8soW__fabActionIconBtn{transform:scale(.97)}.home-module__yo8soW__fabActionLabel,.home-module__yo8soW__fabActionIconBtn{transition:background .15s,box-shadow .15s,transform .15s}.home-module__yo8soW__fabMainBtn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;pointer-events:auto;background:linear-gradient(135deg,#71ff6c 0%,#68a9ff 100%);border:2px solid #ddeaeb;border-radius:50%;outline:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 10px 15px -3px #0003}.home-module__yo8soW__fabScrollTopBtn{z-index:10055!important;width:var(--mobile-scroll-top-size,44px)!important;height:var(--mobile-scroll-top-size,44px)!important}.home-module__yo8soW__bottomSheetPortal{z-index:10100;position:relative}.home-module__yo8soW__bottomSheetOverlay{z-index:10100;background-color:#0f172a57;position:fixed;inset:0}.home-module__yo8soW__bottomSheetContainer{background-color:var(--card-bg);z-index:10110;min-height:0;max-height:calc(100dvh - var(--mobile-top-chrome-height,56px) - 8px);border-top-left-radius:28px;border-top-right-radius:28px;flex-direction:column;padding:12px 24px 16px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -10px 40px #0000001a}.home-module__yo8soW__bottomSheetExpanded{max-height:calc(100dvh - var(--mobile-top-chrome-height,56px) - 8px)}.home-module__yo8soW__bottomSheetDesktopFrame{z-index:10110;padding:max(24px, env(safe-area-inset-top,0px)) 24px max(24px, env(safe-area-inset-bottom,0px));box-sizing:border-box;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.home-module__yo8soW__bottomSheetDesktopFrame .home-module__yo8soW__bottomSheetContainer{pointer-events:auto;position:relative;bottom:auto;left:auto;right:auto}.home-module__yo8soW__bottomSheetContainerDesktop{border-radius:22px;width:min(860px,100%);max-width:100%;max-height:min(85dvh,720px);margin:0;padding:18px 24px 24px;position:relative;inset:auto;transform:none;box-shadow:0 24px 64px #0206173d}.home-module__yo8soW__bottomSheetHandle{background-color:#cbd5e1;border-radius:2px;width:40px;height:4px;margin:0 auto 20px}.home-module__yo8soW__bottomSheetHeader{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.home-module__yo8soW__bottomSheetTitle{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:800}.home-module__yo8soW__closeBtn{background:var(--surface-muted);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.home-module__yo8soW__stageSearchWrap{margin-bottom:10px}.home-module__yo8soW__stageSearchInput{border:1px solid var(--border-color);width:100%;height:38px;color:var(--text-primary);border-radius:10px;outline:none;padding:0 12px;font-size:14px}.home-module__yo8soW__stageSearchInput:focus{border-color:#22b8cf}.home-module__yo8soW__stageTabRow{gap:8px;margin-bottom:12px;display:flex}.home-module__yo8soW__stageTabBtn{border:1px solid var(--border-color);background:var(--bg-color);height:34px;color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:0 14px;font-size:13px;font-weight:700}.home-module__yo8soW__stageTabBtnActive{color:var(--text-primary);background:#22b8cf1a;border-color:#22b8cf}.home-module__yo8soW__stageSelectList{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;min-width:0;max-width:100%;min-height:0;max-height:min(45dvh, calc(100dvh - var(--mobile-top-chrome-height,56px) - 220px));box-sizing:border-box;flex-direction:column;flex:auto;gap:8px;padding:2px 1px 10px;display:flex;overflow-y:auto}.home-module__yo8soW__stageSelectList::-webkit-scrollbar{width:8px}.home-module__yo8soW__stageSelectList::-webkit-scrollbar-track{background:0 0}.home-module__yo8soW__stageSelectList::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:999px}.home-module__yo8soW__stageSelectList::-webkit-scrollbar-thumb:hover{background-color:var(--text-muted)}.home-module__yo8soW__stageSelectLoading,.home-module__yo8soW__stageSelectEmpty{box-sizing:border-box;text-align:center;width:100%;min-height:180px;color:var(--text-secondary);justify-content:center;align-items:center;padding:32px 16px;display:flex}.home-module__yo8soW__stageSelectLoading{color:var(--text-muted)}.home-module__yo8soW__bottomSheetExpanded .home-module__yo8soW__stageSelectList{flex:auto;max-height:none}.home-module__yo8soW__stageSelectItem{box-sizing:border-box;background-color:var(--bg-color);border:1px solid var(--border-color);cursor:pointer;text-align:left;border-radius:20px;flex-shrink:0;align-items:flex-start;min-width:0;max-width:100%;padding:16px;transition:all .2s;display:flex}.home-module__yo8soW__stageSelectItem:active{background-color:var(--surface-hover);transform:scale(.98)}.home-module__yo8soW__stageSelectIcon{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;flex-shrink:0;width:40px;height:40px;margin-right:16px}.home-module__yo8soW__stageSelectName{min-width:0;color:var(--text-primary);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;flex:1;font-size:1rem;font-weight:700;line-height:1.4}.home-module__yo8soW__chevronIcon{color:var(--text-muted);flex-shrink:0;margin-top:2px}@media (min-width:1024px){.home-module__yo8soW__bottomSheetOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0f172a8f;inset:0}.home-module__yo8soW__bottomSheetContainer.home-module__yo8soW__bottomSheetContainerDesktop{max-height:min(85dvh,720px)}.home-module__yo8soW__bottomSheetDesktopFrame .home-module__yo8soW__stageSelectList{max-height:min(62vh,620px)}.home-module__yo8soW__bottomSheetHeader{margin-bottom:14px}.home-module__yo8soW__bottomSheetTitle{letter-spacing:-.01em;font-size:1.125rem}.home-module__yo8soW__stageSelectList{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:2px 4px 10px 1px;display:grid}.home-module__yo8soW__stageSelectLoading,.home-module__yo8soW__stageSelectEmpty{grid-column:1/-1;min-height:220px}.home-module__yo8soW__stageSelectItem{background:var(--card-bg);border-radius:14px;align-items:flex-start;min-width:0;min-height:78px}.home-module__yo8soW__stageSelectItem:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 8px 24px #0f172a14}}
.StreamerSection-module__hlAMWa__storySection{width:100%;margin:16px 0}.StreamerSection-module__hlAMWa__storyList{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;align-items:flex-start;gap:8px;margin:0 24px;padding:2px 16px;display:flex;overflow-x:auto}.StreamerSection-module__hlAMWa__storyList::-webkit-scrollbar{display:none}.StreamerSection-module__hlAMWa__storyItem{scroll-snap-align:start;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:128px;text-decoration:none;display:flex;position:relative}.StreamerSection-module__hlAMWa__storyAvatarRing{border-radius:25%;width:128px;height:128px;padding:2px;position:relative}.StreamerSection-module__hlAMWa__storyAvatarRingLive{background:linear-gradient(to top right,#ef4444,#f97316);box-shadow:0 2px 8px #ef444466}.StreamerSection-module__hlAMWa__storyAvatarRingRecommended{background:linear-gradient(to top right,#fde68a,#fbbf24,#f97316);box-shadow:0 2px 8px #fbbf2459}.StreamerSection-module__hlAMWa__storyAvatarRingOff{background-color:var(--surface-muted)}.StreamerSection-module__hlAMWa__storyAvatarInner{border:2px solid var(--mobile-home-avatar-border);color:#fff;background-color:var(--surface-hover);border-radius:25%;justify-content:center;align-items:center;width:100%;height:100%;font-size:18px;font-weight:700;display:flex;overflow:hidden}.StreamerSection-module__hlAMWa__avatarImg{object-fit:cover;width:100%;height:100%}.StreamerSection-module__hlAMWa__liveBadge{color:#fff;border:2px solid var(--mobile-home-avatar-border);z-index:10;background-color:#dc2626;border-radius:9999px;padding:2px 6px;font-size:9px;font-weight:700;animation:2s cubic-bezier(.4,0,.6,1) infinite StreamerSection-module__hlAMWa__pulse;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}@keyframes StreamerSection-module__hlAMWa__pulse{0%,to{opacity:1}50%{opacity:.5}}.StreamerSection-module__hlAMWa__storyName{white-space:nowrap;text-overflow:ellipsis;text-align:center;width:100%;font-size:12px;overflow:hidden}.StreamerSection-module__hlAMWa__textLive{color:var(--text-primary);font-weight:700}.StreamerSection-module__hlAMWa__textOff{color:var(--text-label);font-weight:500}.StreamerSection-module__hlAMWa__emptyText{text-align:center;width:100%;color:var(--text-label);padding:24px 0;font-size:13px}.StreamerSection-module__hlAMWa__bgBlue200{background-color:#bfdbfe}.StreamerSection-module__hlAMWa__bgPink200{background-color:#fbcfe8}.StreamerSection-module__hlAMWa__bgGreen200{background-color:#bbf7d0}.StreamerSection-module__hlAMWa__bgPurple200{background-color:#e9d5ff}.StreamerSection-module__hlAMWa__bgYellow200{background-color:#fef08a}.StreamerSection-module__hlAMWa__bgEmerald200{background-color:#a7f3d0}.StreamerSection-module__hlAMWa__bgOrange200{background-color:#fed7aa}.StreamerSection-module__hlAMWa__bgGray800{background-color:var(--text-primary)}
.TodayScheduleWidget-module__sqVZ0G__widgetContainer{background-color:var(--card-bg);color:var(--text-primary);box-shadow:var(--mobile-home-widget-shadow);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:32px;outline:none;grid-column:span 2;margin:0 20px;padding:24px;transition:all .2s ease-in-out}.TodayScheduleWidget-module__sqVZ0G__widgetContainer:hover{box-shadow:var(--mobile-home-widget-shadow-hover)}.TodayScheduleWidget-module__sqVZ0G__widgetContainer:active{transform:scale(.98)}.TodayScheduleWidget-module__sqVZ0G__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.TodayScheduleWidget-module__sqVZ0G__title{color:var(--text-primary);align-items:center;gap:8px;margin:0;font-size:1.05rem;font-weight:800;display:flex}.TodayScheduleWidget-module__sqVZ0G__iconBlue{color:var(--mobile-home-accent-blue)}.TodayScheduleWidget-module__sqVZ0G__moreIndicator{color:var(--mobile-home-muted-icon)}.TodayScheduleWidget-module__sqVZ0G__emptyContent{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px 0;display:flex}.TodayScheduleWidget-module__sqVZ0G__emptyIconWrapper{background-color:var(--bg-color);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.TodayScheduleWidget-module__sqVZ0G__iconMuted{color:var(--text-muted)}.TodayScheduleWidget-module__sqVZ0G__emptyText{color:var(--text-secondary);margin:0;font-size:.875rem;font-weight:600}.TodayScheduleWidget-module__sqVZ0G__guestHint{color:var(--mobile-home-accent-blue,var(--accent));margin:0;font-size:.75rem;font-weight:600}.TodayScheduleWidget-module__sqVZ0G__restNoticeBox{z-index:2;background:var(--mobile-home-rest-notice-bg);border:1px solid var(--mobile-home-rest-notice-border);border-radius:16px;margin-bottom:12px;padding:12px 14px 14px;position:relative}.TodayScheduleWidget-module__sqVZ0G__restNoticeLabel{letter-spacing:.02em;color:var(--text-secondary);background:var(--card-bg);border:1px solid var(--mobile-home-rest-label-border);border-radius:10px;align-items:center;gap:6px;margin-bottom:10px;padding:5px 10px;font-size:.6875rem;font-weight:800;display:inline-flex;box-shadow:0 1px 2px #0f172a0d}.TodayScheduleWidget-module__sqVZ0G__restNoticeIcon{color:var(--text-muted);flex-shrink:0}.TodayScheduleWidget-module__sqVZ0G__restNoticeList{color:var(--text-secondary);margin:0;padding-left:1.15rem;font-size:.875rem;font-weight:600;line-height:1.5;list-style:outside}.TodayScheduleWidget-module__sqVZ0G__restNoticeList li::marker{color:var(--mobile-home-muted-icon)}.TodayScheduleWidget-module__sqVZ0G__restNoticeRow{margin:0;padding:1px 0}.TodayScheduleWidget-module__sqVZ0G__restNoticeRowSelected::marker{color:var(--text-secondary)}.TodayScheduleWidget-module__sqVZ0G__restNoticeNameBtn{width:100%;font:inherit;color:inherit;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:2px;margin:0;padding:0;font-weight:600;transition:color .15s,font-weight .15s;display:block}.TodayScheduleWidget-module__sqVZ0G__restNoticeNameBtn:hover{color:var(--text-primary)}.TodayScheduleWidget-module__sqVZ0G__restNoticeNameBtn:active{opacity:.85}.TodayScheduleWidget-module__sqVZ0G__restNoticeNameBtn:focus-visible{outline:2px solid var(--mobile-home-muted-icon);outline-offset:2px}.TodayScheduleWidget-module__sqVZ0G__restNoticeNameBtnSelected{color:var(--text-secondary);font-weight:800}.TodayScheduleWidget-module__sqVZ0G__restNoticeNameText{display:inline}.TodayScheduleWidget-module__sqVZ0G__restTimeLabel{color:var(--text-muted);font-weight:800}.TodayScheduleWidget-module__sqVZ0G__timelineWrapper{flex-direction:column;display:flex;position:relative}.TodayScheduleWidget-module__sqVZ0G__timelineLine{background-color:var(--mobile-home-timeline-line);z-index:1;width:2px;position:absolute;top:10px;bottom:10px;left:12px}.TodayScheduleWidget-module__sqVZ0G__timelineItem{z-index:2;border-radius:16px;gap:14px;margin-left:-8px;padding:8px;transition:background-color .2s;display:flex;position:relative}.TodayScheduleWidget-module__sqVZ0G__timelineItem:active{background-color:var(--bg-color)}.TodayScheduleWidget-module__sqVZ0G__timelineItemSelected{background-color:var(--mobile-home-timeline-selected-bg);box-shadow:inset 3px 0 0 var(--mobile-home-timeline-selected-accent)}.TodayScheduleWidget-module__sqVZ0G__timelineItemSelected:active{background-color:var(--mobile-home-timeline-selected-active)}.TodayScheduleWidget-module__sqVZ0G__timelineItemSelectedRest{background-color:var(--bg-color);box-shadow:inset 3px 0 0 var(--mobile-home-timeline-rest-accent)}.TodayScheduleWidget-module__sqVZ0G__timelineItemSelectedRest:active{background-color:var(--mobile-home-timeline-rest-active)}.TodayScheduleWidget-module__sqVZ0G__timelineIconWrapper{background-color:var(--card-bg);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-top:2px;margin-left:-9px;display:flex}.TodayScheduleWidget-module__sqVZ0G__streamerProfileIcon{background-color:var(--mobile-home-profile-fallback);width:42px;height:42px;box-shadow:0 0 0 4px var(--mobile-home-profile-ring);border-radius:50%;overflow:hidden}.TodayScheduleWidget-module__sqVZ0G__streamerProfileIcon img{object-fit:cover;width:100%;height:100%}.TodayScheduleWidget-module__sqVZ0G__streamerProfileFallback{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.TodayScheduleWidget-module__sqVZ0G__interactiveCheck{background-color:var(--card-bg);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.TodayScheduleWidget-module__sqVZ0G__statusUpcoming{color:var(--mobile-home-status-upcoming)}.TodayScheduleWidget-module__sqVZ0G__statusCompleted{color:var(--mobile-home-accent-blue)}.TodayScheduleWidget-module__sqVZ0G__popAnimation{animation:.3s cubic-bezier(.175,.885,.32,1.275) TodayScheduleWidget-module__sqVZ0G__pop}@keyframes TodayScheduleWidget-module__sqVZ0G__pop{0%{opacity:.5;transform:scale(.5)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.TodayScheduleWidget-module__sqVZ0G__itemContent{max-width:90%}.TodayScheduleWidget-module__sqVZ0G__itemContentUpcoming,.TodayScheduleWidget-module__sqVZ0G__itemContentCompletedAnimation{flex:1;justify-content:space-between;align-items:center;min-width:0;display:flex}.TodayScheduleWidget-module__sqVZ0G__itemContentCompletedAnimation{opacity:.5;transition:opacity .3s}.TodayScheduleWidget-module__sqVZ0G__timeText{color:var(--text-secondary);margin:0 0 4px;font-size:.75rem;font-weight:700}.TodayScheduleWidget-module__sqVZ0G__streamerNameLabel{color:var(--text-muted);font-weight:600}.TodayScheduleWidget-module__sqVZ0G__itemTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:700;overflow:hidden}.TodayScheduleWidget-module__sqVZ0G__itemTitleCompleted{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:700;text-decoration:line-through;overflow:hidden}.TodayScheduleWidget-module__sqVZ0G__chevronIcon{color:var(--mobile-home-chevron-muted);flex-shrink:0}.TodayScheduleWidget-module__sqVZ0G__divider{height:8px}.TodayScheduleWidget-module__sqVZ0G__moreSchedulesWrapper{z-index:2;margin-top:8px;padding-left:38px;position:relative}.TodayScheduleWidget-module__sqVZ0G__moreSchedulesText{color:var(--text-secondary);background-color:var(--bg-color);border-radius:12px;padding:6px 12px;font-size:.8125rem;font-weight:600;display:inline-block}.TodayScheduleWidget-module__sqVZ0G__loadingState{justify-content:center;align-items:center;height:12rem;display:flex}.TodayScheduleWidget-module__sqVZ0G__spinner{color:#6366f1;animation:1s linear infinite TodayScheduleWidget-module__sqVZ0G__spin}@keyframes TodayScheduleWidget-module__sqVZ0G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TodayScheduleWidget-module__sqVZ0G__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(4px);background-color:#0f172a66;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;animation:.2s ease-out TodayScheduleWidget-module__sqVZ0G__fadeIn;display:flex;position:fixed;top:0;left:0}.TodayScheduleWidget-module__sqVZ0G__modalContainer{background-color:var(--card-bg);border:1px solid var(--border-color);width:100%;max-width:320px;box-shadow:var(--shadow-lg,0 25px 50px -12px #00000040);border-radius:24px;padding:24px;animation:.3s cubic-bezier(.175,.885,.32,1.275) TodayScheduleWidget-module__sqVZ0G__scaleUp}.TodayScheduleWidget-module__sqVZ0G__modalHeader{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.TodayScheduleWidget-module__sqVZ0G__modalTitleGroup{flex-direction:column;gap:4px;display:flex}.TodayScheduleWidget-module__sqVZ0G__modalBadge{color:var(--accent-text);text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:800}.TodayScheduleWidget-module__sqVZ0G__modalTitle{color:var(--text-primary);word-break:keep-all;margin:0;font-size:1.125rem;font-weight:900;line-height:1.3}.TodayScheduleWidget-module__sqVZ0G__closeBtn{background-color:var(--surface-muted);color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .2s;display:flex}.TodayScheduleWidget-module__sqVZ0G__closeBtn:active{background-color:var(--surface-hover);color:var(--text-secondary)}.TodayScheduleWidget-module__sqVZ0G__modalBody{background-color:var(--bg-color);border-radius:16px;flex-direction:column;gap:12px;margin-bottom:24px;padding:16px;display:flex}.TodayScheduleWidget-module__sqVZ0G__modalRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.TodayScheduleWidget-module__sqVZ0G__modalLabel{color:var(--text-secondary);flex-shrink:0;font-size:.875rem;font-weight:600}.TodayScheduleWidget-module__sqVZ0G__modalValue{color:var(--text-primary);text-align:right;word-break:break-all;font-size:.875rem;font-weight:800}.TodayScheduleWidget-module__sqVZ0G__linkBadge{border-radius:8px;padding:6px 12px;font-size:.8125rem;font-weight:700;text-decoration:none;transition:transform .1s,filter .1s;display:inline-block}.TodayScheduleWidget-module__sqVZ0G__linkBadge:active{filter:brightness(.95);transform:scale(.96)}.TodayScheduleWidget-module__sqVZ0G__chzzk{background-color:var(--schedule-badge-chzzk-bg);color:var(--schedule-badge-chzzk-text);border:1px solid var(--schedule-badge-chzzk-border)}.TodayScheduleWidget-module__sqVZ0G__youtube{background-color:var(--schedule-badge-youtube-bg);color:var(--schedule-badge-youtube-text);border:1px solid var(--schedule-badge-youtube-border)}.TodayScheduleWidget-module__sqVZ0G__soop{background-color:var(--schedule-badge-soop-bg);color:var(--schedule-badge-soop-text);border:1px solid var(--schedule-badge-soop-border)}.TodayScheduleWidget-module__sqVZ0G__cime{background-color:var(--schedule-badge-cime-bg);color:var(--schedule-badge-cime-text);border:1px solid var(--schedule-badge-cime-border)}.TodayScheduleWidget-module__sqVZ0G__defaultLink{background-color:var(--surface-muted);color:var(--text-secondary);border:1px solid var(--border-color)}.TodayScheduleWidget-module__sqVZ0G__modalActionBtn{background-color:var(--accent);width:100%;color:var(--text-on-accent);cursor:pointer;border:none;border-radius:16px;padding:14px;font-size:.9375rem;font-weight:800;transition:transform .2s,background-color .2s}.TodayScheduleWidget-module__sqVZ0G__modalActionBtn:active{background-color:var(--accent-hover);transform:scale(.98)}@keyframes TodayScheduleWidget-module__sqVZ0G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes TodayScheduleWidget-module__sqVZ0G__scaleUp{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}
.ViewTransitionOverlay-module__cvzFGG__overlay{background:var(--custom-planner-transition-overlay-bg);border-radius:inherit;z-index:30;flex-direction:column;justify-content:center;align-items:center;gap:16px;animation:.2s ease-out ViewTransitionOverlay-module__cvzFGG__overlayFadeIn;display:flex;position:absolute;inset:0;overflow:hidden}.ViewTransitionOverlay-module__cvzFGG__gradientBg{pointer-events:none;background:radial-gradient(80% 50% at 50% 40%,#6366f114 0%,#22c55e0f 40%,#0000 70%);position:absolute;inset:0}.ViewTransitionOverlay-module__cvzFGG__content{z-index:1;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.ViewTransitionOverlay-module__cvzFGG__logoWrap{animation:1.4s ease-in-out infinite ViewTransitionOverlay-module__cvzFGG__logoPulse}.ViewTransitionOverlay-module__cvzFGG__logo{filter:drop-shadow(0 2px 8px #6366f133);display:block}.ViewTransitionOverlay-module__cvzFGG__text{background:linear-gradient(90deg, var(--schedule-editor-preset-accent) 0%, #22c55e 50%, var(--schedule-editor-preset-accent) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;font-size:15px;font-weight:700;animation:2s linear infinite ViewTransitionOverlay-module__cvzFGG__textShimmer}@keyframes ViewTransitionOverlay-module__cvzFGG__overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ViewTransitionOverlay-module__cvzFGG__logoPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}@keyframes ViewTransitionOverlay-module__cvzFGG__textShimmer{0%{background-position:0%}to{background-position:200%}}
.ThemeToggle-module__hJCpzG__button{color:var(--header-icon);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s,background-color .2s,transform .15s;display:inline-flex}.ThemeToggle-module__hJCpzG__button:hover{color:var(--header-icon-hover);background-color:var(--header-icon-hover-bg)}.ThemeToggle-module__hJCpzG__button:active{transform:scale(.95)}.ThemeToggle-module__hJCpzG__buttonCompact{padding:6px}.ThemeToggle-module__hJCpzG__buttonDesktop{padding:8px}.ThemeToggle-module__hJCpzG__placeholder{visibility:hidden;pointer-events:none;}
.StageBetaBadge-module__UcdLma__badge{letter-spacing:.1em;text-transform:uppercase;background-color:var(--beta-badge-bg);min-height:18px;color:var(--beta-badge-text);border:1px solid var(--beta-badge-border);-webkit-backdrop-filter:blur(4px);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:1px 7px;font-size:9px;font-weight:800;line-height:1.2;display:inline-flex}
