.item.svelte-3e0qet{cursor:default;height:var(--height, 42px);line-height:var(--height, 42px);padding:var(--itemPadding, 0 20px);color:var(--itemColor, inherit);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.groupHeader.svelte-3e0qet{text-transform:var(--groupTitleTextTransform, uppercase)}.groupItem.svelte-3e0qet{padding-left:var(--groupItemPaddingLeft, 40px)}.item.svelte-3e0qet:active{background:var(--itemActiveBackground, #b9daff)}.item.active.svelte-3e0qet{background:var(--itemIsActiveBG, #007aff);color:var(--itemIsActiveColor, #fff)}.item.notSelectable.svelte-3e0qet{color:var(--itemIsNotSelectableColor, #999)}.item.first.svelte-3e0qet{border-radius:var(--itemFirstBorderRadius, 4px 4px 0 0)}.item.hover.svelte-3e0qet:not(.active){background:var(--itemHoverBG, #e7f2ff);color:var(--itemHoverColor, inherit)}.listContainer.svelte-1uyqfml{box-shadow:var(--listShadow, 0 2px 3px 0 rgba(44, 62, 80, .24));border-radius:var(--listBorderRadius, 4px);max-height:var(--listMaxHeight, 250px);overflow-y:auto;background:var(--listBackground, #fff);border:var(--listBorder, none);position:var(--listPosition, absolute);z-index:var(--listZIndex, 2);width:100%;left:var(--listLeft, 0);right:var(--listRight, 0)}.virtualList.svelte-1uyqfml{height:var(--virtualListHeight, 200px)}.listGroupTitle.svelte-1uyqfml{color:var(--groupTitleColor, #8f8f8f);cursor:default;font-size:var(--groupTitleFontSize, 12px);font-weight:var(--groupTitleFontWeight, 600);height:var(--height, 42px);line-height:var(--height, 42px);padding:var(--groupTitlePadding, 0 20px);text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap;text-transform:var(--groupTitleTextTransform, uppercase)}.empty.svelte-1uyqfml{text-align:var(--listEmptyTextAlign, center);padding:var(--listEmptyPadding, 20px 0);color:var(--listEmptyColor, #78848f)}.selection.svelte-pu1q1n{text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap}.multiSelectItem.svelte-liu9pa.svelte-liu9pa{background:var(--multiItemBG, #ebedef);margin:var(--multiItemMargin, 5px 5px 0 0);border-radius:var(--multiItemBorderRadius, 16px);height:var(--multiItemHeight, 32px);line-height:var(--multiItemHeight, 32px);display:flex;cursor:default;padding:var(--multiItemPadding, 0 10px 0 15px);max-width:100%}.multiSelectItem_label.svelte-liu9pa.svelte-liu9pa{margin:var(--multiLabelMargin, 0 5px 0 0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiSelectItem.svelte-liu9pa.svelte-liu9pa:hover,.multiSelectItem.active.svelte-liu9pa.svelte-liu9pa{background-color:var(--multiItemActiveBG, #006fff);color:var(--multiItemActiveColor, #fff)}.multiSelectItem.disabled.svelte-liu9pa.svelte-liu9pa:hover{background:var(--multiItemDisabledHoverBg, #ebedef);color:var(--multiItemDisabledHoverColor, #c1c6cc)}.multiSelectItem_clear.svelte-liu9pa.svelte-liu9pa{border-radius:var(--multiClearRadius, 50%);background:var(--multiClearBG, #52616f);min-width:var(--multiClearWidth, 16px);max-width:var(--multiClearWidth, 16px);height:var(--multiClearHeight, 16px);position:relative;top:var(--multiClearTop, 8px);text-align:var(--multiClearTextAlign, center);padding:var(--multiClearPadding, 1px)}.multiSelectItem_clear.svelte-liu9pa.svelte-liu9pa:hover,.active.svelte-liu9pa .multiSelectItem_clear.svelte-liu9pa{background:var(--multiClearHoverBG, #fff)}.multiSelectItem_clear.svelte-liu9pa:hover svg.svelte-liu9pa,.active.svelte-liu9pa .multiSelectItem_clear svg.svelte-liu9pa{fill:var(--multiClearHoverFill, #006fff)}.multiSelectItem_clear.svelte-liu9pa svg.svelte-liu9pa{fill:var(--multiClearFill, #ebedef);vertical-align:top}svelte-virtual-list-viewport.svelte-g2cagw{position:relative;overflow-y:auto;-webkit-overflow-scrolling:touch;display:block}svelte-virtual-list-contents.svelte-g2cagw,svelte-virtual-list-row.svelte-g2cagw{display:block}svelte-virtual-list-row.svelte-g2cagw{overflow:hidden}.selectContainer.svelte-17l1npl.svelte-17l1npl{--internalPadding:0 16px;border:var(--border, 1px solid #d8dbdf);border-radius:var(--borderRadius, 3px);box-sizing:border-box;height:var(--height, 42px);position:relative;display:flex;align-items:center;padding:var(--padding, var(--internalPadding));background:var(--background, #fff);margin:var(--margin, 0)}.selectContainer.svelte-17l1npl input.svelte-17l1npl{cursor:default;border:none;color:var(--inputColor, #3f4f5f);height:var(--height, 42px);line-height:var(--height, 42px);padding:var(--inputPadding, var(--padding, var(--internalPadding)));width:100%;background:transparent;font-size:var(--inputFontSize, 14px);letter-spacing:var(--inputLetterSpacing, -.08px);position:absolute;left:var(--inputLeft, 0);margin:var(--inputMargin, 0)}.selectContainer.svelte-17l1npl input.svelte-17l1npl::placeholder{color:var(--placeholderColor, #78848f);opacity:var(--placeholderOpacity, 1)}.selectContainer.svelte-17l1npl input.svelte-17l1npl:focus{outline:none}.selectContainer.svelte-17l1npl.svelte-17l1npl:hover{border-color:var(--borderHoverColor, #b2b8bf)}.selectContainer.focused.svelte-17l1npl.svelte-17l1npl{border-color:var(--borderFocusColor, #006fe8)}.selectContainer.disabled.svelte-17l1npl.svelte-17l1npl{background:var(--disabledBackground, #ebedef);border-color:var(--disabledBorderColor, #ebedef);color:var(--disabledColor, #c1c6cc)}.selectContainer.disabled.svelte-17l1npl input.svelte-17l1npl::placeholder{color:var(--disabledPlaceholderColor, #c1c6cc);opacity:var(--disabledPlaceholderOpacity, 1)}.selectedItem.svelte-17l1npl.svelte-17l1npl{line-height:var(--height, 42px);height:var(--height, 42px);overflow-x:hidden;padding:var(--selectedItemPadding, 0 20px 0 0)}.selectedItem.svelte-17l1npl.svelte-17l1npl:focus{outline:none}.clearSelect.svelte-17l1npl.svelte-17l1npl{position:absolute;right:var(--clearSelectRight, 10px);top:var(--clearSelectTop, 11px);bottom:var(--clearSelectBottom, 11px);width:var(--clearSelectWidth, 20px);color:var(--clearSelectColor, #c5cacf);flex:none!important}.clearSelect.svelte-17l1npl.svelte-17l1npl:hover{color:var(--clearSelectHoverColor, #2c3e50)}.selectContainer.focused.svelte-17l1npl .clearSelect.svelte-17l1npl{color:var(--clearSelectFocusColor, #3f4f5f)}.indicator.svelte-17l1npl.svelte-17l1npl{position:absolute;right:var(--indicatorRight, 10px);top:var(--indicatorTop, 11px);width:var(--indicatorWidth, 20px);height:var(--indicatorHeight, 20px);color:var(--indicatorColor, #c5cacf)}.indicator.svelte-17l1npl svg.svelte-17l1npl{display:inline-block;fill:var(--indicatorFill, currentcolor);line-height:1;stroke:var(--indicatorStroke, currentcolor);stroke-width:0}.spinner.svelte-17l1npl.svelte-17l1npl{position:absolute;right:var(--spinnerRight, 10px);top:var(--spinnerLeft, 11px);width:var(--spinnerWidth, 20px);height:var(--spinnerHeight, 20px);color:var(--spinnerColor, #51ce6c);animation:svelte-17l1npl-rotate .75s linear infinite}.spinner_icon.svelte-17l1npl.svelte-17l1npl{display:block;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;-webkit-transform:none}.spinner_path.svelte-17l1npl.svelte-17l1npl{stroke-dasharray:90;stroke-linecap:round}.multiSelect.svelte-17l1npl.svelte-17l1npl{display:flex;padding:var(--multiSelectPadding, 0 35px 0 16px);height:auto;flex-wrap:wrap;align-items:stretch}.multiSelect.svelte-17l1npl>.svelte-17l1npl{flex:1 1 50px}.selectContainer.multiSelect.svelte-17l1npl input.svelte-17l1npl{padding:var(--multiSelectInputPadding, 0);position:relative;margin:var(--multiSelectInputMargin, 0)}.hasError.svelte-17l1npl.svelte-17l1npl{border:var(--errorBorder, 1px solid #ff2d55);background:var(--errorBackground, #fff)}.a11yText.svelte-17l1npl.svelte-17l1npl{z-index:9999;border:0px;clip:rect(1px,1px,1px,1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap}@keyframes svelte-17l1npl-rotate{to{transform:rotate(360deg)}}.detail-shell.svelte-1ujhly4.svelte-1ujhly4{display:flex;flex-direction:column;gap:22px;max-width:min(56rem,95vw);margin:0 0 48px}.top-row.svelte-1ujhly4.svelte-1ujhly4{display:flex;align-items:center;justify-content:flex-start;gap:12px}.back-link.svelte-1ujhly4.svelte-1ujhly4{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#e8ebf7;text-decoration:none;font-weight:600;transition:background-color .15s ease,transform .12s ease}.back-link.svelte-1ujhly4.svelte-1ujhly4:hover{background:rgba(255,255,255,.1);transform:translateY(-1px)}.spotify-btn.svelte-1ujhly4.svelte-1ujhly4{background:linear-gradient(180deg,rgba(29,185,84,.12),rgba(6,10,24,.42));border-color:#1db9544d}.spotify-btn.svelte-1ujhly4.svelte-1ujhly4:hover{background:rgba(29,185,84,.2);border-color:#1db95480}.mal-btn.svelte-1ujhly4.svelte-1ujhly4{background:linear-gradient(180deg,rgba(46,81,162,.12),rgba(6,10,24,.42));border-color:#2e51a24d}.mal-btn.svelte-1ujhly4.svelte-1ujhly4:hover{background:rgba(46,81,162,.2);border-color:#2e51a280}.anime-hero.svelte-1ujhly4.svelte-1ujhly4{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:12px 0 8px;border:none;border-radius:0;background:transparent;box-shadow:none}.hero-text.svelte-1ujhly4.svelte-1ujhly4{display:flex;flex-direction:column;gap:6px}.main.svelte-1ujhly4.svelte-1ujhly4{font-size:clamp(1.9rem,3vw,2.4rem);font-weight:800;color:#f8fafc;letter-spacing:-.015em;text-shadow:0 10px 28px rgba(0,0,0,.32)}.alternative.svelte-1ujhly4.svelte-1ujhly4{font-size:1rem;color:#dce2f2;font-weight:500}.links.svelte-1ujhly4.svelte-1ujhly4{display:flex;align-items:center;gap:10px;position:relative}.icon-btn.svelte-1ujhly4.svelte-1ujhly4{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 30px #00000040;transition:transform .12s ease,background-color .15s ease,border-color .15s ease;cursor:pointer}.icon-btn.svelte-1ujhly4 img.svelte-1ujhly4{width:20px;height:20px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35))}.icon-btn.svelte-1ujhly4.svelte-1ujhly4:hover{transform:translateY(-2px)}.spotify-list.svelte-1ujhly4.svelte-1ujhly4{display:flex;flex-direction:column;position:absolute;top:52px;right:0;background:linear-gradient(160deg,rgba(9,16,32,.95),rgba(7,12,24,.9));border:1px solid rgba(29,185,84,.4);border-radius:14px;box-shadow:0 28px 70px #0006,0 0 0 1px #ffffff08;z-index:20;overflow:hidden;backdrop-filter:blur(4px);min-width:220px}.spotify-list.svelte-1ujhly4 a.svelte-1ujhly4{padding:11px 14px 11px 18px;white-space:nowrap;color:#e8f9ed;background:transparent;transition:background-color .14s ease,color .14s ease,padding .14s ease;font-weight:600;letter-spacing:.01em;overflow:hidden}.spotify-list.svelte-1ujhly4 a.svelte-1ujhly4:hover{background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(29,185,84,.05));color:#c4f5d5;padding-left:20px}.spotify-list.svelte-1ujhly4 a.svelte-1ujhly4:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05)}.spotify-list.hidden.svelte-1ujhly4.svelte-1ujhly4{display:none}.close-overlay.svelte-1ujhly4.svelte-1ujhly4{position:fixed;inset:0;cursor:pointer;z-index:10;background:transparent}.panel.svelte-1ujhly4.svelte-1ujhly4{display:flex;flex-direction:column;gap:12px;padding:12px 0 0;border-top:1px solid rgba(255,255,255,.12)}.panel-header.svelte-1ujhly4.svelte-1ujhly4{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:space-between}.track-select-holder.svelte-1ujhly4.svelte-1ujhly4{display:inline-flex;align-items:center;gap:10px;justify-content:flex-end;flex:1;min-width:260px}.filter-label.svelte-1ujhly4.svelte-1ujhly4{font-size:.9rem;font-weight:700;color:#cbd5f5;letter-spacing:.02em}.track-select-container.svelte-1ujhly4.svelte-1ujhly4{flex:1;max-width:320px;color:#e8ebf7;text-align:left;font-size:14px;--height:36px;--background:rgba(255, 255, 255, .03);--border:1px solid rgba(255, 255, 255, .12);--borderRadius:12px;--borderFocusColor:#c084fc;--borderHoverColor:rgba(255, 255, 255, .22);--inputColor:#e8ebf7;--placeholderColor:#94a3b8;--multiItemBg:rgba(192, 132, 252, .12);--multiClearHoverColor:#c084fc;--clearSelectColor:#94a3b8;--clearSelectFocusColor:#c084fc;--clearSelectHoverColor:#c084fc;--listBackground:rgba(9, 12, 24, .96);--itemColor:#e8ebf7;--itemHoverColor:#0a0d1a;--itemHoverBackground:rgba(192, 132, 252, .14);--listBorder:1px solid rgba(255, 255, 255, .12);--clearSelectTop:4px;--clearSelectBottom:4px;--clearSelectRight:8px}.track-select-container.svelte-1ujhly4 .select-container{color:#e8ebf7;cursor:pointer}.track-select-container.svelte-1ujhly4 *{cursor:pointer}.track-select-container.svelte-1ujhly4 .select-container .list{background:rgba(9,12,24,.96);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 50px #00000059;border-radius:12px;margin-top:6px;padding:4px 0}.track-select-container.svelte-1ujhly4 .select-container .item{color:#e8ebf7}.track-select-container.svelte-1ujhly4 .select-container .item.hover{background:rgba(192,132,252,.16);color:#f8f5ff}.track-select-container.selected.svelte-1ujhly4.svelte-1ujhly4{--border:1px solid rgba(192, 132, 252, .65);background:rgba(192,132,252,.04)}.track-select-container.svelte-1ujhly4 .selected-item,.track-select-container.svelte-1ujhly4 .selected-item__label,.track-select-container.svelte-1ujhly4 .multi-item,.track-select-container.svelte-1ujhly4 .selected-item *{color:#e8ebf7}.track-select-container.svelte-1ujhly4 input{color:#e8ebf7!important}.episode-scroll.svelte-1ujhly4.svelte-1ujhly4{max-height:210px;overflow:auto;padding:10px 6px 6px;margin:0 -6px;scrollbar-gutter:stable both-edges}.episode-container.svelte-1ujhly4.svelte-1ujhly4{display:grid;grid-template-columns:repeat(auto-fit,minmax(64px,max-content));justify-content:center;gap:12px;padding:4px 4px 2px;user-select:none;overflow:visible}.episode.svelte-1ujhly4.svelte-1ujhly4{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:38px;padding:0 12px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#e8ebf7;font-weight:600;transition:background-color .15s ease,border-color .15s ease,transform .12s ease,box-shadow .15s ease}.episode.svelte-1ujhly4.svelte-1ujhly4:hover{background:rgba(255,255,255,.1);transform:translateY(-1px)}.episode.highlighted.svelte-1ujhly4.svelte-1ujhly4{border-color:#f472b68c;background:rgba(244,114,182,.08)}.episode.current.svelte-1ujhly4.svelte-1ujhly4{background:linear-gradient(135deg,#f472b6,#a855f7);border-color:#fff3;color:#0a0d1a}
