@keyframes confirm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes confirm-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.confirm-drag-handle{cursor:grab;-webkit-user-select:none;user-select:none}.confirm-drag-handle:active{cursor:grabbing}.confirm-dialog__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;display:flex;align-items:center;justify-content:center;background:#00000073;animation:confirm-fade-in .12s ease-out}.confirm-dialog__positioner{width:calc(100% - 32px);max-width:400px}.confirm-dialog__card{width:100%;padding:var(--space-6, 24px);background:var(--color-bg-surface, #fff);border-radius:var(--radius-lg, 14px);box-shadow:0 8px 32px #0000002e;animation:confirm-scale-in .15s ease-out}.confirm-dialog__title{margin:0;color:var(--color-text-primary, #111);font-size:17px;font-weight:700;line-height:1.4}.confirm-dialog__message{margin:var(--space-3, 12px) 0 var(--space-5, 20px);color:var(--color-text-secondary, #555);font-size:14px;line-height:1.6;white-space:pre-line}.confirm-dialog__remember{display:flex;align-items:center;gap:6px;margin:0 0 var(--space-4, 16px);color:var(--color-text-muted, #888);font-size:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.confirm-dialog__remember-checkbox{cursor:pointer}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:var(--space-2, 8px)}.confirm-dialog__button{min-width:64px;padding:8px 20px;font-size:14px;font-weight:600;line-height:1.4;text-align:center;white-space:nowrap;border:0;border-radius:var(--radius-md, 8px);cursor:pointer;transition:opacity .12s ease}.confirm-dialog__button:hover{opacity:.88}.confirm-dialog__button--cancel{color:var(--color-text-secondary, #555);background:var(--color-bg-surface-soft, #f3f4f6)}.confirm-dialog__button--confirm{color:#fff;background:var(--color-brand-primary, #6366f1)}.confirm-dialog__button--danger{color:#fff;background:var(--color-danger, #ef4444)}._root_15fec_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:168px;padding:var(--stu-space-8, 32px) var(--stu-space-6, 24px);text-align:center;border:1px dashed color-mix(in srgb,var(--stu-primary) 22%,var(--stu-border));border-radius:var(--stu-radius-md);background:linear-gradient(135deg,color-mix(in srgb,var(--stu-primary) 5%,transparent),transparent 58%),color-mix(in srgb,var(--stu-surface-1) 88%,var(--stu-surface-2))}._compact_15fec_16{min-height:auto;padding:var(--stu-space-5)}._iconSlot_15fec_21{margin-bottom:var(--stu-space-5)}._compact_15fec_16 ._iconSlot_15fec_21{margin-bottom:var(--stu-space-3)}._iconFrame_15fec_29{display:grid;width:58px;height:58px;margin:0 auto;place-items:center;background:linear-gradient(135deg,var(--stu-tint-primary),var(--stu-surface-soft));border:1px solid var(--stu-border-subtle);border-radius:var(--stu-radius-md)}._compact_15fec_16 ._iconFrame_15fec_29{width:52px;height:52px}._iconSvg_15fec_45{width:28px;height:28px}._compact_15fec_16 ._iconSvg_15fec_45{width:26px;height:26px}._title_15fec_55{margin:0;color:var(--stu-text);font-size:16px;font-weight:760;letter-spacing:0}._compact_15fec_16 ._title_15fec_55{font-size:15px}._titleWithDescription_15fec_67{margin-bottom:var(--stu-space-3)}._compact_15fec_16 ._titleWithDescription_15fec_67{margin-bottom:var(--stu-space-2)}._description_15fec_75{max-width:320px;margin:0;color:var(--stu-text-muted);font-size:14px;line-height:1.6}._compact_15fec_16 ._description_15fec_75{max-width:100%;font-size:13px}._retryButton_15fec_88{min-height:44px;margin-top:var(--stu-space-5);padding:10px 24px;color:var(--stu-text);font-size:14px;font-weight:600;background:var(--stu-surface);border:1.5px solid var(--stu-border);border-radius:var(--stu-radius-md);cursor:pointer;transition:background var(--stu-motion-fast),border-color var(--stu-motion-fast)}._compact_15fec_16 ._retryButton_15fec_88{margin-top:var(--stu-space-3)}:root{--svp-bg: #0f0f10;--svp-card: #151517;--svp-card2: #101012;--svp-line: rgba(255, 255, 255, .08);--svp-line2: rgba(255, 255, 255, .14);--svp-text: rgba(255, 255, 255, .92);--svp-text2: rgba(255, 255, 255, .68);--svp-text3: rgba(255, 255, 255, .48);--svp-accent: #ffffff;--svp-warn: #ffcf5a;--svp-danger: #ff5a6e;--svp-shadow: 0 14px 60px rgba(0, 0, 0, .48);--svp-radius: 16px;--svp-radius2: 18px;--svp-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", sans-serif}.svpRoot{font-family:var(--svp-font);color:var(--svp-text)}.svpLayout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px}@media(max-width:1080px){.svpLayout{grid-template-columns:1fr}.svpSide{display:none}}.svpPlayerCol{min-width:0}.svpPlayerWrap{border-radius:var(--svp-radius2);overflow:hidden;box-shadow:var(--svp-shadow);background:var(--svp-bg);border:1px solid rgba(0,0,0,.5)}.svpTopBar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 10px;background:linear-gradient(180deg,#000000a8,#0000)}.svpTopLeft{min-width:0}.svpTitle{font-weight:900;font-size:15px;letter-spacing:-.2px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.svpMeta{margin-top:4px;display:flex;align-items:center;gap:6px;color:var(--svp-text3);font-size:12px}.svpDot{opacity:.65}.svpTopRight{display:flex;align-items:center;gap:10px}.svpPills{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.svpVideoStage{position:relative;background:#000}.svpGestureLayer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;touch-action:none;pointer-events:auto;cursor:pointer}.svpPlayerWrap--controlsHidden .svpTopBar,.svpPlayerWrap--controlsHidden .svpControls{opacity:0;pointer-events:none;transition:opacity .2s ease}.svpPlayerWrap .svpTopBar,.svpPlayerWrap .svpControls{transition:opacity .2s ease}.svpPlayerWrap--fullscreen{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;width:100vw!important;height:100dvh!important;height:100vh!important;max-width:100vw!important;max-height:100dvh!important;max-height:100vh!important;border-radius:0!important;border:none!important;display:flex!important;flex-direction:column!important}.svpPlayerWrap--fullscreen .svpVideoStage{flex:1!important;min-height:0!important;display:flex!important;flex-direction:column!important}.svpPlayerWrap--fullscreen .svpVideo{flex:1!important;width:100%!important;height:100%!important;object-fit:contain!important;aspect-ratio:unset!important}.svpPlayerWrap--fullscreen .svpControls{flex-shrink:0;padding-bottom:max(12px,env(safe-area-inset-bottom))}.svpPlayerWrap--fullscreen .svpTopBar{flex-shrink:0;padding-top:max(14px,env(safe-area-inset-top))}.svpVideo{display:block;width:100%;height:auto;aspect-ratio:16 / 9;background:#000}.svpTheater .svpPlayerWrap{border-radius:0}.svpTheater .svpVideo{aspect-ratio:21 / 9}.svpOverlayCenter{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none;gap:8px}.svpOverlayText{font-size:13px;color:var(--svp-text2)}.svpSpinner{width:42px;height:42px;border-radius:999px;border:4px solid rgba(255,255,255,.14);border-top-color:#ffffffe6;animation:svpSpin .9s linear infinite}.svpOverlayCorner{position:absolute;left:12px;top:12px;padding:8px 10px;border-radius:12px;background:#0000008c;border:1px solid rgba(255,255,255,.08);display:inline-flex;align-items:center;gap:8px;pointer-events:none}.svpSpinnerMini{width:14px;height:14px;border-radius:999px;border:2px solid rgba(255,255,255,.14);border-top-color:#ffffffd9;animation:svpSpin .9s linear infinite}.svpOverlayTextMini{font-size:12px;color:#ffffffd9}@keyframes svpSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.svpBigPlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,#00000026,#0000008c);border:0;cursor:pointer;color:#fff;z-index:20}.svpBigPlay:hover .svpBigPlayIcon{transform:translateY(-1px) scale(1.03)}.svpBigPlayIcon{width:74px;height:74px;border-radius:999px;display:grid;place-items:center;font-size:26px;font-weight:900;background:#ffffff24;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .14s ease,background .14s ease}.svpBigPlayText{display:none}.svpControls{position:absolute;left:0;right:0;bottom:0;padding:10px 12px 12px;background:linear-gradient(180deg,#0000,#0009 30%,#000000eb);z-index:20}.svpProgressRow{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;margin-bottom:10px}@media(max-width:768px),(hover:none){.svpControls{padding:6px 8px 8px}.svpProgressRow{gap:6px;margin-bottom:6px}.svpControlRow{gap:4px;flex-wrap:nowrap;overflow:hidden}.svpLeftControls,.svpRightControls{gap:2px;flex-shrink:0}.svpVolumeSlider{display:none}.svpVolume{min-width:0}.svpPolicyHint,.svpPolicyHintMuted{display:none!important}.svpTopBar{padding:8px 10px 6px}.svpTitle{font-size:13px}.svpMeta,.svpPills{display:none}.svpTime{font-size:11px}}@media(hover:none)and (pointer:coarse){.svpControls .svpBtn{min-width:44px;min-height:44px;width:44px;height:44px}.svpControls .svpBtn svg{width:22px;height:22px}}.svpTime{font-size:14px;font-weight:500;color:#fff;display:flex;align-items:center;gap:3px;padding:0;background:none;border:none;font-variant-numeric:tabular-nums;white-space:nowrap}.svpTimeSep{color:#ffffff80;margin:0 2px}.svpControlRow{display:flex;align-items:center;justify-content:space-between;gap:8px}.svpLeftControls,.svpRightControls{display:flex;align-items:center;gap:8px}@media(max-width:480px){.svpRightControls>.svpRate{display:none!important}}.svpVolume{display:flex;align-items:center;gap:10px}.svpVolumeSlider{width:110px}.svpRateDisabled{opacity:.75}.svpPolicyHint{margin-top:10px;font-size:12px;color:#ffffffb8;display:flex;gap:12px;flex-wrap:wrap}.svpPolicyHintMuted{color:#ffffff80}.svpPolicyHintItem{opacity:.92}.svpWatermark{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.svpWatermarkInner{position:absolute;right:12px;bottom:80px;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#00000047;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:.8px;opacity:.82}.svpWatermarkTop{font-size:11px;font-weight:900;color:#ffffffe6}.svpWatermarkBottom{margin-top:2px;font-size:11px;color:#ffffffa6;font-weight:800}.svpSide{min-width:0;color:var(--stu-text, rgba(17, 17, 17, .95))}.svpSideCard{border-radius:var(--svp-radius);padding:14px;background:var(--stu-surface, #fff);border:1px solid var(--stu-border, rgba(17, 17, 17, .08));box-shadow:var(--stu-shadow-1, 0 2px 8px rgba(0, 0, 0, .08))}.svpSideTitle{font-weight:900;font-size:14px;letter-spacing:-.2px;margin-bottom:12px}.svpSideRow{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--stu-border, rgba(17, 17, 17, .06))}.svpSideRow:last-of-type{border-bottom:0}.svpSideLabel{color:var(--stu-text-muted, rgba(17, 17, 17, .65));font-size:12px;font-weight:800}.svpSideValue{color:var(--stu-text, rgba(17, 17, 17, .95));font-size:12px;font-weight:900}.svpSideDivider{height:1px;background:var(--stu-border, rgba(17, 17, 17, .08));margin:12px 0}.svpSideTitle2{font-weight:900;font-size:12px;color:var(--stu-text, rgba(17, 17, 17, .95));margin-bottom:10px}.svpSideBullets{display:grid;gap:8px}.svpSideBullet{display:grid;grid-template-columns:10px 1fr;gap:10px;align-items:center}.svpSideDot{width:8px;height:8px;border-radius:999px;background:var(--stu-text-subtle, rgba(17, 17, 17, .45))}.svpSideTxt{font-size:12px;color:var(--stu-text-muted, rgba(17, 17, 17, .65));font-weight:700}.svpSideButton{margin-top:12px;width:100%;padding:10px 12px;border-radius:12px;border:1px solid color-mix(in srgb,var(--stu-primary, #2563eb) 42%,transparent);background:var(--stu-primary, #2563eb);color:var(--stu-primary-contrast, #fff);font-weight:900;cursor:pointer;transition:transform .12s ease,background .12s ease}.svpSideButton:hover{transform:translateY(-1px);opacity:.9}.svpSideButton:active{transform:translateY(0)}.svpSideButtonGhost{background:var(--stu-surface-soft, #f1f5f9);color:var(--stu-text, rgba(17, 17, 17, .95));border-color:var(--stu-border, rgba(17, 17, 17, .08))}.svpSideButtonGhost:hover{background:var(--stu-tint-hover, rgba(17, 17, 17, .06));opacity:1}.vpp-root{max-width:1400px;margin:0 auto;padding:10px var(--stu-space-4) var(--stu-space-8);min-height:100vh;background:linear-gradient(180deg,color-mix(in srgb,var(--stu-primary) 4%,transparent),transparent 180px),var(--stu-bg);color:var(--stu-text)}.vpp-loading{padding:var(--stu-space-4) 0}.vpp-loading-player{aspect-ratio:16 / 9;border-radius:var(--svp-radius);overflow:hidden}.vpp-error{padding:var(--stu-space-8) 0;display:flex;flex-direction:column;align-items:center;gap:var(--stu-space-4)}.vpp-back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px 8px 12px;border-radius:999px;border:1px solid var(--stu-border);background:var(--stu-surface);color:var(--stu-text);font-weight:600;font-size:14px;cursor:pointer;transition:background var(--stu-motion-fast)}.vpp-back-btn:hover{background:var(--stu-tint-hover)}.vpp-icon-back{width:16px;height:16px;transform:rotate(180deg)}.vpp-icon-back-sm,.vpp-icon-next,.vpp-icon-play{width:14px;height:14px}.vpp-icon-back-sm{transform:rotate(180deg)}.vpp-playlist-toggle-icon{width:14px;height:14px;transition:transform var(--stu-motion-fast)}.vpp-playlist-toggle-icon--open{transform:rotate(-90deg)}.vpp-playlist-toggle-icon--closed{transform:rotate(90deg)}.vpp-player-section{margin-top:0}.vpp-player-section .svpPlayerWrap{border-radius:20px;border:1px solid rgba(255,255,255,.08);box-shadow:0 1px #ffffff1f inset,0 22px 60px #02061747}.vpp-player-section .svpTopBar{padding:16px 18px 12px}.vpp-player-section .svpControls{padding:10px 14px 14px}.vpp-info{position:relative;margin-top:12px;padding:16px;border:1px solid color-mix(in srgb,var(--stu-primary) 10%,var(--stu-border));border-radius:16px;background:linear-gradient(180deg,color-mix(in srgb,var(--stu-surface) 96%,white),var(--stu-surface)),var(--stu-surface);box-shadow:0 1px #ffffffc2 inset,0 16px 38px #0f172a14;overflow:hidden}.vpp-info:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.46),transparent 44%,rgba(255,255,255,.12));opacity:.7}.vpp-title{position:relative;z-index:1;font-size:22px;font-weight:900;color:var(--stu-text);margin:0 0 var(--stu-space-2) 0;line-height:1.28;letter-spacing:0}.vpp-meta-row{position:relative;z-index:1;display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.vpp-meta-item{font-size:14px;font-weight:760;color:var(--stu-text-muted)}.vpp-meta-item+.vpp-meta-item:before{content:"·";margin-right:12px;color:var(--stu-text-subtle)}.vpp-info-row{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:var(--stu-space-3);flex-wrap:nowrap}.vpp-info-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.vpp-primary-actions{display:flex;align-items:center;gap:12px;min-width:0}.vpp-like-btn{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:7px 14px;border-radius:999px;border:1px solid color-mix(in srgb,var(--stu-primary) 9%,var(--stu-border));background:linear-gradient(180deg,color-mix(in srgb,var(--stu-surface) 92%,white),var(--stu-surface-soft));color:color-mix(in srgb,var(--stu-text-muted) 92%,var(--stu-text));font-size:13px;font-weight:800;cursor:pointer;transition:background var(--stu-motion-fast),border-color var(--stu-motion-fast),color var(--stu-motion-fast)}.vpp-like-btn[aria-pressed=true]{border-color:#ef444447;background:#ef44441a;color:#ef4444}.vpp-like-btn:disabled{opacity:.62;cursor:wait}.vpp-back-link,.vpp-next-link{display:inline-flex;align-items:center;gap:4px;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:850;cursor:pointer;transition:background var(--stu-motion-fast),color var(--stu-motion-fast),opacity var(--stu-motion-fast);text-decoration:none;border:none;min-height:38px}.vpp-back-link{background:linear-gradient(180deg,color-mix(in srgb,var(--stu-surface) 92%,white),var(--stu-surface-soft));color:color-mix(in srgb,var(--stu-text-muted) 88%,var(--stu-text));border:1px solid color-mix(in srgb,var(--stu-primary) 9%,var(--stu-border))}.vpp-back-link:hover{background:var(--stu-tint-hover);color:var(--stu-text)}.vpp-next-link{background:linear-gradient(180deg,color-mix(in srgb,var(--stu-primary) 86%,white),var(--stu-primary));color:var(--stu-primary-contrast);box-shadow:0 1px #ffffff47 inset,0 10px 22px color-mix(in srgb,var(--stu-primary) 24%,transparent)}.vpp-next-link--countdown{font-weight:600}.vpp-next-link:hover{opacity:.88}.vpp-playlist{margin-top:var(--stu-space-4);max-height:480px;border-radius:16px;background:linear-gradient(180deg,color-mix(in srgb,var(--stu-surface) 96%,white),var(--stu-surface));border:1px solid color-mix(in srgb,var(--stu-primary) 10%,var(--stu-border));box-shadow:0 1px #ffffffb3 inset,0 16px 38px #0f172a14;overflow:hidden;transition:max-height .3s ease,margin-top .3s ease}.vpp-playlist--closed{max-height:0;margin-top:0}.vpp-playlist-header{display:flex;align-items:center;justify-content:space-between;padding:15px 16px 11px;border-bottom:1px solid color-mix(in srgb,var(--stu-primary) 8%,var(--stu-border))}.vpp-playlist-label{font-size:15px;font-weight:800;color:var(--stu-text)}.vpp-playlist-count{font-size:13px;font-weight:700;color:var(--stu-text-muted)}.vpp-playlist-list{display:flex;flex-direction:column;max-height:480px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--stu-border-strong) transparent}.vpp-playlist-list::-webkit-scrollbar{width:6px}.vpp-playlist-list::-webkit-scrollbar-thumb{background:var(--stu-border-strong);border-radius:3px}.vpp-pl-item{display:flex;align-items:center;gap:12px;padding:10px 16px 10px 10px;text-decoration:none;color:var(--stu-text);transition:background .12s ease;cursor:pointer;border-left:3px solid transparent}.vpp-pl-item:hover{background:var(--stu-tint-hover)}.vpp-pl-item--active{background:linear-gradient(90deg,color-mix(in srgb,var(--stu-primary) 10%,transparent),transparent),var(--stu-tint-primary);border-left-color:var(--stu-primary, #3b82f6)}.vpp-pl-item--active:hover{background:var(--stu-tint-hover)}.vpp-pl-num{flex-shrink:0;width:28px;text-align:center;font-size:13px;font-weight:700;color:var(--stu-text-subtle)}.vpp-pl-item--active .vpp-pl-num{color:var(--stu-primary, #3b82f6)}.vpp-pl-thumb{position:relative;flex-shrink:0;width:168px;aspect-ratio:16 / 9;border-radius:11px;overflow:hidden;background:linear-gradient(145deg,#0f172a,#23314d);box-shadow:0 10px 20px #0f172a1f}.vpp-pl-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 42%),linear-gradient(0deg,rgba(4,10,24,.36),transparent 45%)}.vpp-pl-thumb-img{display:block;width:100%;height:100%;object-fit:cover}.vpp-pl-thumb-placeholder{width:100%;height:100%;background:var(--stu-surface-soft)}.vpp-pl-dur{position:absolute;right:4px;bottom:4px;padding:2px 6px;border-radius:4px;background:#000000c7;font-size:11px;font-weight:700;color:#ffffffeb;letter-spacing:.2px;z-index:2}.vpp-pl-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--stu-border-strong);z-index:2}.vpp-pl-progress-bar{width:var(--vpp-progress, 0%);height:100%;background:linear-gradient(90deg,var(--stu-primary, #3b82f6),color-mix(in srgb,var(--stu-success) 42%,var(--stu-primary)));border-radius:0 1px 0 0;transition:width .3s ease}.vpp-pl-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.vpp-pl-item-title{font-size:13px;font-weight:700;color:var(--stu-text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vpp-pl-item--active .vpp-pl-item-title{color:var(--stu-text);font-weight:800}.vpp-pl-badge-done{display:inline-flex;align-self:flex-start;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;background:#4ade8026;color:#4ade80e6}@media(max-width:640px){.vpp-root{padding:8px 10px 18px}.vpp-info-row{align-items:stretch;flex-direction:column}.vpp-primary-actions,.vpp-info-actions{justify-content:space-between;width:100%;flex-wrap:wrap}.vpp-title{font-size:20px}.vpp-pl-thumb{width:118px}.vpp-pl-item{padding:9px 10px 9px 6px;gap:8px}.vpp-pl-num{width:22px;font-size:12px}.vpp-pl-item-title{font-size:13px}.vpp-playlist-list{max-height:360px}}.svpSeekOverlay{--svp-seek-ease: cubic-bezier(.2, .8, .2, 1);position:absolute;top:0;right:0;bottom:0;left:0;z-index:15;display:flex;align-items:center;justify-content:center;pointer-events:none}.svpSeekOverlay__ripple{position:absolute;width:120px;height:120px;border-radius:50%;background:#ffffff40;animation:svpSeekRipple .5s var(--svp-seek-ease) forwards;pointer-events:none}.svpSeekOverlay__ripple[data-side=left]{left:50%;top:50%;margin-left:-140px;margin-top:-60px}.svpSeekOverlay__ripple[data-side=right]{left:50%;top:50%;margin-left:20px;margin-top:-60px}.svpSeekOverlay__content{position:relative;z-index:1;padding:12px 20px;border-radius:8px;background:#0000008c;border:1px solid rgba(255,255,255,.12);transform:scale(.8);opacity:0;animation:svpSeekContentIn .25s var(--svp-seek-ease) forwards}.svpSeekOverlay[data-phase=out] .svpSeekOverlay__content{animation:svpSeekContentOut .4s var(--svp-seek-ease) forwards}.svpSeekOverlay__content[data-side=left]{margin-right:40px}.svpSeekOverlay__content[data-side=right]{margin-left:40px}.svpSeekOverlay__label{font-size:18px;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4);white-space:nowrap}@keyframes svpSeekRipple{0%{transform:scale(.4);opacity:.6}to{transform:scale(1.2);opacity:0}}@keyframes svpSeekContentIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes svpSeekContentOut{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0}}.svpPill{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900;color:#ffffffeb;background:#ffffff17;border:1px solid rgba(255,255,255,.12)}.svpPillWarn{color:#000000db;background:#ffcf5ae6;border-color:#ffcf5abf}.svpPillDanger{color:#000000db;background:#ff5a6eeb;border-color:#ff5a6ec7}.svpBtn{width:44px;height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff1a;color:#fff;cursor:pointer;display:grid;place-items:center;padding:0;transition:background .12s ease,border-color .12s ease;flex-shrink:0}.svpBtn:hover{background:#ffffff2e;border-color:#ffffff47}.svpBtn:active{background:#ffffff3d}.svpBtn:disabled{cursor:not-allowed;opacity:.5}.svpBtnIcon{display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1;font-weight:800}.svpBtn svg{width:22px;height:22px}.svpBtnKebab svg{width:20px;height:20px}@media(hover:none)and (pointer:coarse){.svpBtn{width:48px;height:48px}.svpBtn svg{width:26px;height:26px}}.svpRange{width:100%;accent-color:rgba(255,255,255,.92);cursor:pointer}.svpMenu{position:relative}.svpMenuPanel{position:absolute;top:44px;left:0;width:220px;border-radius:14px;padding:6px;background:#0c0c0eeb;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 60px #0000007a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50}.svpMenuRight{left:auto;right:0}.svpMenuItem{width:100%;text-align:left;padding:10px;border:0;border-radius:10px;background:transparent;color:#ffffffe0;font-weight:900;cursor:pointer;font-size:12px}.svpMenuItem:hover{background:#ffffff14}.svpToast{position:fixed;left:50%;bottom:18px;transform:translate(-50%);z-index:1000;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:#0f0f12eb;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 70px #0000008c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.svpToastWarn{border-color:#ffcf5a59}.svpToastDanger{border-color:#ff5a6e59}.svpToastText{font-size:12px;font-weight:900;color:#ffffffeb;max-width:min(680px,86vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.svpToastClose{width:30px;height:30px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffe6;cursor:pointer;display:grid;place-items:center;font-weight:900}.svpSpeedBtn{display:inline-flex;align-items:center;justify-content:center;height:38px;min-width:44px;padding:0 10px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff1a;color:#fff;font-size:13px;font-weight:800;font-family:inherit;font-variant-numeric:tabular-nums;cursor:pointer;transition:background .12s ease,border-color .12s ease;white-space:nowrap}.svpSpeedBtn:hover{background:#ffffff2e;border-color:#ffffff47}.svpSpeedBtn:active{background:#ffffff3d}.svpSpeedBtn--disabled{opacity:.5;cursor:not-allowed}.svpSpeedMenu{position:fixed;z-index:9999;min-width:140px;max-height:min(440px,58vh);overflow-y:auto;padding:8px 0;border-radius:14px;background:#0c0c0ff5;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.14);box-shadow:0 -8px 40px #00000080,0 0 0 1px #0000004d;display:flex;flex-direction:column}.svpSpeedMenu:after{content:"";position:absolute;bottom:-6px;right:16px;width:12px;height:12px;background:#0c0c0ff5;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);transform:rotate(45deg)}.svpSpeedMenuItem{display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 20px;border:none;background:transparent;color:#ffffffa6;font-size:14px;font-weight:600;font-family:inherit;font-variant-numeric:tabular-nums;cursor:pointer;transition:background 80ms ease,color 80ms ease;text-align:left}.svpSpeedMenuItem:hover{background:#ffffff14;color:#fff}.svpSpeedMenuItem--active{color:#fff;font-weight:800}.svpSpeedCheck{width:18px;height:18px;border-radius:999px;display:inline-grid;place-items:center;flex-shrink:0;background:#64c8ff2e;border:1px solid rgba(100,200,255,.46)}.svpSpeedCheck:before{content:"";width:8px;height:4px;border-left:2px solid rgba(142,218,255,.96);border-bottom:2px solid rgba(142,218,255,.96);transform:rotate(-45deg) translateY(-1px)}@media(hover:none)and (pointer:coarse){.svpSpeedBtn{height:42px;min-width:54px;font-size:14px;padding:0 14px}.svpSpeedMenuItem{padding:15px 22px;font-size:16px}.svpSpeedMenu{min-width:160px;max-height:min(360px,46vh);padding:10px 0;border-radius:16px}}@media(max-width:640px){.svpSpeedMenu{right:12px!important;bottom:96px!important}}._section_avq6e_1{margin-top:var(--stu-space-4)}._title_avq6e_5{margin:0 0 var(--stu-space-3);color:var(--stu-text);font-size:16px;font-weight:700}._commentList_avq6e_12{border-top:1px solid var(--stu-border)}._commentRow_avq6e_16{display:flex;gap:10px;padding:var(--stu-space-3) 0}._replyRow_avq6e_22{padding:var(--stu-space-2) 0 var(--stu-space-2) 40px}._commentBody_avq6e_26{flex:1;min-width:0}._deletedComment_avq6e_31{padding:var(--stu-space-2) 0;color:var(--stu-text-subtle);font-size:13px;font-style:italic}._avatar_avq6e_38{display:flex;flex:0 0 32px;align-items:center;justify-content:center;width:32px;height:32px;overflow:hidden;background:var(--stu-surface-soft);border:1px solid var(--stu-border);border-radius:50%}._avatarCompact_avq6e_51{flex-basis:28px;width:28px;height:28px}._avatarImage_avq6e_57{width:100%;height:100%;object-fit:cover}._avatarInitial_avq6e_63{color:var(--stu-text-muted);font-size:14px;font-weight:700}._avatarCompact_avq6e_51 ._avatarInitial_avq6e_63{font-size:13px}._metaRow_avq6e_73{display:flex;gap:6px;align-items:center;margin-bottom:4px}._authorName_avq6e_80{color:var(--stu-text);font-size:13px;font-weight:700}._teacherAuthor_avq6e_86{color:var(--stu-primary)}._teacherBadge_avq6e_90{padding:1px 6px;color:var(--stu-primary-contrast);font-size:10px;font-weight:700;background:var(--stu-primary);border-radius:4px}._createdAt_avq6e_99{color:var(--stu-text-subtle);font-size:11px}._editedLabel_avq6e_104{color:var(--stu-text-subtle);font-size:10px}._commentContent_avq6e_109{color:var(--stu-text);font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}._editRow_avq6e_117{display:flex;gap:var(--stu-space-2);margin-bottom:6px}._editInput_avq6e_123{flex:1;min-width:0;padding:6px 10px;color:var(--stu-text);font:inherit;font-size:13px;background:var(--stu-surface-soft);border:1px solid var(--stu-border);border-radius:6px}._editButton_avq6e_135{padding:4px 10px;font-size:12px;font-weight:600;border-radius:6px;cursor:pointer}._editButton_avq6e_135:disabled{cursor:default;opacity:.5}._saveButton_avq6e_148{color:var(--stu-primary-contrast);background:var(--stu-primary);border:0}._cancelButton_avq6e_154{color:var(--stu-text-muted);background:transparent;border:1px solid var(--stu-border)}._actionRow_avq6e_160{display:flex;gap:var(--stu-space-3);margin-top:4px}._actionButton_avq6e_166,._replyToggle_avq6e_167{padding:0;font:inherit;background:none;border:0;cursor:pointer}._actionButton_avq6e_166{color:var(--stu-text-subtle);font-size:11px}._actionButton_avq6e_166:disabled{cursor:default;opacity:.5}._replyToggleRow_avq6e_185{margin-top:6px}._replyToggle_avq6e_167{color:var(--stu-primary);font-size:12px;font-weight:600}._composer_avq6e_195{display:flex;gap:var(--stu-space-2);align-items:flex-end;margin-bottom:var(--stu-space-4)}._textarea_avq6e_202{flex:1;min-width:0;min-height:56px;max-height:200px;padding:10px 14px;color:var(--stu-text);font:inherit;font-size:14px;line-height:1.5;resize:vertical;background:var(--stu-surface-soft);border:1px solid var(--stu-border);border-radius:8px}._composerCancelButton_avq6e_218,._submitButton_avq6e_219{min-height:44px;border-radius:8px;cursor:pointer}._composerCancelButton_avq6e_218{padding:10px 14px;color:var(--stu-text-subtle);font-size:13px;background:transparent;border:1px solid var(--stu-border)}._submitButton_avq6e_219{padding:8px 16px;color:var(--stu-text-subtle);font-size:14px;font-weight:600;background:var(--stu-surface-soft);border:0;opacity:.5;transition:background .2s ease,opacity .2s ease}._submitButtonReady_avq6e_244{color:var(--stu-primary-contrast);background:var(--stu-primary);opacity:1}._submitButton_avq6e_219:disabled{cursor:default}._loading_avq6e_254{padding:var(--stu-space-4) 0;color:var(--stu-text-subtle);font-size:13px}._empty_avq6e_260{padding:var(--stu-space-5) 0;color:var(--stu-text-subtle);font-size:13px;text-align:center}@media(max-width:480px){._composer_avq6e_195,._editRow_avq6e_117{flex-wrap:wrap}._textarea_avq6e_202,._editInput_avq6e_123{flex-basis:100%}._replyRow_avq6e_22{padding-left:24px}}
