.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__actionRowEmbedded{grid-template-columns:none;justify-content:flex-end;align-items:center;gap:10px;margin-top:8px;display:flex}.PageSettingCard-module__dO9R0W__actionRowEmbedded .PageSettingCard-module__dO9R0W__previewBtn{width:auto;min-width:120px;padding:12px 20px}.PageSettingCard-module__dO9R0W__actionRowEmbedded .PageSettingCard-module__dO9R0W__saveBtn{background:linear-gradient(120deg,#5b6ef5,#7c6bff);width:auto;min-width:160px;margin-top:0;box-shadow:0 6px 18px #5b6ef547}.PageSettingCard-module__dO9R0W__embeddedBody{flex-direction:column;gap:16px;width:100%;display:flex}.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}}@media (max-width:820px){.PageSettingCard-module__dO9R0W__stageConnectCardEmbedded{box-shadow:none;min-height:calc(100dvh - var(--schedule-editor-top-offset,64px));background:var(--se-card,var(--card-bg,#171a22));border-top:none;border-left:none;border-right:none;border-color:var(--se-line,var(--border-color,#ffffff14));box-sizing:border-box;border-radius:0;width:100%;max-width:100%}.PageSettingCard-module__dO9R0W__stageConnectCardEmbedded:hover{box-shadow:none;border-color:var(--se-line,var(--border-color,#ffffff14));transform:none}}
.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}}.PreviewWeeklySample-module__FZ0AwG__forceMobile{gap:8px}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__board{flex-direction:column;height:auto;min-height:0;max-height:none;overflow:visible}.PreviewWeeklySample-module__FZ0AwG__forceMobile .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__forceMobile .PreviewWeeklySample-module__FZ0AwG__listHeader{padding:14px 14px 12px}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__listTitle{font-size:1rem}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__listBody{overflow:visible}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__row{padding:14px}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__rowLeft{width:auto;min-width:3.25em}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__rowDay{font-size:.875rem}.PreviewWeeklySample-module__FZ0AwG__forceMobile .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__forceMobile .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__forceMobile .PreviewWeeklySample-module__FZ0AwG__imageFrame{aspect-ratio:1;border-radius:8px;flex:none;width:72px;height:72px;min-height:0}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__noImage{gap:2px;font-size:.5rem}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__noImage svg{width:22px;height:22px}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__infoBox{flex:1;gap:6px;min-width:0}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__badgeRow{gap:6px}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__dayBadge{padding:2px 7px;font-size:.625rem}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__dateText{font-size:.75rem}.PreviewWeeklySample-module__FZ0AwG__forceMobile .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__forceMobile .PreviewWeeklySample-module__FZ0AwG__footer{border-top:none;justify-content:flex-start;gap:8px;margin-top:0;padding-top:0}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__timeRow{font-size:.8125rem}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__timeRow svg{width:14px;height:14px}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__detailBtn,.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__previewOnly{display:none}.PreviewWeeklySample-module__FZ0AwG__forceMobile .PreviewWeeklySample-module__FZ0AwG__outerNav{flex-wrap:wrap;justify-content:center}
.StreamerInsightRadar-module__V30bVq__wrapper{justify-content:center;align-items:center;display:flex;position:relative}.StreamerInsightRadar-module__V30bVq__svg{width:100%;height:100%;overflow:visible}.StreamerInsightRadar-module__V30bVq__gridLine{fill:none;stroke:var(--review-radar-grid);stroke-width:1px}.StreamerInsightRadar-module__V30bVq__axisLine{stroke:var(--review-radar-axis);stroke-width:1px}.StreamerInsightRadar-module__V30bVq__dataPath{fill:#3b82f626;stroke:#3b82f6;stroke-width:2.5px;stroke-linejoin:round}.StreamerInsightRadar-module__V30bVq__dataPoint{fill:var(--review-radar-data-point-fill);stroke:#3b82f6;stroke-width:1.5px;transition:r .2s}.StreamerInsightRadar-module__V30bVq__basePath{fill:var(--review-radar-base-fill);stroke:var(--review-radar-base-stroke);stroke-width:1.5px}.StreamerInsightRadar-module__V30bVq__previewPath{fill:#3b82f633;stroke:#3b82f6;stroke-width:2.5px;stroke-dasharray:4 2;stroke-linejoin:round}.StreamerInsightRadar-module__V30bVq__point{fill:var(--review-radar-point)}.StreamerInsightRadar-module__V30bVq__activePoint{fill:#3b82f6;stroke:var(--review-radar-data-point-fill);stroke-width:2px}.StreamerInsightRadar-module__V30bVq__labelText{fill:var(--review-radar-label);font-size:11px;font-weight:700;transition:all .2s}.StreamerInsightRadar-module__V30bVq__activeLabel{fill:#60a5fa;font-size:12px}.StreamerInsightRadar-module__V30bVq__fallbackWrapper{background-color:var(--bg-color);border:1px dashed var(--review-empty-border);text-align:center;box-sizing:border-box;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.StreamerInsightRadar-module__V30bVq__fallbackIcon{color:var(--text-muted);margin-bottom:12px}.StreamerInsightRadar-module__V30bVq__fallbackTitle{color:var(--text-primary);margin:0 0 6px;font-size:14px;font-weight:700}.StreamerInsightRadar-module__V30bVq__fallbackDesc{color:var(--text-secondary);word-break:keep-all;margin:0 0 16px;font-size:12px;line-height:1.5}.StreamerInsightRadar-module__V30bVq__progressBox{flex-direction:column;gap:6px;width:100%;max-width:160px;display:flex}.StreamerInsightRadar-module__V30bVq__progressLabel{color:var(--text-secondary);justify-content:space-between;font-size:11px;font-weight:600;display:flex}.StreamerInsightRadar-module__V30bVq__progressTrack{background-color:var(--review-radar-base-stroke);border-radius:4px;width:100%;height:6px;overflow:hidden}.StreamerInsightRadar-module__V30bVq__progressFill{background-color:#3b82f6;border-radius:4px;height:100%;transition:width .5s}
.StreamerInsightBoard-module__hkYUrq__container{width:100%;max-width:1024px;margin:0 auto;padding:0}.StreamerInsightBoard-module__hkYUrq__gridContainer{grid-template-columns:1fr;gap:1.5rem;display:grid}.StreamerInsightBoard-module__hkYUrq__radarCard{background-color:var(--card-bg);border-radius:24px;flex-direction:column;justify-content:center;align-items:stretch;gap:1rem;height:100%;padding:1.5rem;display:flex}.StreamerInsightBoard-module__hkYUrq__radarHeader{text-align:left;flex-direction:column;gap:.375rem;display:flex}.StreamerInsightBoard-module__hkYUrq__radarHint{color:var(--streamer-insight-body);word-break:keep-all;margin:0;font-size:.875rem;font-weight:500;line-height:1.45}.StreamerInsightBoard-module__hkYUrq__radarWrapper{justify-content:center;align-self:center;align-items:center;width:220px;height:220px;display:flex;position:relative}.StreamerInsightBoard-module__hkYUrq__rightColumn{flex-direction:column;justify-content:center;gap:1rem;display:flex}.StreamerInsightBoard-module__hkYUrq__rightHeader{flex-direction:column;align-items:flex-start;gap:.375rem;margin-bottom:.5rem;padding:0 .5rem;display:flex}.StreamerInsightBoard-module__hkYUrq__kicker{letter-spacing:.1em;color:var(--streamer-insight-kicker);text-transform:uppercase;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;display:flex}.StreamerInsightBoard-module__hkYUrq__kickerIcon{color:var(--accent-text)}.StreamerInsightBoard-module__hkYUrq__mainTitle{letter-spacing:-.02em;color:var(--streamer-insight-title);word-break:keep-all;font-size:1.75rem;font-weight:700;line-height:1.25}.StreamerInsightBoard-module__hkYUrq__infoCard{background-color:var(--card-bg);border-radius:24px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.StreamerInsightBoard-module__hkYUrq__cardHeader{align-items:center;gap:.5rem;display:flex}.StreamerInsightBoard-module__hkYUrq__cardIcon{color:var(--streamer-insight-title)}.StreamerInsightBoard-module__hkYUrq__cardTitle{color:var(--streamer-insight-title);letter-spacing:-.01em;font-size:1rem;font-weight:700}.StreamerInsightBoard-module__hkYUrq__cardSummary{color:var(--streamer-insight-body);word-break:keep-all;font-size:.9375rem;font-weight:500;line-height:1.5}.StreamerInsightBoard-module__hkYUrq__tagsWrapper{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.StreamerInsightBoard-module__hkYUrq__tagChip{background-color:var(--streamer-insight-tag-bg);color:var(--streamer-insight-title);letter-spacing:-.01em;cursor:default;border-radius:999px;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;box-shadow:0 1px 2px #0000000a}.StreamerInsightBoard-module__hkYUrq__fallbackText{color:var(--streamer-insight-kicker);font-size:.8125rem}@media (min-width:768px){.StreamerInsightBoard-module__hkYUrq__gridContainer{grid-template-columns:repeat(12,minmax(0,1fr));gap:2rem}.StreamerInsightBoard-module__hkYUrq__radarCard{grid-column:span 5/span 5;padding:2rem}.StreamerInsightBoard-module__hkYUrq__radarWrapper{width:260px;height:260px}.StreamerInsightBoard-module__hkYUrq__rightColumn{grid-column:span 7/span 7;gap:1.25rem}.StreamerInsightBoard-module__hkYUrq__rightHeader{margin-bottom:.5rem}.StreamerInsightBoard-module__hkYUrq__mainTitle{font-size:2rem}.StreamerInsightBoard-module__hkYUrq__infoCard{padding:2rem}.StreamerInsightBoard-module__hkYUrq__cardTitle{font-size:1.125rem}.StreamerInsightBoard-module__hkYUrq__cardSummary{font-size:1rem}.StreamerInsightBoard-module__hkYUrq__tagChip{padding:.5rem .875rem;font-size:.875rem}}.StreamerInsightBoard-module__hkYUrq__emptyStateBox{background-color:var(--card-bg);text-align:center;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:400px;padding:3rem;display:flex}.StreamerInsightBoard-module__hkYUrq__emptyIconWrapper{background-color:var(--streamer-insight-empty-icon-bg);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;display:flex}.StreamerInsightBoard-module__hkYUrq__emptyIcon{color:var(--streamer-insight-kicker)}.StreamerInsightBoard-module__hkYUrq__emptyTitle{color:var(--streamer-insight-title);word-break:keep-all;overflow-wrap:break-word;margin:0 0 .5rem;font-size:1.25rem;font-weight:700;line-height:1.35}.StreamerInsightBoard-module__hkYUrq__emptyDesc{color:var(--streamer-insight-body);word-break:keep-all;overflow-wrap:break-word;max-width:24rem;margin:0;font-size:.9375rem;font-weight:500;line-height:1.45}@media (max-width:767px){.StreamerInsightBoard-module__hkYUrq__emptyStateBox{border-radius:16px;min-height:220px;padding:2rem 1rem}.StreamerInsightBoard-module__hkYUrq__emptyIconWrapper{width:3.25rem;height:3.25rem;margin-bottom:1rem}.StreamerInsightBoard-module__hkYUrq__emptyTitle{font-size:1.05rem}.StreamerInsightBoard-module__hkYUrq__emptyDesc{max-width:15rem;font-size:.875rem}}@keyframes StreamerInsightBoard-module__hkYUrq__pulse{0%,to{opacity:1}50%{opacity:.5}}.StreamerInsightBoard-module__hkYUrq__skeletonPulse{background-color:var(--streamer-insight-skeleton);animation:2s cubic-bezier(.4,0,.6,1) infinite StreamerInsightBoard-module__hkYUrq__pulse}.StreamerInsightBoard-module__hkYUrq__skeletonTitle{background-color:var(--streamer-insight-skeleton);border-radius:12px;margin-bottom:.5rem}
.page-module__ZF5LKq__viewAllLink{background-color:var(--streamer-page-link-bg);color:var(--streamer-page-link-text);border-radius:9999px;padding:.75rem 1.5rem;font-weight:700;transition:background-color .2s;display:inline-block}.page-module__ZF5LKq__streamerHeaderCta{border:1.5px solid var(--text-primary);background-color:var(--text-primary);height:40px;color:var(--card-bg);letter-spacing:-.02em;white-space:nowrap;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 15px;font-size:13px;font-weight:800;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 10px #0f172a2e}.page-module__ZF5LKq__streamerHeaderCta:hover{background-color:var(--surface-muted);color:var(--text-primary);border-color:var(--border-strong);box-shadow:0 4px 12px #0f172a1a}[data-theme=dark] .page-module__ZF5LKq__streamerHeaderCta:hover{background-color:var(--card-bg);color:var(--text-primary);border-color:var(--text-primary);box-shadow:0 4px 14px #00000059}.page-module__ZF5LKq__streamerHeaderCta:active{transform:translateY(1px)}.page-module__ZF5LKq__viewAllLinkProminent{letter-spacing:-.01em;text-align:center;border-radius:1rem;justify-content:center;align-items:center;width:100%;max-width:22rem;padding:.95rem 1.75rem;font-size:.95rem;font-weight:800;display:flex}.page-module__ZF5LKq__viewAllLinkWrapProminent{justify-content:center;width:100%;margin-top:1.5rem;display:flex}.page-module__ZF5LKq__viewAllLink:hover{background-color:var(--streamer-page-link-hover)}.page-module__ZF5LKq__skeleton{background-color:var(--streamer-page-skeleton)}.page-module__ZF5LKq__monthlyCalendarWrap{min-width:0;max-height:min(560px,70vh);overflow:auto}.page-module__ZF5LKq__footerMuted{color:var(--streamer-page-footer-muted)}.page-module__ZF5LKq__footerSub{color:var(--streamer-page-footer-sub)}.page-module__ZF5LKq__footer{text-align:center;border-top:1px solid var(--streamer-page-footer-border);background-color:var(--streamer-page-surface);padding:1.25rem 0 1.5rem}
.StreamerSection-module__l0wa8W__section{box-sizing:border-box;width:100%;min-width:0}.StreamerSection-module__l0wa8W__header{flex-direction:column;justify-content:space-between;gap:0;margin:0;display:flex}.StreamerSection-module__l0wa8W__headerText{flex-direction:column;flex:1;min-width:0;display:flex}.StreamerSection-module__l0wa8W__titleRow{align-items:center;gap:.625rem;min-width:0;margin:0;display:flex}.StreamerSection-module__l0wa8W__iconWrap{border:1px solid var(--streamer-section-icon-border);background-color:var(--streamer-section-icon-bg);width:2.25rem;height:2.25rem;box-shadow:var(--streamer-section-icon-shadow);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:none}.StreamerSection-module__l0wa8W__title{clip:rect(0, 0, 0, 0);white-space:nowrap;letter-spacing:-.025em;width:1px;height:1px;color:var(--text-primary);word-break:keep-all;overflow-wrap:anywhere;border:0;margin:-1px;padding:0;font-size:1.375rem;font-weight:800;position:absolute;overflow:hidden}.StreamerSection-module__l0wa8W__headerRight{flex-shrink:0;width:100%;margin-bottom:.75rem;display:block}.StreamerSection-module__l0wa8W__footer{margin-top:1rem}@media (min-width:768px){html:not([data-streamer-m]) .StreamerSection-module__l0wa8W__header{flex-direction:row;align-items:center;gap:.75rem;margin-bottom:.875rem}html:not([data-streamer-m]) .StreamerSection-module__l0wa8W__iconWrap{display:inline-flex}html:not([data-streamer-m]) .StreamerSection-module__l0wa8W__title{clip:auto;white-space:normal;width:auto;height:auto;margin:0;font-size:1.75rem;position:static;overflow:visible}html:not([data-streamer-m]) .StreamerSection-module__l0wa8W__headerRight{width:auto;margin-bottom:0;display:block}html:not([data-streamer-m]) .StreamerSection-module__l0wa8W__footer{margin-top:.875rem}}[data-layout-slot=aside] .StreamerSection-module__l0wa8W__title{font-size:1.25rem}[data-layout-slot=aside] .StreamerSection-module__l0wa8W__header{gap:.5rem;margin-bottom:.75rem}
.MemoBoard-module__GusIQG__card{width:100%;min-height:160px;box-shadow:none;overscroll-behavior:auto;background-color:#fff;border:1px solid #d1d5db;border-radius:0;flex-direction:column;display:flex;position:relative;overflow:hidden}.MemoBoard-module__GusIQG__cardFill{width:100%;height:100%;min-height:0;box-shadow:none;background-color:#fff;border-radius:0}.MemoBoard-module__GusIQG__cardDesignSize{aspect-ratio:1;border:none;border-radius:0;flex-direction:column;flex:none;width:100%;height:auto;min-height:0;max-height:none;display:flex}.MemoBoard-module__GusIQG__scrollBodyDesignSize{overscroll-behavior:auto;flex:1;min-height:0;overflow:auto}@media (min-width:768px){.MemoBoard-module__GusIQG__scrollBodyPc{scrollbar-gutter:stable}}@media (max-width:767px){.MemoBoard-module__GusIQG__stickerCustomMobileHidden{display:none!important}.MemoBoard-module__GusIQG__scrollBodyDesignSize{scrollbar-width:none;-ms-overflow-style:none}.MemoBoard-module__GusIQG__scrollBodyDesignSize::-webkit-scrollbar{width:0;height:0;display:none}}.MemoBoard-module__GusIQG__scrollBody{z-index:1;overscroll-behavior:auto;scrollbar-gutter:stable;background:0 0;flex:1;width:100%;min-height:0;position:relative;overflow:auto}.MemoBoard-module__GusIQG__scrollBodySafeBottom{box-sizing:border-box;padding-bottom:28px}.MemoBoard-module__GusIQG__scrollBodyHiddenScrollbar{scrollbar-gutter:auto;scrollbar-width:none;-ms-overflow-style:none}.MemoBoard-module__GusIQG__scrollBodyHiddenScrollbar::-webkit-scrollbar{width:0;height:0;display:none}.MemoBoard-module__GusIQG__accent{display:none}.MemoBoard-module__GusIQG__paperCustomBg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.MemoBoard-module__GusIQG__paperCustomBgImg{object-fit:cover;object-position:center;width:100%;height:100%;opacity:var(--memo-custom-paper-opacity,.18);-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.MemoBoard-module__GusIQG__watermark{z-index:0;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.MemoBoard-module__GusIQG__watermarkImg{opacity:.1;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:min(60%,640px);max-width:640px;height:auto}.MemoBoard-module__GusIQG__contentWrap{z-index:1;width:100%;position:relative}.MemoBoard-module__GusIQG__text{z-index:1;white-space:pre-wrap;word-break:break-all;overflow-wrap:anywhere;line-break:anywhere;-webkit-hyphens:none;hyphens:none;margin:0;font-family:inherit;font-weight:500;line-height:1.65;position:relative}.MemoBoard-module__GusIQG__richText{z-index:2;width:100%;min-height:1.5em;color:var(--memo-text-color,#0f172a);letter-spacing:0;font-synthesis:weight style;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;word-break:break-all;overflow-wrap:anywhere;line-break:anywhere;-webkit-hyphens:none;hyphens:none;white-space:pre-wrap;font-family:Pretendard,Apple SD Gothic Neo,Malgun Gothic,sans-serif;font-size:24px;font-weight:400;line-height:1.75;position:relative}.MemoBoard-module__GusIQG__richText p{margin:0}.MemoBoard-module__GusIQG__richText p:last-child{margin-bottom:0}:is(.MemoBoard-module__GusIQG__richText span[style*=font-family] :is(strong,b,em,i,u,s,del,span),.MemoBoard-module__GusIQG__richText [style*=font-family] :is(strong,b,em,i,u,s,del,span)){font-family:inherit}:is(.MemoBoard-module__GusIQG__richText span[style*=font-size] :is(strong,b,em,i,u,s,del,span),.MemoBoard-module__GusIQG__richText [style*=font-size] :is(strong,b,em,i,u,s,del,span)){font-size:inherit}:is(.MemoBoard-module__GusIQG__richText strong,.MemoBoard-module__GusIQG__richText b,.MemoBoard-module__GusIQG__richText strong span,.MemoBoard-module__GusIQG__richText b span){font-weight:700}:is(.MemoBoard-module__GusIQG__richText em,.MemoBoard-module__GusIQG__richText i,.MemoBoard-module__GusIQG__richText em span,.MemoBoard-module__GusIQG__richText i span){font-style:italic}.MemoBoard-module__GusIQG__richText u{text-decoration:underline}:is(.MemoBoard-module__GusIQG__richText s,.MemoBoard-module__GusIQG__richText del){text-decoration:line-through}.MemoBoard-module__GusIQG__richText img{max-width:100%;height:auto;margin-top:.35em;margin-bottom:.35em;display:block}.MemoBoard-module__GusIQG__selectionLayer{z-index:3;pointer-events:none;position:absolute;inset:0;overflow:visible}.MemoBoard-module__GusIQG__selectionRect{background:#3b82f661;border-radius:1px;position:absolute}.MemoBoard-module__GusIQG__empty{z-index:1;color:#64748bbf;justify-content:center;align-items:center;min-height:120px;font-size:.95rem;font-weight:600;display:flex;position:relative}.MemoBoard-module__GusIQG__stickerLayer{z-index:2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.MemoBoard-module__GusIQG__sticker{pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute}
.StreamerMemoBoard-module__vYBKpG__wrap{flex-direction:column;align-items:center;gap:10px;display:flex}.StreamerMemoBoard-module__vYBKpG__wrapEmbedded{box-sizing:border-box;align-items:stretch;width:100%;padding:16px 20px 20px}.StreamerMemoBoard-module__vYBKpG__frame{border:1px solid var(--border-color,#d1d5db);box-sizing:border-box;background:#fff;border-radius:12px;width:min(100%,1080px);max-width:100%;margin:0 auto;overflow:hidden}.StreamerMemoBoard-module__vYBKpG__board{box-shadow:none!important;border:none!important}.StreamerMemoBoard-module__vYBKpG__stickerNoticeMobile{color:var(--text-secondary,#64748b);text-align:center;margin:0;font-size:.8125rem;display:none}.StreamerMemoBoard-module__vYBKpG__viewFullBtn{display:none}@media (max-width:767px){.StreamerMemoBoard-module__vYBKpG__frameDesktopOnly{display:none!important}.StreamerMemoBoard-module__vYBKpG__wrap{width:100%}.StreamerMemoBoard-module__vYBKpG__stickerNoticeMobile{display:block}.StreamerMemoBoard-module__vYBKpG__viewFullBtn{background:var(--streamer-page-link-bg,#0f172a);width:100%;max-width:1080px;min-height:48px;color:var(--streamer-page-link-text,#fff);letter-spacing:-.01em;cursor:pointer;box-sizing:border-box;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:.9375rem;font-weight:800;text-decoration:none;display:flex;box-shadow:0 4px 14px #0f172a2e}.StreamerMemoBoard-module__vYBKpG__viewFullBtn:active{background:var(--streamer-page-link-hover,#1e293b);transform:scale(.98)}}[data-theme=dark] .StreamerMemoBoard-module__vYBKpG__frame{background:var(--card-bg,#0f172a);border-color:#94a3b852}[data-theme=dark] .StreamerMemoBoard-module__vYBKpG__viewFullBtn{color:#0f172a;background:#f8fafc;box-shadow:0 4px 14px #00000059}[data-theme=dark] .StreamerMemoBoard-module__vYBKpG__viewFullBtn:active{background:#e2e8f0}.StreamerMemoBoard-module__vYBKpG__modalOverlay{z-index:10050;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;justify-content:center;align-items:stretch;padding:0;display:flex;position:fixed;inset:0}.StreamerMemoBoard-module__vYBKpG__modalPanel{background:var(--card-bg,#fff);width:100%;height:100%;max-height:100%;box-shadow:none;box-sizing:border-box;border:none;border-radius:0;flex-direction:column;display:flex;overflow:hidden}@media (max-width:767px){.StreamerMemoBoard-module__vYBKpG__modalOverlay{padding-top:0;padding-right:env(safe-area-inset-right,0px);padding-bottom:var(--mobile-bottom-safe-inset,env(safe-area-inset-bottom,0px));padding-left:env(safe-area-inset-left,0px)}.StreamerMemoBoard-module__vYBKpG__modalPanel{height:100%;max-height:100%}.StreamerMemoBoard-module__vYBKpG__modalHeader{min-height:0;padding:10px 12px}.StreamerMemoBoard-module__vYBKpG__modalClose{width:32px;height:32px}}@media (min-width:768px){.StreamerMemoBoard-module__vYBKpG__modalOverlay{align-items:center;padding:16px}.StreamerMemoBoard-module__vYBKpG__modalPanel{border:1px solid var(--border-color,#e5e7eb);border-radius:16px;width:min(100%,1080px);height:auto;max-height:min(92vh,900px);box-shadow:0 24px 48px #0f172a33}}.StreamerMemoBoard-module__vYBKpG__modalHeader{border-bottom:1px solid var(--border-color,#e5e7eb);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.StreamerMemoBoard-module__vYBKpG__modalTitle{color:var(--text-primary,#0f172a);margin:0;font-size:1rem;font-weight:800}.StreamerMemoBoard-module__vYBKpG__modalClose{width:36px;height:36px;color:var(--text-secondary,#64748b);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.StreamerMemoBoard-module__vYBKpG__modalClose:hover{background:#94a3b826}.StreamerMemoBoard-module__vYBKpG__modalBody{flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow:hidden}.StreamerMemoBoard-module__vYBKpG__modalBoard{flex:1;height:100%;min-height:0;border:none!important;border-radius:0!important}html[data-streamer-m] .StreamerMemoBoard-module__vYBKpG__frameDesktopOnly{display:none!important}html[data-streamer-m] .StreamerMemoBoard-module__vYBKpG__wrap{width:100%}html[data-streamer-m] .StreamerMemoBoard-module__vYBKpG__stickerNoticeMobile{display:block}html[data-streamer-m] .StreamerMemoBoard-module__vYBKpG__viewFullBtn{background:var(--streamer-page-link-bg,#0f172a);width:100%;max-width:1080px;min-height:48px;color:var(--streamer-page-link-text,#fff);letter-spacing:-.01em;cursor:pointer;box-sizing:border-box;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:.9375rem;font-weight:800;text-decoration:none;display:flex;box-shadow:0 4px 14px #0f172a2e}@media (min-width:768px){.StreamerMemoBoard-module__vYBKpG__modalBody{padding:12px;overflow:auto}.StreamerMemoBoard-module__vYBKpG__modalBoard{border-radius:0;flex:none;height:auto;min-height:400px}}
.NoticeImageModal-module__4GJ29a__overlay{z-index:10050;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172ae0;justify-content:center;align-items:center;padding:8px;display:flex;position:fixed;inset:0;overflow:auto}.NoticeImageModal-module__4GJ29a__closeBtn{z-index:1;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s;display:flex;position:fixed;top:16px;right:16px}.NoticeImageModal-module__4GJ29a__closeBtn:hover{background:#fff3}.NoticeImageModal-module__4GJ29a__image{object-fit:contain;border-radius:12px;width:auto;max-width:min(98vw,1680px);height:auto;max-height:none;margin:auto;display:block}@media (min-width:768px){.NoticeImageModal-module__4GJ29a__overlay{padding:16px}.NoticeImageModal-module__4GJ29a__image{max-width:min(96vw,1920px)}}
.NoticeDetailModal-module__43lkEq__overlay{z-index:var(--stp-overlay-z,10000);-webkit-backdrop-filter:blur(5px);--card-bg:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;color:var(--text-primary);background:#0f172a7a;justify-content:center;align-items:center;padding:24px 20px;display:flex;position:fixed;inset:0}[data-theme=dark] .NoticeDetailModal-module__43lkEq__overlay{--card-bg:#1a1a1f;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#8a93a5}.NoticeDetailModal-module__43lkEq__panel{background:var(--card-bg,#fff);border:1px solid color-mix(in srgb, var(--text-primary,#1a1a1f) 8%, transparent);box-sizing:border-box;border-radius:22px;flex-direction:column;width:min(100%,560px);max-height:min(90vh,820px);animation:.28s cubic-bezier(.16,1,.3,1) NoticeDetailModal-module__43lkEq__noticePanelIn;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 48px #0f172a2e,0 2px 10px #0f172a0f}.NoticeDetailModal-module__43lkEq__panelWithMedia{width:min(100%,920px)}.NoticeDetailModal-module__43lkEq__layout{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.NoticeDetailModal-module__43lkEq__layoutWithMedia{min-height:0}.NoticeDetailModal-module__43lkEq__copyCol{box-sizing:border-box;flex-direction:column;min-width:0;min-height:0;padding:22px 56px 0 22px;display:flex}.NoticeDetailModal-module__43lkEq__mediaCol{box-sizing:border-box;justify-content:center;align-items:center;min-width:0;padding:0 22px 22px;display:flex}.NoticeDetailModal-module__43lkEq__scrollBody{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--text-primary,#1a1a1f) 22%, transparent) transparent;flex:auto;min-height:0;padding:0 0 22px;overflow:hidden auto}.NoticeDetailModal-module__43lkEq__scrollBody::-webkit-scrollbar{width:5px}.NoticeDetailModal-module__43lkEq__scrollBody::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--text-primary,#1a1a1f) 22%, transparent);border-radius:999px}[data-theme=dark] .NoticeDetailModal-module__43lkEq__panel{border-color:#ffffff1a;box-shadow:0 20px 52px #00000080}.NoticeDetailModal-module__43lkEq__closeBtn{z-index:2;border:1px solid color-mix(in srgb, var(--text-primary,#1a1a1f) 10%, transparent);background:color-mix(in srgb, var(--card-bg,#fff) 88%, transparent);width:36px;height:36px;color:var(--text-secondary,#6b7280);cursor:pointer;-webkit-backdrop-filter:blur(8px);border-radius:10px;justify-content:center;align-items:center;transition:background-color .16s,color .16s,border-color .16s;display:inline-flex;position:absolute;top:14px;right:14px}.NoticeDetailModal-module__43lkEq__closeBtn:hover{color:var(--text-primary,#1a1a1f);border-color:color-mix(in srgb, var(--text-primary,#1a1a1f) 18%, transparent);background:color-mix(in srgb, var(--text-primary,#1a1a1f) 5%, var(--card-bg,#fff))}.NoticeDetailModal-module__43lkEq__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding-right:40px;display:flex}.NoticeDetailModal-module__43lkEq__badge{background-color:color-mix(in srgb, var(--accent-text,#2563eb) 12%, transparent);color:var(--accent-text,#2563eb);letter-spacing:-.01em;border-radius:999px;align-items:center;gap:4px;padding:4px 9px;font-size:.72rem;font-weight:700;display:inline-flex}.NoticeDetailModal-module__43lkEq__badgePinned{color:#e11d48;background-color:#e11d481f}.NoticeDetailModal-module__43lkEq__date{color:var(--text-secondary,#6b7280);white-space:nowrap;align-items:center;gap:5px;font-size:.78rem;font-weight:600;display:inline-flex}.NoticeDetailModal-module__43lkEq__title{letter-spacing:-.03em;color:var(--text-primary,#1a1a1f);word-break:break-word;margin:0 0 12px;font-size:1.28rem;font-weight:800;line-height:1.35}.NoticeDetailModal-module__43lkEq__body{color:var(--text-secondary,#4b5563);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.95rem;line-height:1.7}.NoticeDetailModal-module__43lkEq__imageSection{justify-content:center;width:100%;display:flex}.NoticeDetailModal-module__43lkEq__imageWrap{border:1px solid color-mix(in srgb, var(--text-primary,#1a1a1f) 8%, transparent);background-color:color-mix(in srgb, var(--text-primary,#1a1a1f) 3%, var(--card-bg,#fff));vertical-align:top;border-radius:14px;justify-content:center;align-items:center;width:fit-content;max-width:100%;display:inline-flex;position:relative;overflow:hidden}.NoticeDetailModal-module__43lkEq__imageWrapLoading{min-width:160px;min-height:160px}.NoticeDetailModal-module__43lkEq__imageSkeleton{background:linear-gradient(90deg, color-mix(in srgb, var(--text-primary,#1a1a1f) 4%, transparent) 25%, color-mix(in srgb, var(--text-primary,#1a1a1f) 8%, transparent) 50%, color-mix(in srgb, var(--text-primary,#1a1a1f) 4%, transparent) 75%);background-size:200% 100%;animation:1.4s infinite NoticeDetailModal-module__43lkEq__noticeShimmer;position:absolute;inset:0}.NoticeDetailModal-module__43lkEq__image{object-fit:contain;object-position:center;vertical-align:top;opacity:0;width:auto;max-width:100%;height:auto;max-height:min(42vh,360px);transition:opacity .2s;display:block}.NoticeDetailModal-module__43lkEq__imageWrapSized{width:fit-content;max-width:100%}.NoticeDetailModal-module__43lkEq__imageWrapSized .NoticeDetailModal-module__43lkEq__image{width:100%;height:auto;max-height:min(56vh,460px)}.NoticeDetailModal-module__43lkEq__imageLoaded{opacity:1}.NoticeDetailModal-module__43lkEq__imageExpandBtn{z-index:1;color:#fffffff5;-webkit-backdrop-filter:blur(10px);cursor:pointer;opacity:0;pointer-events:none;background:#0f172a6b;border:1px solid #ffffff47;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:opacity .18s,background-color .2s,transform .2s;display:flex;position:absolute;bottom:10px;right:10px}.NoticeDetailModal-module__43lkEq__imageWrap:has(.NoticeDetailModal-module__43lkEq__imageLoaded) .NoticeDetailModal-module__43lkEq__imageExpandBtn{opacity:1;pointer-events:auto}.NoticeDetailModal-module__43lkEq__imageExpandBtn:hover{background:#0f172ab3;transform:scale(1.05)}@keyframes NoticeDetailModal-module__43lkEq__noticePanelIn{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes NoticeDetailModal-module__43lkEq__noticeShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.NoticeDetailModal-module__43lkEq__sheetHandle,.NoticeDetailModal-module__43lkEq__sheetHandleBar{display:none}@media (max-width:900px){.NoticeDetailModal-module__43lkEq__overlay{padding:max(16px, env(safe-area-inset-top,0px)) 16px max(16px, env(safe-area-inset-bottom,0px));justify-content:center;align-items:center}.NoticeDetailModal-module__43lkEq__panel,.NoticeDetailModal-module__43lkEq__panelWithMedia{border-bottom:1px solid color-mix(in srgb, var(--text-primary,#1a1a1f) 8%, transparent);border-radius:22px;width:min(100%,420px);max-width:calc(100vw - 32px);height:auto;min-height:min(320px,58dvh);max-height:min(84dvh,720px);animation:.28s cubic-bezier(.16,1,.3,1) NoticeDetailModal-module__43lkEq__noticePanelIn;box-shadow:0 22px 48px #0f172a38,0 2px 10px #0f172a14}.NoticeDetailModal-module__43lkEq__layout,.NoticeDetailModal-module__43lkEq__layoutWithMedia{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden auto}.NoticeDetailModal-module__43lkEq__layoutWithMedia .NoticeDetailModal-module__43lkEq__mediaCol{order:0;padding:18px 18px 8px}.NoticeDetailModal-module__43lkEq__layoutWithMedia .NoticeDetailModal-module__43lkEq__copyCol{border-left:none;border-right:none;flex:auto;order:1;padding:8px 18px 0}.NoticeDetailModal-module__43lkEq__copyCol{flex:auto;padding:22px 52px 0 18px}.NoticeDetailModal-module__43lkEq__mediaCol{padding:18px 18px 8px}.NoticeDetailModal-module__43lkEq__mediaCol .NoticeDetailModal-module__43lkEq__imageWrap,.NoticeDetailModal-module__43lkEq__mediaCol .NoticeDetailModal-module__43lkEq__imageWrapSized{max-width:100%;margin-inline:auto;width:min(100%,340px)!important}.NoticeDetailModal-module__43lkEq__mediaCol .NoticeDetailModal-module__43lkEq__image,.NoticeDetailModal-module__43lkEq__mediaCol .NoticeDetailModal-module__43lkEq__imageWrapSized .NoticeDetailModal-module__43lkEq__image,.NoticeDetailModal-module__43lkEq__imageWrapSized .NoticeDetailModal-module__43lkEq__image{width:100%;height:auto;max-height:min(36dvh,300px)}.NoticeDetailModal-module__43lkEq__scrollBody{padding-bottom:max(20px, env(safe-area-inset-bottom,0px));flex:auto;overflow-y:auto}.NoticeDetailModal-module__43lkEq__closeBtn{width:40px;height:40px;top:12px;right:12px}.NoticeDetailModal-module__43lkEq__head{flex-wrap:nowrap;gap:8px;margin-bottom:12px;padding-right:40px}.NoticeDetailModal-module__43lkEq__badge{padding:4px 9px;font-size:.72rem}.NoticeDetailModal-module__43lkEq__date{font-size:.78rem}.NoticeDetailModal-module__43lkEq__title{margin-bottom:10px;font-size:1.22rem;line-height:1.35}.NoticeDetailModal-module__43lkEq__body{font-size:.96rem;line-height:1.7}.NoticeDetailModal-module__43lkEq__imageExpandBtn{opacity:1;pointer-events:auto;width:40px;height:40px;bottom:8px;right:8px}}@media (min-width:901px){.NoticeDetailModal-module__43lkEq__overlay{padding:32px 24px}.NoticeDetailModal-module__43lkEq__panel{width:min(100%,580px)}.NoticeDetailModal-module__43lkEq__panelWithMedia{width:min(100%,880px);height:auto;max-height:min(88vh,720px)}.NoticeDetailModal-module__43lkEq__layoutWithMedia{grid-template-columns:minmax(240px,.92fr) minmax(0,1.08fr);align-items:start;height:auto;display:grid}.NoticeDetailModal-module__43lkEq__layoutWithMedia .NoticeDetailModal-module__43lkEq__copyCol{border-left:1px solid color-mix(in srgb, var(--text-primary,#1a1a1f) 7%, transparent);border-right:none;align-self:stretch;padding:28px 56px 28px 24px}.NoticeDetailModal-module__43lkEq__layoutWithMedia .NoticeDetailModal-module__43lkEq__scrollBody{padding-bottom:0}.NoticeDetailModal-module__43lkEq__layoutWithMedia .NoticeDetailModal-module__43lkEq__mediaCol{background:0 0;justify-content:center;align-self:center;width:100%;min-height:0;padding:24px 16px 24px 24px}.NoticeDetailModal-module__43lkEq__layoutWithMedia .NoticeDetailModal-module__43lkEq__imageSection{justify-content:center;width:100%}.NoticeDetailModal-module__43lkEq__layoutWithMedia .NoticeDetailModal-module__43lkEq__imageWrap{background:color-mix(in srgb, var(--text-primary,#1a1a1f) 3%, var(--card-bg,#fff));border:1px solid color-mix(in srgb, var(--text-primary,#1a1a1f) 8%, transparent);border-radius:14px;width:fit-content;max-width:100%;max-height:none;margin-inline:auto;display:flex;overflow:hidden}.NoticeDetailModal-module__43lkEq__layoutWithMedia .NoticeDetailModal-module__43lkEq__imageWrapSized{width:var(--notice-img-w,fit-content);max-width:100%}.NoticeDetailModal-module__43lkEq__layoutWithMedia .NoticeDetailModal-module__43lkEq__image{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:min(56vh,460px)}.NoticeDetailModal-module__43lkEq__layoutWithMedia .NoticeDetailModal-module__43lkEq__imageWrapSized .NoticeDetailModal-module__43lkEq__image{width:100%;height:auto}.NoticeDetailModal-module__43lkEq__copyCol{padding:28px 56px 0 28px}.NoticeDetailModal-module__43lkEq__mediaCol{padding:0 28px 28px}.NoticeDetailModal-module__43lkEq__scrollBody{padding-bottom:28px}.NoticeDetailModal-module__43lkEq__closeBtn{top:16px;right:16px}.NoticeDetailModal-module__43lkEq__head{margin-bottom:16px;padding-right:44px}.NoticeDetailModal-module__43lkEq__title{margin-bottom:14px;font-size:1.38rem}.NoticeDetailModal-module__43lkEq__body{font-size:.98rem;line-height:1.72}.NoticeDetailModal-module__43lkEq__image{max-height:min(48vh,420px)}}@media (prefers-reduced-motion:reduce){.NoticeDetailModal-module__43lkEq__panel,.NoticeDetailModal-module__43lkEq__panelWithMedia{animation:none}.NoticeDetailModal-module__43lkEq__closeBtn,.NoticeDetailModal-module__43lkEq__imageExpandBtn,.NoticeDetailModal-module__43lkEq__image{transition:none}.NoticeDetailModal-module__43lkEq__imageSkeleton{animation:none}}
.StreamerNoticePreview-module__U3bmtG__wrap{box-sizing:border-box;height:184px;min-height:184px;max-height:184px;container:notice-preview/inline-size}.StreamerNoticePreview-module__U3bmtG__list{grid-template-columns:1fr;align-items:stretch;gap:16px;height:100%;min-height:0;display:grid}.StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(n+2){display:none}[data-section-id=notice][data-col-span="3"] .StreamerNoticePreview-module__U3bmtG__list{grid-template-columns:repeat(2,minmax(0,1fr))}[data-section-id=notice][data-col-span="3"] .StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(2){display:flex}[data-section-id=notice][data-col-span="3"] .StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(n+3){display:none}[data-section-id=notice][data-col-span="3"] .StreamerNoticePreview-module__U3bmtG__noticeItemBody{-webkit-line-clamp:3}[data-section-id=notice][data-col-span="2"] .StreamerNoticePreview-module__U3bmtG__list{grid-template-columns:1fr}[data-section-id=notice][data-col-span="2"] .StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(n+2){display:none}@container notice-preview (min-width:560px){:is([data-section-id=notice][data-col-span="5"] .StreamerNoticePreview-module__U3bmtG__list,[data-section-id=notice][data-col-span="6"] .StreamerNoticePreview-module__U3bmtG__list){grid-template-columns:repeat(2,minmax(0,1fr))}:is([data-section-id=notice][data-col-span="5"] .StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(2),[data-section-id=notice][data-col-span="6"] .StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(2)){display:flex}:is([data-section-id=notice][data-col-span="5"] .StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(n+3),[data-section-id=notice][data-col-span="6"] .StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(n+3)){display:none}:is([data-section-id=notice][data-col-span="5"] .StreamerNoticePreview-module__U3bmtG__noticeItemBody,[data-section-id=notice][data-col-span="6"] .StreamerNoticePreview-module__U3bmtG__noticeItemBody){-webkit-line-clamp:4}}@container notice-preview (min-width:720px){[data-section-id=notice][data-col-span="4"] .StreamerNoticePreview-module__U3bmtG__list{grid-template-columns:repeat(2,minmax(0,1fr))}[data-section-id=notice][data-col-span="4"] .StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(2){display:flex}[data-section-id=notice][data-col-span="4"] .StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(n+3){display:none}[data-section-id=notice][data-col-span="4"] .StreamerNoticePreview-module__U3bmtG__noticeItemBody{-webkit-line-clamp:4}}.StreamerNoticePreview-module__U3bmtG__noticeItem{box-sizing:border-box;background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;gap:8px;height:100%;min-height:0;padding:16px 18px 18px;text-decoration:none;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000d}.StreamerNoticePreview-module__U3bmtG__noticeItemButton{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;appearance:none;margin:0}.StreamerNoticePreview-module__U3bmtG__noticeItem:hover{border-color:color-mix(in srgb, var(--accent-text) 38%, var(--border-color));background-color:color-mix(in srgb, var(--accent-text) 4%, var(--stp-card-bg,var(--card-bg,#fff)));transform:translateY(-2px);box-shadow:0 4px 12px -2px #0000000a}.StreamerNoticePreview-module__U3bmtG__noticeItemPinned{border-color:color-mix(in srgb, var(--accent-text) 42%, var(--border-color));box-shadow:0 1px 2px 0 #0000000d, 0 0 0 1px color-mix(in srgb, var(--accent-text) 16%, transparent)}.StreamerNoticePreview-module__U3bmtG__noticeItemTop{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.StreamerNoticePreview-module__U3bmtG__noticeItemTitleRow{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.StreamerNoticePreview-module__U3bmtG__pinnedBadge{background-color:color-mix(in srgb, var(--accent-text) 22%, transparent);color:var(--accent-text);letter-spacing:-.01em;border-radius:999px;flex-shrink:0;align-items:center;padding:2px 7px;font-size:.7rem;font-weight:800;display:inline-flex}.StreamerNoticePreview-module__U3bmtG__noticeItemTitle{color:var(--text-primary);-webkit-line-clamp:1;word-break:break-all;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:700;transition:color .2s;display:-webkit-box;overflow:hidden}.StreamerNoticePreview-module__U3bmtG__noticeItem:hover .StreamerNoticePreview-module__U3bmtG__noticeItemTitle{color:var(--accent-text)}.StreamerNoticePreview-module__U3bmtG__noticeItemDate{color:var(--text-muted);white-space:nowrap;flex-shrink:0;margin-top:2px;font-size:.78rem;font-weight:500}.StreamerNoticePreview-module__U3bmtG__noticeItemBodyRow{flex:auto;align-items:flex-start;gap:8px;min-height:0;display:flex}.StreamerNoticePreview-module__U3bmtG__noticeItemMediaIcon{border:1px solid var(--border-color);background:color-mix(in srgb, var(--accent-text) 10%, var(--card-bg));width:28px;height:28px;color:var(--accent-text);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.StreamerNoticePreview-module__U3bmtG__noticeItemBody{min-width:0;color:var(--text-secondary);-webkit-line-clamp:5;word-break:break-word;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.9rem;line-height:1.55;display:-webkit-box;overflow:hidden}.StreamerNoticePreview-module__U3bmtG__emptyState{background-color:var(--bg-color);border:2px dashed var(--border-dashed);text-align:center;color:var(--text-secondary);border-radius:32px;justify-content:center;align-items:center;min-height:184px;padding:40px 20px;font-size:1rem;font-weight:700;display:flex}.StreamerNoticePreview-module__U3bmtG__wrapStack{height:auto;min-height:0;max-height:none;container:notice-preview/inline-size}.StreamerNoticePreview-module__U3bmtG__listStack{flex-direction:column;gap:12px;display:flex}.StreamerNoticePreview-module__U3bmtG__noticeItemStack{box-sizing:border-box;background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;grid-template-columns:80px minmax(0,1fr);align-items:stretch;gap:12px;min-height:0;padding:12px 14px;text-decoration:none;transition:border-color .2s,background-color .2s,transform .2s,box-shadow .2s;display:grid;box-shadow:0 1px 2px #0000000a}.StreamerNoticePreview-module__U3bmtG__noticeItemStack:hover{border-color:color-mix(in srgb, var(--accent-text) 38%, var(--border-color));background-color:color-mix(in srgb, var(--accent-text) 4%, var(--stp-card-bg,var(--card-bg,#fff)));transform:translateY(-1px);box-shadow:0 4px 12px -2px #0000000d}.StreamerNoticePreview-module__U3bmtG__noticeItemStackPinned{border-color:color-mix(in srgb, var(--accent-text) 36%, var(--border-color));background:color-mix(in srgb, var(--accent-text) 3%, var(--stp-card-bg,var(--card-bg,#fff)));box-shadow:0 1px 2px 0 #0000000a, 0 0 0 1px color-mix(in srgb, var(--accent-text) 10%, transparent);grid-template-columns:128px minmax(0,1fr);gap:14px;padding:14px 16px}.StreamerNoticePreview-module__U3bmtG__thumbCol{border:1px solid var(--border-color);background:color-mix(in srgb, var(--accent-text) 6%, var(--card-bg));border-radius:10px;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.StreamerNoticePreview-module__U3bmtG__thumbCol.StreamerNoticePreview-module__U3bmtG__thumbColPinned{border-radius:12px;width:128px;height:128px}.StreamerNoticePreview-module__U3bmtG__thumbImage{object-fit:cover;display:block}.StreamerNoticePreview-module__U3bmtG__noticeItemStackPinned .StreamerNoticePreview-module__U3bmtG__stackContent{gap:8px;min-height:128px}.StreamerNoticePreview-module__U3bmtG__noticeItemStackPinned .StreamerNoticePreview-module__U3bmtG__noticeItemTitlePinned{letter-spacing:-.02em;-webkit-line-clamp:2;font-size:1.125rem;font-weight:800}.StreamerNoticePreview-module__U3bmtG__noticeItemStackPinned .StreamerNoticePreview-module__U3bmtG__noticeItemBodyStack{-webkit-line-clamp:3;font-size:.875rem}.StreamerNoticePreview-module__U3bmtG__pinnedPinBadge{background:color-mix(in srgb, var(--accent-text) 22%, var(--card-bg));width:28px;height:28px;color:var(--accent-text);border:1px solid color-mix(in srgb, var(--accent-text) 32%, var(--border-color));box-shadow:0 1px 6px color-mix(in srgb, var(--accent-text) 16%, transparent);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.StreamerNoticePreview-module__U3bmtG__pinnedPinBadge svg{transform:rotate(45deg)}.StreamerNoticePreview-module__U3bmtG__noticeItemStackTextOnly{grid-template-columns:minmax(0,1fr)}.StreamerNoticePreview-module__U3bmtG__noticeItemStackTextOnly .StreamerNoticePreview-module__U3bmtG__stackContent,.StreamerNoticePreview-module__U3bmtG__noticeItemStackPinned.StreamerNoticePreview-module__U3bmtG__noticeItemStackTextOnly .StreamerNoticePreview-module__U3bmtG__stackContent{min-height:0}.StreamerNoticePreview-module__U3bmtG__stackContent{flex-direction:column;justify-content:center;gap:6px;min-width:0;min-height:80px;display:flex}.StreamerNoticePreview-module__U3bmtG__noticeItemBodyStack{color:var(--text-secondary);-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.StreamerNoticePreview-module__U3bmtG__emptyStateStack{border:1px dashed var(--border-dashed,#0000001f);text-align:center;color:var(--text-secondary);border-radius:16px;padding:36px 20px;font-size:.9375rem;font-weight:600}html[data-streamer-m] [data-section-id=notice] .StreamerNoticePreview-module__U3bmtG__list{grid-template-columns:1fr!important}html[data-streamer-m] [data-section-id=notice] .StreamerNoticePreview-module__U3bmtG__noticeItem:nth-child(n+2){display:none!important}:is(:is([data-theme=dark]:not(:has([data-stp-theme-lock=light])),[data-stp-theme-lock=dark]) .StreamerNoticePreview-module__U3bmtG__noticeItem:hover,:is([data-theme=dark]:not(:has([data-stp-theme-lock=light])),[data-stp-theme-lock=dark]) .StreamerNoticePreview-module__U3bmtG__noticeItemStack:hover){border-color:color-mix(in srgb, var(--accent-text) 32%, #ffffff2e);background-color:#2b2b3a;box-shadow:0 4px 14px -4px #00000059}
.StreamerSection-module___gS1-q__section{box-sizing:border-box;width:100%;min-width:0}.StreamerSection-module___gS1-q__header{flex-direction:column;justify-content:space-between;gap:0;margin:0;display:flex}.StreamerSection-module___gS1-q__headerText{flex-direction:column;flex:1;min-width:0;display:flex}.StreamerSection-module___gS1-q__titleRow{align-items:center;gap:.625rem;min-width:0;margin:0;display:flex}.StreamerSection-module___gS1-q__iconWrap{display:none}.StreamerSection-module___gS1-q__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___gS1-q__headerRight{flex-shrink:0;width:100%;margin-bottom:.75rem;display:block}.StreamerSection-module___gS1-q__footer{margin-top:1rem}[data-layout-slot=aside] .StreamerSection-module___gS1-q__title{font-size:1.25rem}[data-layout-slot=aside] .StreamerSection-module___gS1-q__header{gap:.5rem;margin-bottom:.75rem}
.SectionShell-module__YViulG__section{--section-shell-radius:18px;--section-head-height:60px;--section-head-px:22px;--text-primary:var(--stp-card-ink,#1a1a1f);--text-secondary:var(--stp-card-ink-sub,#1a1a1f9e);--text-muted:var(--stp-card-ink-faint,#1a1a1f73);--card-bg:var(--stp-card-bg,#fff);--border-color:var(--stp-card-border,#00000012);--border-strong:color-mix(in srgb, var(--stp-card-ink,#1a1a1f) 22%, var(--stp-card-bg,#fff));--border-dashed:color-mix(in srgb, var(--stp-card-ink,#1a1a1f) 14%, transparent);--surface-hover:color-mix(in srgb, #fff 10%, var(--stp-card-bg,#fff));--surface-muted:color-mix(in srgb, var(--stp-card-ink,#1a1a1f) 2.5%, var(--stp-card-bg,#fff));--section-empty-bg:var(--surface-muted);--section-empty-border:var(--border-dashed);--section-empty-ink:var(--text-secondary);border-radius:var(--section-shell-radius);background:var(--stp-card-bg,var(--card-bg,#fff));color:var(--stp-card-ink,var(--stp-text));border:1px solid var(--stp-card-border,#00000012);overflow:visible;container:stp-section/inline-size;--bg-color:var(--stp-card-bg,#fff)!important}.SectionShell-module__YViulG__head{height:var(--section-head-height);min-height:var(--section-head-height);padding:0 var(--section-head-px);box-sizing:border-box;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.SectionShell-module__YViulG__titleWrap{flex:0 auto;align-items:center;gap:12px;min-width:0;max-width:min(42%,11rem);display:flex}.SectionShell-module__YViulG__titleText{min-width:0;overflow:hidden}.SectionShell-module__YViulG__accent{background:var(--accent-text);border-radius:999px;flex-shrink:0;width:4px;height:20px}.SectionShell-module__YViulG__titleIcon{background:var(--accent-muted-bg);width:36px;height:36px;color:var(--accent-text);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.SectionShell-module__YViulG__title{letter-spacing:-.01em;color:var(--stp-card-ink,var(--stp-text));white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:18px;font-weight:800;line-height:1.2;overflow:hidden}.SectionShell-module__YViulG__caption{color:var(--stp-card-ink-sub,#00000073);margin:2px 0 0;font-size:12.5px}.SectionShell-module__YViulG__actionSlot{flex:0 auto;justify-content:flex-end;align-items:center;min-width:0;max-width:min(100%,520px);max-height:100%;margin-left:auto;display:inline-flex}.SectionShell-module__YViulG__head[data-action-align=end]{justify-content:flex-start}.SectionShell-module__YViulG__head[data-action-align=end] .SectionShell-module__YViulG__titleWrap{max-width:min(50%,14rem)}.SectionShell-module__YViulG__head[data-action-align=end] .SectionShell-module__YViulG__actionSlot{flex:none;max-width:none;margin-left:auto}.SectionShell-module__YViulG__trailing{height:100%;max-height:var(--section-head-height);flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.SectionShell-module__YViulG__viewAll{min-height:32px;color:var(--stp-card-ink-sub,#00000080);white-space:nowrap;flex:none;justify-content:center;align-items:center;padding:0 4px;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;transition:color .2s;display:inline-flex}.SectionShell-module__YViulG__viewAll:hover{color:var(--accent-text)}.SectionShell-module__YViulG__body{border-top:1px solid var(--stp-card-divider,#0000000d);overflow:visible}.SectionShell-module__YViulG__bodyPadded{--section-body-pad-x:var(--section-head-px);--section-body-pad-top:18px;--section-body-pad-bottom:22px;padding:var(--section-body-pad-top) var(--section-body-pad-x) var(--section-body-pad-bottom)}:is(.SectionShell-module__YViulG__body:has([class*=viewModeListContainer]),.SectionShell-module__YViulG__body:has([class*=gridModeContainer]),.SectionShell-module__YViulG__body:has([class*=viewModeContainer])){border-bottom-left-radius:var(--section-shell-radius);border-bottom-right-radius:var(--section-shell-radius);padding:0;overflow:hidden}.SectionShell-module__YViulG__body:has([class*=viewModeContainer]) [class*=viewModeBinder]{overflow:hidden}@container stp-section (max-width:720px){.SectionShell-module__YViulG__titleWrap{flex:none;max-width:min(28%,5.5rem)}.SectionShell-module__YViulG__actionSlot{flex:0 auto;justify-content:flex-end;min-width:0;max-width:none;margin-left:auto}.SectionShell-module__YViulG__actionSlot>*{width:auto;min-width:0;max-width:100%}.SectionShell-module__YViulG__head[data-action-align=end] .SectionShell-module__YViulG__actionSlot{flex:none;justify-content:flex-end}.SectionShell-module__YViulG__head[data-action-align=end] .SectionShell-module__YViulG__actionSlot>*{width:auto}}@container stp-section (max-width:520px){.SectionShell-module__YViulG__title{font-size:15px}.SectionShell-module__YViulG__viewAll{padding:0 2px;font-size:12px}}@media (max-width:900px){.SectionShell-module__YViulG__section{--section-shell-radius:14px;--section-head-height:48px;--section-head-px:12px}.SectionShell-module__YViulG__head{height:var(--section-head-height);min-height:var(--section-head-height);padding:0 var(--section-head-px);flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.SectionShell-module__YViulG__titleWrap{flex:none;gap:6px;max-width:min(28%,5.5rem)}.SectionShell-module__YViulG__accent{width:3px;height:14px}.SectionShell-module__YViulG__titleIcon{border-radius:9px;width:28px;height:28px}.SectionShell-module__YViulG__title{font-size:14px}.SectionShell-module__YViulG__caption{display:none}.SectionShell-module__YViulG__actionSlot{flex:0 auto;justify-content:flex-end;min-width:0;max-width:none;max-height:none;margin-left:auto}.SectionShell-module__YViulG__actionSlot>*{width:auto;min-width:0;max-width:100%}.SectionShell-module__YViulG__head[data-action-align=end] .SectionShell-module__YViulG__titleWrap{flex:auto;max-width:none}.SectionShell-module__YViulG__head[data-action-align=end] .SectionShell-module__YViulG__actionSlot{flex:none;justify-content:flex-end;margin-left:auto}.SectionShell-module__YViulG__head[data-action-align=end] .SectionShell-module__YViulG__actionSlot>*{width:auto}.SectionShell-module__YViulG__trailing{flex:none;gap:4px;height:auto;max-height:none}.SectionShell-module__YViulG__viewAll{min-height:28px;padding:0 2px;font-size:12px}.SectionShell-module__YViulG__bodyPadded{--section-body-pad-top:14px;--section-body-pad-bottom:16px}}
.StreamerPlaylistSection-module__f5-RAa__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 8px;padding:2px 0 4px;display:grid}.StreamerPlaylistSection-module__f5-RAa__card{min-width:0;color:inherit;flex-direction:column;gap:5px;text-decoration:none;display:flex}.StreamerPlaylistSection-module__f5-RAa__thumbWrap{aspect-ratio:1;border:1px solid var(--border-color,#e0dfec);background:var(--surface-muted,#eeeef5);border-radius:12px;width:100%;display:block;overflow:hidden}.StreamerPlaylistSection-module__f5-RAa__thumb{object-fit:cover;width:100%;height:100%;display:block}.StreamerPlaylistSection-module__f5-RAa__thumbFallback{width:100%;height:100%;color:var(--text-muted,#9ca3af);background:radial-gradient(circle at 30% 20%,#ffffff8c,#0000 55%),linear-gradient(145deg,#e8eaf2,#d5d8e6);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.StreamerPlaylistSection-module__f5-RAa__thumbInitial{letter-spacing:-.02em;color:#64748b;font-size:.95rem;font-weight:800}.StreamerPlaylistSection-module__f5-RAa__cardTitle{color:var(--text-primary,#17171f);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.StreamerPlaylistSection-module__f5-RAa__cardMeta{color:var(--text-secondary,#55556a);font-size:.6875rem;font-weight:600}.StreamerPlaylistSection-module__f5-RAa__skelCard{aspect-ratio:1;background:color-mix(in srgb, var(--surface-muted,#eeeef5) 80%, transparent);border-radius:12px;width:100%}.StreamerPlaylistSection-module__f5-RAa__empty{color:var(--text-secondary,#55556a);margin:0;padding:18px 4px;font-size:.875rem}
.SectionViewTransition-module__-zqsMa__root{width:100%;min-width:0;display:grid;position:relative}.SectionViewTransition-module__-zqsMa__root[data-view=full]{flex:auto;height:100%;min-height:0}.SectionViewTransition-module__-zqsMa__root[data-view=full] .SectionViewTransition-module__-zqsMa__fullLayer{flex-direction:column;height:100%;min-height:0;display:flex}.SectionViewTransition-module__-zqsMa__previewLayer,.SectionViewTransition-module__-zqsMa__fullLayer{grid-area:1/1;width:100%;min-width:0}.SectionViewTransition-module__-zqsMa__root[data-phase=entering-full] .SectionViewTransition-module__-zqsMa__fullLayer{z-index:2;animation:.42s cubic-bezier(.22,1,.36,1) both SectionViewTransition-module__-zqsMa__layerEnterFull}.SectionViewTransition-module__-zqsMa__root[data-phase=entering-full] .SectionViewTransition-module__-zqsMa__previewLayer{z-index:1;pointer-events:none;width:100%;animation:.32s cubic-bezier(.4,0,.2,1) both SectionViewTransition-module__-zqsMa__layerExit;position:absolute;inset:0 auto auto 0}.SectionViewTransition-module__-zqsMa__root[data-phase=entering-preview] .SectionViewTransition-module__-zqsMa__previewLayer{z-index:2;animation:.45s cubic-bezier(.22,1,.36,1) 60ms both SectionViewTransition-module__-zqsMa__layerEnterPreview}.SectionViewTransition-module__-zqsMa__root[data-phase=entering-preview] .SectionViewTransition-module__-zqsMa__fullLayer{z-index:1;pointer-events:none;width:100%;animation:.3s cubic-bezier(.4,0,.2,1) both SectionViewTransition-module__-zqsMa__layerExit;position:absolute;inset:0 auto auto 0}@keyframes SectionViewTransition-module__-zqsMa__layerEnterFull{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes SectionViewTransition-module__-zqsMa__layerEnterPreview{0%{opacity:0}to{opacity:1}}@keyframes SectionViewTransition-module__-zqsMa__layerExit{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.SectionViewTransition-module__-zqsMa__root[data-phase=entering-full] .SectionViewTransition-module__-zqsMa__fullLayer,.SectionViewTransition-module__-zqsMa__root[data-phase=entering-full] .SectionViewTransition-module__-zqsMa__previewLayer,.SectionViewTransition-module__-zqsMa__root[data-phase=entering-preview] .SectionViewTransition-module__-zqsMa__previewLayer,.SectionViewTransition-module__-zqsMa__root[data-phase=entering-preview] .SectionViewTransition-module__-zqsMa__fullLayer{pointer-events:auto;animation:none;position:static}}
.WeeklyPlannerSwitcher-module__JhLNGq__container{isolation:isolate;flex-direction:column;gap:8px;width:100%;display:flex;overflow:hidden}.WeeklyPlannerSwitcher-module__JhLNGq__containerEmbed{isolation:auto;overflow:visible}.WeeklyPlannerSwitcher-module__JhLNGq__controlPanel{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;flex-wrap:wrap;justify-content:center;gap:8px;max-width:800px;margin:0 auto;padding:12px;display:flex}.WeeklyPlannerSwitcher-module__JhLNGq__versionBtn{border:1px solid var(--border-color);background-color:var(--surface-hover);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.WeeklyPlannerSwitcher-module__JhLNGq__versionBtn:hover{background-color:var(--surface-muted);transform:translateY(-1px)}.WeeklyPlannerSwitcher-module__JhLNGq__activeBtn{background-color:var(--accent);border-color:var(--accent);color:var(--text-on-accent);box-shadow:0 2px 4px #3b82f64d}
.ScheduleSectionActions-module__ve5C5a__wrap{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:8px;width:auto;min-width:0;max-width:100%;margin-left:auto;display:inline-flex}.ScheduleSectionActions-module__ve5C5a__writeBtn{box-sizing:border-box;border:1px solid var(--accent-border,#2563eb59);background:var(--accent-muted-bg,#2563eb1f);width:max-content;max-width:100%;height:32px;color:var(--accent-text,#1d4ed8);letter-spacing:-.02em;white-space:nowrap;border-radius:9px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:800;line-height:1;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s,width .15s,padding .15s,border-radius .15s;display:inline-flex;overflow:hidden}.ScheduleSectionActions-module__ve5C5a__writeBtn:hover{background:var(--accent-muted-bg,#2563eb2e);border-color:var(--accent,#2563eb);color:var(--accent-text,#1e40af)}.ScheduleSectionActions-module__ve5C5a__writeBtnLabel{display:inline}.ScheduleSectionActions-module__ve5C5a__writeBtn svg{flex-shrink:0}@container stp-section (max-width:720px){.ScheduleSectionActions-module__ve5C5a__wrap{gap:6px}.ScheduleSectionActions-module__ve5C5a__writeBtn{border-radius:999px;gap:0;height:32px;width:32px!important;min-width:32px!important;max-width:32px!important;padding:0!important}.ScheduleSectionActions-module__ve5C5a__writeBtnLabel{display:none!important}.ScheduleSectionActions-module__ve5C5a__writeBtn svg{width:15px;height:15px}}@media (max-width:900px){.ScheduleSectionActions-module__ve5C5a__wrap{gap:6px}.ScheduleSectionActions-module__ve5C5a__writeBtn{border-radius:999px;gap:0;height:32px;width:32px!important;min-width:32px!important;max-width:32px!important;padding:0!important}.ScheduleSectionActions-module__ve5C5a__writeBtnLabel{display:none!important}.ScheduleSectionActions-module__ve5C5a__writeBtn svg{width:15px;height:15px}}
.emptyState-module__ca2SJa__empty{box-sizing:border-box;min-height:var(--stp-empty-min-h,200px);padding:var(--stp-empty-pad,48px 20px);text-align:center;color:var(--stp-card-ink-sub,#00000073);justify-content:center;align-items:center;margin:0;font-size:14px;display:flex}
