.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:50000;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{color:var(--text-primary);align-items:center;gap:8px;display:flex}.ImageCircleCropModal-module__yYKnnG__modalTitle{color:var(--text-primary);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}
.BannerCard-module__mdgAVG__card{border:1px solid var(--streamer-settings-card-border);background:var(--streamer-settings-card-bg);border-radius:16px;padding:24px;transition:transform .3s,box-shadow .3s,border-color .3s}.BannerCard-module__mdgAVG__card:hover{border-color:var(--streamer-settings-card-border-hover);box-shadow:var(--streamer-settings-card-shadow)}@media (hover:hover) and (pointer:fine){.BannerCard-module__mdgAVG__card:hover{transform:translateY(-2px)}}.BannerCard-module__mdgAVG__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.BannerCard-module__mdgAVG__cardHeaderText{flex-direction:column;gap:6px;display:flex}.BannerCard-module__mdgAVG__label{letter-spacing:.1em;text-transform:uppercase;color:var(--streamer-settings-label);font-size:11px;font-weight:800}.BannerCard-module__mdgAVG__cardTitle{color:var(--streamer-settings-card-title);margin:0;font-size:18px;font-weight:800}.BannerCard-module__mdgAVG__cardIcon{color:var(--streamer-settings-card-icon);transition:color .3s}.BannerCard-module__mdgAVG__card:hover .BannerCard-module__mdgAVG__cardIcon{color:var(--streamer-settings-label)}.BannerCard-module__mdgAVG__description{color:var(--text-secondary);margin:0 0 20px;font-size:13px;line-height:1.65}.BannerCard-module__mdgAVG__description strong{color:var(--streamer-settings-description-strong);font-weight:700}.BannerCard-module__mdgAVG__descriptionMobile{display:none}.BannerCard-module__mdgAVG__hideBannerRow{border:1px solid var(--streamer-settings-input-border);background:var(--streamer-settings-image-bg);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:14px 16px;display:flex}.BannerCard-module__mdgAVG__hideBannerInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.BannerCard-module__mdgAVG__hideBannerTitle{color:var(--streamer-settings-card-title);font-size:14px;font-weight:700}.BannerCard-module__mdgAVG__hideBannerDesc{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.5}.BannerCard-module__mdgAVG__hideBannerDescMobile{display:none}.BannerCard-module__mdgAVG__hideBannerControl{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.BannerCard-module__mdgAVG__hideBannerState{letter-spacing:.04em;color:var(--text-muted);text-align:right;min-width:2rem;font-size:12px;font-weight:800}.BannerCard-module__mdgAVG__hideBannerStateOn{color:var(--streamer-settings-label)}.BannerCard-module__mdgAVG__toggleBtn{background-color:var(--streamer-settings-toggle-off);cursor:pointer;border:none;border-radius:13px;flex-shrink:0;width:48px;height:26px;padding:0;transition:background-color .2s;position:relative}.BannerCard-module__mdgAVG__toggleBtn:disabled{opacity:.6;cursor:not-allowed}.BannerCard-module__mdgAVG__toggleActive{background-color:var(--streamer-settings-label)}.BannerCard-module__mdgAVG__toggleCircle{background-color:var(--card-bg);width:20px;height:20px;box-shadow:var(--streamer-settings-toggle-shadow);border-radius:50%;transition:transform .2s;position:absolute;top:3px;left:3px}.BannerCard-module__mdgAVG__toggleActive .BannerCard-module__mdgAVG__toggleCircle{transform:translate(22px)}.BannerCard-module__mdgAVG__textArea{border:1px solid var(--streamer-settings-input-border);resize:vertical;width:100%;min-height:96px;color:var(--streamer-settings-card-title);background:var(--card-bg);border-radius:12px;outline:none;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.6;transition:border-color .2s,box-shadow .2s}.BannerCard-module__mdgAVG__textArea:focus{border-color:var(--streamer-settings-input-focus-border);box-shadow:var(--streamer-settings-input-focus-shadow)}.BannerCard-module__mdgAVG__textArea::placeholder{color:var(--text-muted)}.BannerCard-module__mdgAVG__charCount{text-align:right;color:var(--text-muted);margin-top:8px;font-size:12px}.BannerCard-module__mdgAVG__saveBtn{width:100%;color:var(--streamer-settings-primary-btn-text);background:var(--streamer-settings-action-gradient);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:700;transition:opacity .2s,transform .2s;display:inline-flex}.BannerCard-module__mdgAVG__saveBtn:hover:not(:disabled){opacity:.92}@media (hover:hover) and (pointer:fine){.BannerCard-module__mdgAVG__saveBtn:hover:not(:disabled){transform:translateY(-1px)}}.BannerCard-module__mdgAVG__saveBtn:disabled{opacity:.6;cursor:not-allowed}.BannerCard-module__mdgAVG__bannerPreviewWrap{width:100%}.BannerCard-module__mdgAVG__bannerPreview{aspect-ratio:4;border:1px solid var(--streamer-settings-input-border);background:var(--streamer-settings-image-bg);cursor:pointer;border-radius:12px;width:100%;position:relative;overflow:hidden}.BannerCard-module__mdgAVG__bannerPreviewEmpty{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.BannerCard-module__mdgAVG__bannerPreviewEmptyText{font-size:13px;font-weight:600}.BannerCard-module__mdgAVG__bannerCover{object-fit:cover}.BannerCard-module__mdgAVG__bannerOverlay{background:var(--streamer-settings-overlay-on-image);color:var(--streamer-settings-primary-btn-text);opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.BannerCard-module__mdgAVG__bannerPreview:hover .BannerCard-module__mdgAVG__bannerOverlay{opacity:1}.BannerCard-module__mdgAVG__actionRow{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;display:flex}.BannerCard-module__mdgAVG__primaryBtn,.BannerCard-module__mdgAVG__dangerBtn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.BannerCard-module__mdgAVG__primaryBtn{border:1px solid var(--streamer-settings-primary-btn-bg);background:var(--streamer-settings-primary-btn-bg);color:var(--streamer-settings-primary-btn-text)}.BannerCard-module__mdgAVG__primaryBtn:hover{background:var(--streamer-settings-primary-btn-hover);border-color:var(--streamer-settings-primary-btn-hover)}.BannerCard-module__mdgAVG__dangerBtn{border:1px solid var(--streamer-settings-danger-chip-border);background:var(--card-bg);color:var(--streamer-settings-danger-chip-text)}.BannerCard-module__mdgAVG__dangerBtn:hover{background:var(--streamer-settings-danger-bg-hover);border-color:var(--streamer-settings-danger-chip-border-hover)}.BannerCard-module__mdgAVG__introEditor,.BannerCard-module__mdgAVG__introFooter{display:contents}@media (max-width:639px){.BannerCard-module__mdgAVG__card{border-radius:12px;flex-direction:column;padding:12px;display:flex}.BannerCard-module__mdgAVG__card:hover{box-shadow:none;transform:none}.BannerCard-module__mdgAVG__cardHeader{order:1;align-items:center;margin-bottom:8px}.BannerCard-module__mdgAVG__cardHeaderText{flex-flow:wrap;align-items:center;gap:6px}.BannerCard-module__mdgAVG__label{font-size:10px}.BannerCard-module__mdgAVG__cardTitle{font-size:.9375rem}.BannerCard-module__mdgAVG__cardIcon{flex-shrink:0;width:18px;height:18px}.BannerCard-module__mdgAVG__descriptionDesktop,.BannerCard-module__mdgAVG__descriptionMobile{display:none}.BannerCard-module__mdgAVG__hideBannerRow{border-radius:10px;order:2;gap:10px;margin-bottom:12px;padding:10px 12px}.BannerCard-module__mdgAVG__hideBannerTitle{font-size:.8125rem}.BannerCard-module__mdgAVG__hideBannerDesc{font-size:.6875rem;line-height:1.4}.BannerCard-module__mdgAVG__hideBannerDescDesktop{display:none}.BannerCard-module__mdgAVG__hideBannerDescMobile{display:block}.BannerCard-module__mdgAVG__hideBannerState{font-size:.6875rem}.BannerCard-module__mdgAVG__toggleBtn{border-radius:12px;width:44px;height:24px}.BannerCard-module__mdgAVG__toggleCircle{width:20px;height:20px;top:2px;left:2px}.BannerCard-module__mdgAVG__toggleActive .BannerCard-module__mdgAVG__toggleCircle{transform:translate(20px)}.BannerCard-module__mdgAVG__introEditor{flex-direction:column;order:2;gap:8px;display:flex}.BannerCard-module__mdgAVG__textArea{resize:none;border-radius:10px;min-height:72px;max-height:120px;padding:10px 12px;font-size:.875rem;line-height:1.5}.BannerCard-module__mdgAVG__introFooter{justify-content:space-between;align-items:center;gap:10px;display:flex}.BannerCard-module__mdgAVG__charCount{text-align:left;white-space:nowrap;margin:0;font-size:.6875rem}.BannerCard-module__mdgAVG__saveBtn{border-radius:10px;flex-shrink:0;width:auto;min-width:84px;margin-top:0;padding:9px 16px;font-size:.8125rem}.BannerCard-module__mdgAVG__saveBtn:hover:not(:disabled){transform:none}.BannerCard-module__mdgAVG__bannerPreviewWrap{order:2}.BannerCard-module__mdgAVG__bannerPreview{aspect-ratio:16/5;border-radius:10px}.BannerCard-module__mdgAVG__bannerPreviewEmpty svg{width:22px;height:22px}.BannerCard-module__mdgAVG__bannerPreviewEmptyText{font-size:.6875rem}.BannerCard-module__mdgAVG__actionRow{order:3;gap:8px;margin-top:8px}.BannerCard-module__mdgAVG__primaryBtn,.BannerCard-module__mdgAVG__dangerBtn{border-radius:9px;flex:1;min-width:0;padding:8px 10px;font-size:.75rem}}@media (hover:none){.BannerCard-module__mdgAVG__bannerOverlay{opacity:0}.BannerCard-module__mdgAVG__bannerPreview:active .BannerCard-module__mdgAVG__bannerOverlay{opacity:1}}
.UrlCard-module__gKQgVq__card{border:1px solid var(--streamer-settings-card-border);background:var(--streamer-settings-card-bg);border-radius:16px;padding:24px;transition:transform .3s,box-shadow .3s,border-color .3s}.UrlCard-module__gKQgVq__card:hover{border-color:var(--streamer-settings-card-border-hover);box-shadow:var(--streamer-settings-card-shadow)}@media (hover:hover) and (pointer:fine){.UrlCard-module__gKQgVq__card:hover{transform:translateY(-2px)}}.UrlCard-module__gKQgVq__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.UrlCard-module__gKQgVq__cardHeaderText{flex-direction:column;gap:6px;display:flex}.UrlCard-module__gKQgVq__label{letter-spacing:.1em;text-transform:uppercase;color:var(--streamer-settings-label);font-size:11px;font-weight:800}.UrlCard-module__gKQgVq__cardTitle{color:var(--streamer-settings-card-title);margin:0;font-size:18px;font-weight:800}.UrlCard-module__gKQgVq__cardIcon{color:var(--streamer-settings-card-icon);transition:color .3s}.UrlCard-module__gKQgVq__card:hover .UrlCard-module__gKQgVq__cardIcon{color:var(--streamer-settings-label)}.UrlCard-module__gKQgVq__sectionTitle{color:var(--streamer-settings-section-label);margin:0 0 8px;font-size:15px;font-weight:700}.UrlCard-module__gKQgVq__previewText{color:var(--text-secondary);margin:0 0 20px;font-size:13px;line-height:1.65}.UrlCard-module__gKQgVq__previewUrl{color:var(--streamer-settings-preview-url);word-break:break-all;font-weight:700}.UrlCard-module__gKQgVq__previewMobile{display:none}.UrlCard-module__gKQgVq__urlEditor{flex-direction:column;gap:10px;display:flex}@media (min-width:640px){.UrlCard-module__gKQgVq__urlEditor{flex-direction:row;align-items:stretch}}.UrlCard-module__gKQgVq__urlInputGroup{border:1px solid var(--streamer-settings-input-border);background:var(--card-bg);border-radius:12px;flex:1;min-width:0;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.UrlCard-module__gKQgVq__urlInputGroup:focus-within{border-color:var(--streamer-settings-input-focus-border);box-shadow:var(--streamer-settings-input-focus-shadow)}.UrlCard-module__gKQgVq__urlPrefix{background:var(--bg-color);border-right:1px solid var(--streamer-settings-input-border);color:var(--text-secondary);white-space:nowrap;align-items:center;padding:0 12px;font-size:13px;font-weight:600;display:flex}.UrlCard-module__gKQgVq__urlInput{min-width:0;height:46px;color:var(--streamer-settings-card-title);background:0 0;border:none;outline:none;flex:1;padding:0 12px;font-size:14px}.UrlCard-module__gKQgVq__urlInput::placeholder{color:var(--text-muted)}.UrlCard-module__gKQgVq__saveBtn{background:var(--streamer-settings-action-gradient);height:46px;color:var(--streamer-settings-primary-btn-text);cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:0 20px;font-size:14px;font-weight:700;transition:opacity .2s,transform .2s}.UrlCard-module__gKQgVq__saveBtn:hover:not(:disabled){opacity:.92}@media (hover:hover) and (pointer:fine){.UrlCard-module__gKQgVq__saveBtn:hover:not(:disabled){transform:translateY(-1px)}}.UrlCard-module__gKQgVq__saveBtn:disabled{opacity:.6;cursor:not-allowed}.UrlCard-module__gKQgVq__hintList{margin:16px 0 0;padding-left:0;list-style:none}.UrlCard-module__gKQgVq__hintList li{color:var(--text-muted);font-size:12px;line-height:1.7}.UrlCard-module__gKQgVq__hintList li:before{content:"* "}@media (max-width:639px){.UrlCard-module__gKQgVq__card{border-radius:12px;padding:12px}.UrlCard-module__gKQgVq__card:hover{box-shadow:none;transform:none}.UrlCard-module__gKQgVq__cardHeader{align-items:center;margin-bottom:8px}.UrlCard-module__gKQgVq__cardHeaderText{flex-flow:wrap;align-items:center;gap:6px}.UrlCard-module__gKQgVq__label{font-size:10px}.UrlCard-module__gKQgVq__cardTitle{font-size:.9375rem}.UrlCard-module__gKQgVq__cardIcon{flex-shrink:0;width:18px;height:18px}.UrlCard-module__gKQgVq__sectionTitle,.UrlCard-module__gKQgVq__previewDesktop{display:none}.UrlCard-module__gKQgVq__previewMobile{margin-bottom:10px;font-size:.6875rem;line-height:1.45;display:block}.UrlCard-module__gKQgVq__urlEditor{gap:8px}.UrlCard-module__gKQgVq__urlInputGroup{border-radius:10px}.UrlCard-module__gKQgVq__urlPrefix{padding:0 8px;font-size:.75rem}.UrlCard-module__gKQgVq__urlInput{height:40px;padding:0 10px;font-size:.875rem}.UrlCard-module__gKQgVq__saveBtn{border-radius:10px;height:40px;padding:0 16px;font-size:.8125rem}.UrlCard-module__gKQgVq__saveBtn:hover:not(:disabled){transform:none}.UrlCard-module__gKQgVq__hintList{margin-top:10px}.UrlCard-module__gKQgVq__hintList li{font-size:.6875rem;line-height:1.5}}
.PageSettingCard-module__dO9R0W__card{border:1px solid var(--streamer-settings-card-border);background:var(--streamer-settings-card-bg);border-radius:16px;padding:24px;transition:transform .3s,box-shadow .3s,border-color .3s}.PageSettingCard-module__dO9R0W__card:hover{border-color:var(--streamer-settings-card-border-hover);box-shadow:var(--streamer-settings-card-shadow)}@media (hover:hover) and (pointer:fine){.PageSettingCard-module__dO9R0W__card:hover{transform:translateY(-2px)}}.PageSettingCard-module__dO9R0W__cardDragging,.PageSettingCard-module__dO9R0W__cardDragging:hover{transition:box-shadow .3s,border-color .3s;transform:none}.PageSettingCard-module__dO9R0W__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.PageSettingCard-module__dO9R0W__cardHeaderText{flex-direction:column;gap:6px;display:flex}.PageSettingCard-module__dO9R0W__label{letter-spacing:.1em;text-transform:uppercase;color:var(--streamer-settings-label);font-size:11px;font-weight:800}.PageSettingCard-module__dO9R0W__cardTitle{color:var(--streamer-settings-card-title);margin:0;font-size:18px;font-weight:800}.PageSettingCard-module__dO9R0W__cardIcon{color:var(--streamer-settings-card-icon);transition:color .3s}.PageSettingCard-module__dO9R0W__card:hover .PageSettingCard-module__dO9R0W__cardIcon{color:var(--streamer-settings-label)}.PageSettingCard-module__dO9R0W__description{color:var(--text-secondary);margin:0 0 20px;font-size:13px;line-height:1.65}.PageSettingCard-module__dO9R0W__description strong{color:var(--streamer-settings-description-strong);font-weight:700}.PageSettingCard-module__dO9R0W__descriptionMobile{display:none}.PageSettingCard-module__dO9R0W__loadingBox{height:180px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:14px;display:flex}.PageSettingCard-module__dO9R0W__sectionList{border-radius:12px;flex-direction:column;min-height:12px;transition:background .15s,box-shadow .15s;display:flex}.PageSettingCard-module__dO9R0W__listGroup{margin-bottom:20px}.PageSettingCard-module__dO9R0W__listGroupTitle{letter-spacing:-.01em;color:var(--streamer-settings-card-title);margin:0 0 8px;font-size:13px;font-weight:800}.PageSettingCard-module__dO9R0W__listGroupHint{color:var(--text-secondary);margin:0 0 10px;font-size:12px;line-height:1.45}.PageSettingCard-module__dO9R0W__listGroupExcluded{border:1px dashed var(--streamer-settings-input-border);background:color-mix(in srgb, var(--streamer-settings-badge-bg) 55%, transparent);border-radius:14px;padding:14px 14px 10px}.PageSettingCard-module__dO9R0W__sectionListExcluded .PageSettingCard-module__dO9R0W__sectionItem:last-child{border-bottom:none;padding-bottom:0}.PageSettingCard-module__dO9R0W__sectionListOver{box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--streamer-settings-accent-text) 45%, transparent);background:color-mix(in srgb, var(--streamer-settings-badge-bg) 70%, transparent)}.PageSettingCard-module__dO9R0W__sectionListEmpty{flex-direction:column;justify-content:center;min-height:72px;padding:12px 4px;display:flex}.PageSettingCard-module__dO9R0W__sectionListEmptyText{text-align:center;color:var(--text-secondary);margin:0;font-size:12px;line-height:1.45}.PageSettingCard-module__dO9R0W__sectionItemExcluded{opacity:.88}.PageSettingCard-module__dO9R0W__orderBadgeExcluded{color:var(--text-secondary);background:0 0;border-style:dashed;font-weight:700}.PageSettingCard-module__dO9R0W__sectionItem{border-bottom:1px solid var(--streamer-settings-input-border);background:0 0;align-items:center;gap:12px;padding:14px 0;display:flex}.PageSettingCard-module__dO9R0W__sectionItemDragging{background:var(--card-bg);box-shadow:var(--streamer-settings-card-shadow);border-bottom-color:#0000;border-radius:12px}.PageSettingCard-module__dO9R0W__sectionItemDragOverlay{box-sizing:border-box;border:1px solid var(--streamer-settings-card-border);background:var(--card-bg);width:100%;height:100%;box-shadow:var(--streamer-settings-card-shadow);cursor:grabbing;touch-action:none;pointer-events:none;border-radius:12px;margin:0;padding:12px 14px;transition:none!important}.PageSettingCard-module__dO9R0W__moveBtnPlaceholder{width:34px;height:30px;display:inline-flex}.PageSettingCard-module__dO9R0W__sectionList .PageSettingCard-module__dO9R0W__sectionItem:last-child{border-bottom:none;padding-bottom:0}.PageSettingCard-module__dO9R0W__sectionList .PageSettingCard-module__dO9R0W__sectionItem:first-child{padding-top:0}.PageSettingCard-module__dO9R0W__dragHandle{width:36px;height:36px;color:var(--streamer-settings-icon-muted);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.PageSettingCard-module__dO9R0W__dragHandle:hover{color:var(--streamer-settings-card-title);background:var(--streamer-settings-badge-bg)}.PageSettingCard-module__dO9R0W__dragHandle:active{cursor:grabbing}.PageSettingCard-module__dO9R0W__orderBadge{background:var(--streamer-settings-badge-bg);border:1px solid var(--streamer-settings-badge-border);width:28px;height:28px;color:var(--streamer-settings-accent-text);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.PageSettingCard-module__dO9R0W__sectionText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.PageSettingCard-module__dO9R0W__sectionTitle{color:var(--streamer-settings-card-title);margin:0;font-size:15px;font-weight:700}.PageSettingCard-module__dO9R0W__sectionDesc{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.4}.PageSettingCard-module__dO9R0W__moveBtns{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.PageSettingCard-module__dO9R0W__moveBtn{border:1.5px solid var(--streamer-settings-badge-border);background:var(--streamer-settings-badge-bg);width:34px;height:30px;color:var(--streamer-settings-accent-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.PageSettingCard-module__dO9R0W__moveBtn:hover:not(:disabled){border-color:var(--streamer-settings-accent-text);background:color-mix(in srgb, var(--streamer-settings-badge-bg) 70%, var(--streamer-settings-accent-text));color:var(--streamer-settings-card-title);box-shadow:0 1px 4px color-mix(in srgb, var(--streamer-settings-accent-text) 22%, transparent)}.PageSettingCard-module__dO9R0W__moveBtn:disabled{opacity:.32;cursor:not-allowed;box-shadow:none}.PageSettingCard-module__dO9R0W__saveBtn{background:var(--streamer-settings-action-gradient);width:100%;color:var(--streamer-settings-primary-btn-text);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:700;transition:opacity .2s;display:inline-flex}.PageSettingCard-module__dO9R0W__saveBtn:hover:not(:disabled){opacity:.92}.PageSettingCard-module__dO9R0W__saveBtn:disabled{opacity:.5;cursor:not-allowed}.PageSettingCard-module__dO9R0W__actionRow{grid-template-columns:1fr 1.4fr;gap:10px;margin-top:16px;display:grid}.PageSettingCard-module__dO9R0W__actionRow .PageSettingCard-module__dO9R0W__saveBtn{width:100%;margin-top:0}.PageSettingCard-module__dO9R0W__previewBtn{border:1px solid var(--streamer-settings-input-border);background:var(--card-bg);width:100%;color:var(--streamer-settings-card-title);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:12px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.PageSettingCard-module__dO9R0W__previewBtn:hover{border-color:var(--streamer-settings-card-border-hover)}.PageSettingCard-module__dO9R0W__stageLinkedBox{border:1px solid var(--streamer-settings-badge-border);background:var(--streamer-settings-badge-bg);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;display:flex}.PageSettingCard-module__dO9R0W__stageLinkedMeta{flex-direction:column;gap:4px;min-width:0;display:flex}.PageSettingCard-module__dO9R0W__stageLinkedLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--streamer-settings-accent-text);font-size:11px;font-weight:800}.PageSettingCard-module__dO9R0W__stageLinkedId{color:var(--streamer-settings-card-title);word-break:break-all;font-size:14px;font-weight:700;text-decoration:none}.PageSettingCard-module__dO9R0W__stageLinkedId:hover{text-decoration:underline}.PageSettingCard-module__dO9R0W__stageDisconnectBtn{border:1px solid var(--streamer-settings-input-border);background:var(--card-bg);color:var(--streamer-settings-card-title);cursor:pointer;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex}.PageSettingCard-module__dO9R0W__stageDisconnectBtn:disabled{opacity:.5;cursor:not-allowed}.PageSettingCard-module__dO9R0W__stageInputRow{grid-template-columns:1fr auto;align-items:stretch;gap:10px;display:grid}.PageSettingCard-module__dO9R0W__stageInput{border:1px solid var(--streamer-settings-input-border);background:var(--card-bg);width:100%;min-width:0;color:var(--streamer-settings-card-title);border-radius:12px;outline:none;padding:12px 14px;font-size:14px;font-weight:600}.PageSettingCard-module__dO9R0W__stageInput:focus{border-color:var(--streamer-settings-input-focus-border);box-shadow:var(--streamer-settings-input-focus-shadow)}.PageSettingCard-module__dO9R0W__stageActionBtns{align-items:stretch;gap:8px;display:flex}.PageSettingCard-module__dO9R0W__stageConnectBtn{background:var(--streamer-settings-action-gradient);color:var(--streamer-settings-primary-btn-text);cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:12px 16px;font-size:14px;font-weight:700;display:inline-flex}.PageSettingCard-module__dO9R0W__stageConnectBtn:disabled{opacity:.5;cursor:not-allowed}.PageSettingCard-module__dO9R0W__stageCreateBtn{border:1px solid var(--streamer-settings-input-border);background:var(--card-bg);color:var(--streamer-settings-card-title);white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:12px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:border-color .15s,background-color .15s;display:inline-flex}.PageSettingCard-module__dO9R0W__stageCreateBtn:hover{border-color:var(--streamer-settings-card-border-hover);background:var(--streamer-settings-badge-bg)}.PageSettingCard-module__dO9R0W__stageDisconnectLabelShort,.PageSettingCard-module__dO9R0W__stageLinkedFooter{display:none}.PageSettingCard-module__dO9R0W__stageChangeIdBtn,.PageSettingCard-module__dO9R0W__stageCreateBtnInline,.PageSettingCard-module__dO9R0W__stageCancelBtn{cursor:pointer;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:12px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:border-color .15s,background-color .15s,opacity .15s;display:inline-flex}.PageSettingCard-module__dO9R0W__stageChangeIdBtn{border:1px solid var(--streamer-settings-input-border);background:var(--card-bg);color:var(--streamer-settings-card-title)}.PageSettingCard-module__dO9R0W__stageChangeIdBtn:hover:not(:disabled){border-color:var(--streamer-settings-card-border-hover);background:var(--streamer-settings-badge-bg)}.PageSettingCard-module__dO9R0W__stageChangeIdBtn:disabled{opacity:.5;cursor:not-allowed}.PageSettingCard-module__dO9R0W__stageCreateBtnInline{border:1px solid var(--streamer-settings-input-border);background:var(--card-bg);color:var(--streamer-settings-card-title)}.PageSettingCard-module__dO9R0W__stageCreateBtnInline:hover{border-color:var(--streamer-settings-card-border-hover);background:var(--streamer-settings-badge-bg)}.PageSettingCard-module__dO9R0W__stageCancelBtn{border:1px solid var(--streamer-settings-input-border);background:var(--card-bg);color:var(--text-secondary)}.PageSettingCard-module__dO9R0W__stageCancelBtn:hover:not(:disabled){border-color:var(--streamer-settings-card-border-hover);background:var(--streamer-settings-badge-bg)}.PageSettingCard-module__dO9R0W__stageCancelBtn:disabled{opacity:.5;cursor:not-allowed}.PageSettingCard-module__dO9R0W__stageCancelBtnMobile{display:none}@media (max-width:639px){.PageSettingCard-module__dO9R0W__stageConnectCardLinked:not(.PageSettingCard-module__dO9R0W__stageConnectCardChanging) .PageSettingCard-module__dO9R0W__stageInputRow{display:none}.PageSettingCard-module__dO9R0W__stageCancelBtnMobile{display:inline-flex}}@media (max-width:640px){.PageSettingCard-module__dO9R0W__stageLinkedBox{border-radius:10px;align-items:center;gap:10px;margin-bottom:10px;padding:10px 12px}.PageSettingCard-module__dO9R0W__stageLinkedId{font-size:.875rem}.PageSettingCard-module__dO9R0W__stageDisconnectBtn{border-radius:8px;padding:7px 10px;font-size:.75rem}.PageSettingCard-module__dO9R0W__stageDisconnectLabelFull{display:none}.PageSettingCard-module__dO9R0W__stageDisconnectLabelShort{display:inline}.PageSettingCard-module__dO9R0W__stageLinkedFooter{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:0;display:grid}.PageSettingCard-module__dO9R0W__stageChangeIdBtn,.PageSettingCard-module__dO9R0W__stageCreateBtnInline{border-radius:10px;width:100%;padding:10px 12px;font-size:.8125rem}.PageSettingCard-module__dO9R0W__stageInputRow{grid-template-columns:1fr;gap:8px}.PageSettingCard-module__dO9R0W__stageInput{border-radius:10px;padding:10px 12px;font-size:.875rem}.PageSettingCard-module__dO9R0W__stageActionBtns{grid-template-columns:1fr 1fr;gap:8px;display:grid}.PageSettingCard-module__dO9R0W__stageConnectBtn,.PageSettingCard-module__dO9R0W__stageCreateBtn,.PageSettingCard-module__dO9R0W__stageCancelBtn{border-radius:10px;justify-content:center;width:100%;padding:10px 12px;font-size:.8125rem}}.PageSettingCard-module__dO9R0W__cardHeaderActions{align-items:center;gap:10px;display:flex}.PageSettingCard-module__dO9R0W__comingSoonBadge{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);background:#94a3b826;border:1px solid #94a3b859;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.PageSettingCard-module__dO9R0W__disabledBody{opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none}.PageSettingCard-module__dO9R0W__cssPreview{border:1px dashed var(--streamer-settings-input-border);background:var(--card-bg);width:100%;min-height:120px;color:var(--text-secondary);resize:none;border-radius:12px;padding:14px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.6}@media (max-width:639px){.PageSettingCard-module__dO9R0W__desktopOnly{display:none!important}.PageSettingCard-module__dO9R0W__card{border-radius:14px;padding:16px}.PageSettingCard-module__dO9R0W__card:hover{box-shadow:none;border-color:var(--streamer-settings-card-border);transform:none}.PageSettingCard-module__dO9R0W__sectionItemDragging{box-shadow:none;background:0 0;border-radius:0}.PageSettingCard-module__dO9R0W__descriptionDesktop{display:none}.PageSettingCard-module__dO9R0W__descriptionMobile{display:block}.PageSettingCard-module__dO9R0W__description{margin-bottom:14px;font-size:.8125rem}.PageSettingCard-module__dO9R0W__listGroupExcluded{border:none;border-top:1px dashed var(--streamer-settings-input-border);border-bottom:1px dashed var(--streamer-settings-input-border);background:0 0;border-radius:0;margin-top:4px;margin-bottom:12px;padding:14px 0 12px}.PageSettingCard-module__dO9R0W__listGroupExcluded .PageSettingCard-module__dO9R0W__listGroupTitle{margin-bottom:6px}.PageSettingCard-module__dO9R0W__listGroupExcluded .PageSettingCard-module__dO9R0W__listGroupHint{margin-bottom:8px}.PageSettingCard-module__dO9R0W__sectionItem{gap:4px;padding:8px 0}.PageSettingCard-module__dO9R0W__dragHandle{border-radius:6px;width:22px;height:32px}.PageSettingCard-module__dO9R0W__dragHandle svg{width:14px;height:14px}.PageSettingCard-module__dO9R0W__orderBadge{border-radius:5px;width:18px;height:18px;font-size:10px}.PageSettingCard-module__dO9R0W__moveBtns{gap:0}.PageSettingCard-module__dO9R0W__moveBtn{width:22px;height:20px;box-shadow:none;background:0 0;border:none;border-radius:5px}.PageSettingCard-module__dO9R0W__moveBtnPlaceholder{width:22px;height:20px}.PageSettingCard-module__dO9R0W__sectionItemDragOverlay{padding:8px 10px}.PageSettingCard-module__dO9R0W__moveBtn:hover:not(:disabled){background:var(--streamer-settings-badge-bg);box-shadow:none;border:none}.PageSettingCard-module__dO9R0W__moveBtn svg{width:13px;height:13px}.PageSettingCard-module__dO9R0W__sectionTitle{font-size:.875rem}.PageSettingCard-module__dO9R0W__sectionDesc{display:none}.PageSettingCard-module__dO9R0W__loadingBox{height:120px}.PageSettingCard-module__dO9R0W__saveBtn{border-radius:10px;margin-top:12px;padding:10px 12px;font-size:.8125rem}.PageSettingCard-module__dO9R0W__actionRow{grid-template-columns:1fr;gap:8px;margin-top:12px}.PageSettingCard-module__dO9R0W__previewBtn{border-radius:10px;padding:10px 12px;font-size:.8125rem}.PageSettingCard-module__dO9R0W__stageConnectCard .PageSettingCard-module__dO9R0W__description{margin-bottom:12px;font-size:.75rem;line-height:1.45}.PageSettingCard-module__dO9R0W__stageConnectCard .PageSettingCard-module__dO9R0W__cardHeader{margin-bottom:8px}}
.PreviewWeeklySample-module__FZ0AwG__wrap{flex-direction:column;gap:10px;display:flex}.PreviewWeeklySample-module__FZ0AwG__outerNav{justify-content:flex-end;align-items:center;gap:6px;padding:0 2px;display:flex}.PreviewWeeklySample-module__FZ0AwG__navArrow{border:1px solid var(--border-color);background:var(--card-bg);width:26px;height:26px;color:var(--text-primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.PreviewWeeklySample-module__FZ0AwG__navArrow:hover{border-color:var(--streamer-settings-card-border-hover,var(--border-color));color:var(--text-primary);background:color-mix(in srgb, var(--card-bg) 85%, var(--text-primary))}.PreviewWeeklySample-module__FZ0AwG__range{text-align:center;letter-spacing:.02em;min-width:96px;color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:700}.PreviewWeeklySample-module__FZ0AwG__todayChip{border:1px solid var(--border-color);background:var(--card-bg);color:var(--text-primary);cursor:pointer;border-radius:999px;align-items:center;padding:4px 10px;font-size:.6875rem;font-weight:800;display:inline-flex}.PreviewWeeklySample-module__FZ0AwG__todayChip:hover{background:color-mix(in srgb, var(--card-bg) 88%, var(--text-primary))}.PreviewWeeklySample-module__FZ0AwG__board{color:#111827;background:#fff;border:1px solid #94a3b838;border-radius:14px;height:min(560px,58dvh);min-height:480px;display:flex;overflow:hidden;box-shadow:0 10px 28px #00000047}.PreviewWeeklySample-module__FZ0AwG__listCol{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:42%;min-width:220px;display:flex}.PreviewWeeklySample-module__FZ0AwG__listHeader{border-bottom:2px solid #e5e7eb;flex-shrink:0;align-items:center;gap:8px;padding:18px 16px 16px;display:flex}.PreviewWeeklySample-module__FZ0AwG__listTitle{letter-spacing:-.02em;color:#111;margin:0;font-size:1.125rem;font-weight:800}.PreviewWeeklySample-module__FZ0AwG__listDivider{color:#d1d5db;font-weight:300}.PreviewWeeklySample-module__FZ0AwG__listStreamer{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8125rem;font-weight:500;overflow:hidden}.PreviewWeeklySample-module__FZ0AwG__previewOnly{letter-spacing:.04em;text-transform:uppercase;color:#6366f1;background:#6366f11a;border:1px solid #6366f140;border-radius:999px;flex-shrink:0;margin-left:auto;padding:2px 7px;font-size:.5625rem;font-weight:800}.PreviewWeeklySample-module__FZ0AwG__listBody{flex:1;overflow-y:auto}.PreviewWeeklySample-module__FZ0AwG__listBody::-webkit-scrollbar{width:5px}.PreviewWeeklySample-module__FZ0AwG__listBody::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:99px}.PreviewWeeklySample-module__FZ0AwG__row{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:0;margin:0;padding:16px;transition:background .15s;display:flex;position:relative}.PreviewWeeklySample-module__FZ0AwG__row:hover{background:#f9fafb}.PreviewWeeklySample-module__FZ0AwG__rowActive{background:#f3f4f6}.PreviewWeeklySample-module__FZ0AwG__rowActive:before{content:"";background:#111;width:3px;position:absolute;top:0;bottom:0;left:0}.PreviewWeeklySample-module__FZ0AwG__rowLeft{flex-direction:column;flex-shrink:0;width:52px;display:flex}.PreviewWeeklySample-module__FZ0AwG__rowDay{color:#111;font-size:.8125rem;font-weight:800}.PreviewWeeklySample-module__FZ0AwG__rowDate{color:#9ca3af;margin-top:2px;font-size:.625rem;font-weight:600}.PreviewWeeklySample-module__FZ0AwG__todayBadge{letter-spacing:.04em;color:#fff;background:#1f2937;border-radius:999px;justify-content:center;align-items:center;width:fit-content;margin-top:5px;padding:1px 6px;font-size:.5rem;font-weight:800;display:inline-flex}.PreviewWeeklySample-module__FZ0AwG__rowCenter{flex-direction:column;flex:1;gap:3px;min-width:0;padding:0 8px;display:flex}.PreviewWeeklySample-module__FZ0AwG__rowTitle{color:#374151;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:650;overflow:hidden}.PreviewWeeklySample-module__FZ0AwG__rowRest .PreviewWeeklySample-module__FZ0AwG__rowDay,.PreviewWeeklySample-module__FZ0AwG__rowRest .PreviewWeeklySample-module__FZ0AwG__rowTitle{color:#9ca3af}.PreviewWeeklySample-module__FZ0AwG__rowMeta{color:#6b7280;align-items:center;gap:4px;font-size:.6875rem;display:inline-flex}.PreviewWeeklySample-module__FZ0AwG__rowArrow{color:#d1d5db;flex-shrink:0;align-self:center}.PreviewWeeklySample-module__FZ0AwG__detailCol{background:#fff;flex-direction:column;flex:1;gap:18px;min-width:0;padding:20px;display:flex;overflow:auto}.PreviewWeeklySample-module__FZ0AwG__imageFrame{aspect-ratio:auto;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;flex:1.15;width:100%;min-height:200px;max-height:none;overflow:hidden}.PreviewWeeklySample-module__FZ0AwG__noImage{color:#d1d5db;letter-spacing:.04em;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;font-size:.6875rem;font-weight:700;display:flex}.PreviewWeeklySample-module__FZ0AwG__infoBox{flex-direction:column;flex:.85;gap:12px;min-width:0;min-height:0;display:flex}.PreviewWeeklySample-module__FZ0AwG__badgeRow{align-items:center;gap:8px;display:flex}.PreviewWeeklySample-module__FZ0AwG__dayBadge{color:#fff;background:#111;border-radius:4px;padding:3px 9px;font-size:.6875rem;font-weight:800;display:inline-flex}.PreviewWeeklySample-module__FZ0AwG__dateText{color:#6b7280;font-size:.8125rem;font-weight:500}.PreviewWeeklySample-module__FZ0AwG__detailTitle{letter-spacing:-.03em;color:#111;word-break:keep-all;margin:0;font-size:1.625rem;font-weight:900;line-height:1.3}.PreviewWeeklySample-module__FZ0AwG__footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:16px;display:flex}.PreviewWeeklySample-module__FZ0AwG__timeRow{color:#374151;align-items:center;gap:6px;font-size:.9375rem;font-weight:700;display:inline-flex}.PreviewWeeklySample-module__FZ0AwG__timeRowMuted{letter-spacing:.06em;color:#9ca3af;font-size:.8125rem;font-weight:700}.PreviewWeeklySample-module__FZ0AwG__detailBtn{color:#374151;pointer-events:none;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:5px;padding:7px 12px;font-size:.75rem;font-weight:700;display:inline-flex}@media (max-width:639px){.PreviewWeeklySample-module__FZ0AwG__wrap{gap:8px}.PreviewWeeklySample-module__FZ0AwG__board{flex-direction:column;height:auto;min-height:0;max-height:none;overflow:visible}.PreviewWeeklySample-module__FZ0AwG__listCol{border-bottom:none;border-right:none;order:2;width:100%;min-width:0;max-height:none;overflow:visible}.PreviewWeeklySample-module__FZ0AwG__listHeader{padding:14px 14px 12px}.PreviewWeeklySample-module__FZ0AwG__listTitle{font-size:1rem}.PreviewWeeklySample-module__FZ0AwG__listBody{overflow:visible}.PreviewWeeklySample-module__FZ0AwG__row{padding:14px}.PreviewWeeklySample-module__FZ0AwG__rowLeft{width:auto;min-width:3.25em}.PreviewWeeklySample-module__FZ0AwG__rowDay{font-size:.875rem}.PreviewWeeklySample-module__FZ0AwG__rowTitle{white-space:normal;-webkit-line-clamp:2;line-clamp:2;word-break:keep-all;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.35;display:-webkit-box}.PreviewWeeklySample-module__FZ0AwG__detailCol{border-bottom:1px solid #e5e7eb;flex-direction:row;order:1;align-items:center;gap:12px;padding:12px 14px;overflow:hidden}.PreviewWeeklySample-module__FZ0AwG__imageFrame{aspect-ratio:1;border-radius:8px;flex:none;width:72px;height:72px;min-height:0}.PreviewWeeklySample-module__FZ0AwG__noImage{gap:2px;font-size:.5rem}.PreviewWeeklySample-module__FZ0AwG__noImage svg{width:22px;height:22px}.PreviewWeeklySample-module__FZ0AwG__infoBox{flex:1;gap:6px;min-width:0}.PreviewWeeklySample-module__FZ0AwG__badgeRow{gap:6px}.PreviewWeeklySample-module__FZ0AwG__dayBadge{padding:2px 7px;font-size:.625rem}.PreviewWeeklySample-module__FZ0AwG__dateText{font-size:.75rem}.PreviewWeeklySample-module__FZ0AwG__detailTitle{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.9375rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.PreviewWeeklySample-module__FZ0AwG__footer{border-top:none;justify-content:flex-start;gap:8px;margin-top:0;padding-top:0}.PreviewWeeklySample-module__FZ0AwG__timeRow{font-size:.8125rem}.PreviewWeeklySample-module__FZ0AwG__timeRow svg{width:14px;height:14px}.PreviewWeeklySample-module__FZ0AwG__detailBtn,.PreviewWeeklySample-module__FZ0AwG__previewOnly{display:none}.PreviewWeeklySample-module__FZ0AwG__outerNav{flex-wrap:wrap;justify-content:center}}
.PreviewInsightSample-module__xGeTFG__board{width:100%}.PreviewInsightSample-module__xGeTFG__grid{grid-template-columns:1fr;gap:14px;display:grid}.PreviewInsightSample-module__xGeTFG__radarCard{background:var(--card-bg,#1e293bb8);border:1px solid #94a3b824;border-radius:18px;justify-content:center;align-items:center;min-height:280px;padding:24px 16px;display:flex}.PreviewInsightSample-module__xGeTFG__rightColumn{flex-direction:column;justify-content:stretch;gap:12px;display:flex}.PreviewInsightSample-module__xGeTFG__rightHeader{flex-direction:column;gap:6px;padding:4px 6px 6px;display:flex}.PreviewInsightSample-module__xGeTFG__kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--streamer-insight-kicker,#94a3b8);align-items:center;gap:5px;font-size:.75rem;font-weight:800;display:inline-flex}.PreviewInsightSample-module__xGeTFG__kickerIcon{color:var(--accent-text,#a5b4fc)}.PreviewInsightSample-module__xGeTFG__mainTitle{letter-spacing:-.02em;color:var(--streamer-insight-title,#f8fafc);word-break:keep-all;margin:0;font-size:1.375rem;font-weight:800;line-height:1.3}.PreviewInsightSample-module__xGeTFG__infoCard{background:var(--card-bg,#1e293bb8);border:1px solid #94a3b824;border-radius:18px;flex-direction:column;flex:1;gap:10px;padding:18px 16px;display:flex}.PreviewInsightSample-module__xGeTFG__cardHeader{align-items:center;gap:6px;display:flex}.PreviewInsightSample-module__xGeTFG__cardIcon{color:var(--streamer-insight-title,#f8fafc);flex-shrink:0}.PreviewInsightSample-module__xGeTFG__cardTitle{color:var(--streamer-insight-title,#f8fafc);letter-spacing:-.01em;margin:0;font-size:.9375rem;font-weight:800}.PreviewInsightSample-module__xGeTFG__cardSummary{color:var(--streamer-insight-body,#94a3b8);word-break:keep-all;margin:0;font-size:.875rem;font-weight:500;line-height:1.65}.PreviewInsightSample-module__xGeTFG__tagsWrapper{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.PreviewInsightSample-module__xGeTFG__tagChip{background:var(--streamer-insight-tag-bg,#94a3b824);color:var(--streamer-insight-title,#f8fafc);letter-spacing:-.01em;border-radius:999px;padding:7px 12px;font-size:.8125rem;font-weight:700;display:inline-flex}@media (min-width:640px){.PreviewInsightSample-module__xGeTFG__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);align-items:stretch;gap:16px;min-height:360px}.PreviewInsightSample-module__xGeTFG__radarCard{min-height:100%;padding:28px 20px}.PreviewInsightSample-module__xGeTFG__rightColumn{gap:14px}.PreviewInsightSample-module__xGeTFG__mainTitle{font-size:1.5rem}.PreviewInsightSample-module__xGeTFG__infoCard{padding:20px 18px}.PreviewInsightSample-module__xGeTFG__cardSummary{font-size:.9375rem;line-height:1.7}}
.ScheduleCalendar-module__wJ2_4W__container{width:100%;margin:0 auto;position:relative}.ScheduleCalendar-module__wJ2_4W__loadingOverlay{background:var(--streamer-calendar-loading-overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:20;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ScheduleCalendar-module__wJ2_4W__header{justify-content:space-between;align-items:center;margin-bottom:20px;padding:0 4px;display:flex}.ScheduleCalendar-module__wJ2_4W__headerTitle{color:var(--streamer-calendar-header-title);letter-spacing:-.5px;margin:0;font-family:Pretendard,sans-serif;font-size:22px;font-weight:800}.ScheduleCalendar-module__wJ2_4W__navButton{background-color:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.ScheduleCalendar-module__wJ2_4W__navButton:hover{background-color:var(--bg-color);color:var(--text-primary);border-color:var(--border-strong)}.ScheduleCalendar-module__wJ2_4W__calendarWrapper{border:1px solid var(--border-color);background-color:var(--streamer-calendar-grid-bg);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.ScheduleCalendar-module__wJ2_4W__weekDaysGrid{background-color:var(--bg-color);border-bottom:1px solid var(--border-color);grid-template-columns:repeat(7,1fr);display:grid}.ScheduleCalendar-module__wJ2_4W__weekDay{text-align:center;color:var(--text-secondary);padding:12px 0;font-size:14px;font-weight:700}.ScheduleCalendar-module__wJ2_4W__weekDay:first-child{color:#ef4444}.ScheduleCalendar-module__wJ2_4W__weekDay:last-child{color:#3b82f6}.ScheduleCalendar-module__wJ2_4W__daysGrid{grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;display:grid}.ScheduleCalendar-module__wJ2_4W__dayCell{background-color:var(--card-bg);cursor:pointer;flex-direction:column;min-height:160px;padding:8px;transition:background-color .1s;display:flex;overflow:hidden}.ScheduleCalendar-module__wJ2_4W__daysGrid .ScheduleCalendar-module__wJ2_4W__dayCell:nth-last-child(7){border-bottom-left-radius:11px}.ScheduleCalendar-module__wJ2_4W__daysGrid .ScheduleCalendar-module__wJ2_4W__dayCell:last-child{border-bottom-right-radius:11px}.ScheduleCalendar-module__wJ2_4W__dayCell:hover{background-color:var(--streamer-calendar-day-hover)}.ScheduleCalendar-module__wJ2_4W__otherMonth{background-color:var(--streamer-calendar-other-month);cursor:default}.ScheduleCalendar-module__wJ2_4W__otherMonth .ScheduleCalendar-module__wJ2_4W__dateNumber{color:var(--text-muted)!important}.ScheduleCalendar-module__wJ2_4W__otherMonth:hover{background-color:var(--streamer-calendar-other-month)}.ScheduleCalendar-module__wJ2_4W__selectedDay{box-shadow:inset 0 0 0 2px #3b82f6;background-color:var(--surface-active)!important}.ScheduleCalendar-module__wJ2_4W__dateHeader{justify-content:flex-end;margin-bottom:6px;display:flex}.ScheduleCalendar-module__wJ2_4W__dateNumber{color:var(--streamer-calendar-date);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:600;display:flex}.ScheduleCalendar-module__wJ2_4W__dayCell:nth-child(7n+1) .ScheduleCalendar-module__wJ2_4W__dateNumber{color:#ef4444}.ScheduleCalendar-module__wJ2_4W__dayCell:nth-child(7n) .ScheduleCalendar-module__wJ2_4W__dateNumber{color:#3b82f6}.ScheduleCalendar-module__wJ2_4W__today .ScheduleCalendar-module__wJ2_4W__dateNumber{background-color:#8b5cf6;font-weight:700;box-shadow:0 2px 4px #8b5cf666;color:#fff!important}.ScheduleCalendar-module__wJ2_4W__desktopEvents{flex-direction:column;gap:4px;margin-top:2px;margin-bottom:4px;display:flex}.ScheduleCalendar-module__wJ2_4W__desktopAds{flex-direction:column;gap:4px;margin-top:auto;display:flex}.ScheduleCalendar-module__wJ2_4W__adStickerPc{border-radius:4px;flex-direction:column;gap:2px;padding:4px 6px;text-decoration:none;transition:filter .2s;display:flex;box-shadow:0 1px 2px #0000000d}.ScheduleCalendar-module__wJ2_4W__adStickerPc:hover{filter:brightness(.95)}.ScheduleCalendar-module__wJ2_4W__adBadgeRowPc{justify-content:flex-start;display:flex}.ScheduleCalendar-module__wJ2_4W__adBadgePc{letter-spacing:.5px;background-color:#ffffff4d;border-radius:3px;padding:1px 4px;font-size:9px;font-weight:800}.ScheduleCalendar-module__wJ2_4W__adTextRowPc{white-space:nowrap;text-overflow:ellipsis;text-align:left;width:100%;font-size:12px;font-weight:700;overflow:hidden}.ScheduleCalendar-module__wJ2_4W__eventChip{box-sizing:border-box;border-radius:6px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:6px 8px;font-size:12px;font-weight:600;display:flex}.ScheduleCalendar-module__wJ2_4W__eventTime{opacity:.7;font-size:10px;font-weight:700}.ScheduleCalendar-module__wJ2_4W__eventText{white-space:nowrap;text-overflow:ellipsis;text-align:left;width:100%;margin-top:1px;line-height:1.2;overflow:hidden}.ScheduleCalendar-module__wJ2_4W__moreLabel{color:var(--text-secondary);margin-top:2px;padding-left:4px;font-size:11px;font-weight:600}.ScheduleCalendar-module__wJ2_4W__typeGame{background-color:var(--streamer-calendar-event-game-bg);color:var(--streamer-calendar-event-game-text);border-left:3px solid #3b82f6}.ScheduleCalendar-module__wJ2_4W__typeRest{background-color:var(--streamer-calendar-event-rest-bg);color:var(--streamer-calendar-event-rest-text);border-left:3px solid #94a3b8}.ScheduleCalendar-module__wJ2_4W__typeDefault{background-color:var(--streamer-calendar-event-default-bg);color:var(--streamer-calendar-event-default-text);border-left:3px solid #a855f7}.ScheduleCalendar-module__wJ2_4W__mobileDots,.ScheduleCalendar-module__wJ2_4W__mobileAgendaWrapper{display:none}@media (max-width:768px){.ScheduleCalendar-module__wJ2_4W__headerTitle{font-size:18px}.ScheduleCalendar-module__wJ2_4W__navButton{padding:6px 10px;font-size:12px}.ScheduleCalendar-module__wJ2_4W__weekDay{padding:8px 0;font-size:13px}.ScheduleCalendar-module__wJ2_4W__dayCell{justify-content:flex-start;align-items:center;min-height:54px;padding:4px}.ScheduleCalendar-module__wJ2_4W__dateHeader{justify-content:center;margin-bottom:2px}.ScheduleCalendar-module__wJ2_4W__dateNumber{width:22px;height:22px;font-size:13px}.ScheduleCalendar-module__wJ2_4W__desktopEvents,.ScheduleCalendar-module__wJ2_4W__desktopAds,.ScheduleCalendar-module__wJ2_4W__pcModalOnly{display:none}.ScheduleCalendar-module__wJ2_4W__mobileDots{justify-content:center;align-items:center;gap:3px;height:12px;margin-top:2px;display:flex}.ScheduleCalendar-module__wJ2_4W__dot{border-radius:50%;width:5px;height:5px}.ScheduleCalendar-module__wJ2_4W__plusDot{color:var(--text-muted);margin-left:1px;font-size:10px;font-weight:800;line-height:5px}.ScheduleCalendar-module__wJ2_4W__adStarIcon{justify-content:center;align-items:center;margin-right:1px;display:flex}.ScheduleCalendar-module__wJ2_4W__bgGame{background-color:#3b82f6}.ScheduleCalendar-module__wJ2_4W__bgRest{background-color:var(--text-muted)}.ScheduleCalendar-module__wJ2_4W__bgDefault{background-color:#a855f7}.ScheduleCalendar-module__wJ2_4W__mobileAgendaWrapper{background:0 0;border:none;border-radius:0;flex-direction:column;margin-top:12px;padding:4px 2px 0;display:flex}.ScheduleCalendar-module__wJ2_4W__agendaHeader{border-bottom:1px solid color-mix(in srgb, var(--text-primary) 10%, transparent);justify-content:space-between;align-items:baseline;margin-bottom:10px;padding:0 2px 10px;display:flex}.ScheduleCalendar-module__wJ2_4W__agendaDate{color:var(--streamer-calendar-header-title);letter-spacing:-.02em;margin:0;font-size:15px;font-weight:800}.ScheduleCalendar-module__wJ2_4W__agendaCount{color:var(--text-secondary);font-size:12px;font-weight:600}.ScheduleCalendar-module__wJ2_4W__agendaContentArea{flex-direction:column;gap:0;display:flex}.ScheduleCalendar-module__wJ2_4W__adAgendaList{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.ScheduleCalendar-module__wJ2_4W__adAgendaCard{box-shadow:none;border-bottom:1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);border-radius:0;justify-content:space-between;align-items:center;padding:12px 4px;font-weight:700;text-decoration:none;transition:opacity .1s;display:flex}.ScheduleCalendar-module__wJ2_4W__adAgendaCard:active{opacity:.75;transform:none}.ScheduleCalendar-module__wJ2_4W__adAgendaLeft{align-items:center;gap:8px;display:flex}.ScheduleCalendar-module__wJ2_4W__adAgendaBadge{border-radius:4px;padding:2px 6px;font-size:10px;font-weight:800}.ScheduleCalendar-module__wJ2_4W__adAgendaText{white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:14px;overflow:hidden}.ScheduleCalendar-module__wJ2_4W__agendaList{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.ScheduleCalendar-module__wJ2_4W__emptyAgenda{text-align:center;color:var(--text-muted);padding:28px 0;font-size:14px;font-weight:500}}.ScheduleCalendar-module__wJ2_4W__agendaItem{background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;align-items:stretch;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000d}.ScheduleCalendar-module__wJ2_4W__agendaColorBar{flex-shrink:0;align-self:stretch;width:6px}.ScheduleCalendar-module__wJ2_4W__agendaThumbnail{aspect-ratio:1;background-color:var(--streamer-calendar-thumb-bg);flex-shrink:0;justify-content:center;align-items:center;width:72px;display:flex;overflow:hidden}.ScheduleCalendar-module__wJ2_4W__agendaThumbnail img{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:100%}.ScheduleCalendar-module__wJ2_4W__agendaContent{flex-direction:column;flex:1;justify-content:center;gap:8px;min-width:0;padding:12px;display:flex}.ScheduleCalendar-module__wJ2_4W__agendaMetaRow{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.ScheduleCalendar-module__wJ2_4W__agendaTextGroup{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:4px;min-width:0;display:flex}.ScheduleCalendar-module__wJ2_4W__agendaTitle{color:var(--streamer-calendar-agenda-title);text-align:left;white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;font-size:14px;font-weight:700;overflow:hidden}.ScheduleCalendar-module__wJ2_4W__agendaTitleMarqueeWrap{white-space:nowrap;width:100%;min-width:0;overflow:hidden}.ScheduleCalendar-module__wJ2_4W__agendaTitleMarqueeTrack{width:max-content;display:inline-block}.ScheduleCalendar-module__wJ2_4W__agendaTitleMarqueeTrackActive{animation:linear infinite ScheduleCalendar-module__wJ2_4W__agendaTitleMarquee}.ScheduleCalendar-module__wJ2_4W__agendaTitleText{color:var(--streamer-calendar-agenda-title);white-space:nowrap;font-size:14px;font-weight:700}@keyframes ScheduleCalendar-module__wJ2_4W__agendaTitleMarquee{0%,6%{transform:translate(0)}64%,72%{transform:translateX(var(--marquee-end,0))}72.01%,to{transform:translate(0)}}.ScheduleCalendar-module__wJ2_4W__agendaTime{color:var(--text-muted);justify-content:flex-start;align-items:center;gap:4px;min-width:0;margin:0;font-size:12px;font-weight:600;display:flex}.ScheduleCalendar-module__wJ2_4W__reviewBtn{background-color:var(--streamer-calendar-review-btn-bg);color:var(--streamer-calendar-review-btn-text);border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.ScheduleCalendar-module__wJ2_4W__reviewBtn:active{background-color:var(--streamer-calendar-review-btn-hover);transform:scale(.95)}@media (max-width:767px){.ScheduleCalendar-module__wJ2_4W__agendaItem{border:none;border-bottom:1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);box-shadow:none;background:0 0;border-radius:0}.ScheduleCalendar-module__wJ2_4W__agendaItem:last-child{border-bottom:none}.ScheduleCalendar-module__wJ2_4W__agendaColorBar{border-radius:999px;width:3px;margin:12px 0}.ScheduleCalendar-module__wJ2_4W__agendaThumbnail{border-radius:8px;width:52px;margin:10px 0 10px 8px;overflow:hidden}.ScheduleCalendar-module__wJ2_4W__agendaContent{gap:8px;padding:12px 2px 12px 10px}.ScheduleCalendar-module__wJ2_4W__agendaMetaRow{align-items:center;gap:8px}.ScheduleCalendar-module__wJ2_4W__agendaTitleMarqueeWrap{white-space:normal}.ScheduleCalendar-module__wJ2_4W__agendaTitleMarqueeTrack,.ScheduleCalendar-module__wJ2_4W__agendaTitleMarqueeTrackActive{width:100%;max-width:100%;animation:none;display:block;transform:none!important}.ScheduleCalendar-module__wJ2_4W__agendaTitleText{-webkit-line-clamp:2;white-space:normal;word-break:keep-all;overflow-wrap:break-word;letter-spacing:-.02em;-webkit-box-orient:vertical;font-size:14.5px;line-height:1.35;display:-webkit-box;overflow:hidden}.ScheduleCalendar-module__wJ2_4W__agendaTime{gap:5px;font-size:12.5px}.ScheduleCalendar-module__wJ2_4W__reviewBtn{border-radius:999px;min-height:32px;padding:7px 11px;font-size:12px}}
.HelpModal-module__-ldnJq__root{z-index:1200;opacity:0;isolation:isolate;contain:strict;backface-visibility:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a7a;place-items:center;padding:1rem;transition:opacity .2s;display:grid;position:fixed;inset:0;overflow:hidden;transform:none}.HelpModal-module__-ldnJq__rootEnter{opacity:0}.HelpModal-module__-ldnJq__rootOpen{opacity:1}.HelpModal-module__-ldnJq__rootExit{pointer-events:none;opacity:0;transition:opacity .16s}.HelpModal-module__-ldnJq__modal{border:1px solid color-mix(in srgb, var(--border-strong) 70%, transparent);--help-divider:#c5cedd;background:var(--surface,var(--card-bg,#fff));opacity:0;border-radius:1rem;flex-direction:column;width:min(48rem,100%);max-height:min(92vh,38rem);transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden;transform:scale(.94)translateY(10px);box-shadow:0 28px 70px -24px #0f172a80,0 0 0 1px #ffffff0a}.HelpModal-module__-ldnJq__modalWide{width:min(54rem,100%);max-height:min(92vh,42rem)}.HelpModal-module__-ldnJq__rootOpen .HelpModal-module__-ldnJq__modal{opacity:1;transform:scale(1)translateY(0)}.HelpModal-module__-ldnJq__rootEnter .HelpModal-module__-ldnJq__modal,.HelpModal-module__-ldnJq__rootExit .HelpModal-module__-ldnJq__modal{opacity:0;transform:scale(.94)translateY(10px)}.HelpModal-module__-ldnJq__rootExit .HelpModal-module__-ldnJq__modal{transition:opacity .14s,transform .14s}@media (prefers-reduced-motion:reduce){.HelpModal-module__-ldnJq__root,.HelpModal-module__-ldnJq__rootEnter,.HelpModal-module__-ldnJq__rootOpen,.HelpModal-module__-ldnJq__rootExit,.HelpModal-module__-ldnJq__modal,.HelpModal-module__-ldnJq__rootOpen .HelpModal-module__-ldnJq__modal,.HelpModal-module__-ldnJq__rootEnter .HelpModal-module__-ldnJq__modal,.HelpModal-module__-ldnJq__rootExit .HelpModal-module__-ldnJq__modal{transition-duration:.01ms!important;transform:none!important}}.HelpModal-module__-ldnJq__header{border-bottom:1px solid var(--help-divider);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1.1rem .85rem;display:flex}.HelpModal-module__-ldnJq__heading{align-items:flex-start;gap:.7rem;min-width:0;display:flex}.HelpModal-module__-ldnJq__icon{background:color-mix(in srgb, var(--accent) 14%, var(--card-bg));border:1px solid color-mix(in srgb, var(--accent) 32%, transparent);width:2.2rem;height:2.2rem;color:var(--accent-text,var(--accent));border-radius:.6rem;flex-shrink:0;place-items:center;display:grid}.HelpModal-module__-ldnJq__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:1.02rem;font-weight:800}.HelpModal-module__-ldnJq__sub{color:var(--text-secondary);margin:.18rem 0 0;font-size:.78rem;font-weight:600;line-height:1.35}.HelpModal-module__-ldnJq__close{width:2rem;height:2rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;place-items:center;margin:0;padding:0;display:grid}.HelpModal-module__-ldnJq__close:hover{background:color-mix(in srgb, var(--surface-muted,#e2e8f0) 70%, transparent);color:var(--text-primary)}.HelpModal-module__-ldnJq__shell{flex:auto;grid-template-columns:12.25rem minmax(0,1fr);min-width:0;min-height:0;display:grid}.HelpModal-module__-ldnJq__navDesktop{border-right:1px solid var(--help-divider);background:color-mix(in srgb, var(--surface-muted,#f1f5f9) 40%, transparent);flex-direction:column;gap:.15rem;min-height:0;padding:.55rem .5rem .7rem;display:flex;overflow-y:auto}.HelpModal-module__-ldnJq__navGroup{flex-direction:column;gap:.15rem;display:flex}.HelpModal-module__-ldnJq__navGroup+.HelpModal-module__-ldnJq__navGroup{border-top:1px solid var(--help-divider);margin-top:.45rem;padding-top:.45rem}.HelpModal-module__-ldnJq__navGroupLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);opacity:.85;margin:0 0 .2rem .35rem;font-size:.62rem;font-weight:800}.HelpModal-module__-ldnJq__tocGroupLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);opacity:.85;margin:.45rem .35rem .15rem;font-size:.62rem;font-weight:800}.HelpModal-module__-ldnJq__tocGroupLabel:first-child{margin-top:.1rem}.HelpModal-module__-ldnJq__mobileChrome,.HelpModal-module__-ldnJq__tocScrim,.HelpModal-module__-ldnJq__tocList{display:none}.HelpModal-module__-ldnJq__navItem{width:100%;color:var(--text-secondary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.55rem;align-items:center;gap:.45rem;margin:0;padding:.48rem .5rem;font-size:.78rem;font-weight:700;transition:background .12s,color .12s;display:flex}.HelpModal-module__-ldnJq__navItem:hover{background:color-mix(in srgb, var(--surface-muted,#e2e8f0) 70%, transparent);color:var(--text-primary)}.HelpModal-module__-ldnJq__navItemActive{background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--text-primary);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 28%, transparent)}.HelpModal-module__-ldnJq__navNum{background:color-mix(in srgb, var(--text-primary) 10%, transparent);border-radius:999px;flex-shrink:0;place-items:center;width:1.35rem;height:1.35rem;font-size:.68rem;font-weight:800;display:grid}.HelpModal-module__-ldnJq__navItemActive .HelpModal-module__-ldnJq__navNum{background:var(--text-primary);color:var(--text-inverse,#fff)}.HelpModal-module__-ldnJq__navLabel{letter-spacing:-.01em;min-width:0;line-height:1.25}.HelpModal-module__-ldnJq__navLabelFull{display:block}.HelpModal-module__-ldnJq__navLabelShort{display:none}.HelpModal-module__-ldnJq__body{-webkit-overflow-scrolling:touch;min-width:0;min-height:0;padding:1rem 1.15rem 1.15rem;overflow-y:auto}.HelpModal-module__-ldnJq__step{flex-direction:column;gap:.75rem;display:flex}.HelpModal-module__-ldnJq__stepTitle{letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:.45rem;margin:0;font-size:1.05rem;font-weight:800;display:flex}.HelpModal-module__-ldnJq__stepLead{color:var(--text-secondary);margin:0;font-size:.9rem;font-weight:550;line-height:1.55}.HelpModal-module__-ldnJq__stepLead strong{color:var(--text-primary);font-weight:750}.HelpModal-module__-ldnJq__shot{flex-direction:column;gap:.35rem;margin:0;display:flex}.HelpModal-module__-ldnJq__shotFrame{border:1px solid color-mix(in srgb, var(--border-strong) 55%, transparent);background:color-mix(in srgb, var(--card-bg,#0b1220) 88%, #000);border-radius:.7rem;width:100%;position:relative;overflow:hidden}.HelpModal-module__-ldnJq__shotImg{object-fit:contain;object-position:center;pointer-events:none;width:100%;height:auto;display:block}.HelpModal-module__-ldnJq__shotCap{color:var(--text-secondary);margin:0;font-size:.72rem;font-weight:600;line-height:1.35}.HelpModal-module__-ldnJq__howto{color:var(--text-primary);flex-direction:column;gap:.55rem;margin:0;padding:0;font-size:.88rem;font-weight:600;line-height:1.45;list-style:none;display:flex}.HelpModal-module__-ldnJq__howto:not(:has(.HelpModal-module__-ldnJq__howtoRow)){padding:0 0 0 1.2rem;list-style:decimal}.HelpModal-module__-ldnJq__howto:not(:has(.HelpModal-module__-ldnJq__howtoRow))>li{padding-left:.15rem}.HelpModal-module__-ldnJq__howto:not(:has(.HelpModal-module__-ldnJq__howtoRow))>li+li{margin-top:0}.HelpModal-module__-ldnJq__howto .HelpModal-module__-ldnJq__zoneList{gap:.28rem;margin:.4rem 0 .05rem;padding:0}.HelpModal-module__-ldnJq__howto .HelpModal-module__-ldnJq__zoneList li{border-color:color-mix(in srgb, var(--border-strong) 38%, transparent);background:color-mix(in srgb, var(--surface-muted,#f1f5f9) 28%, transparent);border-radius:.5rem;padding:.42rem .6rem;font-size:.84rem;line-height:1.4}.HelpModal-module__-ldnJq__howtoRow{border:1px solid color-mix(in srgb, var(--border-strong) 50%, transparent);background:color-mix(in srgb, var(--surface-muted,#f1f5f9) 45%, var(--card-bg));border-radius:.65rem;align-items:center;gap:.55rem;margin:0;padding:.55rem .7rem;display:flex}.HelpModal-module__-ldnJq__actionBtn{white-space:nowrap;border-radius:4px;flex:0 0 5.25rem;justify-content:center;align-items:center;gap:.25rem;width:5.25rem;padding:.38rem .35rem;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex}.HelpModal-module__-ldnJq__actionBtn svg{flex-shrink:0;display:block}.HelpModal-module__-ldnJq__actionBtnAccept{background:color-mix(in srgb, #16a34a 12%, var(--card-bg));color:#16a34a}.HelpModal-module__-ldnJq__actionBtnReject{color:var(--text-muted);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--border-strong) 55%, transparent);background:0 0}.HelpModal-module__-ldnJq__howtoArrow{color:var(--text-muted,var(--text-secondary));opacity:.75;flex:none;font-weight:700}.HelpModal-module__-ldnJq__howtoDesc{min-width:0;color:var(--text-secondary);font-size:.86rem;font-weight:600;line-height:1.35}.HelpModal-module__-ldnJq__zoneList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.HelpModal-module__-ldnJq__step>.HelpModal-module__-ldnJq__callout,.HelpModal-module__-ldnJq__step>.HelpModal-module__-ldnJq__calloutWarn{margin-top:.15rem}.HelpModal-module__-ldnJq__zoneList li{border:1px solid color-mix(in srgb, var(--border-strong) 50%, transparent);background:color-mix(in srgb, var(--surface-muted,#f1f5f9) 45%, var(--card-bg));color:var(--text-secondary);border-radius:.65rem;padding:.55rem .7rem;font-size:.86rem;font-weight:600;line-height:1.45}.HelpModal-module__-ldnJq__zoneList strong{color:var(--text-primary);font-weight:800}.HelpModal-module__-ldnJq__emphasis{color:#ef4444!important}.HelpModal-module__-ldnJq__callout{border:1px solid color-mix(in srgb, var(--accent) 28%, transparent);background:color-mix(in srgb, var(--accent) 9%, var(--card-bg));color:var(--text-secondary);border-radius:.65rem;margin:0;padding:.65rem .75rem;font-size:.82rem;font-weight:600;line-height:1.45}.HelpModal-module__-ldnJq__calloutWarn{background:color-mix(in srgb, #f59e0b 12%, var(--card-bg));color:var(--text-secondary);border:1px solid #f59e0b6b;border-radius:.65rem;align-items:flex-start;gap:.45rem;margin:0;padding:.65rem .75rem;font-size:.82rem;font-weight:600;line-height:1.45;display:flex}.HelpModal-module__-ldnJq__calloutWarnIcon{color:#d97706;flex-shrink:0;margin-top:.12rem}.HelpModal-module__-ldnJq__primaryCta{border:1.5px solid color-mix(in srgb, var(--accent) 50%, transparent);background:color-mix(in srgb, var(--accent) 14%, var(--card-bg));color:var(--accent-text,var(--accent));font:inherit;cursor:pointer;border-radius:.65rem;justify-content:center;align-self:flex-start;align-items:center;gap:.4rem;margin:.15rem 0 0;padding:.55rem .95rem;font-size:.88rem;font-weight:750;display:inline-flex}.HelpModal-module__-ldnJq__copyUrlRow{align-items:stretch;gap:.4rem;min-width:0;margin:.35rem 0;display:flex}.HelpModal-module__-ldnJq__copyUrl{border:1px solid color-mix(in srgb, var(--border-strong) 55%, transparent);background:color-mix(in srgb, var(--surface-muted,var(--card-bg)) 70%, transparent);min-width:0;color:var(--text-secondary);word-break:break-all;border-radius:.5rem;flex:1;margin:0;padding:.5rem .65rem;font-size:.76rem;font-weight:600;line-height:1.4}.HelpModal-module__-ldnJq__copyUrlBtn{border:1px solid color-mix(in srgb, var(--border-strong) 65%, transparent);background:color-mix(in srgb, var(--card-bg) 94%, transparent);color:var(--text-primary);font:inherit;white-space:nowrap;cursor:pointer;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;gap:.3rem;margin:0;padding:0 .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.HelpModal-module__-ldnJq__copyUrlBtn:hover{border-color:color-mix(in srgb, var(--accent) 40%, var(--border-strong));background:color-mix(in srgb, var(--accent) 8%, var(--card-bg))}.HelpModal-module__-ldnJq__copyUrlBtnCopied{color:#16a34a;border-color:#22c55e66}.HelpModal-module__-ldnJq__primaryCta:hover{background:color-mix(in srgb, var(--accent) 22%, var(--card-bg))}.HelpModal-module__-ldnJq__footer{border-top:1px solid var(--help-divider);background:color-mix(in srgb, var(--surface-muted,#f8fafc) 50%, transparent);flex-shrink:0;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;padding:.7rem 1rem;display:grid}.HelpModal-module__-ldnJq__navBtn,.HelpModal-module__-ldnJq__navBtnPrimary{font:inherit;cursor:pointer;box-sizing:border-box;border-radius:.55rem;justify-content:center;align-items:center;gap:.3rem;min-width:5.5rem;margin:0;padding:.45rem .8rem;font-size:.84rem;font-weight:700;display:inline-flex}.HelpModal-module__-ldnJq__navBtn{border:1px solid color-mix(in srgb, var(--border-strong) 70%, transparent);background:var(--card-bg);color:var(--text-secondary);justify-self:start}.HelpModal-module__-ldnJq__navBtn:disabled{opacity:.4;cursor:not-allowed}.HelpModal-module__-ldnJq__navBtnPrimary{background:var(--text-primary);color:var(--text-inverse,#fff);border:none;justify-self:end}.HelpModal-module__-ldnJq__progress{text-align:center;color:var(--text-muted,var(--text-secondary));letter-spacing:-.01em;font-variant-numeric:tabular-nums;justify-self:center;font-size:.78rem;font-weight:700}.HelpModal-module__-ldnJq__navBtnPrimary:hover:not(:disabled){filter:brightness(1.06)}.HelpModal-module__-ldnJq__navBtnPrimary:disabled{opacity:.4;cursor:not-allowed;filter:none}.HelpModal-module__-ldnJq__sheetHandle{display:none}@media (max-width:900px){.HelpModal-module__-ldnJq__root{box-sizing:border-box;background:var(--surface,var(--card-bg,#fff));-webkit-backdrop-filter:none;opacity:1;place-items:stretch stretch;padding:0;transition:transform .3s cubic-bezier(.22,1,.36,1);transform:translate(100%)}.HelpModal-module__-ldnJq__rootEnter{opacity:1;transform:translate(100%)}.HelpModal-module__-ldnJq__rootOpen{opacity:1;transform:translate(0,0)}.HelpModal-module__-ldnJq__rootExit{pointer-events:none;opacity:1;transition:transform .28s cubic-bezier(.4,0,.2,1);transform:translate(100%)}.HelpModal-module__-ldnJq__modal{width:100%;max-width:none;height:100%;min-height:100%;max-height:none;box-shadow:none;box-sizing:border-box;opacity:1;border:none;border-radius:0;transition:none;transform:none}.HelpModal-module__-ldnJq__rootOpen .HelpModal-module__-ldnJq__modal,.HelpModal-module__-ldnJq__rootEnter .HelpModal-module__-ldnJq__modal,.HelpModal-module__-ldnJq__rootExit .HelpModal-module__-ldnJq__modal{opacity:1;transform:none}.HelpModal-module__-ldnJq__sheetHandle{display:none!important}.HelpModal-module__-ldnJq__header{border-bottom:1px solid var(--help-divider);background:var(--surface,var(--card-bg,#fff));align-items:center;padding:.7rem .9rem .65rem}.HelpModal-module__-ldnJq__heading{align-items:center;gap:.55rem}.HelpModal-module__-ldnJq__icon{border-radius:.55rem;width:2rem;height:2rem}.HelpModal-module__-ldnJq__icon svg{width:16px;height:16px}.HelpModal-module__-ldnJq__title{font-size:1rem}.HelpModal-module__-ldnJq__sub{display:none}.HelpModal-module__-ldnJq__close{background:color-mix(in srgb, var(--surface-muted,#e2e8f0) 55%, transparent);border-radius:.55rem;width:2.35rem;height:2.35rem}.HelpModal-module__-ldnJq__shell{flex:auto;grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);min-height:0;display:grid;position:relative}.HelpModal-module__-ldnJq__navDesktop{display:none}.HelpModal-module__-ldnJq__mobileChrome{z-index:40;border-bottom:1px solid var(--help-divider);background:color-mix(in srgb, var(--surface-muted,#f8fafc) 55%, transparent);flex-direction:column;flex-shrink:0;grid-area:1/1;gap:0;display:flex}.HelpModal-module__-ldnJq__body{grid-area:2/1;min-height:0}.HelpModal-module__-ldnJq__tocScrim{z-index:30;cursor:pointer;background:#0f172a47;border:none;border-radius:0;grid-area:2/1;width:100%;height:100%;min-height:0;margin:0;padding:0;animation:.16s HelpModal-module__-ldnJq__tocScrimIn;display:block}@keyframes HelpModal-module__-ldnJq__tocScrimIn{0%{opacity:0}to{opacity:1}}.HelpModal-module__-ldnJq__progressTrack{background:color-mix(in srgb, var(--border-strong) 45%, transparent);width:100%;height:3px;overflow:hidden}.HelpModal-module__-ldnJq__progressTrackFill{background:var(--accent);border-radius:0 2px 2px 0;height:100%;transition:width .25s}.HelpModal-module__-ldnJq__mobileStepBar{align-items:center;gap:.55rem;min-width:0;padding:.7rem 1rem;display:flex}.HelpModal-module__-ldnJq__mobileStepBadge{letter-spacing:-.02em;color:var(--accent-text,var(--accent));background:color-mix(in srgb, var(--accent) 14%, transparent);border:1px solid color-mix(in srgb, var(--accent) 28%, transparent);border-radius:999px;flex-shrink:0;padding:.28rem .65rem;font-size:.8rem;font-weight:800}.HelpModal-module__-ldnJq__mobileStepName{min-width:0;color:var(--text-primary);letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:.95rem;font-weight:750;overflow:hidden}.HelpModal-module__-ldnJq__tocBtn{border:1px solid color-mix(in srgb, var(--border-strong) 65%, transparent);background:var(--card-bg,#fff);color:var(--text-secondary);font:inherit;cursor:pointer;border-radius:.55rem;flex-shrink:0;align-items:center;gap:.25rem;margin:0;padding:.42rem .65rem;font-size:.82rem;font-weight:700;display:inline-flex}.HelpModal-module__-ldnJq__tocBtn[aria-expanded=true]{border-color:color-mix(in srgb, var(--accent) 40%, transparent);color:var(--text-primary);background:color-mix(in srgb, var(--accent) 10%, var(--card-bg))}.HelpModal-module__-ldnJq__tocList{z-index:31;border:1px solid color-mix(in srgb, var(--border-strong) 52%, transparent);background:var(--card-bg,#fff);-webkit-overflow-scrolling:touch;border-radius:0 0 .85rem .85rem;flex-direction:column;grid-area:2/1;place-self:start stretch;gap:.1rem;max-height:min(52dvh,22rem);margin:0 .55rem;padding:.4rem .35rem;animation:.18s HelpModal-module__-ldnJq__tocListIn;display:flex;overflow-y:auto;box-shadow:0 14px 36px #0f172a2e,0 2px 8px #0f172a14}@keyframes HelpModal-module__-ldnJq__tocListIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.HelpModal-module__-ldnJq__tocItem{width:100%;color:var(--text-secondary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.55rem;align-items:center;gap:.55rem;margin:0;padding:.65rem .55rem;font-size:.9rem;font-weight:650;display:flex}.HelpModal-module__-ldnJq__tocItem:hover,.HelpModal-module__-ldnJq__tocItemActive{background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--text-primary)}.HelpModal-module__-ldnJq__tocItemNum{background:color-mix(in srgb, var(--surface-muted,#e2e8f0) 85%, transparent);border-radius:.45rem;flex-shrink:0;place-items:center;width:1.55rem;height:1.55rem;font-size:.75rem;font-weight:800;display:grid}.HelpModal-module__-ldnJq__tocItemActive .HelpModal-module__-ldnJq__tocItemNum{background:color-mix(in srgb, var(--accent) 22%, transparent);color:var(--accent-text,var(--accent))}.HelpModal-module__-ldnJq__body{padding:1.1rem 1.1rem 1.25rem}.HelpModal-module__-ldnJq__step{gap:.7rem}.HelpModal-module__-ldnJq__stepTitle{font-size:1.05rem}.HelpModal-module__-ldnJq__stepTitle svg{flex-shrink:0;width:18px;height:18px}.HelpModal-module__-ldnJq__stepLead{font-size:.9rem;line-height:1.55}.HelpModal-module__-ldnJq__howto{font-size:.86rem}.HelpModal-module__-ldnJq__howto:not(:has(.HelpModal-module__-ldnJq__howtoRow)){padding-left:1.1rem}.HelpModal-module__-ldnJq__howtoRow{flex-wrap:wrap;padding:.55rem .65rem}.HelpModal-module__-ldnJq__actionBtn{flex:none;width:auto;min-width:4.5rem}.HelpModal-module__-ldnJq__howtoDesc{flex:100%;font-size:.84rem}.HelpModal-module__-ldnJq__zoneList{gap:.45rem}.HelpModal-module__-ldnJq__zoneList li{padding:.6rem .7rem;font-size:.86rem;line-height:1.45}.HelpModal-module__-ldnJq__howto .HelpModal-module__-ldnJq__zoneList{gap:.26rem;margin-top:.35rem}.HelpModal-module__-ldnJq__howto .HelpModal-module__-ldnJq__zoneList li{padding:.4rem .55rem;font-size:.82rem;line-height:1.38}.HelpModal-module__-ldnJq__callout,.HelpModal-module__-ldnJq__calloutWarn{padding:.65rem .75rem;font-size:.82rem}.HelpModal-module__-ldnJq__primaryCta{align-self:stretch;width:100%}.HelpModal-module__-ldnJq__footer{border-top:1px solid var(--help-divider);background:color-mix(in srgb, var(--surface-muted,#f8fafc) 70%, var(--card-bg));gap:.5rem;padding:.6rem .9rem}.HelpModal-module__-ldnJq__navBtn,.HelpModal-module__-ldnJq__navBtnPrimary{min-height:2.65rem;padding:.5rem .95rem;font-size:.88rem}.HelpModal-module__-ldnJq__progress{font-size:.82rem}}[data-theme=dark] .HelpModal-module__-ldnJq__modal{--help-divider:#94a3b852;background:#121820f5}[data-theme=dark] .HelpModal-module__-ldnJq__root{background:#0000008c}@media (max-width:900px){[data-theme=dark] .HelpModal-module__-ldnJq__root{background:#12181f}[data-theme=dark] .HelpModal-module__-ldnJq__header{background:#12181f}}[data-theme=dark] .HelpModal-module__-ldnJq__navItem:hover{color:#f1f5f9;background:#334155b3}[data-theme=dark] .HelpModal-module__-ldnJq__navItemActive{color:#f8fafc;background:#1f3251;box-shadow:inset 0 0 0 1px #60a5fa59}[data-theme=dark] .HelpModal-module__-ldnJq__navItemActive .HelpModal-module__-ldnJq__navNum{color:#0f172a;background:#e2e8f0}[data-theme=dark] .HelpModal-module__-ldnJq__navGroup+.HelpModal-module__-ldnJq__navGroup{border-top-color:var(--help-divider)}[data-theme=dark] .HelpModal-module__-ldnJq__navDesktop{background:#0c1118cc}[data-theme=dark] .HelpModal-module__-ldnJq__navBtnPrimary{color:#0f172a;background:#f1f5f9}[data-theme=dark] .HelpModal-module__-ldnJq__navBtnPrimary:hover:not(:disabled){filter:brightness(1.06)}[data-theme=dark] .HelpModal-module__-ldnJq__mobileChrome{background:#0c1118e0}[data-theme=dark] .HelpModal-module__-ldnJq__zoneList li{background:#212939}[data-theme=dark] .HelpModal-module__-ldnJq__howto .HelpModal-module__-ldnJq__zoneList li{background:#2430418c;border-color:#94a3b82e}[data-theme=dark] .HelpModal-module__-ldnJq__howtoRow{background:#212939}[data-theme=dark] .HelpModal-module__-ldnJq__actionBtnAccept{color:#4ade80;background:#22c55e24}[data-theme=dark] .HelpModal-module__-ldnJq__actionBtnReject{color:#64748b;box-shadow:inset 0 0 0 1px #94a3b838}[data-theme=dark] .HelpModal-module__-ldnJq__footer{background:#0c1118d9}[data-theme=dark] .HelpModal-module__-ldnJq__tocBtn{background:#151a22;border-color:#2a3142}[data-theme=dark] .HelpModal-module__-ldnJq__tocList{background:#151a22;border-color:#2a3142;box-shadow:0 14px 36px #00000073,0 2px 8px #00000040}[data-theme=dark] .HelpModal-module__-ldnJq__tocScrim{background:#00000073}[data-theme=dark] .HelpModal-module__-ldnJq__copyUrl{background:color-mix(in srgb, #0f172a 55%, var(--card-bg));color:#cbd5e1;border-color:#64748b66}[data-theme=dark] .HelpModal-module__-ldnJq__copyUrlBtn{color:#e2e8f0;background:#1e293bcc;border-color:#64748b66}[data-theme=dark] .HelpModal-module__-ldnJq__copyUrlBtn:hover{background:#213451;border-color:#60a5fa66}[data-theme=dark] .HelpModal-module__-ldnJq__copyUrlBtnCopied{color:#86efac;border-color:#4ade8066}@media (max-width:520px){.HelpModal-module__-ldnJq__copyUrlRow{flex-direction:column}.HelpModal-module__-ldnJq__copyUrlBtn{width:100%;min-height:2.25rem}}
.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;}
.StreamerMobileTopBar-module__vP0vfa__bar{z-index:3;width:100%;height:var(--mobile-top-chrome-height,56px);box-sizing:border-box;pointer-events:auto;background:0 0;border-bottom:1px solid #0000;grid-template-columns:1fr minmax(0,1.6fr) 1fr;align-items:center;margin:0 auto;padding:0 12px;display:grid;position:relative;top:0;left:0;right:0;overflow:hidden}.StreamerMobileTopBar-module__vP0vfa__barSolidHost{position:relative}.StreamerMobileTopBar-module__vP0vfa__barSolid{background:var(--header-bg);border-bottom-color:var(--header-border)}.StreamerMobileTopBar-module__vP0vfa__barOverlay{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border-bottom:#0000}.StreamerMobileTopBar-module__vP0vfa__barCollapsed{box-shadow:none}.StreamerMobileTopBar-module__vP0vfa__left,.StreamerMobileTopBar-module__vP0vfa__center,.StreamerMobileTopBar-module__vP0vfa__right{z-index:2;position:relative}.StreamerMobileTopBar-module__vP0vfa__left,.StreamerMobileTopBar-module__vP0vfa__right{align-items:center;min-width:0;display:flex}.StreamerMobileTopBar-module__vP0vfa__left{justify-content:flex-start}.StreamerMobileTopBar-module__vP0vfa__right{justify-content:flex-end;min-height:34px;position:relative}.StreamerMobileTopBar-module__vP0vfa__center{justify-content:center;align-items:center;min-width:0;height:100%;display:flex}.StreamerMobileTopBar-module__vP0vfa__iconBtn{width:36px;height:36px;color:var(--header-icon);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:color .15s,background-color .15s;display:inline-flex}.StreamerMobileTopBar-module__vP0vfa__barOverlay .StreamerMobileTopBar-module__vP0vfa__iconBtn{color:#f8fafc;filter:none;background:#0f172a8c;box-shadow:0 1px 3px #00000047}.StreamerMobileTopBar-module__vP0vfa__barOverlay .StreamerMobileTopBar-module__vP0vfa__iconBtn:hover{color:#fff;background:#0f172ab8}.StreamerMobileTopBar-module__vP0vfa__barOverlay .StreamerMobileTopBar-module__vP0vfa__rightDefault button{border-radius:999px;width:36px;height:36px;box-shadow:0 1px 3px #00000047;color:#f8fafc!important;filter:none!important;background:#0f172a8c!important}.StreamerMobileTopBar-module__vP0vfa__barOverlay .StreamerMobileTopBar-module__vP0vfa__rightDefault button:hover{background:#0f172ab8!important}.StreamerMobileTopBar-module__vP0vfa__iconBtn:hover{color:var(--header-icon-hover);background:var(--header-icon-hover-bg)}.StreamerMobileTopBar-module__vP0vfa__iconBtn:active{transform:scale(.95)}.StreamerMobileTopBar-module__vP0vfa__relative{position:relative}.StreamerMobileTopBar-module__vP0vfa__unreadDot{background:#ef4444;border-radius:999px;width:8px;height:8px;position:absolute;top:5px;right:5px;box-shadow:0 0 0 2px #0f172a59}.StreamerMobileTopBar-module__vP0vfa__iconPlaceholder{width:34px;height:34px}.StreamerMobileTopBar-module__vP0vfa__layerInactive{pointer-events:none}.StreamerMobileTopBar-module__vP0vfa__identity{pointer-events:none;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:0;width:max-content;min-width:0;max-width:100%;padding:0;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(8px - 50%))}.StreamerMobileTopBar-module__vP0vfa__barProgressDriven .StreamerMobileTopBar-module__vP0vfa__identity{opacity:var(--smc-identity-progress,0);transform:translate(-50%, calc(-50% + (1 - var(--smc-identity-progress,0)) * 8px))}.StreamerMobileTopBar-module__vP0vfa__barProgressDriven .StreamerMobileTopBar-module__vP0vfa__rightDefault{opacity:calc(1 - var(--smc-follow-progress,0));transform:translateY(calc(var(--smc-follow-progress,0) * -4px))}.StreamerMobileTopBar-module__vP0vfa__barProgressDriven .StreamerMobileTopBar-module__vP0vfa__followBtn{opacity:var(--smc-follow-progress,0);transform:translateY(calc((1 - var(--smc-follow-progress,0)) * 2px))}.StreamerMobileTopBar-module__vP0vfa__barProgressDriven[data-follow-ready=false] .StreamerMobileTopBar-module__vP0vfa__followBtn,.StreamerMobileTopBar-module__vP0vfa__barProgressDriven[data-follow-ready=true] .StreamerMobileTopBar-module__vP0vfa__rightDefault{pointer-events:none}.StreamerMobileTopBar-module__vP0vfa__barHasBannerImage .StreamerMobileTopBar-module__vP0vfa__identity{background:#ffffff6b;border-radius:999px;padding:4px 12px}[data-theme=dark] .StreamerMobileTopBar-module__vP0vfa__barHasBannerImage .StreamerMobileTopBar-module__vP0vfa__identity{background:#0f172a6b}.StreamerMobileTopBar-module__vP0vfa__identityName{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.03em;max-width:100%;color:var(--text-primary);text-shadow:none;min-width:0;font-size:.92rem;font-weight:800;line-height:1.2;overflow:hidden}.StreamerMobileTopBar-module__vP0vfa__identityNameRow{justify-content:center;align-items:center;gap:4px;min-width:0;max-width:100%;display:flex}.StreamerMobileTopBar-module__vP0vfa__identityPartnerBadge{pointer-events:none;-webkit-user-select:none;user-select:none;object-fit:contain;flex-shrink:0;width:22px;height:22px;display:block;transform:translateY(1px)}.StreamerMobileTopBar-module__vP0vfa__barHasBannerImage .StreamerMobileTopBar-module__vP0vfa__identityName{color:#0f172a}[data-theme=dark] .StreamerMobileTopBar-module__vP0vfa__barHasBannerImage .StreamerMobileTopBar-module__vP0vfa__identityName{color:#fff;text-shadow:0 1px 2px #0000008c,0 0 10px #00000059}.StreamerMobileTopBar-module__vP0vfa__identityHandle{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;max-width:100%;color:var(--text-secondary,#94a3b8);text-shadow:none;font-size:.72rem;font-weight:600;line-height:1.2;overflow:hidden}.StreamerMobileTopBar-module__vP0vfa__barHasBannerImage .StreamerMobileTopBar-module__vP0vfa__identityHandle{color:#0f172ac7}[data-theme=dark] .StreamerMobileTopBar-module__vP0vfa__barHasBannerImage .StreamerMobileTopBar-module__vP0vfa__identityHandle{color:#ffffffeb;text-shadow:0 1px 2px #00000080,0 0 8px #0000004d}.StreamerMobileTopBar-module__vP0vfa__rightDefault{justify-content:flex-end;align-items:center;gap:6px;display:flex}.StreamerMobileTopBar-module__vP0vfa__followBtn{letter-spacing:-.02em;white-space:nowrap;-webkit-tap-highlight-color:transparent;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:5px;height:32px;margin-top:-16px;padding:0 12px;font-size:.78rem;font-weight:800;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex;position:absolute;top:50%;right:0}.StreamerMobileTopBar-module__vP0vfa__followBtn:active{filter:brightness(.96)}.StreamerMobileTopBar-module__vP0vfa__followInactive{background:var(--accent);color:#fff}.StreamerMobileTopBar-module__vP0vfa__followActive{color:#0f172a;background:#fff;border-color:#0f172a1f}.StreamerMobileTopBar-module__vP0vfa__barOverlay .StreamerMobileTopBar-module__vP0vfa__followActive{color:#0f172a;background:#fff;border-color:#0f172a1f;box-shadow:0 1px 3px #0003}.StreamerMobileTopBar-module__vP0vfa__barSolid .StreamerMobileTopBar-module__vP0vfa__followActive{color:#0f172a;background:#fff;border-color:#0f172a1f}@media (min-width:768px){.StreamerMobileTopBar-module__vP0vfa__bar{display:none}}
.StreamerSection-module__n9rvMW__section{width:100%}.StreamerSection-module__n9rvMW__header{flex-direction:column;justify-content:space-between;gap:1rem;margin-bottom:1rem;display:flex}.StreamerSection-module__n9rvMW__headerText{flex-direction:column;gap:.25rem;display:flex}.StreamerSection-module__n9rvMW__titleRow{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.StreamerSection-module__n9rvMW__iconWrap{border:1px solid var(--streamer-section-icon-border);background-color:var(--streamer-section-icon-bg);box-shadow:var(--streamer-section-icon-shadow);border-radius:.5rem;padding:.5rem}.StreamerSection-module__n9rvMW__title{letter-spacing:-.025em;color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:900}.StreamerSection-module__n9rvMW__description{color:var(--text-secondary);margin:0 0 0 .25rem;font-size:.875rem;font-weight:500}.StreamerSection-module__n9rvMW__headerRight{flex-shrink:0}@media (max-width:767px){.StreamerSection-module__n9rvMW__header{gap:0;margin:0}.StreamerSection-module__n9rvMW__iconWrap,.StreamerSection-module__n9rvMW__description{display:none}.StreamerSection-module__n9rvMW__titleRow{margin:0}.StreamerSection-module__n9rvMW__title{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.StreamerSection-module__n9rvMW__headerRight{width:100%;margin-bottom:.75rem;display:block}}@media (min-width:768px){.StreamerSection-module__n9rvMW__header{flex-direction:row;align-items:flex-end}.StreamerSection-module__n9rvMW__title{font-size:1.875rem}.StreamerSection-module__n9rvMW__description{font-size:1rem}}
.PlaylistAtmosphere-module__SY11Vq__root{--pl-sky:#38bdf8;--pl-teal:#2dd4bf;--pl-amber:#fbbf24;--pl-ink:color-mix(in srgb, var(--bg-color) 88%, #020617);--pl-aurora-opacity:.58;--pl-aurora-opacity-light:.3;--pl-stain-opacity:.85;--pl-grid-opacity:.35;--pl-glow-sky:28%;--pl-glow-teal:18%;--pl-glow-amber:10%;pointer-events:none;z-index:0;background:radial-gradient(900px 480px at 8% -10%, color-mix(in srgb, var(--pl-sky) var(--pl-glow-sky), transparent), transparent 62%), radial-gradient(720px 420px at 92% 8%, color-mix(in srgb, var(--pl-teal) var(--pl-glow-teal), transparent), transparent 58%), radial-gradient(640px 480px at 50% 110%, color-mix(in srgb, var(--pl-amber) var(--pl-glow-amber), transparent), transparent 55%), linear-gradient(165deg, var(--pl-ink) 0%, var(--bg-color) 48%, var(--bg-color) 100%);inset:0;overflow:hidden}.PlaylistAtmosphere-module__SY11Vq__subtle{--pl-aurora-opacity:.28;--pl-aurora-opacity-light:.14;--pl-stain-opacity:.42;--pl-grid-opacity:.16;--pl-glow-sky:14%;--pl-glow-teal:9%;--pl-glow-amber:5%}.PlaylistAtmosphere-module__SY11Vq__positionFixed{position:fixed}.PlaylistAtmosphere-module__SY11Vq__positionAbsolute{position:absolute}.PlaylistAtmosphere-module__SY11Vq__topStain{z-index:0;pointer-events:none;background:radial-gradient(880px 420px at 12% -8%, color-mix(in srgb, var(--pl-sky) 32%, transparent), transparent 60%), radial-gradient(700px 380px at 88% 6%, color-mix(in srgb, var(--pl-teal) 20%, transparent), transparent 58%), radial-gradient(560px 360px at 48% -5%, color-mix(in srgb, var(--pl-amber) 8%, transparent), transparent 55%);opacity:var(--pl-stain-opacity);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0% 28%,#0000 62%);mask-image:linear-gradient(#000 0% 28%,#0000 62%)}.PlaylistAtmosphere-module__SY11Vq__subtle .PlaylistAtmosphere-module__SY11Vq__topStain{background:radial-gradient(880px 420px at 12% -8%, color-mix(in srgb, var(--pl-sky) 18%, transparent), transparent 60%), radial-gradient(700px 380px at 88% 6%, color-mix(in srgb, var(--pl-teal) 12%, transparent), transparent 58%), radial-gradient(560px 360px at 48% -5%, color-mix(in srgb, var(--pl-amber) 5%, transparent), transparent 55%)}.PlaylistAtmosphere-module__SY11Vq__auroraLayer{z-index:0;width:max(160vw,1200px);height:min(82vh,960px);opacity:var(--pl-aurora-opacity);mix-blend-mode:screen;pointer-events:none;position:absolute;bottom:0;left:50%;transform:translate(-50%);-webkit-mask-image:linear-gradient(#0000 6%,#000 62% 100%);mask-image:linear-gradient(#0000 6%,#000 62% 100%)}[data-theme=light] .PlaylistAtmosphere-module__SY11Vq__auroraLayer{opacity:var(--pl-aurora-opacity-light);mix-blend-mode:multiply}.PlaylistAtmosphere-module__SY11Vq__subtle .PlaylistAtmosphere-module__SY11Vq__auroraLayer{width:max(150vw,1100px);height:min(72vh,800px)}.PlaylistAtmosphere-module__SY11Vq__gridOverlay{z-index:1;opacity:var(--pl-grid-opacity);pointer-events:none;background-image:linear-gradient(color-mix(in srgb, var(--text-primary) 4%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--text-primary) 4%, transparent) 1px, transparent 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 55% at 50% 0,#000 20%,#0000 75%);mask-image:radial-gradient(70% 55% at 50% 0,#000 20%,#0000 75%)}@media (prefers-reduced-motion:reduce){.PlaylistAtmosphere-module__SY11Vq__auroraLayer{display:none}}
.RecentReviewPreview-module__w23t6q__container{width:100%}.RecentReviewPreview-module__w23t6q__bentoGrid{grid-template-columns:1.3fr 1fr;gap:1.25rem;display:grid}.RecentReviewPreview-module__w23t6q__heroCard{appearance:none;text-align:left;width:100%;font:inherit;color:inherit;background:var(--streamer-review-card-bg);border:1px solid var(--streamer-review-card-border);cursor:pointer;border-radius:32px;flex-direction:column;justify-content:space-between;min-height:300px;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000008}.RecentReviewPreview-module__w23t6q__heroCard:hover{border-color:var(--border-strong);transform:translateY(-4px);box-shadow:0 16px 50px #3b82f614}.RecentReviewPreview-module__w23t6q__heroHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.RecentReviewPreview-module__w23t6q__quoteIcon{color:#6366f1;opacity:.9}.RecentReviewPreview-module__w23t6q__targetContextHero{background-color:var(--streamer-review-context-bg);border-radius:12px;align-items:center;gap:8px;min-width:0;max-width:60%;padding:6px 12px;display:flex}.RecentReviewPreview-module__w23t6q__targetBadge{color:var(--streamer-review-target-badge-text);background-color:var(--streamer-review-target-badge-bg);white-space:nowrap;border-radius:6px;padding:2px 6px;font-size:.688rem;font-weight:800}.RecentReviewPreview-module__w23t6q__targetTitle{color:var(--streamer-review-context-title);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.813rem;font-weight:700;overflow:hidden}.RecentReviewPreview-module__w23t6q__heroText{color:var(--text-primary);letter-spacing:-.02em;-webkit-line-clamp:4;text-overflow:ellipsis;word-break:break-all;overflow-wrap:break-word;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:1.375rem;font-weight:800;line-height:1.5;display:-webkit-box;overflow:hidden}.RecentReviewPreview-module__w23t6q__heroImageWrapper{border:1px solid var(--streamer-review-card-border);background-color:var(--bg-color);border-radius:16px;width:100%;max-width:100%;height:220px;margin-bottom:2rem;overflow:hidden}.RecentReviewPreview-module__w23t6q__heroImage{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s;display:block}.RecentReviewPreview-module__w23t6q__heroCard:hover .RecentReviewPreview-module__w23t6q__heroImage{transform:scale(1.03)}.RecentReviewPreview-module__w23t6q__subStack{flex-direction:column;gap:1.25rem;display:flex}@media (min-width:769px){.RecentReviewPreview-module__w23t6q__subCard:nth-child(n+3){display:none}}.RecentReviewPreview-module__w23t6q__subCard{appearance:none;text-align:left;width:100%;font:inherit;color:inherit;background-color:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:24px;flex-direction:column;flex:1;gap:.8rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000005}.RecentReviewPreview-module__w23t6q__subCard:hover{border-color:var(--border-strong);transform:translateY(-4px);box-shadow:0 12px 30px #0000000a}.RecentReviewPreview-module__w23t6q__targetContextSub{color:var(--text-muted);align-items:center;gap:6px;min-width:0;display:flex}.RecentReviewPreview-module__w23t6q__targetTitleSub{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:400px;padding-right:60px;font-size:.75rem;font-weight:600;overflow:hidden}.RecentReviewPreview-module__w23t6q__subContentWrap{align-items:flex-start;gap:12px;min-width:0;display:flex}.RecentReviewPreview-module__w23t6q__subText{min-width:0;color:var(--streamer-review-sub-text);-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-all;overflow-wrap:break-word;-webkit-box-orient:vertical;flex:1;margin:0;font-size:1rem;font-weight:500;line-height:1.6;display:-webkit-box;overflow:hidden}.RecentReviewPreview-module__w23t6q__subImageWrapper{border:1px solid var(--streamer-review-card-border);background-color:var(--bg-color);border-radius:12px;flex-shrink:0;width:84px;height:84px;overflow:hidden}.RecentReviewPreview-module__w23t6q__subImage{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.RecentReviewPreview-module__w23t6q__cardFooter{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:auto;display:flex}.RecentReviewPreview-module__w23t6q__userWrap{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.RecentReviewPreview-module__w23t6q__userInfo{flex-direction:column;min-width:0;display:flex}.RecentReviewPreview-module__w23t6q__userName{color:var(--streamer-review-user-name);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:800;overflow:hidden}.RecentReviewPreview-module__w23t6q__date{color:var(--text-muted);font-size:.75rem;font-weight:500}.RecentReviewPreview-module__w23t6q__heroBadge{background-color:var(--streamer-review-badge-bg);color:var(--streamer-review-badge-text);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.4rem .8rem;font-size:.75rem;font-weight:700;box-shadow:0 4px 12px #0f172a26}.RecentReviewPreview-module__w23t6q__subBadge{background-color:var(--streamer-review-sub-badge-bg);color:var(--streamer-review-sub-badge-text);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.375rem .75rem;font-size:.75rem;font-weight:700}.RecentReviewPreview-module__w23t6q__emptyState{background-color:var(--bg-color);border:2px dashed var(--border-dashed);text-align:center;color:var(--text-secondary);border-radius:32px;grid-column:1/-1;padding:4rem 2rem;font-size:1rem;font-weight:700}.RecentReviewPreview-module__w23t6q__skeletonHero{background-color:var(--bg-color);border-radius:32px;min-height:280px;animation:2s infinite RecentReviewPreview-module__w23t6q__pulse}.RecentReviewPreview-module__w23t6q__skeletonSub{background-color:var(--bg-color);border-radius:24px;flex:1;animation:2s infinite RecentReviewPreview-module__w23t6q__pulse}@keyframes RecentReviewPreview-module__w23t6q__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.RecentReviewPreview-module__w23t6q__bentoGrid{grid-template-columns:1fr;gap:1rem}.RecentReviewPreview-module__w23t6q__targetTitleSub{max-width:180px}.RecentReviewPreview-module__w23t6q__heroCard{min-height:auto;padding:2rem 1.5rem}.RecentReviewPreview-module__w23t6q__heroImageWrapper{height:200px}.RecentReviewPreview-module__w23t6q__heroText{-webkit-line-clamp:3;font-size:1.125rem}.RecentReviewPreview-module__w23t6q__targetContextHero{max-width:80%}}
.MobileTopBar-module__HlzsnG__logoLink{-webkit-touch-callout:none;touch-action:manipulation;-webkit-user-select:none;user-select:none}.MobileTopBar-module__HlzsnG__logoImage{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.MobileTopBar-module__HlzsnG__loginChip{letter-spacing:-.01em;border-radius:.65rem;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;min-height:34px;padding:.35rem .7rem;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.MobileTopBar-module__HlzsnG__loginChip:active{transform:scale(.96)}
