:root{--color-bg:#000;--color-surface:#0a0a0a;--color-surface-hover:#151515;--color-border:#2a2a2a;--color-text:#f5f5f5;--color-text-muted:#9a9a9a;--color-accent:#fff;--color-accent-hover:#d6d6d6;--color-success:#fff;--color-error:#fff;--font-sans:Calibri, "Segoe UI", Candara, system-ui, -apple-system, sans-serif}.titlebar{background:var(--color-surface);-webkit-app-region:drag;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:space-between;align-items:center;height:40px;min-height:40px;display:flex}.titlebar__drag{-webkit-app-region:drag;align-items:center;gap:.5rem;padding:0 1rem;display:flex}.titlebar__logo{background:var(--color-text-muted);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex;overflow:hidden}.titlebar__logo .titlebar__logo-img{object-fit:contain;width:100%;height:100%;display:block}.titlebar__title{color:var(--color-text-muted);font-size:.9375rem;font-weight:600}.titlebar__nav{-webkit-app-region:no-drag;align-items:center;gap:2px;display:flex}.titlebar__nav-btn{width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:background .2s,color .2s;display:flex}.titlebar__nav-btn:hover{background:var(--color-surface-hover);color:var(--color-text)}.titlebar__nav-btn:active{transform:scale(.92)}.titlebar__search{background:color-mix(in srgb, var(--color-text) 6%, transparent);min-width:100px;max-width:420px;height:28px;color:var(--color-text-muted);cursor:text;-webkit-app-region:no-drag;border:1px solid #0000;border-radius:6px;flex:1;align-items:center;gap:.5rem;margin:auto;padding:0 .5rem 0 .625rem;transition:background .2s,border-color .2s;display:flex}.titlebar__search:hover{background:color-mix(in srgb, var(--color-text) 9%, transparent);border-color:color-mix(in srgb, var(--color-text) 8%, transparent)}.titlebar__search:focus-within{background:color-mix(in srgb, var(--color-text) 8%, transparent);border-color:color-mix(in srgb, var(--color-text) 12%, transparent)}.titlebar__search-icon{z-index:2;width:20px;height:24px;color:inherit;opacity:.5;cursor:pointer;-webkit-app-region:no-drag;background:0 0;border:0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex;position:relative;pointer-events:auto!important}.titlebar__search-icon:hover{opacity:.9;color:var(--color-text)}.titlebar__search-input{min-width:0;height:100%;color:var(--color-text);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:.8rem}.titlebar__search-input::placeholder{color:var(--color-text-muted)}.titlebar__search-kbd{background:color-mix(in srgb, var(--color-text) 8%, transparent);color:var(--color-text-muted);border:1px solid color-mix(in srgb, var(--color-text) 6%, transparent);border-radius:3px;flex-shrink:0;padding:1px 5px;font-family:inherit;font-size:.65rem;line-height:1.5}.titlebar__menu{-webkit-app-region:no-drag;align-items:center;gap:.25rem;margin-left:auto;padding:0 .5rem;display:flex}.titlebar__menu-item{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:background .2s,color .2s;display:flex}.titlebar__menu-item .icon{flex-shrink:0}.titlebar__menu-item:hover,.titlebar__menu-item--active{background:var(--color-surface-hover);color:var(--color-text)}.titlebar__menu-item--avatar{padding:0}.titlebar__menu-item--update.tooltip-trigger{cursor:pointer;color:var(--color-accent,#7c8cff)}.titlebar__menu-item--update.tooltip-trigger[hidden]{display:none!important}.titlebar__menu-item--update.tooltip-trigger:hover{color:var(--color-accent-hover,#9ba8ff)}.titlebar__menu-item--update-downloading{border-radius:6px;gap:6px;min-width:110px;position:relative;overflow:hidden;width:auto!important;color:var(--color-accent,#7c8cff)!important;cursor:default!important;padding:0 10px!important}.titlebar__menu-item--update-downloading:hover{color:var(--color-accent,#7c8cff)!important;background:0 0!important}.titlebar__update-fill{border-radius:inherit;pointer-events:none;z-index:0;background:#7c8cff21;width:0%;transition:width .35s;position:absolute;inset:0}.titlebar__update-fill--pulse{animation:1.6s ease-in-out infinite titlebar-update-pulse}@keyframes titlebar-update-pulse{0%,to{opacity:1}50%{opacity:.35}}.titlebar__menu-item--update-ready{color:#5cb85c!important;cursor:pointer!important}.titlebar__menu-item--update-ready .titlebar__update-fill{background:#5cb85c26}.titlebar__menu-item--update-ready:hover{color:#4cae4c!important;background:#5cb85c14!important}.titlebar__update-label{white-space:nowrap;z-index:1;letter-spacing:.01em;font-size:.72rem;font-weight:600;position:relative}.titlebar__update-icon{z-index:1;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.titlebar__update-dot{background:var(--color-accent,#7c8cff);pointer-events:none;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:6px}.titlebar__update-tooltip{z-index:2147483647;color:#fff;text-align:center;white-space:nowrap;pointer-events:none;opacity:0;background:#2d2d3a;border:1px solid #7c8cff80;border-radius:6px;min-width:200px;padding:.6rem 1rem;font-size:.9rem;font-weight:500;line-height:1.4;transition:opacity .3s,transform .3s;display:inline-block;position:fixed;transform:translate(-50%)translateY(-6px);box-shadow:0 8px 24px #0009,0 0 0 1px #ffffff0f}.titlebar__update-tooltip--visible{opacity:1;transform:translate(-50%)translateY(0)}.titlebar__avatar{background:var(--color-surface-hover);border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;overflow:hidden}.titlebar__avatar--placeholder{color:var(--color-text-muted)}.titlebar__avatar--image{background-position:50%;background-size:cover}.titlebar__controls{-webkit-app-region:no-drag;align-items:stretch;display:flex}.titlebar__btn{width:46px;height:40px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.titlebar__btn:hover{background:var(--color-surface-hover);color:var(--color-text)}.titlebar__btn--close{position:relative}.titlebar__btn--close:before,.titlebar__btn--close:after{content:"";background:currentColor;width:13px;height:1px;position:absolute}.titlebar__btn--close:before{transform:rotate(45deg)}.titlebar__btn--close:after{transform:rotate(-45deg)}.titlebar__btn--close:hover{background:var(--color-error);color:#fff}.titlebar__btn--min:before{content:"";background:currentColor;width:10px;height:1px}.titlebar__btn--max:before{content:"";box-sizing:border-box;border:1px solid;width:10px;height:10px}@media (width<=640px){.titlebar{gap:0;height:48px;min-height:48px}.titlebar__drag{padding:0 4px 0 10px}.titlebar__brand{white-space:nowrap;width:74px;font-size:.78rem!important}.titlebar__nav,#titlebar-lobby,#titlebar-schedule,#titlebar-notifications,#titlebar-update{display:none!important}.titlebar__search{min-width:0;max-width:none;height:32px;margin:0 2px;padding:0 .45rem}.titlebar__search-input{font-size:.75rem}.titlebar__menu{flex-shrink:0;gap:0;padding:0 5px 0 2px}.titlebar__menu-item{width:32px;height:32px}}@media (width<=380px){.titlebar__brand{width:auto;font-size:.7rem!important}}.layout{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.sidebar{background:var(--color-surface);flex-direction:column;flex-shrink:0;align-items:center;width:3.25rem;padding:.35rem 0;display:flex}.sidebar__nav{flex-direction:column;align-items:center;gap:.15rem;width:100%;display:flex}.sidebar__link{width:2.25rem;height:2.25rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:0;text-decoration:none;transition:color .2s,background .2s;display:flex}.sidebar__link .icon{flex-shrink:0}.sidebar__link:hover,.sidebar__link--active{color:var(--color-text);background:var(--color-surface-hover)}.sidebar__bottom{flex-direction:column;align-items:center;gap:.15rem;width:100%;margin-top:auto;padding:.35rem 0;display:flex}.sidebar__link--logout:hover{color:var(--color-error)}.sidebar__link--social{color:var(--color-text-muted);opacity:.6;transition:color .2s,background .2s,opacity .2s}.sidebar__link--social:hover{opacity:1;color:#5865f2}.sidebar__link--admin:hover{color:var(--color-accent);opacity:1}.sidebar__link--boosty:hover{color:#f15f2c}.sidebar-column{z-index:40;flex-shrink:0;align-self:stretch;display:flex;position:relative}.layout__body{flex:1;min-width:0;min-height:0;display:flex}.schedule-panel-wrap{box-sizing:border-box;will-change:width;flex-shrink:0;align-self:stretch;width:0;min-width:0;transition:width .34s cubic-bezier(.22,1,.36,1);overflow:hidden}.schedule-panel-wrap--open{width:22.75rem;padding-bottom:.75rem;padding-right:.75rem}.schedule-panel-shell{background:var(--color-bg);border-radius:10px;flex-direction:column;width:22rem;height:100%;min-height:0;display:flex;overflow:hidden;box-shadow:0 0 0 1px #00000040}.sidebar-schedule{background:var(--color-bg);flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.sidebar-schedule .page.sidebar-schedule__page{--page-scrollbar-offset:10px;--page-scroll-padding:.85rem .85rem 1.25rem 1rem;z-index:1;flex:1;min-height:0}.sidebar-schedule .page.sidebar-schedule__page .page__v-track{z-index:2}.sidebar-schedule__head{border-bottom:1px solid color-mix(in srgb, var(--color-border) 55%, transparent);flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:.85rem 1rem .65rem;display:flex}.sidebar-schedule__title{margin:0;font-size:1.05rem;font-weight:600}.sidebar-schedule__close{width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:inline-flex}.sidebar-schedule__close:hover{color:var(--color-text);background:var(--color-surface-hover)}.sidebar-schedule__info{background:color-mix(in srgb, var(--color-surface-hover) 80%, var(--color-bg));color:var(--color-text-muted);border-radius:10px;margin-bottom:.85rem;padding:.65rem 2rem .65rem .75rem;font-size:.78rem;line-height:1.45;position:relative}.sidebar-schedule__info p{margin:0}.sidebar-schedule__info-dismiss{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem;display:inline-flex;position:absolute;top:.4rem;right:.4rem}.sidebar-schedule__info-dismiss:hover{color:var(--color-text);background:var(--color-surface-hover)}.sidebar-schedule__status{text-align:center;color:var(--color-text-muted);padding:1.5rem .5rem;font-size:.9rem}.sidebar-schedule__status p{margin:0 0 .75rem}.sidebar-schedule__retry{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font:inherit;cursor:pointer;border-radius:8px;padding:.45rem .85rem}.sidebar-schedule__day+.sidebar-schedule__day{border-top:1px solid color-mix(in srgb, var(--color-border) 50%, transparent);margin-top:1.1rem;padding-top:1.1rem}.sidebar-schedule__day-title{align-items:center;gap:.45rem;margin:0 0 .65rem;font-size:.95rem;font-weight:600;display:flex}.sidebar-schedule__today-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:.45rem;height:.45rem}.sidebar-schedule__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem .45rem;display:grid}.sidebar-schedule__card{color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.3rem;min-width:0;padding:0;display:flex}.sidebar-schedule__card:hover .sidebar-schedule__poster{opacity:.88}.sidebar-schedule__poster{aspect-ratio:2/3;background:var(--color-surface-hover);border-radius:8px;transition:opacity .2s;overflow:hidden}:is(.sidebar-schedule__poster :global(img),.sidebar-schedule__poster :global(.poster-image__fallback)){object-fit:cover;width:100%;height:100%;display:block}.sidebar-schedule__card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;font-weight:500;line-height:1.25;display:-webkit-box;overflow:hidden}.sidebar-schedule__card-ep{color:var(--color-text-muted);font-size:.68rem}@media (prefers-reduced-motion:reduce){.schedule-panel-wrap{transition:none}}.content-panel{background:var(--color-bg);border-radius:10px;flex-direction:column;flex:1;min-width:0;min-height:0;margin:0 .75rem .75rem 0;display:flex;overflow:hidden;box-shadow:0 0 0 1px #00000040}.content-panel__body{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.content-panel__body .page{border-radius:0}.layout__main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.content{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}@media (width<=640px){.layout__body{position:relative}.sidebar-column{z-index:9000;height:calc(54px + env(safe-area-inset-bottom));align-self:auto;position:fixed;bottom:0;left:0;right:0}.sidebar{box-sizing:border-box;width:100%;height:100%;padding:4px 8px env(safe-area-inset-bottom);border-top:1px solid var(--color-border);flex-direction:row}.sidebar__nav{flex-direction:row;justify-content:space-around;gap:0}.sidebar__link{border-radius:6px;width:42px;height:42px}.sidebar__bottom{display:none}.content-panel{margin:0 0 calc(54px + env(safe-area-inset-bottom));border-radius:0}.schedule-panel-wrap{inset:48px 0 calc(54px + env(safe-area-inset-bottom));z-index:8500;position:fixed;width:100%!important;padding:0!important}.schedule-panel-shell{border-radius:0;width:100%}}.page{--page-scrollbar-offset:14px;--page-scroll-padding:0;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.page__scroll{min-width:0;min-height:0;padding:var(--page-scroll-padding);scrollbar-width:none;-ms-overflow-style:none;flex:1;position:relative;overflow:clip auto}.page__scroll::-webkit-scrollbar{width:0;height:0;display:none}.page--padded{--page-scroll-padding:1.5rem}@media (width<=768px){.page--padded{--page-scroll-padding:1rem}}.page--scroll-area{--page-scrollbar-offset:3px;flex:1;min-height:0;position:relative;overflow:hidden}.page--chat .page__scroll{padding:0}.page--wrapped{--page-scroll-padding:0}.page--wrapped .page__scroll{flex-direction:column;min-height:100%;padding:0;display:flex;position:relative;overflow:hidden}.page__scroll:has(>.view.anix-comments-page){flex-direction:column;min-height:100%;display:flex;overflow:hidden}.page__v-track{top:var(--page-scrollbar-offset);right:var(--page-scrollbar-offset);bottom:var(--page-scrollbar-offset);z-index:100;opacity:.22;pointer-events:auto;cursor:grab;width:10px;padding:4px 0;transition:opacity .2s;position:absolute}.page--v-scrollbar-visible .page__v-track{opacity:1}.page__v-track:active{cursor:grabbing}.page__v-thumb{background:var(--color-border);cursor:grab;border-radius:4px;min-height:24px;transition:background .2s,left .2s,right .2s;position:absolute;left:2px;right:2px}.page__v-thumb:hover{background:var(--color-text-muted)}.page__v-thumb:active{cursor:grabbing}.page__v-thumb--active{animation:.4s page-thumb-bounce;left:0;right:0;background:var(--color-accent)!important}.page__v-thumb--release{animation:.35s forwards page-thumb-release}.page:not(.page--has-h-scroll) .page__h-track{display:none}.page__h-track{left:var(--page-scrollbar-offset);right:var(--page-scrollbar-offset);bottom:var(--page-scrollbar-offset);z-index:100;opacity:.22;pointer-events:auto;cursor:grab;height:10px;padding:0 4px;transition:opacity .2s;position:absolute}.page--h-scrollbar-visible .page__h-track{opacity:1}.page__h-track:active{cursor:grabbing}.page--v-scrollbar-visible .page__h-track{right:calc(var(--page-scrollbar-offset) + 10px)}.page--h-scrollbar-visible .page__v-track{bottom:calc(var(--page-scrollbar-offset) + 10px)}.page__h-thumb{background:var(--color-border);cursor:grab;border-radius:4px;min-width:24px;transition:background .2s,top .2s,bottom .2s;position:absolute;top:2px;bottom:2px}.page__h-thumb:hover{background:var(--color-text-muted)}.page__h-thumb:active{cursor:grabbing}.page__h-thumb--active{animation:.4s page-thumb-bounce;top:0;bottom:0;background:var(--color-accent)!important}.page__h-thumb--release{animation:.35s forwards page-thumb-release}@keyframes page-thumb-bounce{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--color-accent) 55%, transparent)}50%{box-shadow:0 0 0 10px color-mix(in srgb, var(--color-accent) 0%, transparent)}to{box-shadow:0 0 #0000}}@keyframes page-thumb-release{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--color-accent) 40%, transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb, var(--color-accent) 0%, transparent)}to{box-shadow:0 0 #0000}}.anix-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.6rem;line-height:1.35;display:inline-flex;position:relative}.anix-checkbox--disabled{opacity:.45;cursor:not-allowed}.anix-checkbox__input{opacity:0;cursor:pointer;width:1.125rem;height:1.125rem;margin:0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.anix-checkbox__box{box-sizing:border-box;border:1.5px solid color-mix(in srgb, var(--color-border) 85%, var(--color-text-muted));background:var(--color-bg);border-radius:.3rem;flex-shrink:0;width:1.125rem;height:1.125rem;transition:border-color .2s,background .2s;position:relative}.anix-checkbox:hover:not(.anix-checkbox--disabled) .anix-checkbox__box{border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border))}.anix-checkbox__input:focus-visible+.anix-checkbox__box{box-shadow:inset 0 0 0 1px var(--color-accent);border-color:var(--color-accent);outline:none}.anix-checkbox__input:checked+.anix-checkbox__box{border-color:var(--color-accent);background:var(--color-accent)}.anix-checkbox__icon{color:#fff;opacity:0;justify-content:center;align-items:center;line-height:0;transition:opacity .12s,transform .12s;display:flex;position:absolute;inset:0;transform:scale(.88)}.anix-checkbox__icon--visible{opacity:1;transform:scale(1)}.anix-checkbox__icon .icon{stroke-width:2.75px}.anix-checkbox__label{font-size:inherit;color:inherit}.settings-overlay{z-index:10000;opacity:0;visibility:hidden;background:#000000b3;justify-content:center;align-items:center;transition:opacity .15s,visibility .15s;display:flex;position:fixed;inset:0}.settings-overlay--open{opacity:1;visibility:visible}.settings-overlay--closing{opacity:0;visibility:hidden}.settings-panel{width:94vw;max-width:1060px;height:88vh;max-height:780px;box-shadow:none;border:1px solid var(--color-border);border-radius:8px;transition:transform .15s;display:flex;overflow:hidden;transform:scale(.96)translateY(10px)}.settings-overlay--open .settings-panel{transform:scale(1)translateY(0)}.settings-overlay--closing .settings-panel{transform:scale(.96)translateY(10px)}.settings-sidebar{background:var(--color-surface);border-right:1px solid var(--color-border);flex-direction:column;flex-shrink:0;width:240px;display:flex}.settings-sidebar__scroll{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;flex:1;padding:13px 8px 8px;overflow-y:auto}.settings-sidebar__scroll::-webkit-scrollbar{width:4px}.settings-sidebar__scroll::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.settings-sidebar__user{cursor:pointer;border-radius:6px;align-items:center;gap:10px;margin-bottom:6px;padding:10px;transition:background .2s;display:flex}.settings-sidebar__user:hover{background:var(--color-surface-hover)}.settings-sidebar__avatar{background:var(--color-border);background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.settings-sidebar__user-info{flex:1;min-width:0}.settings-sidebar__username{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;line-height:1.2;display:block;overflow:hidden}.settings-sidebar__user-sub{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:3px;margin-top:2px;font-size:.6875rem;display:flex;overflow:hidden}.settings-sidebar__user-sub svg{opacity:.5;flex-shrink:0;width:12px;height:12px}.settings-nav__section{color:var(--color-text-muted);letter-spacing:.02em;text-transform:uppercase;-webkit-user-select:none;user-select:none;margin:0;padding:16px 10px 4px;font-size:.6875rem;font-weight:700}.settings-nav__item{width:100%;color:var(--color-text-muted);text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:4px;margin-bottom:2px;padding:6px 10px;font-size:.9375rem;font-weight:500;line-height:1.4;transition:background .2s,color .2s;display:flex}.settings-nav__item:hover,.settings-nav__item--active,.settings-nav__item--active:hover{background:var(--color-surface-hover);color:var(--color-text)}.settings-nav__item--icon{align-items:center;gap:8px;display:flex!important}.settings-nav__item--icon svg{opacity:.6;flex-shrink:0;width:16px;height:16px}.settings-nav__item--icon.settings-nav__item--active svg{opacity:1}.settings-nav__sep{background:var(--color-border);height:1px;margin:8px 10px}.settings-sidebar__footer-section{border-top:1px solid var(--color-border);flex-shrink:0;padding:8px}.settings-nav__item--logout{align-items:center;gap:8px;width:100%;color:var(--color-error)!important;display:flex!important}.settings-nav__item--logout svg{flex-shrink:0;width:16px;height:16px}.settings-nav__item--logout:hover{background:color-mix(in srgb, var(--color-error) 10%, transparent)!important;color:var(--color-error)!important}.settings-sidebar__meta{justify-content:space-between;align-items:center;padding:6px 10px 2px;display:flex}.settings-sidebar__meta-version{color:var(--color-text-muted);-webkit-user-select:text;user-select:text;font-size:.6875rem}.settings-sidebar__meta-links{align-items:center;gap:6px;display:flex}.settings-sidebar__meta-icon{width:24px;height:24px;color:var(--color-text-muted);border-radius:4px;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,background .2s;display:flex}.settings-sidebar__meta-icon:hover{color:var(--color-text);background:var(--color-surface-hover)}.settings-sidebar__meta-icon svg{width:16px;height:16px}.settings-sidebar__meta-components{color:var(--color-text-muted);-webkit-user-select:text;user-select:text;padding:0 10px 4px;font-size:.625rem;line-height:1.6}.settings-sidebar__footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);-webkit-user-select:text;user-select:text;opacity:.4;flex-shrink:0;padding:8px 16px 10px;font-size:.6875rem;line-height:1.5}.settings-content{background:var(--color-bg);flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.settings-content__header{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px;display:flex}.settings-content__title{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.settings-close-btn{background:var(--color-surface-hover);width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;transition:background .2s,color .2s;position:relative}.settings-close-btn:before,.settings-close-btn:after{content:"";background:currentColor;border-radius:1px;width:12px;height:1.5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.settings-close-btn:after{transform:translate(-50%,-50%)rotate(-45deg)}.settings-close-btn:hover{background:var(--color-border);color:var(--color-text)}.settings-content__page-wrap{flex:1;min-height:0;position:relative;overflow:hidden}.settings-page{height:100%;padding:0}.settings-page .page__scroll{padding:20px 20px 40px}.settings-content__body{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;flex:1;padding:20px 20px 40px;overflow-y:auto}.settings-content__body::-webkit-scrollbar{width:6px}.settings-content__body::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.settings-section__label{letter-spacing:.02em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 8px;font-size:.75rem;font-weight:700}.settings-section__desc{color:var(--color-text-muted);margin:0 0 12px;font-size:.8125rem;line-height:1.5}.settings-section__body{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.settings-section__sublabel{color:var(--color-text-muted);margin:0;padding:12px 16px 4px;font-size:.8125rem;font-weight:600}.settings-section__sublabel:not(:first-child){border-top:1px solid var(--color-border);margin-top:4px;padding-top:16px}.settings-row--nested{padding-top:10px;padding-bottom:10px}.settings-row--nested .settings-row__label{font-size:.875rem;font-weight:500}.discord-rpc-settings .settings-section__label+.discord-rpc-settings__section-desc{margin-top:-.25rem}.discord-rpc-settings__loading{color:var(--color-text-muted);padding:1rem 0;font-size:.875rem}.discord-rpc-settings__section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.35rem;display:flex}.discord-rpc-settings__section-desc{color:var(--color-text-muted);margin:0 0 .65rem;font-size:.8125rem;line-height:1.45}.discord-rpc-settings__bulk{align-items:center;gap:.35rem;font-size:.8125rem;display:inline-flex}.discord-rpc-settings__bulk-btn{font:inherit;color:var(--color-accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;transition:opacity .2s}.discord-rpc-settings__bulk-btn:hover:not(:disabled){text-decoration:underline}.discord-rpc-settings__bulk-btn:disabled{opacity:.4;cursor:not-allowed}.discord-rpc-settings__bulk-sep{color:var(--color-text-muted);-webkit-user-select:none;user-select:none}.discord-rpc-settings__pages{padding:.65rem .85rem .85rem}.discord-rpc-settings__group:not(:first-child){border-top:1px solid var(--color-border);margin-top:.85rem;padding-top:.85rem}.discord-rpc-settings__group-title{letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 .5rem;font-size:.75rem;font-weight:600}.discord-rpc-settings__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem .75rem;margin:0;padding:0;list-style:none;display:grid}@media (width<=520px){.discord-rpc-settings__grid{grid-template-columns:1fr}}.discord-rpc-settings__grid--single{grid-template-columns:1fr;max-width:100%}.discord-rpc-settings__item{min-width:0}.discord-rpc-settings__item--nested{padding-left:1.35rem}.discord-rpc-settings__item--nested .discord-rpc-settings__item-label{padding-top:.35rem;padding-bottom:.35rem}.discord-rpc-settings__item--nested .discord-rpc-settings__item-name{color:var(--color-text-muted);font-weight:400}.discord-rpc-settings__item--nested:has(input:not(:disabled)) .discord-rpc-settings__item-name{color:var(--color-text)}.discord-rpc-settings__item-label{cursor:pointer;border-radius:6px;align-items:flex-start;gap:.5rem;padding:.45rem .55rem;transition:background .2s;display:flex}.discord-rpc-settings__item-label:hover{background:var(--color-surface-hover)}.discord-rpc-settings__item-label:has(input:disabled){opacity:.45;cursor:not-allowed}.discord-rpc-settings__item-label:has(input:disabled):hover{background:0 0}.discord-rpc-settings__checkbox{width:1rem;height:1rem;accent-color:var(--color-accent);cursor:inherit;flex-shrink:0;margin-top:.1rem}.discord-rpc-settings__item-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.discord-rpc-settings__item-name{color:var(--color-text);font-size:.875rem;font-weight:500;line-height:1.3}.discord-rpc-settings__item-hint{color:var(--color-text-muted);font-size:.75rem;line-height:1.35}.discord-rpc-settings__note{color:var(--color-text-muted);border-top:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface-hover) 35%, transparent);margin:0;padding:.75rem 1rem 1rem;font-size:.8125rem;line-height:1.45}.developer-settings{flex-direction:column;gap:0;display:flex}.developer-settings__block{border-top:1px solid var(--color-border);margin-top:28px;padding-top:28px}.developer-bridge code{font-family:ui-monospace,Cascadia Code,Segoe UI Mono,monospace;font-size:.8125rem}.developer-bridge__loading{color:var(--color-text-muted);margin:0;padding:1rem 0;font-size:.875rem}.developer-bridge__notice{border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface-hover) 40%, transparent);border-radius:8px;margin:0;padding:.75rem 1rem;font-size:.8125rem;line-height:1.45}.developer-bridge__notice--warn{border-color:color-mix(in srgb, #f59e0b 35%, var(--color-border));color:color-mix(in srgb, #fbbf24 85%, var(--color-text));background:#f59e0b1a}.developer-bridge__status-line{flex-wrap:wrap;align-items:center;gap:.35rem .5rem;display:flex}.developer-bridge__status{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.35rem;padding:.15rem .5rem;font-size:.6875rem;font-weight:700;line-height:1.2;display:inline-flex}.developer-bridge__status:before{content:"";border-radius:50%;flex-shrink:0;width:.4rem;height:.4rem}.developer-bridge__status--on{color:var(--color-success);background:color-mix(in srgb, var(--color-success) 14%, transparent)}.developer-bridge__status--on:before{background:var(--color-success)}.developer-bridge__status--pending{color:#f59e0b;background:#f59e0b24}.developer-bridge__status--pending:before{background:#f59e0b}.developer-bridge__status--off{color:var(--color-text-muted);background:color-mix(in srgb, var(--color-text) 8%, transparent)}.developer-bridge__status--off:before{background:var(--color-text-muted)}.developer-bridge__url{color:var(--color-text-muted);font-size:.75rem}.developer-bridge__token{padding:0 16px 16px}.developer-bridge__token-value{background:color-mix(in srgb, var(--color-text) 4%, transparent);border:1px solid var(--color-border);word-break:break-all;border-radius:6px;padding:.65rem .75rem;font-size:.8125rem;line-height:1.45;display:block}.developer-bridge__token-actions{flex-wrap:wrap;gap:.5rem;margin-top:.65rem;display:flex}.developer-bridge__code-block{border:1px solid var(--color-border);background:color-mix(in srgb, #000 28%, var(--color-surface));border-radius:6px;margin:0 16px 16px;overflow:hidden}.developer-bridge__code-toolbar{border-bottom:1px solid var(--color-border);background:color-mix(in srgb, var(--color-text) 4%, transparent);justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.developer-bridge__code-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:.6875rem;font-weight:700}.developer-bridge__code{white-space:pre-wrap;word-break:break-all;color:var(--color-text);margin:0;padding:.75rem;font-size:.75rem;line-height:1.5;overflow-x:auto}.developer-bridge__code code{font-size:inherit}.developer-bridge__endpoints{border-top:1px solid var(--color-border);margin:0;padding:0;list-style:none}.developer-bridge__endpoints li{color:var(--color-text-muted);flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;padding:.65rem 16px;font-size:.8125rem;line-height:1.45;display:flex}.developer-bridge__endpoints li+li{border-top:1px solid var(--color-border)}.developer-bridge__endpoints li>code:first-child{color:var(--color-text);flex-shrink:0;font-size:.75rem}.developer-bridge__endpoints li span code{font-size:.75rem}.developer-uikit .settings-section__desc{margin-bottom:12px}.settings-row{justify-content:space-between;align-items:center;gap:1rem;padding:16px;display:flex}.settings-row+.settings-row{border-top:1px solid var(--color-border)}.settings-row__info{flex:1;min-width:0}.settings-row__label{color:var(--color-text);font-size:.9375rem;font-weight:500;line-height:1.3}.settings-row__desc{color:var(--color-text-muted);margin-top:4px;font-size:.8125rem;line-height:1.4}.settings-row__control{flex-shrink:0}.settings-account-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;margin-bottom:16px;overflow:hidden}.settings-account-card__banner{background:linear-gradient(135deg,#1a1a2e 0%,#12162e 50%,#0d1520 100%) 50%/cover;height:100px}.settings-account-card__body{align-items:flex-end;gap:14px;padding:0 16px 16px;display:flex}.settings-account-card__avatar-wrap{flex-shrink:0;margin-top:-30px}.settings-account-card__avatar{background:var(--color-border);width:80px;height:80px;box-shadow:0 0 0 6px var(--color-surface);background-position:50%;background-size:cover;border-radius:50%}.settings-account-card__info{min-width:0;padding-bottom:6px}.settings-account-card__name{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.25rem;font-weight:700;overflow:hidden}.settings-account-card__meta{color:var(--color-text-muted);margin-top:2px;font-size:.8125rem}.settings-account-coming-soon{color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:14px 16px;font-size:.875rem;line-height:1.5}.settings-toggle-switch{cursor:pointer;vertical-align:middle;flex-shrink:0;width:2.25rem;height:1.125rem;display:inline-block;position:relative}.settings-toggle-switch input{opacity:0;width:0;height:0;position:absolute}.settings-toggle-switch__track{background:color-mix(in srgb, var(--color-border) 55%, var(--color-bg));border:1.5px solid color-mix(in srgb, var(--color-border) 85%, var(--color-text-muted));border-radius:.3rem;transition:background .2s,border-color .2s,box-shadow .2s;position:absolute;inset:0}.settings-toggle-switch__thumb{background:color-mix(in srgb, #fff 90%, var(--color-text-muted));border-radius:calc(.3rem - 1px);width:.875rem;height:.875rem;transition:transform .2s,background .2s,box-shadow .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000059}.settings-toggle-switch:hover:not(:has(input:disabled)) .settings-toggle-switch__track{border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border))}input:focus-visible~.settings-toggle-switch__track{border-color:var(--color-accent);box-shadow:inset 0 0 0 1px var(--color-accent)}input:checked~.settings-toggle-switch__track{background:var(--color-accent);border-color:var(--color-accent)}input:checked~.settings-toggle-switch__thumb{background:#fff;transform:translate(calc(1.375rem - 4px));box-shadow:0 1px 2px #00000047}.settings-toggle-switch:hover:not(:has(input:disabled)) input:checked~.settings-toggle-switch__track{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.settings-toggle-switch:has(input:disabled){cursor:not-allowed;opacity:.45}input:disabled~.settings-toggle-switch__track{background:color-mix(in srgb, var(--color-border) 45%, var(--color-bg));border-color:color-mix(in srgb, var(--color-border) 70%, transparent)}input:disabled:checked~.settings-toggle-switch__track{background:color-mix(in srgb, var(--color-accent) 38%, var(--color-border));border-color:color-mix(in srgb, var(--color-accent) 38%, var(--color-border))}input:disabled~.settings-toggle-switch__thumb{background:color-mix(in srgb, #fff 72%, var(--color-border));box-shadow:none}.settings-row--readonly{opacity:.55}.settings-row--readonly .settings-row__label,.settings-row--readonly .settings-row__desc{color:color-mix(in srgb, var(--color-text-muted) 88%, transparent)}.settings-input-group{align-items:center;gap:8px;display:flex}.settings-input{border:1px solid var(--color-border);background:var(--color-bg);min-width:0;color:var(--color-text);border-radius:6px;outline:none;flex:1;padding:8px 12px;font-family:inherit;font-size:.875rem;transition:border-color .2s}.settings-input::placeholder{color:var(--color-text-muted)}.settings-input:focus{border-color:var(--color-accent)}.settings-input--sm{flex:none;width:180px}.settings-btn{cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:6px;flex-shrink:0;padding:8px 16px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .2s,opacity .2s}.settings-btn:disabled{opacity:.5;cursor:default}.settings-btn--primary{background:var(--color-accent);color:#fff}.settings-btn--primary:hover:not(:disabled){background:var(--color-accent-hover)}.settings-btn--secondary{background:color-mix(in srgb, var(--color-text) 8%, transparent);color:var(--color-text);border:1px solid var(--color-border)}.settings-btn--secondary:hover:not(:disabled){background:color-mix(in srgb, var(--color-text) 13%, transparent)}.settings-feedback{min-height:1.2em;margin-top:4px;font-size:.8125rem;transition:color .2s}.settings-feedback--ok{color:var(--color-success)}.settings-feedback--err{color:var(--color-error)}.settings-row--column{flex-direction:column;align-items:stretch;gap:6px}.settings-row--end{border-top:1px solid var(--color-border);align-items:center;gap:12px;padding:12px 16px;display:flex}.settings-row__control--wide{flex-shrink:0;min-width:180px}.settings-about{text-align:center;flex-direction:column;align-items:center;padding:40px 20px;display:flex}.settings-about__logo{margin-bottom:16px}.settings-about__logo-img{border-radius:8px;width:80px;height:80px}.settings-about__name{color:var(--color-text);margin:0 0 4px;font-size:1.5rem;font-weight:700}.settings-about__version{color:var(--color-text-muted);margin:0 0 16px;font-size:.9375rem}.settings-about__desc{color:var(--color-text-muted);max-width:420px;margin:0 0 16px;font-size:.875rem;line-height:1.6}.settings-about__inline-link{color:var(--color-accent);font-weight:500;text-decoration:none;transition:color .2s}.settings-about__inline-link:hover{color:var(--color-accent-hover);text-decoration:underline}.settings-about__star-btn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;border-radius:6px;align-items:center;gap:6px;margin-bottom:20px;padding:8px 18px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.settings-about__star-btn svg{width:14px;height:14px}.settings-about__star-btn:hover{background:var(--color-surface-hover);border-color:var(--color-text-muted);color:#f5c518}.settings-about__components{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;width:100%;max-width:340px;padding:4px 0}.settings-about__component{justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.settings-about__component+.settings-about__component{border-top:1px solid var(--color-border)}.settings-about__component-label{color:var(--color-text-muted);font-size:.8125rem}.settings-about__component-value{color:var(--color-text);font-variant-numeric:tabular-nums;font-size:.8125rem}.settings-about__component-link{color:var(--color-accent);font-variant-numeric:tabular-nums;cursor:pointer;font-size:.8125rem;text-decoration:none;transition:color .2s}.settings-about__component-link:hover{color:var(--color-accent-hover);text-decoration:underline}.settings-about__dev-card{background:var(--color-surface);border:1px solid var(--color-border);text-align:left;border-radius:8px;align-items:center;gap:12px;width:100%;max-width:400px;padding:14px 18px;display:flex}.settings-about__dev-avatar{background:var(--color-border);background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.settings-about__dev-info{flex:1;min-width:0}.settings-about__dev-name{color:var(--color-text);margin:0;font-size:.9375rem;font-weight:600}.settings-about__dev-tag{color:var(--color-text-muted);font-size:.8125rem;font-weight:400}.settings-about__dev-role{color:var(--color-text-muted);margin:2px 0 0;font-size:.8125rem}.settings-about__dev-github{width:32px;height:32px;color:var(--color-text-muted);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,background .2s;display:flex}.settings-about__dev-github:hover{color:var(--color-text);background:var(--color-surface-hover)}.endpoint-option__ping{color:var(--color-text-muted);font-variant-numeric:tabular-nums;margin-left:.5rem;font-size:.75rem}[data-latency-quality=good] .endpoint-option__ping{color:var(--color-success)}[data-latency-quality=medium] .endpoint-option__ping{color:#f59e0b}[data-latency-quality=bad] .endpoint-option__ping,[data-latency-quality=offline] .endpoint-option__ping{color:var(--color-error)}.settings-modal-overlay{display:none}.settings-toggle{justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.settings-toggle__label{color:var(--color-text);font-size:.9375rem;font-weight:500}.settings-toggle__desc{color:var(--color-text-muted);margin-top:.125rem;font-size:.8125rem}.settings-toggle__info{flex:1;min-width:0}.settings-toggle__switch{cursor:pointer;flex-shrink:0;width:2.25rem;height:1.125rem;display:inline-block;position:relative}.settings-toggle__switch input{opacity:0;width:0;height:0;position:absolute}.settings-toggle__switch-track{background:color-mix(in srgb, var(--color-border) 55%, var(--color-bg));border:1.5px solid color-mix(in srgb, var(--color-border) 85%, var(--color-text-muted));border-radius:.3rem;transition:background .2s,border-color .2s,box-shadow .2s;position:absolute;inset:0}.settings-toggle__switch-thumb{background:color-mix(in srgb, #fff 90%, var(--color-text-muted));border-radius:calc(.3rem - 1px);width:.875rem;height:.875rem;transition:transform .2s,background .2s,box-shadow .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000059}input:checked~.settings-toggle__switch-track{background:var(--color-accent);border-color:var(--color-accent)}input:checked~.settings-toggle__switch-thumb{background:#fff;transform:translate(calc(1.375rem - 4px))}.settings-modal-content{flex-direction:column;display:flex}.settings-modal-content__desc,.settings-modal__uikit,.settings-modal__uikit-desc,.settings-modal__uikit-link,.settings-modal-content .settings-section{display:unset}.settings-modal-content .custom-select{width:100%;display:block}.settings-card-layout-toggle{gap:12px;padding:4px 0 2px;display:flex}.settings-card-layout-btn{background:var(--color-surface-hover);border:2px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;gap:8px;min-width:90px;padding:12px 16px 10px;transition:border-color .15s,color .15s,background .15s;display:flex}.settings-card-layout-btn__preview{width:52px;height:52px}.settings-card-layout-btn__preview svg{width:100%;height:100%}.settings-card-layout-btn span{font-size:.75rem;font-weight:500}.settings-card-layout-btn:hover{border-color:color-mix(in srgb, var(--color-accent) 50%, transparent);color:var(--color-text)}.settings-card-layout-btn--active{border-color:var(--color-accent);color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 10%, transparent)}.settings-theme-grid{flex-wrap:wrap;gap:10px;padding:4px 0 2px;display:flex}.settings-theme-tile{border:2px solid var(--color-border);background:var(--color-surface-hover);cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;gap:7px;min-width:76px;padding:8px 8px 7px;transition:border-color .15s,background .15s;display:flex;position:relative}.settings-theme-tile:hover{border-color:color-mix(in srgb, var(--color-accent) 50%, transparent)}.settings-theme-tile--active{border-color:var(--color-accent)}.settings-theme-tile--add{color:var(--color-text-muted);border-style:dashed;justify-content:center;gap:4px;min-width:80px;font-size:.75rem;font-weight:500}.settings-theme-tile--add:hover{color:var(--color-accent);border-color:var(--color-accent)}.settings-theme-tile__preview{border-radius:6px;flex-direction:column;gap:4px;width:52px;height:38px;padding:6px 7px 5px;display:flex;position:relative;overflow:hidden}.settings-theme-tile__auto-icon{stroke:#888;width:20px;height:20px;margin:auto;position:absolute;inset:0}.settings-theme-tile__accent{border-radius:50%;width:10px;height:10px;position:absolute;top:6px;right:7px}.settings-theme-tile__bar{opacity:.75;border-radius:2px;height:3px}.settings-theme-tile__bar--short{width:60%}.settings-theme-tile__check{background:var(--color-accent);color:#fff;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .15s;display:flex;position:absolute;bottom:-5px;right:-5px}.settings-theme-tile__check svg{width:11px;height:11px}.settings-theme-tile--active .settings-theme-tile__check{opacity:1}.settings-theme-tile__name{color:var(--color-text-muted);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:72px;font-size:.6875rem;font-weight:500;overflow:hidden}.settings-theme-tile--active .settings-theme-tile__name{color:var(--color-accent)}.settings-theme-tile__plus{font-size:1.25rem;font-weight:300;line-height:1}.settings-theme-tile__actions{opacity:0;gap:4px;transition:opacity .15s;display:flex;position:absolute;top:4px;right:4px}.settings-theme-tile:hover .settings-theme-tile__actions{opacity:1}.settings-theme-tile__action-btn{background:var(--color-surface);border:1px solid var(--color-border);width:20px;height:20px;color:var(--color-text-muted);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:flex}.settings-theme-tile__action-btn svg{width:10px;height:10px}.settings-theme-tile__action-btn:hover{color:var(--color-text);background:var(--color-surface-hover)}.settings-theme-tile__action-btn--del:hover{color:var(--color-error)}.settings-upscale-notice{border:1px solid var(--color-border);color:var(--color-text-muted);background:#ffffff0a;border-radius:8px;align-items:center;gap:10px;margin-bottom:12px;padding:10px 14px;font-size:.8125rem;line-height:1.5;display:flex}.settings-upscale-notice svg{width:16px;height:16px;color:var(--color-accent);flex-shrink:0;margin-top:1px}.settings-upscale-notice--warn{background:#ffa03c0f;border-color:#ffa03c66}.settings-upscale-notice--warn svg{color:#ffa03c}.settings-upscale-warning{border-left:3px solid var(--color-error);color:#f87171;background:#ef444414;border-radius:6px;align-items:center;gap:8px;margin:.5rem 0 0;padding:8px 12px;font-size:.78rem;line-height:1.4;display:flex}.settings-upscale-warning__icon{color:var(--color-error);flex-shrink:0;align-items:center;display:inline-flex}.log-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.log-toolbar__left{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.log-toolbar__right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.log-session-select{border:1px solid var(--color-border);background:var(--color-surface);height:30px;color:var(--color-text);cursor:pointer;border-radius:4px;flex-shrink:1;min-width:0;max-width:210px;padding:0 .5rem;font-size:.78rem}.log-session-select:focus{border-color:var(--color-accent,#7c8cff);outline:none}.log-file-tabs{gap:2px;display:flex}.log-file-tab{height:28px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:0 .6rem;font-family:JetBrains Mono,Fira Code,monospace,inherit;font-size:.75rem;transition:background .2s,color .2s}.log-file-tab:hover{background:var(--color-surface-hover);color:var(--color-text)}.log-file-tab--active{background:color-mix(in srgb, var(--color-accent,#7c8cff) 15%, transparent);color:var(--color-accent,#7c8cff);font-weight:600}.log-btn{cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.35rem;height:30px;padding:0 .7rem;font-family:inherit;font-size:.78rem;transition:background .2s,color .2s;display:inline-flex}.log-btn--icon{background:var(--color-surface-hover);color:var(--color-text-muted)}.log-btn--icon:hover{color:var(--color-text);background:color-mix(in srgb, var(--color-text) 12%, transparent)}.log-btn--primary{background:var(--color-accent,#7c8cff);color:#fff;font-weight:600}.log-btn--primary:hover{filter:brightness(1.1)}.log-btn--primary:disabled{opacity:.5;cursor:default}.log-filters{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.log-level-filters{gap:3px;display:flex}.log-level-btn{border:1px solid var(--color-border);height:24px;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:4px;padding:0 .5rem;font-size:.7rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.log-level-btn:hover{border-color:var(--color-text-muted);color:var(--color-text)}.log-level-btn--active{background:color-mix(in srgb, var(--color-accent,#7c8cff) 18%, transparent);border-color:var(--color-accent,#7c8cff);color:var(--color-accent,#7c8cff)}.log-search{border:1px solid var(--color-border);background:var(--color-surface);min-width:120px;max-width:280px;height:28px;color:var(--color-text);border-radius:4px;flex:1;padding:0 .6rem;font-family:inherit;font-size:.78rem}.log-search::placeholder{color:var(--color-text-muted)}.log-search:focus{border-color:var(--color-accent,#7c8cff);outline:none}.log-stats{gap:.75rem;margin-bottom:.4rem;font-size:.72rem;display:flex}.log-stat{border-radius:3px;padding:1px 6px;font-weight:600}.log-stat--error{color:#ff6b6b;background:#ff50501f}.log-stat--warn{color:#ffc300;background:#ffc3001f}.log-stat--info{color:#64a0ff;background:#64a0ff1f}.log-stat--total{background:color-mix(in srgb, var(--color-text) 8%, transparent);color:var(--color-text-muted)}.log-list-wrap{border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-text) 2%, transparent);border-radius:4px;flex:1;min-height:0;max-height:360px;overflow-y:auto}.log-list{padding:2px 0}.log-empty{text-align:center;color:var(--color-text-muted);padding:2rem;font-size:.875rem}.log-entry{border-bottom:1px solid var(--color-border);grid-template-columns:52px 80px 130px 1fr auto;align-items:baseline;gap:0 .5rem;padding:4px 8px;font-family:JetBrains Mono,Fira Code,monospace,sans-serif;font-size:.72rem;transition:background .1s;display:grid}.log-entry:last-child{border-bottom:none}.log-entry:hover{background:var(--color-surface-hover)}.log-entry__data-toggle{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:3px;padding:0 4px;font-size:.65rem}.log-entry__data-toggle:hover{color:var(--color-accent,#7c8cff)}.log-entry__data{background:color-mix(in srgb, var(--color-text) 5%, transparent);white-space:pre-wrap;word-break:break-all;color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:4px;grid-column:1/-1;max-height:220px;margin:3px 0;padding:6px 8px;font-size:.68rem;overflow-y:auto}.log-level{text-transform:uppercase;letter-spacing:.02em;border-radius:3px;justify-content:center;align-items:center;padding:1px 4px;font-size:.6rem;font-weight:700;line-height:1;display:inline-flex}.log-level--error{color:#ff6b6b;background:#ff50502e}.log-level--warn{color:#ffc300;background:#ffc30026}.log-level--info{color:#64a0ff;background:#64a0ff26}.log-level--debug{color:#909090;background:#a0a0a01f}.log-ts{color:var(--color-text-muted);white-space:nowrap;font-size:.68rem}.log-ch{color:color-mix(in srgb, var(--color-accent,#7c8cff) 85%, white);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.log-msg{color:var(--color-text);word-break:break-word;line-height:1.4}.log-modal-backdrop{z-index:100;border-radius:inherit;background:#0009;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.log-modal{background:var(--color-surface);border:1px solid var(--color-border);width:90%;max-width:480px;box-shadow:none;border-radius:8px;padding:1.5rem}.log-modal__header{color:var(--color-text);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.log-modal__desc{color:var(--color-text-muted);margin-bottom:.75rem;font-size:.85rem}.log-modal__section{border-radius:4px;margin-bottom:.5rem;padding:.75rem 1rem}.log-modal__section ul{margin:.4rem 0 0;padding-left:1.25rem;list-style:outside}.log-modal__section li{color:var(--color-text-muted);font-size:.8rem;line-height:1.6}.log-modal__section--include{background:#5cb85c14;border:1px solid #5cb85c40}.log-modal__section--exclude{background:#ff50500f;border:1px solid #ff505033}.log-modal__label{text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.log-modal__label--include{color:#5cb85c}.log-modal__label--exclude{color:#ff6b6b}.log-modal__actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.log-zip-banner{color:#5cb85c;background:#5cb85c1a;border:1px solid #5cb85c4d;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.8rem;display:flex}.log-zip-banner__open{color:#5cb85c;cursor:pointer;background:#5cb85c33;border:none;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:.75rem}.log-zip-banner__open:hover{background:#5cb85c4d}.log-sysinfo{border:1px solid var(--color-border);border-radius:4px;margin-top:.75rem;overflow:hidden}.log-sysinfo__toggle{background:color-mix(in srgb, var(--color-text) 3%, transparent);width:100%;color:var(--color-text-muted);cursor:pointer;text-align:left;border:none;align-items:center;gap:.4rem;padding:.5rem .75rem;font-family:inherit;font-size:.78rem;transition:background .2s;display:flex}.log-sysinfo__toggle:hover{background:var(--color-surface-hover);color:var(--color-text)}.log-sysinfo__chevron{margin-left:auto;transition:transform .2s}.log-sysinfo__loading{color:var(--color-text-muted);padding:.75rem 1rem;font-size:.8rem}.log-sysinfo__body{border-top:1px solid var(--color-border);padding:.25rem 0}.log-sysinfo__grid{flex-direction:column;display:flex}.log-sysinfo__row{border-bottom:1px solid var(--color-border);grid-template-columns:120px 1fr;gap:.5rem;padding:.3rem .75rem;font-size:.78rem;display:grid}.log-sysinfo__row:last-child{border-bottom:none}.log-sysinfo__row span:first-child{color:var(--color-text-muted)}.log-sysinfo__row span:last-child{color:var(--color-text);word-break:break-all;font-family:JetBrains Mono,monospace,sans-serif;font-size:.73rem}.settings-zoom-hint{color:var(--color-text-muted);margin:0 0 1rem;font-size:.875rem;line-height:1.45}.settings-zoom-loading{color:var(--color-text-muted);padding:.5rem 0;font-size:.875rem}.settings-discord-hint{color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.5}.zoom-scale{padding-top:1.75rem;position:relative}.zoom-scale__ticks{height:1.25rem;margin-bottom:.35rem;position:relative}.zoom-scale__tick{font-variant-numeric:tabular-nums;color:var(--color-text-muted);white-space:nowrap;font-size:.75rem;position:absolute;transform:translate(-50%)}.zoom-scale__tick--default{color:var(--color-success);font-weight:600}.zoom-scale__tick--active{color:var(--color-text);font-weight:600}.zoom-scale__input{appearance:none;background:linear-gradient(to right, var(--color-accent) 0%, var(--color-accent) var(--zoom-fill,50%), color-mix(in srgb, var(--color-border) 85%, transparent) var(--zoom-fill,50%), color-mix(in srgb, var(--color-border) 85%, transparent) 100%);cursor:pointer;border-radius:999px;outline:none;width:100%;height:4px;margin:0;display:block}.zoom-scale__input::-webkit-slider-runnable-track{background:0 0;border-radius:999px;height:4px}.zoom-scale__input::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;box-shadow:0 0 0 1px color-mix(in srgb, var(--color-border) 70%, transparent);cursor:pointer;background:#fff;border:none;border-radius:50%;margin-top:-6px}.zoom-scale__input::-moz-range-track{background:color-mix(in srgb, var(--color-border) 85%, transparent);border:none;border-radius:999px;height:4px}.zoom-scale__input::-moz-range-progress{background:var(--color-accent);border-radius:999px;height:4px}.zoom-scale__input::-moz-range-thumb{width:16px;height:16px;box-shadow:0 0 0 1px color-mix(in srgb, var(--color-border) 70%, transparent);cursor:pointer;background:#fff;border:none;border-radius:50%}.settings-theme-editor{border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;gap:14px;margin-top:14px;padding:16px;display:grid}.settings-theme-editor__header,.settings-theme-editor__background{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.settings-theme-editor__title,.settings-theme-editor__desc{margin:0}.settings-theme-editor__title{color:var(--color-text);font-size:.875rem;font-weight:600}.settings-theme-editor__desc{color:var(--color-text-muted);margin-top:4px;font-size:.75rem;line-height:1.4}.settings-theme-editor__delete,.settings-theme-editor__clear{border:1px solid var(--color-border);color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border-radius:6px;flex:none;padding:7px 10px;font-size:.75rem}.settings-theme-editor__delete:hover,.settings-theme-editor__clear:hover{border-color:var(--color-accent);color:var(--color-text)}.settings-theme-editor__name{color:var(--color-text-muted);gap:6px;font-size:.75rem;display:grid}.settings-theme-editor__name input{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-bg);width:100%;min-height:36px;color:var(--color-text);font:inherit;border-radius:6px;padding:8px 10px}.settings-theme-editor__colors{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.settings-theme-editor__colors label{border:1px solid var(--color-border);min-height:40px;color:var(--color-text-muted);border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px 6px 10px;font-size:.75rem;display:flex}.settings-theme-editor__colors input[type=color]{border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:4px;width:30px;height:26px;padding:2px}.settings-theme-editor__background-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.settings-theme-editor__upload{border:1px solid var(--color-border);background:var(--color-accent);min-height:32px;color:var(--color-accent-contrast,#000);cursor:pointer;border-radius:6px;align-items:center;padding:0 10px;font-size:.75rem;display:inline-flex;position:relative;overflow:hidden}.settings-theme-editor__upload input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}@media (width<=620px){.settings-theme-editor__header,.settings-theme-editor__background{flex-direction:column}.settings-theme-editor__background-actions{justify-content:flex-start}.settings-theme-editor__colors{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-overlay{justify-content:stretch;align-items:stretch;padding:8px}.settings-panel{border-radius:7px;flex-direction:column;width:100%;height:100%;max-height:none}.settings-sidebar{border-right:0;border-bottom:1px solid var(--color-border);flex:none;width:100%}.settings-sidebar__scroll{gap:4px;padding:7px;display:flex;overflow:auto hidden}.settings-sidebar__user,.settings-nav__section,.settings-nav__sep,.settings-sidebar__footer-section,.settings-sidebar__meta,.settings-sidebar__meta-components{display:none!important}.settings-nav__item{width:auto;min-width:max-content;min-height:38px;margin:0;padding:8px 11px}.settings-content__header{padding:13px 14px}.settings-content__title{font-size:1.05rem}.settings-page .page__scroll,.settings-content__body{padding:14px 14px 28px}.settings-card-layout-toggle,.settings-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.notifications-modal-overlay{z-index:10010;pointer-events:auto;background:0 0;justify-content:flex-end;align-items:flex-start;padding:3rem 1.5rem 1.5rem;display:flex;position:fixed;inset:0}.notifications-modal-panel{background:var(--color-surface);border:1px solid var(--color-border);width:380px;max-width:100%;max-height:520px;box-shadow:none;opacity:0;pointer-events:auto;border-radius:8px;flex-direction:column;transition:transform .18s,opacity .18s;display:flex;overflow:hidden;transform:translateY(-6px)}.notifications-modal-overlay--open .notifications-modal-panel{opacity:1;transform:translateY(0)}.notifications-modal-overlay--closing .notifications-modal-panel{opacity:0;transform:translateY(-6px)}.notifications-modal__header{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem .9rem;display:flex}.notifications-modal__title{margin:0;font-size:.95rem;font-weight:600}.notifications-modal__close{width:1.75rem;height:1.75rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:0;transition:background .2s,color .2s;position:relative}.notifications-modal__close:before,.notifications-modal__close:after{content:"";background:currentColor;width:.9rem;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.notifications-modal__close:after{transform:translate(-50%,-50%)rotate(-45deg)}.notifications-modal__close:hover{background:var(--color-surface-hover);color:var(--color-text)}.notifications-modal__body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.notifications-modal__page{--page-scrollbar-offset:1px;flex:1;min-height:0}.notifications-modal__loading,.notifications-modal__empty,.notifications-modal__error{color:var(--color-text-muted);margin:.4rem .5rem .5rem;font-size:.85rem}.notifications-modal__list{flex-direction:column;gap:.15rem;display:flex}.notifications-modal__item{width:100%;color:inherit;text-align:left;background:0 0;border:none;border-radius:6px;padding:.5rem .6rem;transition:background .2s,transform .12s;display:flex}.notifications-modal__item:hover{background:var(--color-surface-hover);transform:translate(-2px)}.notifications-modal__thumb{background-position:50%;background-size:cover;background-color:var(--color-surface-hover);border-radius:6px;flex-shrink:0;width:40px;height:40px;margin-right:.6rem;position:relative}.notifications-modal__thumb--placeholder{color:var(--color-text-muted);justify-content:center;align-items:center;font-size:.8rem;display:flex}.notifications-modal__content{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.notifications-modal__row{align-items:center;gap:.4rem;display:flex}.notifications-modal__title{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:550;overflow:hidden}.notifications-modal__subtitle{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.notifications-modal__meta{color:var(--color-text-muted);justify-content:space-between;align-items:center;margin-top:.05rem;font-size:.75rem;display:flex}.notifications-modal__meta-left{white-space:nowrap;text-overflow:ellipsis;margin-right:.5rem;overflow:hidden}.notifications-modal__meta-time{opacity:.9;flex-shrink:0}.notifications-modal__badge{background:color-mix(in srgb, var(--color-accent) 15%, transparent);color:var(--color-accent);border-radius:999px;padding:.05rem .35rem;font-size:.7rem;font-weight:500}.notifications-modal__marker{width:20px;height:20px;box-shadow:0 0 0 2px var(--color-surface);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;bottom:-3px;right:-3px}.notifications-modal__marker .icon{width:10px;height:10px}.notifications-modal__marker--episode{background:var(--color-accent);color:#000}.notifications-modal__marker--related{color:#000;background:#f6a623}.notifications-modal__marker--friend{color:#000;background:#60a5faf2}.notifications-modal__marker--friend-accept{background:var(--color-success);color:#000}.notifications-modal__app-update-slot{margin-bottom:.5rem}.notifications-modal__item--app-update{cursor:pointer}.notifications-modal__marker--update{background:var(--color-accent);color:#000}.notifications-modal__marker--update-ready{background:var(--color-success);color:#000}.notifications-modal__progress{background:var(--color-surface);border-radius:999px;width:100%;height:5px;margin-top:.4rem;overflow:hidden}.notifications-modal__progress-bar{border-radius:inherit;background:linear-gradient(90deg, var(--color-accent) 0%, color-mix(in srgb, var(--color-accent) 70%, white) 50%, var(--color-accent) 100%);width:0;height:100%;transition:width .2s}.lobby-modal-overlay{z-index:10010;pointer-events:auto;background:0 0;justify-content:flex-end;align-items:flex-start;padding:3rem 1.5rem 1.5rem;display:flex;position:fixed;inset:0}.lobby-modal-panel{background:var(--color-surface);border:1px solid var(--color-border);opacity:0;pointer-events:auto;border-radius:12px;flex-direction:column;width:400px;max-width:100%;max-height:560px;transition:transform .22s cubic-bezier(.16,1,.3,1),opacity .18s;display:flex;overflow:hidden;transform:translateY(-8px)scale(.98);box-shadow:0 8px 32px #0000008c,0 0 0 1px #ffffff08}.lobby-modal-overlay--open .lobby-modal-panel{opacity:1;transform:translateY(0)scale(1)}.lobby-modal-overlay--closing .lobby-modal-panel{opacity:0;transform:translateY(-6px)scale(.98)}.lobby-modal__header{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.lobby-modal__header-left{align-items:center;gap:.55rem;display:flex}.lobby-modal__header-icon{background:color-mix(in srgb, var(--color-accent) 12%, transparent);width:30px;height:30px;color:var(--color-accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lobby-modal__title{letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:600}.lobby-modal__close{width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:0;transition:background .15s,color .15s;position:relative}.lobby-modal__close:before,.lobby-modal__close:after{content:"";background:currentColor;border-radius:1px;width:12px;height:1.5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.lobby-modal__close:after{transform:translate(-50%,-50%)rotate(-45deg)}.lobby-modal__close:hover{background:var(--color-surface-hover);color:var(--color-text)}.lobby-modal__body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.lobby-modal__page{flex-direction:column;flex:1;min-height:0;display:flex}.lobby-modal__page .page__scroll{padding:1rem;overflow-y:auto}.lobby-modal__welcome{text-align:center;flex-direction:column;align-items:center;padding:.75rem 0 1.25rem;display:flex}.lobby-modal__welcome-icon{background:var(--color-surface-hover);width:64px;height:64px;color:var(--color-accent);border-radius:16px;justify-content:center;align-items:center;margin-bottom:.85rem;display:flex}.lobby-modal__welcome-text{color:var(--color-text-muted);max-width:260px;margin:0;font-size:.85rem;line-height:1.45}.lobby-modal__actions{flex-direction:column;gap:0;display:flex}.lobby-modal__divider{align-items:center;gap:.75rem;margin:1rem 0;display:flex}.lobby-modal__divider-line{background:var(--color-border);flex:1;height:1px}.lobby-modal__divider-text{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:500}.lobby-modal__join-group{flex-direction:column;gap:.5rem;display:flex}.lobby-modal__join-label{color:var(--color-text-muted);font-size:.8rem;font-weight:500}.lobby-modal__room-name-input{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-bg);width:100%;color:var(--color-text);border-radius:8px;margin:.35rem 0 .75rem;padding:.6rem .75rem;font-size:.85rem}.lobby-modal__room-name-input::placeholder{color:var(--color-text-muted)}.lobby-modal__room-name-input:focus{border-color:var(--color-text-muted);outline:none}.lobby-modal__join-row{align-items:stretch;gap:.5rem;display:flex}.lobby-modal__join-hint{color:var(--color-text-muted);margin:0;font-size:.78rem;transition:color .15s}.lobby-modal__join-hint--error{color:var(--color-error)}.lobby-modal__btn{cursor:pointer;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;padding:.55rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s;display:inline-flex;position:relative}.lobby-modal__btn svg{opacity:.7;flex-shrink:0}.lobby-modal__btn:hover{background:var(--color-surface-hover);border-color:color-mix(in srgb, var(--color-border) 87%, white)}.lobby-modal__btn:active{transform:scale(.98)}.lobby-modal__btn:disabled{opacity:.5;cursor:not-allowed}.lobby-modal__btn--loading{color:#0000;pointer-events:none}.lobby-modal__btn--loading svg{opacity:0}.lobby-modal__btn--loading:after{content:"";border:2px solid var(--color-text-muted);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite lobby-spin;position:absolute}@keyframes lobby-spin{to{transform:rotate(360deg)}}.lobby-modal__btn--create{background:var(--color-accent);border-color:var(--color-accent);width:100%;color:var(--color-accent-contrast,#000);padding:.7rem 1rem;font-size:.9rem;font-weight:700}.lobby-modal__btn--create svg{opacity:1}.lobby-modal__btn--create:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.lobby-modal__btn--create.lobby-modal__btn--loading:after{border-color:#fff #ffffff4d #ffffff4d}.lobby-modal__btn--join{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-contrast,#000);flex-shrink:0;padding:.55rem .85rem;font-weight:700}.lobby-modal__btn--join svg{opacity:1}.lobby-modal__btn--join:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.lobby-modal__btn--join.lobby-modal__btn--loading:after{border-color:#fff #ffffff4d #ffffff4d}.lobby-modal__btn--leave{border-color:color-mix(in srgb, var(--color-error) 25%, transparent);color:var(--color-error);background:0 0;flex:1}.lobby-modal__btn--leave:hover{background:color-mix(in srgb, var(--color-error) 8%, transparent);border-color:color-mix(in srgb, var(--color-error) 40%, transparent)}.lobby-modal__btn--logs{border-color:var(--color-border);color:var(--color-text-muted);background:0 0;flex-shrink:0}.lobby-modal__btn--logs:hover{color:var(--color-text);background:var(--color-surface-hover)}.lobby-modal__btn--active{background:var(--color-surface-hover);color:var(--color-accent);border-color:color-mix(in srgb, var(--color-accent) 25%, transparent)}.lobby-modal__input{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);letter-spacing:.15em;text-transform:uppercase;border-radius:8px;flex:1;padding:.55rem .75rem;font-family:ui-monospace,Consolas,monospace;font-size:.9rem;transition:border-color .15s}.lobby-modal__input::placeholder{color:color-mix(in srgb, var(--color-text-muted) 75%, black);letter-spacing:.1em}.lobby-modal__input:focus{border-color:color-mix(in srgb, var(--color-accent) 50%, transparent);outline:none}.lobby-modal__room{flex-direction:column;gap:1rem;display:flex}.lobby-modal__code-section{flex-direction:column;gap:.5rem;display:flex}.lobby-modal__code-header{justify-content:space-between;align-items:center;display:flex}.lobby-modal__code-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:500}.lobby-modal__code-block{background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.65rem .85rem;display:flex}.lobby-modal__room-name{color:var(--color-text);padding:.15rem 0;font-size:.9rem;font-weight:600}.lobby-modal__code-value{letter-spacing:.2em;color:var(--color-text);flex:1;font-family:ui-monospace,Consolas,monospace;font-size:1.35rem;font-weight:600}.lobby-modal__copy-btn{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.75rem;font-weight:500;transition:all .15s;display:inline-flex}.lobby-modal__copy-btn:hover{background:var(--color-surface-hover);color:var(--color-text);border-color:color-mix(in srgb, var(--color-border) 87%, white)}.lobby-modal__copy-btn--done{color:var(--color-success);border-color:color-mix(in srgb, var(--color-success) 30%, transparent)}.lobby-modal__status{align-items:center;gap:.35rem;display:flex}.lobby-modal__status-dot{background:var(--color-text-muted);border-radius:50%;flex-shrink:0;width:7px;height:7px;transition:background .3s}.lobby-modal__status--connected .lobby-modal__status-dot{background:var(--color-success);box-shadow:0 0 6px color-mix(in srgb, var(--color-success) 40%, transparent)}.lobby-modal__status--connecting .lobby-modal__status-dot{background:#f6a623;animation:1.2s ease-in-out infinite lobby-pulse}@keyframes lobby-pulse{0%,to{opacity:1}50%{opacity:.35}}.lobby-modal__status-text{color:var(--color-text-muted);font-size:.72rem;font-weight:500}.lobby-modal__anime-section{flex-direction:column;gap:.5rem;display:flex}.lobby-modal__now-playing{border:1px solid var(--color-border);background:var(--color-bg);border-radius:8px;align-items:center;gap:.75rem;padding:.65rem .75rem;display:flex}.lobby-modal__now-playing-copy{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.lobby-modal__now-playing-copy strong,.lobby-modal__now-playing-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lobby-modal__now-playing-copy strong{color:var(--color-text);font-size:.82rem}.lobby-modal__now-playing-copy span{color:var(--color-text-muted);font-size:.72rem}.lobby-modal__now-playing-state{color:var(--color-text-muted);flex-shrink:0;font-size:.68rem}.lobby-modal__now-playing-open{border:1px solid var(--color-border,#3a3a3a);color:#090909;min-height:32px;font:inherit;cursor:pointer;background:#f1f1f1;border-radius:6px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.lobby-modal__now-playing-open svg{fill:currentColor;width:14px;height:14px}.lobby-modal__anime-search{border:1px solid var(--color-border);background:var(--color-bg);border-radius:8px;align-items:center;gap:.5rem;height:38px;padding:0 .7rem;display:flex}.lobby-modal__anime-search:focus-within{border-color:color-mix(in srgb, var(--color-text) 45%, var(--color-border))}.lobby-modal__anime-search svg{fill:none;width:16px;height:16px;stroke:var(--color-text-muted);stroke-width:1.8px;stroke-linecap:round;flex-shrink:0}.lobby-modal__anime-search input{width:100%;min-width:0;height:100%;color:var(--color-text);font:inherit;background:0 0;border:none;outline:none;font-size:.82rem}.lobby-modal__anime-results{border:1px solid var(--color-border);background:var(--color-bg);border-radius:8px;overflow:hidden}.lobby-modal__anime-result{border:none;border-bottom:1px solid var(--color-border);width:100%;min-height:54px;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:.65rem;padding:.4rem .5rem;display:flex}.lobby-modal__anime-result:last-child{border-bottom:none}.lobby-modal__anime-result:hover{background:var(--color-surface-hover)}.lobby-modal__anime-result img,.lobby-modal__anime-result .lobby-modal__anime-poster-empty{object-fit:cover;background:var(--color-surface-hover);border-radius:4px;flex-shrink:0;width:34px;height:46px}.lobby-modal__anime-result-copy{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.lobby-modal__anime-result-copy strong,.lobby-modal__anime-result-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lobby-modal__anime-result-copy strong{font-size:.8rem}.lobby-modal__anime-result-copy span{color:var(--color-text-muted);font-size:.68rem}.lobby-modal__anime-result-arrow{fill:none;width:16px;height:16px;stroke:var(--color-text-muted);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.lobby-modal__anime-message{color:var(--color-text-muted);text-align:center;padding:.65rem;font-size:.75rem}.lobby-modal__participants-section{flex-direction:column;gap:.5rem;display:flex}.lobby-modal__participants-header{align-items:center;gap:.4rem;display:flex}.lobby-modal__participants-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:500}.lobby-modal__participants-count{background:color-mix(in srgb, var(--color-accent) 15%, transparent);min-width:18px;height:18px;color:var(--color-accent);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.7rem;font-weight:600;display:inline-flex}.lobby-modal__participants-list{flex-direction:column;gap:2px;display:flex}.lobby-modal__empty-participants{text-align:center;color:var(--color-text-muted);padding:1.25rem 0;font-size:.82rem}.lobby-modal__participant{color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.65rem;padding:.45rem .55rem;font-size:.88rem;transition:background .12s;display:flex}.lobby-modal__participant:hover{background:var(--color-surface-hover)}.lobby-modal__participant-avatar-wrap{flex-shrink:0;position:relative}.lobby-modal__participant-avatar{background:var(--color-surface-hover);background-position:50%;background-size:cover;border-radius:50%;width:34px;height:34px;display:block}.lobby-modal__participant-avatar--img{background-color:var(--color-border)}.lobby-modal__participant-online{background:var(--color-success);border:2px solid var(--color-surface);width:10px;height:10px;box-shadow:0 0 4px color-mix(in srgb, var(--color-success) 30%, transparent);border-radius:50%;position:absolute;bottom:-1px;right:-1px}.lobby-modal__participant-name{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.lobby-modal__participant-role{border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:999px;flex-shrink:0;margin-left:auto;padding:.18rem .4rem;font-size:.68rem}.lobby-modal__room-footer{gap:.5rem;padding-top:.25rem;display:flex}.lobby-modal__log-section{margin-top:-.25rem}.lobby-modal__log{border:1px solid var(--color-border);background:var(--color-bg);border-radius:8px;max-height:160px;padding:.5rem;font-family:ui-monospace,Consolas,monospace;font-size:.72rem;overflow-y:auto}.lobby-modal__log-empty{color:var(--color-text-muted);text-align:center;padding:.5rem}.lobby-modal__log-item{border-radius:4px;flex-wrap:wrap;align-items:center;gap:.3rem;padding:.2rem .35rem;display:flex}.lobby-modal__log-item:hover{background:#ffffff05}.lobby-modal__log-item+.lobby-modal__log-item{margin-top:1px}.lobby-modal__log-time{color:color-mix(in srgb, var(--color-text-muted) 75%, black);font-variant-numeric:tabular-nums}.lobby-modal__log-author{color:var(--color-accent);font-weight:500}.lobby-modal__log-type{color:var(--color-text-muted)}.lobby-modal__log-tag{background:var(--color-surface);color:var(--color-text-muted);border-radius:3px;padding:.05rem .3rem;font-size:.68rem;display:inline-block}.lobby-modal__log-note{color:color-mix(in srgb, var(--color-text-muted) 87%, black);font-size:.68rem}.lobby-modal__loading{text-align:center;color:var(--color-text-muted);padding:2rem;font-size:.85rem}.lobby-modal__unavailable{text-align:center;flex-direction:column;align-items:center;padding:2rem 1.5rem;display:flex}.lobby-modal__unavailable-icon{width:64px;height:64px;color:var(--color-text-muted);background:#ffffff0f;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.lobby-modal__unavailable-title{color:var(--color-text);margin:0 0 .4rem;font-size:1rem;font-weight:600}.lobby-modal__unavailable-desc{color:var(--color-text-muted);max-width:280px;margin:0;font-size:.85rem;line-height:1.5}.lobby-modal__maintenance-banner{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b59;border-radius:6px;align-items:center;gap:.5rem;margin:.75rem 1rem 0;padding:.55rem .75rem;font-size:.8rem;line-height:1.4;display:flex}.lobby-modal__maintenance-banner svg{flex-shrink:0}.lobby-modal__actions--disabled{opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.player-vote{z-index:100;pointer-events:none;opacity:0;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1);position:absolute;top:16px;right:16px;transform:translate(20px)}.player-vote--visible{opacity:1;pointer-events:auto;transform:translate(0)}.player-vote__card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0e0e0eeb;border:1px solid #ffffff14;border-radius:14px;width:280px;overflow:hidden;box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff08}.player-vote__header{align-items:center;gap:8px;padding:12px 14px 0;display:flex}.player-vote__icon{background:color-mix(in srgb, var(--color-accent) 15%, transparent);width:28px;height:28px;color:var(--color-accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.player-vote__icon--waiting{color:#facc15;background:#facc1526}.player-vote__label{color:var(--color-text);flex:1;font-size:13px;font-weight:600}.player-vote__timer{color:var(--color-text-muted);font-variant-numeric:tabular-nums;text-align:right;min-width:20px;font-size:12px;font-weight:600}.player-vote__timer:after{content:"с";opacity:.6;margin-left:1px;font-size:10px}.player-vote__body{padding:10px 14px}.player-vote__proposer{color:var(--color-text-muted);margin-bottom:8px;font-size:12px}.player-vote__name{color:var(--color-accent);font-weight:500}.player-vote__anime{background:#ffffff0d;border:1px solid #ffffff0f;border-radius:8px;margin-bottom:8px;padding:8px 10px}.player-vote__anime-title{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.player-vote__anime-meta{color:var(--color-text-muted);margin-top:2px;font-size:11px}.player-vote__progress{background:#ffffff0f;border-radius:1px;height:2px;overflow:hidden}.player-vote__progress-bar{background:var(--color-accent);transform-origin:0;border-radius:1px;width:100%;height:100%;transition:transform .25s linear}.player-vote__actions{gap:6px;padding:10px 14px 12px;display:flex}.player-vote__btn{height:34px;font-size:12px;font-weight:600;font-family:var(--font-sans);cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:5px;transition:background .2s,transform .15s,opacity .2s;display:flex}.player-vote__btn:active:not(:disabled){transform:scale(.96)}.player-vote__btn:disabled{cursor:default;opacity:.6}.player-vote__btn--accept{background:var(--color-accent);color:#fff}.player-vote__btn--accept:hover:not(:disabled){background:var(--color-accent-hover)}.player-vote__btn--reject{color:var(--color-text);background:#ffffff14}.player-vote__btn--reject:hover:not(:disabled){background:#ffffff1f}.player-vote__btn--voted{background:color-mix(in srgb, var(--color-success) 15%, transparent)!important;color:var(--color-success)!important}.player-vote__waiting-text{color:var(--color-text-muted);margin-bottom:8px;font-size:12px}.player-vote__spinner{background:#ffffff0f;border-radius:1px;width:100%;height:2px;position:relative;overflow:hidden}.player-vote__spinner:after{content:"";background:var(--color-accent);border-radius:1px;width:40%;height:100%;animation:1.4s ease-in-out infinite player-vote-spinner;position:absolute;top:0;left:0}@keyframes player-vote-spinner{0%{left:-40%}to{left:100%}}.player-vote--toast .player-vote__toast{font-size:13px;font-weight:500;font-family:var(--font-sans);white-space:nowrap;border-radius:10px;padding:10px 16px;box-shadow:0 4px 20px #0006}.player-vote--toast.player-vote--toast-accepted .player-vote__toast{background:color-mix(in srgb, var(--color-success) 15%, transparent);border:1px solid color-mix(in srgb, var(--color-success) 25%, transparent);color:var(--color-success)}.player-vote--toast.player-vote--toast-rejected .player-vote__toast{background:color-mix(in srgb, var(--color-error) 15%, transparent);border:1px solid color-mix(in srgb, var(--color-error) 25%, transparent);color:var(--color-error)}.btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:background .2s,color .2s,opacity .2s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-sm{padding:.35rem .7rem;font-size:.8125rem}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-accent-hover)}.btn-secondary{background:var(--color-surface-hover);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover:not(:disabled){background:var(--color-border)}.view-auth{flex-direction:column;min-height:100vh;display:flex}.view-auth__body{flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.auth{background:var(--color-surface);border:1px solid var(--color-border);width:100%;max-width:22rem;box-shadow:none;border-radius:8px;padding:2rem}.auth__title{text-align:center;margin:0 0 .25rem;font-size:1.75rem;font-weight:700}.auth__subtitle{color:var(--color-text-muted);text-align:center;margin:0 0 1.5rem;font-size:.95rem}.auth-form__label{margin-bottom:1rem;display:block}.auth-form__label span{color:var(--color-text-muted);margin-bottom:.35rem;font-size:.9rem;display:block}.auth-form__input{width:100%;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;outline:none;padding:.6rem .75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.auth-form__input:focus{border-color:var(--color-accent)}.auth-form__error{color:var(--color-error);margin:0 0 1rem;font-size:.9rem}.auth-form__submit{width:100%;padding:.65rem;font-size:1rem}.view-offline{min-height:100vh;display:flex}.view-offline__body{flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.offline-card{border:1px solid var(--color-border);background:var(--color-surface);width:100%;max-width:26rem;box-shadow:none;text-align:center;border-radius:8px;padding:2rem 2.25rem}.offline-card__spinner{border:3px solid color-mix(in srgb, var(--color-accent) 15%, transparent);border-top-color:var(--color-accent);border-radius:999px;width:40px;height:40px;margin:0 auto 1.25rem;animation:.9s linear infinite offline-spin}.offline-card__title{margin:0 0 .5rem;font-size:1.4rem;font-weight:700}.offline-card__text{color:var(--color-text-muted);margin:0 0 .5rem;font-size:.95rem}.offline-card__hint{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:.85rem}.offline-card__server{border-top:1px solid var(--color-border);text-align:left;margin-top:.5rem;padding-top:1.25rem}.offline-card__server-label{margin:0 0 .35rem;font-size:.9rem;font-weight:600}.offline-card__server-desc{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.8rem}.offline-card__btn{margin-top:.25rem}@keyframes offline-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.view-home{width:100%;max-width:56rem;margin:0 auto;container-type:inline-size}.ann-list{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.releases-type{top:calc(-1 * var(--page-scroll-padding));z-index:10;background:var(--color-bg);border-bottom:1px solid var(--color-border);flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:0 1.5rem;min-width:0;margin-top:-.5rem;margin-bottom:1.5rem;padding-top:.5rem;padding-bottom:.5rem;display:flex;position:sticky}.home-toolbar__random{height:2.1rem;margin-left:auto;margin-right:.75rem;padding-inline:.9rem;font-size:.9rem}.home-my-tab-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:18rem;padding:3rem 1.5rem 4rem;display:flex}.home-my-tab-empty__icon{width:3rem;height:3rem;color:var(--color-text-muted);justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.home-my-tab-empty__icon svg{width:2.5rem;height:2.5rem;display:block}.home-my-tab-empty__title{color:var(--color-text);margin:0 0 .65rem;font-size:1.35rem;font-weight:700}.home-my-tab-empty__text{max-width:22rem;color:var(--color-text-muted);margin:0 0 1.35rem;font-size:.95rem;line-height:1.5}.home-my-tab-empty__btn{min-width:9rem}.home-filter-page{z-index:1200;background:var(--color-bg);flex-direction:column;display:flex;position:fixed;inset:0}.home-filter-page__head{border-bottom:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.home-filter-page__back{width:2.25rem;height:2.25rem;color:var(--color-text);cursor:pointer;background:0 0;border:none;border-radius:6px;font-size:1.25rem}.home-filter-page__back:hover{background:var(--color-surface-hover)}.home-filter-page__title{margin:0;font-size:1.05rem;font-weight:700}.home-filter-page__body{flex-direction:column;flex:1;gap:.95rem;padding:1rem 1.1rem 6rem;display:flex;overflow-y:auto}.home-filter-page__body .custom-select__trigger{background:var(--color-bg);min-height:2.65rem}.home-filter-page__notice{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);border-radius:6px;margin:0;padding:.85rem .95rem;font-size:.88rem;line-height:1.45}.home-filter-page__field{flex-direction:column;gap:.35rem;display:flex}.home-filter-page__label{color:var(--color-text-muted);font-size:.82rem}.home-filter-page__picker{border:1px solid var(--color-border);background:var(--color-bg);width:100%;min-height:2.65rem;color:var(--color-text);text-align:left;cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .75rem;display:flex}.home-filter-page__picker:hover{border-color:color-mix(in srgb, var(--color-accent) 35%, var(--color-border))}.home-filter-page__picker-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.92rem;overflow:hidden}.home-filter-page__picker-icon{color:var(--color-text-muted);flex-shrink:0;display:flex}.home-filter-page__hint{color:var(--color-text-muted);margin:0;font-size:.78rem;line-height:1.4}.home-filter-page__hint--sort{margin-top:-.45rem}.home-filter-page__row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.home-filter-page__foot{z-index:1201;padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--color-border);background:var(--color-surface);gap:.75rem;display:flex;position:fixed;bottom:0;left:0;right:0}.home-filter-page__btn{cursor:pointer;border-radius:999px;flex:1;min-height:2.65rem;font-size:.95rem;font-weight:600}.home-filter-page__btn--ghost{border:1px solid var(--color-border);color:var(--color-text);background:0 0}.home-filter-page__btn--ghost:hover{background:var(--color-surface-hover)}.home-filter-page__btn--primary{background:var(--color-text);color:var(--color-bg);border:none}.home-filter-page__btn--primary:hover{opacity:.92}.filter-picker{z-index:1400;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.filter-picker__backdrop{cursor:pointer;background:#000000b8;border:none;position:absolute;inset:0}.filter-picker__panel{z-index:1;border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;flex-direction:column;width:min(100%,24rem);max-height:min(88vh,36rem);display:flex;position:relative;box-shadow:0 24px 64px #00000073}.filter-picker__panel--years{max-height:20rem}.filter-picker__head{border-bottom:1px solid var(--color-border);padding:1rem 1.1rem .75rem}.filter-picker__title{margin:0;font-size:1.05rem;font-weight:700}.filter-picker__body{padding:.65rem .2rem;overflow-y:auto}.filter-picker__body--years{flex-direction:column;gap:.75rem;padding:1rem 1.1rem;display:flex}.filter-picker__select-all{color:var(--color-accent);cursor:pointer;text-align:left;background:0 0;border:none;margin:.35rem 1rem .5rem;padding:0;font-size:.9rem}.filter-picker__section-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;padding:.55rem 1rem .25rem;font-size:.78rem;font-weight:700}.filter-picker__row{cursor:pointer;align-items:center;gap:.65rem;padding:.55rem 1rem;font-size:.92rem;display:flex}.filter-picker__row:hover{background:var(--color-surface-hover)}.filter-picker__row input{accent-color:var(--color-accent)}.filter-picker__exclude{border-top:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:.75rem;margin-top:.5rem;padding:.85rem 1rem;display:flex}.filter-picker__exclude p{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.78rem;font-weight:400;line-height:1.4}.filter-picker__toggle{cursor:pointer;flex-shrink:0;width:2.5rem;height:1.4rem;position:relative}.filter-picker__toggle input{opacity:0;width:0;height:0;position:absolute}.filter-picker__toggle input:checked+.filter-picker__toggle-ui{background:var(--color-accent)}.filter-picker__toggle input:checked+.filter-picker__toggle-ui:after{transform:translate(1.05rem)}.filter-picker__toggle-ui{background:var(--color-border);border-radius:999px;transition:background .2s;position:absolute;inset:0}.filter-picker__toggle-ui:after{content:"";background:#fff;border-radius:50%;width:1.1rem;height:1.1rem;transition:transform .2s;position:absolute;top:.15rem;left:.15rem}.filter-picker__foot{border-top:1px solid var(--color-border);justify-content:flex-end;gap:.25rem;padding:.5rem .65rem .65rem;display:flex}.filter-picker__text-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:.45rem .65rem;font-size:.88rem}.filter-picker__text-btn:hover{color:var(--color-text)}.filter-picker__text-btn--primary{color:var(--color-accent);font-weight:600}.home-filter-modal{z-index:1200;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.home-filter-modal__backdrop{cursor:pointer;background:#000000b8;border:none;position:absolute;inset:0}.home-filter-modal__panel{z-index:1;border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;flex-direction:column;width:min(100%,26rem);max-height:min(92vh,40rem);display:flex;position:relative;box-shadow:0 24px 64px #00000073}.home-filter-modal__head{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.1rem .75rem;display:flex}.home-filter-modal__title{margin:0;font-size:1.05rem;font-weight:700}.home-filter-modal__close{width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;font-size:1.35rem;line-height:1}.home-filter-modal__close:hover{color:var(--color-text);background:var(--color-surface-hover)}.home-filter-modal__body{--page-scrollbar-offset:4px}.home-filter-modal__body .page__scroll{flex-direction:column;gap:.35rem;padding:1rem 1.1rem;display:flex}.home-filter-modal__body .custom-select__trigger{background:var(--color-bg);min-height:2.5rem;font-size:.92rem}.home-filter-modal__body .custom-select__label{font-size:.82rem}.home-filter-modal__notice{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);border-radius:6px;margin:0;padding:.75rem .85rem;font-size:.82rem;line-height:1.45}.home-filter-modal__field{flex-direction:column;gap:.35rem;display:flex}.home-filter-modal__hint--tight{margin-top:-.45rem}.home-filter-modal__row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.home-filter-modal__check{color:var(--color-text-muted);width:fit-content;padding:.15rem 0;font-size:.9rem;transition:color .2s}.home-filter-modal__check:hover:not(.anix-checkbox--disabled){color:var(--color-text)}.home-filter-modal__hint{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.85rem}.home-filter-modal__hint--error{color:var(--color-error)}.home-filter-modal__types{border:1px solid var(--color-border);background:var(--color-surface-hover);border-radius:6px;flex-direction:column;gap:.35rem;max-height:11rem;margin-top:.35rem;padding:.45rem;display:flex;overflow-y:auto}.home-filter-modal__type{color:var(--color-text);cursor:pointer;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.home-filter-modal__type input{accent-color:var(--color-accent);flex-shrink:0}.home-filter-modal__type-icon{object-fit:cover;border-radius:4px;flex-shrink:0;width:1.25rem;height:1.25rem}.home-filter-modal__foot{border-top:1px solid var(--color-border);justify-content:flex-end;gap:.65rem;padding:.85rem 1.1rem 1rem;display:flex}.home-default-tab-modal{width:min(100%,24rem)}.home-default-tab-modal__sub{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.82rem;line-height:1.4}.home-default-tab-modal__body{--page-scrollbar-offset:4px;flex:1;min-height:0;max-height:min(52vh,22rem)}.home-default-tab-modal__body .page__scroll{padding:.75rem 1.1rem}.home-default-tab-modal__list{flex-direction:column;gap:.15rem;display:flex}.home-default-tab-modal__option{cursor:pointer;border-radius:6px;align-items:flex-start;gap:.65rem;padding:.55rem .35rem;transition:background .2s;display:flex}.home-default-tab-modal__option:hover{background:var(--color-surface-hover)}.home-default-tab-modal__option input{accent-color:var(--color-accent);flex-shrink:0;margin-top:.2rem}.home-default-tab-modal__option-body{flex-direction:column;gap:.15rem;min-width:0;display:flex}.home-default-tab-modal__option-label{color:var(--color-text);font-size:.92rem;font-weight:600}.home-default-tab-modal__option-desc{color:var(--color-text-muted);font-size:.78rem;line-height:1.35}.home-tab-rename-modal{width:min(100%,22rem)}.home-tab-rename-modal__body{padding:1rem 1.1rem}.home-tab-rename-modal__label{color:var(--color-text-muted);margin-bottom:.45rem;font-size:.82rem;display:block}.home-tab-rename-modal__input{border:1px solid var(--color-border);background:var(--color-bg);width:100%;color:var(--color-text);font:inherit;border-radius:6px;padding:.65rem .75rem;font-size:.92rem}.home-tab-rename-modal__input:focus{border-color:color-mix(in srgb, var(--color-accent) 55%, var(--color-border));outline:none}.tabs-bar__action{margin-left:auto}.tabs-bar__action+.tabs-bar__action{margin-left:.5rem}.feed-error{color:var(--color-error)}.feed-card{background:var(--color-surface);border:1px solid var(--color-border);will-change:transform;border-radius:8px;transition:border-color .2s,transform .2s;overflow:hidden}.feed-card:hover{border-color:var(--color-accent);transform:translateY(-2px)}.feed-card__link{color:inherit;text-decoration:none;display:block}.feed-card__poster{aspect-ratio:2/3;background:var(--color-surface-hover);overflow:hidden}.feed-card__poster img{object-fit:cover;width:100%;height:100%}.feed-card__no-poster{background:var(--color-border);width:100%;height:100%}.feed-card__info{padding:.75rem}.feed-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.feed-pagination{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.view-catalog{width:100%;max-width:56rem;margin:0 auto}.catalog-list{flex-direction:column;gap:1rem;display:flex}.catalog-loading{text-align:center;color:var(--color-text-muted);padding:2rem}.view-settings{width:100%;max-width:32rem;margin:0 auto}.settings-header{margin-bottom:1.5rem}.settings-title{margin:0 0 .25rem;font-size:1.75rem;font-weight:600}.settings-desc{color:var(--color-text-muted);margin:0;font-size:.95rem}.settings-section{margin-bottom:1.5rem}.settings-loading{color:var(--color-text-muted)}.view-header{margin-bottom:1.5rem}.view-header__title{margin:0 0 .25rem;font-size:1.75rem;font-weight:600}.view-header__subtitle{color:var(--color-text-muted);margin:0;font-size:.95rem}.view-bookmarks{width:100%;max-width:56rem;margin:0 auto;container-type:inline-size}.bookmarks__tabs{top:calc(-1 * var(--page-scroll-padding));z-index:10;border-bottom:1px solid var(--color-border);background:var(--color-bg);flex-wrap:nowrap;align-items:center;gap:.75rem;min-width:0;margin-top:-.5rem;margin-bottom:1.25rem;padding-top:.5rem;padding-bottom:.5rem;display:flex;position:sticky}.bookmarks__tabs-nav{flex:1 1 0;min-width:0;position:relative;overflow:hidden}.bookmarks__tabs-scroll{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;align-items:center;gap:1.25rem;width:100%;min-width:0;display:flex;overflow:auto hidden}.bookmarks__tabs-scroll::-webkit-scrollbar{display:none}.bookmarks__tabs-scroll .bookmarks__tab{flex-shrink:0}.bookmarks__tabs-fade{z-index:2;pointer-events:none;opacity:0;align-items:center;width:3.25rem;transition:opacity .22s;display:flex;position:absolute;top:0;bottom:0}.bookmarks__tabs-fade--visible{opacity:1}.bookmarks__tabs-fade--left{background:linear-gradient(to right, var(--color-bg) 0%, color-mix(in srgb, var(--color-bg) 92%, transparent) 42%, transparent 100%);justify-content:flex-start;padding-left:.1rem;left:0}.bookmarks__tabs-fade--right{background:linear-gradient(to left, var(--color-bg) 0%, color-mix(in srgb, var(--color-bg) 92%, transparent) 42%, transparent 100%);justify-content:flex-end;padding-right:.1rem;right:0}.bookmarks__tabs-arrow{background:color-mix(in srgb, var(--color-bg) 55%, transparent);width:1.75rem;height:1.75rem;color:var(--color-text-muted);cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .18s,background .18s,transform .18s,opacity .18s;display:inline-flex}.bookmarks__tabs-arrow:hover{color:var(--color-text);background:color-mix(in srgb, var(--color-bg) 78%, var(--color-surface));transform:scale(1.06)}.bookmarks__tabs-arrow:active{transform:scale(.96)}.bookmarks__tabs-fade:not(.bookmarks__tabs-fade--visible) .bookmarks__tabs-arrow{pointer-events:none;opacity:0}.bookmarks__tabs-actions{background:var(--color-bg);flex-shrink:0;align-items:center;margin-left:auto;padding-left:.25rem;display:flex}.bookmarks__tabs-left{flex-shrink:0;align-items:center;padding-right:.15rem;display:flex}.bookmarks__tabs-settings{margin-right:.15rem}.bookmarks__tab{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;padding:.5rem 0;font-family:inherit;font-size:.95rem;font-weight:500;transition:color .2s;display:inline-flex;position:relative}.bookmarks__tab:hover,.bookmarks__tab--active{color:var(--color-text)}.bookmarks__tab--active:after{content:"";background:var(--color-text);height:2px;position:absolute;bottom:-.5rem;left:0;right:0}.bookmarks__content{min-height:120px}.bookmarks__grid{flex-direction:column;gap:1.25rem;display:flex}.bookmarks__loading,.bookmarks__empty,.bookmarks__error{text-align:center;color:var(--color-text-muted);padding:1.5rem 0;font-size:.95rem}.bookmarks__error{color:var(--color-error)}.bookmarks__more{text-align:center;color:var(--color-text-muted);padding:1rem 0;font-size:.875rem}.bookmarks-toolbar{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.bookmarks-toolbar__count{color:var(--color-text-muted);letter-spacing:.02em;white-space:nowrap;margin-right:.15rem;font-size:.8125rem;font-weight:500}.bookmarks-toolbar__sort.custom-select{width:auto;margin:0}.bookmarks-toolbar__icon-btn,.bookmarks-toolbar__sort .custom-select__trigger--compact{border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface) 80%, transparent);width:2.25rem;height:2.25rem;min-height:2.25rem;color:var(--color-text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.bookmarks-toolbar__icon-btn:hover:not(:disabled),.bookmarks-toolbar__sort .custom-select__trigger--compact:hover:not(:disabled){color:var(--color-text);border-color:color-mix(in srgb, var(--color-text-muted) 40%, var(--color-border))}.bookmarks-toolbar__icon-btn:disabled,.bookmarks-toolbar__sort .custom-select__trigger--compact:disabled{opacity:.45;cursor:not-allowed}.bookmarks-toolbar__sort .custom-select__trigger-compact-icon{justify-content:center;align-items:center;line-height:0;display:inline-flex}.bookmarks__collections{grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));align-items:stretch;gap:1.1rem 1rem;display:grid}.view-placeholder{text-align:center;max-width:40rem;margin:0 auto;padding:3rem 1.5rem}.view-placeholder__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.view-placeholder__desc{color:var(--color-text-muted);margin:0;font-size:.95rem}.view-collection .view-header{align-items:center;gap:.75rem;display:flex}.view-collection__back{width:36px;height:36px;color:var(--color-text-muted);border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background .2s,color .2s;display:flex}.view-collection__back:hover{background:var(--color-surface-hover);color:var(--color-text)}.view-collection__content{padding:1rem 0}.view-collection__placeholder{color:var(--color-text-muted);margin:0;font-size:.95rem}.view-related{width:100%;min-width:0;max-width:56rem;margin:0 auto}.related__content{padding:0}.related__list{flex-direction:column;gap:0;width:100%;min-width:0;display:flex}.related__row{min-width:0}.related__current-bg{z-index:0;background:var(--color-surface-hover);pointer-events:none;position:absolute;left:0}.related__list .release-card-h{z-index:1;position:relative}.related__loading,.related__empty,.related__error{text-align:center;color:var(--color-text-muted);padding:1.5rem 0;font-size:.9rem}.related__error{color:var(--color-error)}.related-release-row{width:100%;min-width:0;max-width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:6px;align-items:center;gap:1rem;padding:.75rem 0;transition:background .2s;display:flex}.related-release-row:hover:not(:disabled){background:var(--color-surface-hover)}.related-release-row--current{cursor:default}.related-release-row__poster{background:var(--color-surface-hover);border-radius:.5rem;flex-shrink:0;width:3.5rem;height:5.25rem;overflow:hidden}.related-release-row__poster img{object-fit:cover;width:100%;height:100%;display:block}.related-release-row__body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.related-release-row__title{-webkit-line-clamp:3;color:var(--color-text);-webkit-box-orient:vertical;font-size:.95rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.related-release-row__meta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.875rem;display:flex}.related-release-row__dot{opacity:.65}.related-release-row__grade{align-items:center;gap:.15rem;display:inline-flex}.related-release-row__star{align-items:center;margin-top:1px;display:inline-flex}.related-release-row__category{background:var(--color-surface-hover);color:var(--color-text-muted);border-radius:999px;padding:.15rem .5rem;font-size:.8125rem;line-height:1.3}.related-release-row__here{flex-shrink:0;align-self:stretch;align-items:stretch;gap:.85rem;padding-left:.25rem;display:flex}.related-release-row__here-line{background:var(--color-border);width:1px;margin-block:.35rem}.related-release-row__here-label{text-align:center;color:var(--color-text-muted);white-space:pre-line;align-items:center;font-size:.72rem;line-height:1.15;display:flex}@media (width<=960px){.related-release-row__here{display:none}}.release-page__related-header,.release-page__block-header{justify-content:space-between;align-items:center;gap:1rem;min-width:0;margin-bottom:.35rem;display:flex}.release-page__related-title,.release-page__recommended-title,.release-page__block-title{color:var(--color-text);margin:0;font-size:1.125rem;font-weight:600}.release-page__related-show-all,.release-page__block-link{color:var(--color-accent);font:inherit;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.875rem;font-weight:500;transition:opacity .2s}.release-page__related-show-all:hover,.release-page__block-link:hover{opacity:.8}.release-page__section-bg,.related__current-bg{z-index:0;background:var(--color-surface-hover);pointer-events:none;position:absolute;left:0}.release-page__related-list{flex-direction:column;display:flex}.release-page__related-row{z-index:1;min-width:0;position:relative}.release-page__related-row .related-release-row,.release-page__related-row .related-release-row:hover:not(:disabled){background:0 0}.release-page__recommended{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);width:100%;min-width:0;max-width:100%;padding:.5px}.release-page__recommended-panel{z-index:1;box-sizing:border-box;min-width:0;padding:1rem 0 1.1rem;position:relative;overflow:hidden}.release-page__recommended-panel>.release-page__block-title{margin-bottom:.75rem}.release-page__carousel-nav{box-sizing:border-box;grid-template-columns:minmax(0,1fr);width:100%;min-width:0;max-width:100%;display:grid;position:relative;overflow:hidden}.release-page__section>.release-page__block-title{margin-bottom:1rem}.release-page__block-header .release-page__block-title{margin-bottom:0}.release-page__carousel-scroll{overscroll-behavior-x:contain;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;flex-wrap:nowrap;align-items:stretch;gap:.85rem;width:100%;min-width:0;max-width:100%;padding:.15rem 0 .35rem;display:flex;overflow:auto hidden}.release-page__carousel-scroll::-webkit-scrollbar{display:none}.release-page__carousel-scroll--video-thumbs{gap:.75rem;padding-bottom:.25rem}.release-page__carousel-fade{z-index:2;pointer-events:none;opacity:0;align-items:center;width:4.75rem;transition:opacity .22s;display:flex;position:absolute;top:0;bottom:0}.release-page__carousel-fade--visible{opacity:1}.release-page__carousel-fade--left{background:linear-gradient(to right, var(--color-bg) 0%, color-mix(in srgb, var(--color-bg) 92%, transparent) 48%, transparent 100%);justify-content:flex-start;padding-left:.5rem;left:0}.release-page__carousel-fade--right{background:linear-gradient(to left, var(--color-bg) 0%, color-mix(in srgb, var(--color-bg) 92%, transparent) 48%, transparent 100%);justify-content:flex-end;padding-right:.5rem;right:0}.release-page__videos .release-page__carousel-fade--left{background:linear-gradient(to right, var(--color-bg) 0%, color-mix(in srgb, var(--color-bg) 92%, transparent) 48%, transparent 100%)}.release-page__videos .release-page__carousel-fade--right{background:linear-gradient(to left, var(--color-bg) 0%, color-mix(in srgb, var(--color-bg) 92%, transparent) 48%, transparent 100%)}.release-page__carousel-arrow{background:color-mix(in srgb, var(--color-surface-hover) 72%, var(--color-bg));width:2.75rem;height:2.75rem;color:var(--color-text-muted);cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 0 0 1px color-mix(in srgb, var(--color-border) 65%, transparent);border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:color .18s,background .18s,transform .18s;display:inline-flex}.release-page__carousel-arrow:hover{color:var(--color-text);background:color-mix(in srgb, var(--color-surface-hover) 65%, var(--color-bg))}.release-page__carousel-arrow:active{transform:scale(.94)}.recommended-release-card{width:8.25rem;min-width:0;max-width:8.25rem;color:inherit;flex-direction:column;flex:0 0 8.25rem;gap:.45rem;text-decoration:none;transition:opacity .2s;display:flex}.recommended-release-card:hover{opacity:.88}.recommended-release-card__poster{aspect-ratio:2/3;background:var(--color-surface-hover);border-radius:.6rem;width:100%;overflow:hidden}.recommended-release-card__poster :is(img,.poster-image__fallback){object-fit:cover;width:100%;height:100%;display:block}.recommended-release-card__no-poster{background:var(--color-border);width:100%;height:100%}.recommended-release-card__title{-webkit-line-clamp:2;color:var(--color-text);word-break:break-word;-webkit-box-orient:vertical;font-size:.8125rem;font-weight:500;line-height:1.32;display:-webkit-box;overflow:hidden}@media (width<=640px){.release-page__carousel-fade{width:4rem}.release-page__carousel-arrow{width:2.5rem;height:2.5rem}.recommended-release-card{flex-basis:7.25rem;width:7.25rem;max-width:7.25rem}}.view-release{box-sizing:border-box;width:100%;min-width:0;max-width:56rem;margin:0 auto}.release-loading{text-align:center;color:var(--color-text-muted);padding:3rem}.release-body{padding:.5rem 0}.release-back{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.95rem;display:inline-block}.release-back:hover{color:var(--color-accent)}.release-body__grid{grid-template-columns:220px 1fr;align-items:start;gap:2rem;display:grid}@media (width<=640px){.release-body__grid{grid-template-columns:1fr}}.release-poster{background:var(--color-surface);box-shadow:none;border-radius:8px;overflow:hidden}.release-poster img{aspect-ratio:2/3;object-fit:cover;width:100%;display:block}.release-poster__placeholder{aspect-ratio:2/3;background:var(--color-surface-hover)}.custom-select__option[data-latency-quality]{align-items:center;gap:.5rem;display:flex}.custom-select__option[data-latency-quality]:before{content:"";background:var(--color-border);border-radius:999px;width:8px;height:8px}.custom-select__option[data-latency-quality=good]:before{background:#3ddc84}.custom-select__option[data-latency-quality=medium]:before{background:#f4c02a}.custom-select__option[data-latency-quality=bad]:before{background:#f97316}.custom-select__option[data-latency-quality=offline]:before{background:var(--color-error)}.endpoint-option__host{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.endpoint-option__ping{color:var(--color-text-muted);flex-shrink:0;font-size:.8rem}.release-info__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.release-info__title{flex:1;min-width:0;margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}.release-actions{flex-shrink:0;position:relative}.release-actions__trigger{width:2.5rem;height:2.5rem;color:var(--color-text);background:var(--color-surface-hover);border:1px solid var(--color-border);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s,border-color .2s;display:flex}.release-actions__trigger:hover{color:var(--color-text);background:var(--color-border);border-color:var(--color-text-muted)}.release-actions__dots{justify-content:center;align-items:center;display:inline-flex}.release-actions__dots .icon{vertical-align:middle}.release-dropdown{background:var(--color-surface);border:1px solid var(--color-border);min-width:12rem;box-shadow:none;z-index:50;border-radius:6px;margin-top:.25rem;padding:.35rem 0;position:absolute;top:100%;right:0}.release-dropdown__item{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;transition:background .2s;display:flex}.release-dropdown__item .release-dropdown__item-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.release-dropdown__item:hover{background:var(--color-surface-hover)}.release-dropdown__item--favorite{font-weight:500}.release-dropdown__divider{background:var(--color-border);height:1px;margin:.35rem .5rem}.release-dropdown__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;padding:.35rem 1rem .2rem;font-size:.75rem;font-weight:600}.release-info__meta,.release-info__genres{color:var(--color-text-muted);margin:.25rem 0;font-size:.95rem}.release-info__desc{color:var(--color-text-muted);white-space:pre-wrap;margin-top:1.25rem;font-size:.95rem;line-height:1.6}.release-page{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin:0 auto;padding:.5rem 0 2rem}.release-page__head{grid-template-rows:auto;grid-template-columns:minmax(0,260px) minmax(0,1fr);align-items:start;gap:.75rem 2rem;width:100%;min-width:0;max-width:100%;margin-bottom:1.5rem;display:grid}.release-page__head-backdrop{display:none}.release-page__head-top{flex-direction:column;grid-area:1/2;gap:.5rem;min-width:0;display:flex}.release-page__head-intro{flex-direction:column;gap:.35rem;min-width:0;display:flex}.release-page__head-hero{display:none}.release-page__head-aside-play{flex-direction:column;grid-area:1/1;align-self:start;gap:.75rem;min-width:0;display:flex;position:sticky;top:1rem}.release-page__head-body{min-width:0;max-width:100%}.release-page__head--narrow{isolation:isolate;flex-direction:column;align-items:stretch;width:100%;max-width:100%;display:flex}.release-page__head--narrow .release-page__head-backdrop{z-index:0;pointer-events:none;height:clamp(12rem,52vw,30rem);display:block;position:absolute;inset:0 0 auto;overflow:hidden}.release-page__head--narrow .release-page__head-backdrop img{object-fit:cover;filter:blur(5px)saturate(1.1)brightness(.52);width:100%;height:100%}.release-page__head--narrow .release-page__head-backdrop:after{content:"";background:linear-gradient(to bottom, color-mix(in srgb, var(--color-bg) 8%, transparent) 0%, color-mix(in srgb, var(--color-bg) 55%, transparent) 52%, var(--color-bg) 100%);position:absolute;inset:0}.release-page__head--narrow .release-page__head-top{z-index:3;flex-direction:column;gap:.5rem;display:flex;position:relative}.release-page__head--narrow .release-page__head-intro{flex-direction:column;align-items:stretch;gap:.5rem;width:100%;display:flex}.release-page__head--narrow .release-page__head-hero{width:100%;max-width:16rem;display:block}.release-page__head--narrow .release-page__head-brief{width:100%;min-width:0}.release-page__head--narrow .release-page__head-aside-play{display:none}.release-page__head--narrow .release-page__head-body{z-index:1;position:relative}.release-page__head--narrow .release-page__title{font-size:1.45rem}.release-page__head--narrow .release-page__title-en{margin-bottom:.25rem}.release-page__head-brief{min-width:0;max-width:100%}.release-page__head--narrow .release-page__poster{border-radius:1rem;box-shadow:0 10px 36px #0000006b}.release-page__poster{background:var(--color-surface);border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000073}.release-page__poster img{aspect-ratio:2/3;object-fit:cover;width:100%;display:block}.release-page__poster-placeholder{aspect-ratio:2/3;background:var(--color-surface-hover)}.release-page__poster--clickable{cursor:pointer;will-change:transform;outline:3px solid #0000;transition:all .2s}.release-page__poster--clickable:hover{outline:3px solid var(--color-accent);box-shadow:0 12px 40px #0000008c}.release-page__play-bar .release-page__play-row{flex:1;min-width:0}.release-page__play-row{gap:.5rem;width:100%;display:flex}.release-page__play-stack{width:100%;position:relative}.release-page__play-stack-tail{background:color-mix(in srgb, var(--color-accent) 12%, var(--color-surface-hover));border-radius:1.5rem;justify-content:center;align-items:flex-end;min-height:4rem;padding:55px 1rem .35rem;display:flex}.release-page__play-stack .release-page__btn--play{z-index:1;box-shadow:0 4px 14px color-mix(in srgb, var(--color-accent) 28%, transparent);border-radius:10px;position:absolute;top:0;left:0;right:0}.release-page__btn{color:var(--color-text);background:var(--color-surface-hover);border:1px solid var(--color-border);cursor:pointer;will-change:transform;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .15s;display:inline-flex}.release-page__btn .release-page__btn-icon{align-items:center;display:inline-flex}.release-page__btn:hover:not(:disabled){background:var(--color-border);border-color:var(--color-text-muted)}.release-page__btn:active:not(:disabled){transform:translateY(0)}.release-page__btn--play{color:#fff;background:var(--color-accent);border:none;border-color:var(--color-accent);width:100%;box-shadow:0 4px 14px color-mix(in srgb, var(--color-accent) 28%, transparent);border-radius:10px;padding:.82rem 1.35rem;font-size:1rem;font-weight:700}.release-page__btn--play .release-page__btn-icon{color:#fff}.release-page__btn--play:hover:not(:disabled){background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff}.release-page__btn--play:hover:not(:disabled) .release-page__btn-icon{color:#fff}.release-page__btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.release-page__status-selector{width:100%}.release-page__head-main{overflow-wrap:anywhere;min-width:0;max-width:100%;padding-top:.25rem}.release-page__title-row{align-items:center;gap:.45rem;margin-bottom:.15rem;display:flex}.release-page__title-info{flex-shrink:0}.release-page__title{color:var(--color-text);letter-spacing:-.01em;overflow-wrap:anywhere;margin:0;font-size:1.85rem;font-weight:700;line-height:1.25}.release-page__title-en{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:.95rem;font-weight:500;display:flex}.release-page__age{color:var(--color-text);background:var(--color-surface-hover);border:1px solid var(--color-border);letter-spacing:.02em;border-radius:4px;flex-shrink:0;align-items:center;padding:.15rem .45rem;font-size:.75rem;font-weight:700;display:inline-flex}.release-page__age--restricted{color:#fff;background:color-mix(in srgb, var(--color-error) 80%, transparent);border-color:var(--color-error)}.release-page__actions{align-items:stretch;gap:.45rem;min-width:0;display:flex}.release-page__actions-status{z-index:3;flex:1;min-width:0;position:relative}.release-page__actions-status .custom-select{width:100%}.release-page__actions-status .custom-select__trigger{border:1px solid color-mix(in srgb, var(--color-border) 55%, var(--color-text-muted));background:var(--color-surface);width:100%;min-height:2.5rem;box-shadow:inset 0 1px 0 color-mix(in srgb, var(--color-text) 5%, transparent);border-radius:10px;gap:.35rem;padding:.45rem .75rem .45rem .85rem;font-size:.875rem;font-weight:500}.release-page__actions-status .custom-select__trigger:hover{background:color-mix(in srgb, var(--color-surface) 88%, var(--color-text-muted));border-color:color-mix(in srgb, var(--color-border) 35%, var(--color-text-muted))}.release-page__actions-status .custom-select__trigger:focus{border-color:color-mix(in srgb, var(--color-accent) 55%, var(--color-border));outline:none}.release-page__actions-status .custom-select__trigger:disabled{opacity:.45;cursor:not-allowed}.release-page__actions-status .custom-select__trigger-text{flex:1;min-width:0;overflow:hidden}.release-page__actions-status .custom-select__trigger-label{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.release-page__actions-status .custom-select__trigger-desc{display:none}.release-page__actions-status .custom-select__trigger-icon{opacity:.85;flex-shrink:0}.release-page__actions-status .custom-select__trigger-icon,.release-page__actions-status .custom-select__trigger-chevron{color:var(--color-text-muted)}.release-page__play-slot{width:100%;min-width:0}.release-page__actions-chip{border:1px solid color-mix(in srgb, var(--color-border) 55%, var(--color-text-muted));background:var(--color-surface);min-height:2.5rem;color:var(--color-text);font:inherit;cursor:pointer;box-shadow:inset 0 1px 0 color-mix(in srgb, var(--color-text) 5%, transparent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;padding:0 .85rem;font-size:.875rem;font-weight:500;line-height:1;transition:background .2s,color .2s,border-color .2s,opacity .2s;display:inline-flex}.release-page__actions-chip:hover{background:color-mix(in srgb, var(--color-surface) 88%, var(--color-text-muted));border-color:color-mix(in srgb, var(--color-border) 35%, var(--color-text-muted));color:var(--color-text)}.release-page__actions-chip--active{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, var(--color-surface));border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border))}.release-page__actions-chip--comments{min-width:2.5rem;color:var(--color-text-muted);padding:0 .65rem}.release-page__actions-chip--comments:hover{color:var(--color-text)}.release-page__actions-chip-icon{justify-content:center;align-items:center;display:inline-flex}.release-page__actions-chip-label{white-space:nowrap}.release-page__play-bar{align-items:stretch;gap:.45rem;width:100%;min-width:0;display:flex}.release-page__episode-added{max-width:100%;color:var(--color-text-muted);text-align:center;white-space:nowrap;text-overflow:ellipsis;margin:.15rem 0 0;font-size:.75rem;line-height:1.3;overflow:hidden}.release-page__meta-info--flat{gap:.45rem;margin-bottom:.5rem}.release-page__meta-info--flat .release-page__meta-info-row{color:color-mix(in srgb, var(--color-text) 88%, var(--color-text-muted));font-size:.875rem}.release-page__meta-info--flat .release-page__meta-info-icon{opacity:.65;color:color-mix(in srgb, var(--color-text) 70%, var(--color-text-muted))}.release-page__meta-row{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:1rem;display:flex}.release-page__rating{border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .55rem;font-size:.95rem;font-weight:700;display:inline-flex}.release-page__rating .release-page__rating-votes{opacity:.85;font-size:.85rem;font-weight:500}.release-page__fav-btn{min-height:1.9rem;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:.35rem;padding:.25rem .55rem;font-size:.9rem;font-weight:500;line-height:1;transition:color .2s,background .2s,border-color .2s;display:inline-flex}.release-page__fav-btn svg{transition:color .2s,fill .2s}.release-page__fav-btn:hover{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 10%, transparent);border-color:color-mix(in srgb, var(--color-accent) 35%, transparent)}.release-page__fav-btn--active{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);border-color:color-mix(in srgb, var(--color-accent) 50%, transparent)}.release-page__fav-btn--active svg{fill:var(--color-accent);stroke:var(--color-accent)}.release-page__note{color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-left:3px solid var(--color-accent);overflow-wrap:anywhere;word-break:break-word;border-radius:6px;min-width:0;max-width:100%;margin-bottom:.75rem;padding:.65rem 1rem;font-size:.85rem;line-height:1.5}.release-page__note--geo-warning{background:color-mix(in srgb, #e8a317 8%, var(--color-surface));color:color-mix(in srgb, var(--color-text) 92%, #e8a317);border-left-color:#e8a317}.release-page__note--geo-warning strong{color:#f0c040;margin-bottom:.25rem;display:block}.release-page__desc{color:color-mix(in srgb, var(--color-text) 82%, transparent);overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%;margin-bottom:.65rem;font-size:.93rem;line-height:1.65;transition:max-height .35s}.release-page__desc p,.release-page__desc li,.release-page__desc span,.release-page__desc div{overflow-wrap:anywhere;word-break:break-word}.release-page__desc--collapsed{max-height:6.6em;position:relative;overflow:hidden}.release-page__desc--collapsed:after{content:"";background:linear-gradient(to bottom, transparent, var(--color-bg));pointer-events:none;height:2.5em;position:absolute;bottom:0;left:0;right:0}.release-page__desc-toggle{color:var(--color-accent);cursor:pointer;background:0 0;border:none;margin-bottom:.5rem;padding:0;font-size:.85rem;font-weight:500;transition:color .2s;display:inline-block}.release-page__desc-toggle:hover{color:var(--color-accent-hover)}.release-page__meta-info{flex-direction:column;gap:.55rem;min-width:0;max-width:100%;display:flex}.release-page__meta-info-row{align-items:flex-start;gap:.65rem;min-width:0;font-size:.9rem;line-height:1.4;display:flex}.release-page__meta-info-icon{width:1.1rem;height:1.1rem;color:var(--color-text-muted);opacity:.75;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.release-page__meta-info-icon :global(svg){width:100%;height:100%;display:block}.release-page__meta-info-flag{width:1rem;height:.72rem;box-shadow:0 0 0 1px color-mix(in srgb, var(--color-border) 70%, transparent);background-size:cover;border-radius:2px}.release-page__meta-info-text{min-width:0;color:var(--color-text-muted);overflow-wrap:anywhere;word-break:break-word;flex:1}.release-page__meta-info-link{color:inherit;font:inherit;line-height:inherit;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--color-text-muted) 55%, transparent);text-decoration-color:color-mix(in srgb, var(--color-text-muted) 55%, transparent);text-underline-offset:.15em;cursor:pointer;background:0 0;border:none;padding:0;transition:color .2s,text-decoration-color .2s;display:inline}.release-page__meta-info-link:hover{color:var(--color-accent);-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent)}.release-page__section{border-top:1px solid var(--color-border);grid-template-columns:minmax(0,1fr);min-width:0;max-width:100%;margin-top:1rem;padding-top:1rem;display:grid;overflow:hidden}.release-page__section-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.release-page__section-title a{color:inherit;text-decoration:none}.release-page__section-title a:hover{color:var(--color-accent)}.release-page__section-link{color:var(--color-accent);font:inherit;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.9rem;transition:opacity .2s}.release-page__section-link:hover{opacity:.85}.release-page__videos{min-width:0;max-width:100%;overflow:hidden}.release-page__videos-header{margin-bottom:.85rem}.release-page__video-platforms{flex-wrap:wrap;gap:.65rem;margin-bottom:1rem;display:flex}.release-page__video-platform{border:1px solid var(--color-border);background:var(--color-surface-hover);color:var(--color-text);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .75rem;font-size:.875rem;transition:background .2s,border-color .2s;display:inline-flex}.release-page__video-platform img{object-fit:contain;width:1.1rem;height:1.1rem}.release-page__video-platform:hover{background:color-mix(in srgb, var(--color-surface-hover) 70%, var(--color-border));border-color:color-mix(in srgb, var(--color-border) 80%, var(--color-text-muted))}.release-page__video-player{margin-bottom:1.25rem}.release-page__video-player-frame{aspect-ratio:16/9;background:#000;border-radius:8px;width:100%;position:relative;overflow:hidden}.release-page__video-player-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.release-page__video-player-meta{justify-content:space-between;align-items:center;gap:1rem;margin-top:.65rem;display:flex}.release-page__video-player-title{color:var(--color-text);font-size:.95rem;font-weight:500}.release-page__video-player-close{border:1px solid var(--color-border);color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:.35rem .75rem;font-size:.8125rem}.release-page__video-player-close:hover{color:var(--color-text);background:var(--color-surface-hover)}.release-page__video-category-card{width:min(10.75rem,42vw);min-width:0;max-width:min(10.75rem,42vw);color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:0 0 min(10.75rem,42vw);gap:.5rem;padding:0;transition:opacity .2s;display:flex}.release-page__video-category-card:hover{opacity:.88}.release-page__video-category-poster{aspect-ratio:16/9;background:var(--color-surface-hover);border-radius:.65rem;width:100%;overflow:hidden}.release-page__video-category-poster img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.release-page__video-category-placeholder,.release-page__video-poster-placeholder{background:var(--color-surface-hover);text-align:center;justify-content:center;align-items:center;width:100%;height:100%;min-height:100%;padding:.5rem;display:flex}.release-page__video-category-placeholder span,.release-page__video-poster-placeholder span{-webkit-line-clamp:3;color:var(--color-text-muted);-webkit-box-orient:vertical;font-size:.875rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.release-page__video-category-label{-webkit-line-clamp:2;color:var(--color-text);-webkit-box-orient:vertical;font-size:.875rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.release-page__video-category-head{color:var(--color-text);align-items:center;gap:.65rem;margin-bottom:.85rem;font-size:1rem;font-weight:600;display:flex}.release-page__video-back{border:1px solid var(--color-border);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:1rem;display:inline-flex}.release-page__video-back:hover{color:var(--color-text);background:var(--color-surface-hover)}.release-page__video-list{flex-direction:column;gap:.35rem;display:flex}.release-page__video-list-loading{text-align:center;color:var(--color-text-muted);padding:1rem 0;font-size:.9rem}.release-page__video-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:stretch;gap:1rem;padding:.65rem .5rem;transition:background .2s;display:flex}.release-page__video-row:hover,.release-page__video-row--active{background:var(--color-surface-hover)}.release-page__video-row-poster{aspect-ratio:16/9;background:var(--color-border);border-radius:.55rem;width:9.5rem;min-width:9.5rem;position:relative;overflow:hidden}.release-page__video-row-poster img{object-fit:cover;width:100%;height:100%;display:block}.release-page__video-host-icon{background:#0000008c;border-radius:.25rem;width:1.25rem;height:1.25rem;display:inline-flex;position:absolute;top:.35rem;left:.35rem;overflow:hidden}.release-page__video-host-icon img{object-fit:contain;width:100%;height:100%}.release-page__video-row-body{flex-direction:column;flex:1;gap:.25rem;min-width:0;padding:.1rem 0;display:flex}.release-page__video-row-title{color:var(--color-text);font-size:.95rem;font-weight:600}.release-page__video-row-meta{color:var(--color-text-muted);font-size:.8125rem}.release-page__video-row-release{-webkit-line-clamp:1;color:var(--color-text-muted);-webkit-box-orient:vertical;font-size:.8125rem;display:-webkit-box;overflow:hidden}.release-page__video-row-tag{background:var(--color-surface-hover);color:var(--color-text-muted);border-radius:999px;align-self:flex-start;margin-top:.15rem;padding:.15rem .5rem;font-size:.75rem}.release-page__video-block+.release-page__video-block{margin-top:1.25rem}.release-page__video-block-title{color:var(--color-text);margin:0 0 .65rem;font-size:1rem;font-weight:600}.release-page__video-thumb{background:var(--color-surface-hover);cursor:pointer;text-align:left;border:none;border-radius:.65rem;flex-direction:column;flex:0 0 min(10.5rem,40vw);width:min(10.5rem,40vw);min-width:0;max-width:min(10.5rem,40vw);padding:0;transition:opacity .2s;display:flex;position:relative;overflow:hidden}.release-page__video-thumb img,.release-page__video-thumb .release-page__video-poster-placeholder{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.release-page__video-thumb .release-page__video-poster-placeholder{object-fit:unset}.release-page__video-thumb:hover{opacity:.9}.release-page__video-thumb-label{color:var(--color-text);padding:.45rem .5rem .55rem;font-size:.8125rem;font-weight:500;line-height:1.3}@media (width<=640px){.release-page__video-row-poster{width:7.5rem;min-width:7.5rem}}.release-page__rating-block .release-page__block-title{margin-bottom:1rem}.release-page__rating-content{grid-template-columns:minmax(0,15rem) minmax(0,1fr);align-items:start;gap:1.75rem 2rem;width:100%;min-width:0;max-width:100%;display:grid}@media (width<=840px){.release-page__rating-content{grid-template-columns:1fr;gap:1.25rem}}.release-page__rating-main{flex-direction:column;gap:1rem;min-width:0;display:flex}.release-page__rating-summary{flex-direction:column;gap:.25rem;display:flex}.release-page__rating-value{color:var(--color-text);font-size:2rem;font-weight:700;line-height:1.2}.release-page__rating-votes-label{color:var(--color-text-muted);font-size:.9rem}.release-page__rating-bars{flex-direction:column;gap:.5rem;min-width:0;max-width:100%;display:flex}.release-page__rating-bar-row{align-items:center;gap:.5rem;width:100%;min-width:0;display:flex}.release-page__rating-bar-label{width:1rem;color:var(--color-text-muted);flex-shrink:0;font-size:.9rem;font-weight:500}.release-page__rating-bar-track{background:var(--color-surface-hover);border-radius:4px;flex:1;min-width:0;max-width:100%;height:8px;overflow:hidden}.release-page__rating-bar-fill{background:var(--color-text-muted);border-radius:4px;max-width:100%;height:100%;transition:width .2s}.release-page__rating-vote{align-items:flex-start;gap:.65rem;display:flex}.release-page__rating-vote--busy{opacity:.72;pointer-events:none}.release-page__rating-vote-avatar{background:var(--color-surface-hover);background-position:50%;background-size:cover;border-radius:999px;flex-shrink:0;width:2rem;height:2rem;margin-top:.1rem}.release-page__rating-vote-body{flex-direction:column;gap:.35rem;min-width:0;display:flex}.release-page__rating-stars{flex-wrap:wrap;align-items:center;gap:.15rem;display:flex}.release-page__rating-star{width:1.75rem;height:1.75rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:color .2s,transform .15s;display:inline-flex}.release-page__rating-star:hover{color:var(--color-text);transform:scale(1.08)}.release-page__rating-star--active{color:var(--color-text)}.release-page__rating-vote-hint{color:var(--color-text-muted);font-size:.72rem;line-height:1.3}.release-page__rating-vote-stars{color:var(--color-text);align-items:center;gap:.1rem;display:inline-flex}.release-page__rating-vote-star{color:var(--color-text-muted);display:inline-flex}.release-page__rating-vote-star--active{color:var(--color-text)}.release-page__rating-vote-meta{flex-wrap:wrap;align-items:center;gap:.35rem .5rem;display:flex}.release-page__rating-vote-label{color:var(--color-text-muted);font-size:.75rem;line-height:1.3}.release-page__rating-vote-change{border:1px solid var(--color-border);color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border-radius:999px;flex-shrink:0;padding:.2rem .55rem;font-size:.72rem;font-weight:500;line-height:1.3;transition:color .2s,border-color .2s,background .2s}.release-page__rating-vote-change:hover:not(:disabled){color:var(--color-text);border-color:color-mix(in srgb, var(--color-text-muted) 35%, var(--color-border));background:var(--color-surface-hover)}.release-page__rating-vote-change:disabled{opacity:.55;cursor:default}.release-page__list-stats{border-top:1px solid var(--color-border);min-width:0;max-width:100%;margin-top:1.5rem;padding-top:1.25rem}.release-page__list-stats-bar{background:var(--color-surface-hover);border-radius:6px;width:100%;min-width:0;max-width:100%;height:24px;margin-bottom:.75rem;display:flex;overflow:hidden}.release-page__list-stats-seg{min-width:2px;transition:opacity .2s}.release-page__list-stats-seg:hover{opacity:.9}.release-page__list-stats-seg--watching{background:var(--color-success)}.release-page__list-stats-seg--planned{background:#a855f7}.release-page__list-stats-seg--completed{background:#3b82f6}.release-page__list-stats-seg--on_hold{background:#f97316}.release-page__list-stats-seg--dropped{background:var(--color-error)}.release-page__list-stats-legend{color:var(--color-text-muted);flex-wrap:wrap;gap:.75rem 1.25rem;min-width:0;font-size:.85rem;display:flex}@media (width<=720px){.release-page__list-stats-legend{flex-direction:column;align-items:flex-start;gap:.45rem}}.release-page__list-stats-legend-item{align-items:center;gap:.35rem;display:inline-flex}.release-page__list-stats-legend-item i{border-radius:2px;flex-shrink:0;width:10px;height:10px;display:inline-block}.release-page__list-stats-legend-item--watching i{background:var(--color-success)}.release-page__list-stats-legend-item--planned i{background:#a855f7}.release-page__list-stats-legend-item--completed i{background:#3b82f6}.release-page__list-stats-legend-item--on_hold i{background:#f97316}.release-page__list-stats-legend-item--dropped i{background:var(--color-error)}.release-page__screenshots{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.release-page__screenshot-btn{cursor:pointer;background:var(--color-surface-hover);aspect-ratio:16/9;border:none;border-radius:6px;padding:0;transition:opacity .15s;display:block;position:relative;overflow:hidden}.release-page__screenshot-btn:hover{opacity:.85}.release-page__screenshot-btn :is(img,.poster-image__fallback){object-fit:cover;object-position:center;border:none;border-radius:0;width:100%;height:100%;display:block;position:absolute;inset:0}.release-page__video-banners{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.release-page__video-card{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;width:100%;min-width:0;font:inherit;color:inherit;will-change:transform;border-radius:6px;padding:0;transition:border-color .2s,background .2s,transform .2s;display:block;overflow:hidden}.release-page__video-card:hover{border-color:var(--color-accent);background:var(--color-surface-hover);box-shadow:none;transform:translateY(-2px)}.release-page__video-card img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.release-page__video-name{color:var(--color-text-muted);padding:.5rem .75rem;font-size:.85rem;font-weight:500;transition:color .2s;display:block}.release-page__video-card:hover .release-page__video-name{color:var(--color-text)}.release-page__grid{flex-direction:column;gap:1rem;display:flex}.release-page__grid.release-cards-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.release-cards-grid-root--wide{flex-direction:column;gap:1rem;width:100%;min-width:0;display:flex}.release-cards-grid-root--wide .release-card-h,.release-cards-grid-root--wide .release-card-h__link{width:100%;min-width:0}@container (width<=640px){.bookmarks-toolbar__count{display:none}}.release-lightbox{z-index:9999;justify-content:center;align-items:center;padding:2rem;animation:.2s release-lightbox-in;display:flex;position:fixed;inset:0}.release-lightbox__backdrop{cursor:pointer;background:#000000d9;position:absolute;inset:0}.release-lightbox__content{justify-content:center;align-items:center;max-width:95vw;max-height:95vh;display:flex;position:relative}.release-lightbox__content img{object-fit:contain;cursor:default;border-radius:6px;width:auto;max-width:100%;height:auto;max-height:95vh;box-shadow:0 8px 40px #0009}@keyframes release-lightbox-in{0%{opacity:0}to{opacity:1}}.release-video-modal{z-index:9999;justify-content:center;align-items:center;padding:2rem;animation:.2s release-lightbox-in;display:flex;position:fixed;inset:0}.release-video-modal__backdrop{cursor:pointer;background:#000000bf;position:absolute;inset:0}.release-video-modal__panel{background:var(--color-surface);border:1px solid var(--color-border);width:100%;max-width:42rem;max-height:85vh;box-shadow:none;border-radius:8px;flex-direction:column;display:flex;position:relative;overflow:hidden}.release-video-modal__head{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.release-video-modal__title{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:600}.release-video-modal__close{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:1.5rem;line-height:1;transition:background .2s,color .2s;display:flex}.release-video-modal__close:hover{background:var(--color-surface-hover);color:var(--color-text)}.release-video-modal__body{flex:1;padding:1.25rem;overflow-y:auto}.release-video-modal__loading,.release-video-modal__empty{color:var(--color-text-muted);text-align:center;padding:1.5rem;font-size:.95rem}.release-video-modal__list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.release-video-modal__item{background:var(--color-surface-hover);border:1px solid var(--color-border);color:inherit;will-change:transform;border-radius:6px;flex-direction:column;text-decoration:none;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.release-video-modal__item:hover{border-color:var(--color-accent);box-shadow:none;transform:translateY(-2px)}.release-video-modal__item-poster{aspect-ratio:16/9;background:var(--color-bg);overflow:hidden}.release-video-modal__item-poster img{object-fit:cover;width:100%;height:100%;display:block}.release-video-modal__item-title{color:var(--color-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;padding:.5rem .75rem;font-size:.9rem;font-weight:500;display:-webkit-box;overflow:hidden}.admin-login{justify-content:center;align-items:center;min-height:100%;padding:2rem 1rem;display:flex}.admin-login__inner{width:100%;max-width:22rem}.admin-login__account{background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem;display:flex}.admin-login__avatar{background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;width:2.5rem;height:2.5rem}.admin-login__login{font-size:.95rem;font-weight:600}.admin-login__hint{color:var(--color-text-muted);margin-top:.15rem;font-size:.8rem}.admin-page{width:100%;max-width:56rem;margin:0 auto;padding:0 0 2rem}.admin-page__header{margin-bottom:.5rem}.admin-page__tabs-bar{margin-bottom:1.25rem}.admin-page__error{color:var(--color-error);margin:0 0 1rem;font-size:.875rem}.admin-page__error--inline{background:color-mix(in srgb, var(--color-error) 12%, transparent);border:1px solid color-mix(in srgb, var(--color-error) 28%, transparent);border-radius:6px;margin:0 0 1rem;padding:.65rem .85rem}.admin-workspace{grid-template-columns:minmax(14rem,18rem) minmax(0,1fr);align-items:start;gap:1rem;min-height:24rem;display:grid}@media (width<=900px){.admin-workspace{grid-template-columns:1fr}}.admin-list{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;min-height:20rem;max-height:calc(100vh - 14rem);display:flex;overflow:hidden}.admin-list__toolbar{border-bottom:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface) 92%, var(--color-bg));justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.admin-list__title{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.75rem;font-weight:700}.admin-list__items{flex:1;margin:0;padding:.35rem;list-style:none;overflow-y:auto}.admin-list__item{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.75rem .8rem;transition:background .2s,border-color .2s;display:flex}.admin-list__item:hover{background:var(--color-surface-hover)}.admin-list__item--active{background:color-mix(in srgb, var(--color-accent) 10%, var(--color-surface));border-color:color-mix(in srgb, var(--color-accent) 35%, transparent)}.admin-list__badge{letter-spacing:.06em;text-transform:uppercase;color:var(--c);background:color-mix(in srgb, var(--c) 14%, transparent);border:1px solid color-mix(in srgb, var(--c) 28%, transparent);border-radius:4px;padding:.12rem .45rem;font-size:.65rem;font-weight:800;display:inline-flex}.admin-list__preview{color:var(--color-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.admin-list__meta{flex-wrap:wrap;gap:.3rem;display:flex}.admin-list__chip{color:var(--color-text-muted);background:var(--color-bg);border:1px solid var(--color-border);border-radius:4px;padding:.1rem .4rem;font-size:.68rem;font-weight:600}.admin-list__chip--muted{opacity:.75}.admin-list__empty{text-align:center;padding:2rem 1rem}.admin-list__empty p{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.875rem}.admin-editor{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;min-height:20rem;padding:1.25rem}.admin-editor__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-editor__title{margin:0;font-size:1.1rem;font-weight:600}.admin-editor__sub{color:var(--color-text-muted);max-width:32rem;margin:.35rem 0 0;font-size:.8125rem;line-height:1.45}.admin-editor__section{margin-bottom:1rem}.admin-editor__body{padding:1rem}.admin-editor__field{margin-bottom:1rem}.admin-editor__field:last-child{margin-bottom:0}.admin-editor__field--row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=600px){.admin-editor__field--row{grid-template-columns:1fr}}.admin-editor__field-grow{min-width:0}.admin-editor__label{letter-spacing:.02em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:block}.admin-editor__textarea{resize:vertical;width:100%;min-height:7rem;line-height:1.5}.admin-editor__foot{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:.75rem;margin-top:1.25rem;padding-top:1rem;display:flex}.admin-editor__foot-actions{gap:.5rem;margin-left:auto;display:flex}.admin-editor__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:18rem;padding:2rem 1.5rem;display:flex}.admin-editor__empty-icon{width:3rem;height:3rem;color:var(--color-text-muted);background:var(--color-bg);border:1px dashed var(--color-border);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;font-weight:300;display:flex}.admin-editor__empty-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.admin-editor__empty-text{max-width:18rem;color:var(--color-text-muted);margin:0 0 1.25rem;font-size:.875rem;line-height:1.5}.admin-staff{max-width:40rem}.admin-staff__add{padding:1rem}.admin-staff__add-row{flex-wrap:wrap}.admin-staff__role-select{flex:1;min-width:10rem}.admin-staff__empty{color:var(--color-text-muted);margin:0;padding:1.25rem 1rem;font-size:.875rem}.admin-staff__role{margin-right:.35rem;font-weight:700}.overview-admin__thumb{background:var(--color-surface-hover) center/cover no-repeat;border-radius:.35rem;flex-shrink:0;width:2.5rem;height:2.5rem}.overview-admin__editor{min-height:24rem}.overview-admin__bg-row{flex-wrap:wrap;align-items:flex-start;gap:1rem;display:flex}.overview-admin__bg-preview{aspect-ratio:16/9;object-fit:cover;background:var(--color-surface-hover);border-radius:.5rem;width:12rem;max-width:100%}.overview-admin__actions{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.overview-admin__video-wrap{margin-top:.75rem}.overview-admin__video{background:#000;border-radius:.5rem;width:100%;max-height:16rem}.overview-admin__video--rendered{margin-top:.75rem}.overview-admin__cutter,.overview-admin__manual{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.overview-admin__manual .settings-input{width:7rem}.overview-admin__segments{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.overview-admin__segment{align-items:center;gap:.5rem;display:flex}.overview-admin__segment-time{text-align:left;color:inherit;cursor:pointer;font:inherit;background:0 0;border:none;border-radius:.35rem;flex:1;padding:.35rem .5rem}.overview-admin__segment-time:hover{background:#ffffff0f}.overview-admin__segment-dur{color:var(--color-text-muted);font-size:.8rem}.hero-media__custom-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (width<=640px){.release-page{padding:0 0 1.5rem}.release-page__head,.release-page__head--narrow{flex-direction:column;gap:.9rem;display:flex}.release-page__head-top,.release-page__head--narrow .release-page__head-top{width:100%}.release-page__head-intro,.release-page__head--narrow .release-page__head-intro{text-align:center;align-items:center}.release-page__head-hero,.release-page__head--narrow .release-page__head-hero{width:min(64vw,15rem);max-width:15rem;display:block}.release-page__poster,.release-page__head--narrow .release-page__poster{box-shadow:none;border-radius:8px}.release-page__head-backdrop,.release-page__head--narrow .release-page__head-backdrop{display:none}.release-page__title,.release-page__head--narrow .release-page__title{text-align:left;font-size:1.25rem;line-height:1.3}.release-page__head-brief{text-align:left;width:100%}.release-page__head-aside-play{display:none}.release-page__play-bar{z-index:20;box-sizing:border-box;background:var(--color-bg);border-top:1px solid var(--color-border);padding:8px;position:sticky;bottom:0}.release-page__btn--play{min-height:46px}.release-page__section,.release-page__block{min-width:0;overflow:hidden}}.view-profile,.view-profile-subpage{width:100%;max-width:56rem;margin:0 auto;padding-bottom:3rem}.view-profile-subpage{max-width:56rem}@keyframes skel-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.profile__skel{background:var(--color-surface);border-radius:6px;overflow:hidden}.profile__skel--line{background:linear-gradient(90deg, var(--color-surface-hover) 25%, #202020 50%, var(--color-surface-hover) 75%);background-size:800px 100%;border-radius:4px;height:1em;animation:1.4s linear infinite skel-shimmer;display:block}.profile__hero{background:var(--color-surface);border-radius:8px;position:relative;box-shadow:0 0 0 1px #ffffff0f}.profile__hero-cover{border-radius:8px 8px 0 0;height:175px;position:absolute;top:0;left:0;right:0;overflow:hidden}.profile__hero-cover img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.profile__hero-banner{background:linear-gradient(135deg,#1a1a2e 0%,#12162e 40%,#0d1520 100%);border-radius:8px 8px 0 0;flex-shrink:0;width:100%;height:175px;position:relative;overflow:hidden}.profile__hero-banner--with-cover{background:0 0}.profile__hero-banner:after{content:"";background:linear-gradient(#0000,#0000004d);height:50px;position:absolute;bottom:0;left:0;right:0}.profile__hero-body{z-index:2;padding:1rem 1.25rem 1rem 9.5rem;position:relative}.profile__avatar-wrap{z-index:3;width:120px;height:120px;position:absolute;bottom:1rem;left:1rem}.profile__avatar{background-position:50%;background-size:cover;background-color:var(--color-bg);outline:6px solid var(--color-surface);border-radius:22%;width:100%;height:100%;display:block}.profile__avatar--placeholder,.profile__avatar--empty{background:var(--color-border)}.profile__online-dot{outline:4px solid var(--color-surface);background:#22c55e;border-radius:50%;width:18px;height:18px;position:absolute;bottom:-2px;right:-2px}.profile__hero-info{flex-direction:column;flex:1;gap:.28rem;min-width:0;display:flex}.profile__name-row{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.profile__name{color:var(--color-text);letter-spacing:.01em;margin:0;font-size:1.45rem;font-weight:800;line-height:1.15}.profile__badge-img{object-fit:contain;flex-shrink:0;align-self:center;width:auto;height:22px;display:block}.profile__badge-lottie{flex-shrink:0;justify-content:center;align-self:center;align-items:center;height:22px;display:inline-flex;overflow:hidden}.profile__badge-lottie svg,.profile__badge-lottie canvas{width:auto;height:22px;display:block}.profile__level{color:#ffffffa6;background:#ffffff1a;border-radius:999px;flex-shrink:0;align-items:center;padding:.13rem .42rem;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}.profile__verified{color:#60a5fa;filter:drop-shadow(0 0 4px #60a5fa80);align-self:center;align-items:center;display:inline-flex}.profile__verified svg{display:block}.profile__rep{border-radius:999px;align-items:center;gap:.2rem;padding:.14rem .42rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.profile__rep--pos{color:#4ade80;background:#22c55e2e}.profile__rep--neg{color:#f87171;background:#ef44442e}.profile__rep--zero{color:var(--color-text-muted);background:#ffffff14}.profile__online-pill{color:var(--color-success);align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.profile__online-pill-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 6px}.profile__online-pill-text{line-height:1}.profile__activity-text{color:var(--color-text-muted);margin:0;font-size:.75rem;line-height:1}.profile__status{color:var(--color-text-muted);margin:0;font-size:.85rem;font-style:italic;line-height:1.4}.profile__roles{flex-wrap:wrap;gap:.35rem;margin-top:.1rem;display:flex}.profile__role{background:#ffffff0a;border:1.5px solid;border-radius:999px;align-items:center;gap:.3rem;padding:.18rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.profile__role-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.profile__socials{flex-wrap:wrap;gap:.4rem;margin-top:.2rem;display:flex}.profile__social{cursor:pointer;color:#fff;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s,filter .2s;display:inline-flex}.profile__social svg{pointer-events:none;display:block}.profile__social:hover{filter:brightness(1.18);transform:translateY(-2px)}.profile__social--vk{background:#07f}.profile__social--tg{background:#26a5e4}.profile__social--ds{background:#5865f2}.profile__social--tt{background:#111}.profile__social--inst{background:linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.profile-more__user{align-items:center;gap:.75rem;display:flex}.profile-more__avatar{background-position:50%;background-size:cover;background-color:var(--color-surface-hover);border-radius:50%;flex-shrink:0;width:42px;height:42px}.profile-more__friends-count{min-width:1.35rem;color:var(--color-text-muted);background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;margin-left:.35rem;padding:0 .35rem;font-size:.75rem;line-height:1.35;display:inline-flex}.profile__social-actions{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.2rem;display:flex}.profile__social-actions .profile__socials{flex-wrap:wrap;margin-top:0}.profile__social-actions .profile__friend-btn{border-radius:8px;align-self:auto;height:34px;margin-top:0;padding:0 .75rem}.profile__friend-btn{cursor:pointer;border:1.5px solid #0000;border-radius:4px;align-self:flex-start;align-items:center;gap:.4rem;margin-top:.25rem;padding:.4rem 1rem;font-size:.84rem;font-weight:600;line-height:1;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.profile__friend-btn svg{flex-shrink:0;display:block}.profile__friend-btn--add{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.profile__friend-btn--add:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);transform:translateY(-1px)}.profile__friend-btn--remove{color:var(--color-text-muted);border-color:var(--color-border);background:0 0}.profile__friend-btn--remove:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444;transform:translateY(-1px)}.profile__ban{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;align-items:flex-start;gap:.6rem;margin:.5rem 0 1rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5;display:flex}.profile__privacy{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:6px;align-items:center;gap:.5rem;margin:.5rem 0 1rem;padding:.65rem 1rem;font-size:.84rem;display:flex}.profile__wi-row{flex-wrap:wrap;gap:.65rem;margin-bottom:1.5rem;display:flex}.profile__wi{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;flex-direction:column;flex:100px;gap:.1rem;min-width:90px;padding:.7rem 1rem;display:flex}.profile__wi-val{color:var(--color-text);font-size:1.3rem;font-weight:700;line-height:1.2}.profile__wi-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.73rem}.profile__section{margin:1.25rem 1.2rem}.profile__section-hdr{align-items:center;gap:.6rem;margin-bottom:.85rem;display:flex}.profile__section-title{color:var(--color-text);margin:0 0 .85rem;font-size:1rem;font-weight:700}.profile__section-hdr .profile__section-title{flex:1;margin-bottom:0}.profile__count-chip{color:var(--color-text-muted);background:#ffffff14;border-radius:999px;padding:.1rem .45rem;font-size:.73rem;font-weight:700}.profile__view-all{color:var(--color-accent);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:600;text-decoration:none}.profile__view-all:hover{text-decoration:underline}.profile__stats-layout{grid-template-columns:minmax(180px,1fr) 148px minmax(220px,.95fr);justify-content:center;align-items:stretch;gap:1.25rem 1.5rem;display:grid}.profile__stats-items{flex-direction:column;justify-content:center;align-self:center;gap:.45rem;display:flex}.profile__stat-item{align-items:center;gap:.5rem;min-height:1.4rem;font-size:.87rem;display:flex}.profile__stat-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.profile__stat-lbl{color:var(--color-text-muted);flex:1;min-width:0}.profile__stat-val{color:var(--color-text);text-align:right;min-width:2rem;font-weight:700}.profile__donut-wrap{flex-shrink:0;justify-content:center;align-self:center;align-items:center;display:flex}.profile__stats-wi{flex-direction:column;place-content:start space-between;align-self:stretch;min-width:0;height:100%;display:flex}.profile__stat-item--muted .profile__stat-dot{background:#6b7280}.profile__stat-item--muted .profile__stat-lbl{color:var(--color-text-muted)}.profile__stat-item--muted .profile__stat-val{font-size:.95rem;font-weight:700}.profile__donut{width:148px;height:148px;margin:0 auto;display:block;overflow:visible}.profile__chart-wrap{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;width:100%;position:relative;overflow:hidden}.profile__chart-svg{width:100%;height:auto;min-height:80px;display:block}.profile__chart-line{fill:none;stroke:var(--color-accent);stroke-width:2px;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.profile__chart-label{fill:var(--color-text-muted);font-family:inherit;font-size:8px}.profile__chart-dot{fill:var(--color-accent);pointer-events:none;opacity:.7;vector-effect:non-scaling-stroke;transition:opacity .15s}.profile__chart-hover-line{stroke:color-mix(in srgb, var(--color-accent) 75%, #fff 25%);stroke-width:1.2px;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.profile__chart-overlay{fill:#0000;cursor:crosshair}.profile__chart-tooltip{pointer-events:none;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);white-space:nowrap;z-index:99999;border-radius:4px;padding:.25rem .6rem;font-size:.72rem;font-weight:500;position:fixed;box-shadow:0 6px 20px #00000059}.profile__hscroll{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;margin:0 -.25rem;padding:0 .25rem;overflow:auto hidden}.profile__hscroll::-webkit-scrollbar{height:4px}.profile__hscroll::-webkit-scrollbar-track{background:0 0}.profile__hscroll::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.profile__hscroll-track{gap:.75rem;padding-bottom:.5rem;display:flex}.profile__card{cursor:pointer;width:130px;color:inherit;text-align:left;background:0 0;border:none;flex-direction:column;flex-shrink:0;padding:0;display:flex}.profile__card:hover .profile__card-poster{opacity:.85;transform:translateY(-2px)}.profile__card-poster{background-position:50%;background-size:cover;background-color:var(--color-surface-hover);border-radius:6px;flex-shrink:0;width:130px;height:185px;transition:opacity .2s,transform .2s}.profile__card-body{flex-direction:column;gap:.1rem;min-width:0;padding:.4rem .1rem 0;display:flex}.profile__card-title{color:var(--color-text);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.profile__card-stars{color:#fbbf24;gap:1px;display:flex}.profile__card-sub{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:500;line-height:1.2;overflow:hidden}.profile__card-meta{color:var(--color-text-muted);font-size:.68rem;line-height:1}.profile__media-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;display:grid}.profile__media-grid .profile__card{flex-shrink:1;width:100%}.profile__media-grid .profile__card-poster{background-position:50%;background-size:cover;background-color:var(--color-surface-hover);border-radius:6px;width:100%;height:0;padding-bottom:142%;transition:opacity .2s,transform .2s;position:relative}.profile__media-grid .profile__card:hover .profile__card-poster{opacity:.85;transform:translateY(-2px)}.profile__release-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem;display:grid}.profile__friends-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;display:grid}.profile__friend-card{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;color:inherit;text-align:center;border-radius:6px;flex-direction:column;align-items:center;gap:.3rem;padding:.65rem .4rem .5rem;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:flex;position:relative}.profile__friend-card:hover{background:var(--color-surface-hover);border-color:#ffffff1f;transform:translateY(-2px)}.profile__friend-av{background-position:50%;background-size:cover;background-color:var(--color-surface-hover);border-radius:50%;flex-shrink:0;width:52px;height:52px;position:relative}.profile__friend-online{background:var(--color-success);border:2px solid var(--color-surface);border-radius:50%;width:11px;height:11px;position:absolute;bottom:2px;right:2px}.profile__friend-name{color:var(--color-text);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.75rem;font-weight:600;line-height:1.3;overflow:hidden}.profile__friend-sub{color:var(--color-text-muted);font-size:.68rem;line-height:1.2}.profile__load-more{background:var(--color-surface);border:1px solid var(--color-border);width:100%;color:var(--color-text-muted);cursor:pointer;text-align:center;border-radius:6px;margin-top:.75rem;padding:.55rem 1rem;font-size:.84rem;font-weight:600;transition:background .2s,color .2s;display:block}.profile__load-more:hover{background:var(--color-surface-hover);color:var(--color-text)}.profile__load-more:disabled{opacity:.5;cursor:not-allowed}.profile-subpage__hdr{align-items:center;margin-bottom:.75rem;display:flex}.profile-subpage__title{font-size:1.65rem;font-weight:700;line-height:1.2}.profile-subpage__content{min-height:120px}.profile-subpage__grid{flex-direction:column;gap:1.25rem;display:flex}.profile-subpage__friends-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;display:grid}.profile__error{color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3rem 1rem;font-size:.9rem;display:flex}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(-8px)}}.profile__toast{color:#fff;white-space:nowrap;z-index:99999;pointer-events:none;background:#000000e6;border-radius:999px;padding:.5rem 1.25rem;font-size:.84rem;font-weight:500;animation:.2s forwards toast-in;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0006}.profile__toast.toast--out{animation:.25s forwards toast-out}.view-profile.view-profile--v2{box-sizing:border-box;width:100%;min-width:0;max-width:56rem;margin:0 auto;padding:0 0 2.5rem}.profile-v2{flex-direction:column;gap:0;min-width:0;display:flex}.profile-v2--loading{flex-direction:column;align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.profile-v2__skel{background:linear-gradient(90deg, var(--color-surface-hover) 25%, #202020 50%, var(--color-surface-hover) 75%);background-size:800px 100%;border-radius:6px;animation:1.4s linear infinite profile-v2-shimmer}.profile-v2__skel--banner{border-radius:8px 8px 0 0;width:100%;height:140px}.profile-v2__skel--avatar{border-radius:50%;width:96px;height:96px;margin-top:-48px}.profile-v2__skel--line{width:60%;height:14px}.profile-v2__error,.profile-v2__empty{text-align:center;color:var(--color-text-muted);padding:2rem 1rem}.profile-v2__hero{flex-direction:column;margin-bottom:.5rem;display:flex}.profile-v2__banner{background:linear-gradient(135deg,#1a1a2e 0%,#12162e 45%,#0d1520 100%);border-radius:8px 8px 0 0;width:100%;height:140px;position:relative;overflow:hidden}.profile-v2__banner-img{object-fit:cover;width:100%;height:100%;display:block}.profile-v2__hero-body{text-align:center;z-index:2;flex-direction:column;align-items:center;margin-top:-52px;padding:0 1rem 1rem;display:flex;position:relative}.profile-v2__avatar-wrap{width:104px;height:104px;margin-bottom:.65rem;position:relative}.profile-v2__avatar{background:var(--color-surface-hover) center/cover no-repeat;border:5px solid var(--color-bg);border-radius:50%;width:100%;height:100%;box-shadow:0 4px 20px #0006}.profile-v2__avatar--empty{background-color:var(--color-border)}.profile-v2__online-dot{border:3px solid var(--color-bg);background:#22c55e;border-radius:50%;width:16px;height:16px;position:absolute;bottom:6px;right:6px}.profile-v2__identity{flex-direction:column;align-items:center;gap:.35rem;width:100%;display:flex}.profile-v2__name-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;display:flex}.profile-v2__name{margin:0;font-size:1.35rem;font-weight:800;line-height:1.15}.profile-v2__badge-lottie{width:24px;height:24px;display:inline-flex}.profile-v2__badge-img{object-fit:contain;width:24px;height:24px}.profile-v2__verified{color:#60a5fa;font-weight:700}.profile-v2__status{color:var(--color-text-muted);max-width:100%;margin:0;font-size:.9rem;line-height:1.4}.profile-v2__meta-row{color:var(--color-text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;font-size:.8rem;display:flex}.profile-v2__level{color:#4ade80;background:#22c55e33;border-radius:999px;justify-content:center;align-items:center;min-width:1.5rem;height:1.35rem;padding:0 .4rem;font-size:.75rem;font-weight:700;display:inline-flex}.profile-v2__activity--online{color:#4ade80}.profile-v2__rep{border-radius:4px;padding:.1rem .35rem;font-size:.75rem;font-weight:700}.profile-v2__rep--pos{color:#22c55e}.profile-v2__rep--neg{color:#ef4444}.profile-v2__rep--zero{color:var(--color-text-muted)}.profile-v2__actions{flex-direction:column;align-items:stretch;gap:.5rem;width:100%;margin-top:.85rem;display:flex}.profile-v2__friend-btn{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);font:inherit;cursor:pointer;border-radius:999px;padding:.65rem 1rem;font-size:.9rem;font-weight:600;transition:background .2s}.profile-v2__friend-btn:hover:not(:disabled){background:var(--color-surface-hover)}.profile-v2__friend-btn:disabled{opacity:.65;cursor:default}.profile-v2__friend-note{color:var(--color-text-muted);text-align:center;font-size:.85rem}.profile-v2__roles{flex-wrap:wrap;gap:.35rem;margin-top:.35rem;display:flex}.profile-v2__role{border:1px solid;border-radius:999px;align-items:center;gap:.25rem;padding:.15rem .45rem;font-size:.72rem;font-weight:600;display:inline-flex}.profile-v2__role-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.profile-v2__social-row{justify-content:center;gap:.5rem;display:flex}.profile-v2__social-btn{border:1px solid var(--color-border);background:var(--color-surface);width:2.25rem;height:2.25rem;color:var(--color-text-muted);cursor:pointer;border-radius:50%;font-size:.65rem;font-weight:700}.profile-v2__social-btn:hover{background:var(--color-surface-hover);color:var(--color-text)}.profile-v2__note{color:var(--color-text-muted);margin:.5rem 0 0;font-size:.8rem}.profile-v2__note--warn{color:#f59e0b}.profile-v2__friends-strip{background:var(--color-surface);width:100%;color:inherit;text-align:left;cursor:pointer;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:.75rem;margin:.25rem 0 .5rem;padding:.85rem 1rem;transition:background .2s;display:flex}.profile-v2__friends-strip:hover{background:var(--color-surface-hover)}.profile-v2__friends-strip-text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.profile-v2__friends-strip-text strong{font-size:.95rem}.profile-v2__friends-strip-text span{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.profile-v2__friends-stack{flex-direction:row-reverse;flex-shrink:0;padding-left:.5rem;display:flex}.profile-v2__friends-stack-item{margin-left:-10px;position:relative}.profile-v2__friends-stack-item:first-child{margin-left:0}.profile-v2__friends-stack-av{background:var(--color-border) center/cover no-repeat;border:2px solid var(--color-bg);border-radius:50%;width:36px;height:36px;display:block;box-shadow:0 0 0 1px #ffffff0f}.profile-v2__friends-stack-online{border:2px solid var(--color-bg);background:#22c55e;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.profile-v2__tabs{scrollbar-width:none;gap:.45rem;margin:0 -.25rem;padding:.25rem 0 .75rem;display:flex;overflow-x:auto}.profile-v2__tabs::-webkit-scrollbar{display:none}.profile-v2__tab{background:var(--color-surface);min-width:5.5rem;color:var(--color-text-muted);font:inherit;cursor:pointer;border:1px solid #0000;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;padding:.55rem .65rem;font-size:.68rem;font-weight:600;line-height:1.2;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.profile-v2__tab:hover{background:var(--color-surface-hover);color:var(--color-text)}.profile-v2__tab--active{background:var(--color-surface-hover);border-color:var(--color-border);color:var(--color-text)}.profile-v2__tab-icon{opacity:.85;display:flex}.profile-v2__tab-icon :global(svg){display:block}.profile-v2__tab-label{text-align:center;white-space:nowrap}.profile-v2__panel{flex-direction:column;gap:0;min-width:0;padding-bottom:.5rem;display:flex}.profile-v2__below{border-top:1px solid var(--color-border);flex-direction:column;gap:1.25rem;min-width:0;margin-top:.25rem;padding-top:1rem;display:flex}.profile-v2__section-head{justify-content:flex-end;margin-bottom:.5rem;display:flex}.profile-v2__link{color:var(--color-accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:500}.profile-v2__link:hover{text-decoration:underline}.profile-v2__stats-main{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem 1rem;display:grid}.profile-v2__stats-list{flex-direction:column;gap:.35rem;min-width:0;display:flex}.profile-v2__stat-row{grid-template-columns:10px 1fr auto;align-items:center;gap:.45rem;font-size:.875rem;display:grid}.profile-v2__stat-row--btn{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem 0}.profile-v2__stat-row--btn:hover:not(:disabled){background:var(--color-surface-hover)}.profile-v2__stat-row--btn:disabled{cursor:default;opacity:.55}.profile-v2__stat-dot{border-radius:50%;width:8px;height:8px}.profile-v2__stat-label{color:var(--color-text)}.profile-v2__stat-value{font-variant-numeric:tabular-nums;font-weight:700}.profile-v2__pref-line{color:var(--color-text-muted);margin:.5rem 0 0;font-size:.78rem;line-height:1.4}.profile-v2__pref-line span{color:var(--color-text);font-weight:600}.profile-v2__stats-chart{flex-shrink:0}.profile-v2__donut text{font-family:inherit}.profile-v2__stats-totals{border-top:1px solid var(--color-border);margin-top:1rem;padding-top:.75rem}.profile-v2__stats-totals p{color:var(--color-text-muted);margin:0 0 .35rem;font-size:.85rem}.profile-v2__stats-totals p strong{color:var(--color-text);font-weight:600}.profile-v2__dynamics .profile__chart-wrap{margin:0}.profile-v2__dynamics .profile__chart-svg{border-radius:6px}.profile-v2__recent-list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.profile-v2__recent-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:.75rem;padding:.55rem 0;display:flex}.profile-v2__recent-row:hover{background:#ffffff08}.profile-v2__recent-poster{background:var(--color-surface-hover) center/cover no-repeat;border-radius:8px;flex-shrink:0;width:44px;height:62px}.profile-v2__recent-body{flex-direction:column;gap:.2rem;min-width:0;display:flex}.profile-v2__recent-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.profile-v2__recent-meta{color:var(--color-text-muted);font-size:.78rem}.profile-v2__collections-carousel{min-width:0}.profile-v2__collections-scroll{gap:.75rem;padding-bottom:.15rem}.profile-v2__collections-item{flex:0 0 11.5rem;min-width:0}.profile-v2__video-track{align-items:flex-start}.profile-v2__video-card{width:180px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:.35rem;padding:0;display:flex}.profile-v2__video-thumb{background:var(--color-surface-hover) center/cover no-repeat;border-radius:6px;width:180px;height:101px}.profile-v2__video-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.profile-v2__section-title{margin:0 0 1rem;font-size:1.1rem;font-weight:700}.profile-v2__videos--grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;display:grid}.profile-friends__recs{margin-bottom:1.25rem}.profile-friends__recs-title{color:var(--color-text-muted);margin:0 0 .65rem;font-size:.95rem;font-weight:700}@keyframes profile-v2-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.profile-v2 .profile__hscroll{margin:0 -.25rem}.custom-select{display:block}.custom-select__label{color:var(--color-text-muted);margin-bottom:.35rem;font-size:.9rem;display:block}.custom-select__trigger{width:100%;color:var(--color-text);text-align:left;background:var(--color-bg);border:1px solid var(--color-border);cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .75rem;font-family:inherit;font-size:1rem;transition:border-color .2s;display:flex}.custom-select__trigger:hover{border-color:color-mix(in srgb, var(--color-border) 90%, black)}.custom-select__trigger:focus{border-color:var(--color-accent);outline:none}.custom-select__trigger:disabled{opacity:.45;cursor:default}.custom-select__trigger--compact{justify-content:center;gap:0;width:auto}.custom-select__trigger-compact-icon{justify-content:center;align-items:center;line-height:0;display:inline-flex}.custom-select__trigger-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex;overflow:hidden}.custom-select__trigger-label{white-space:nowrap;text-overflow:ellipsis;color:var(--color-text);font-size:.875rem;font-weight:500;display:block;overflow:hidden}.custom-select__trigger-desc{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;line-height:1.3;display:block;overflow:hidden}.custom-select__trigger-icon{color:var(--color-text-muted);flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.custom-select__trigger-icon .icon{vertical-align:middle}.custom-select__trigger[aria-expanded=true] .custom-select__trigger-icon,.custom-select__trigger--open .custom-select__trigger-chevron{transform:rotate(180deg)}.custom-select__trigger--field{cursor:default;min-height:2.5rem;padding:.5rem .65rem}.custom-select__trigger--field.custom-select__trigger--open{border-color:var(--color-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-accent) 35%, transparent)}.custom-select__trigger-input{min-width:0;color:var(--color-text);font:inherit;background:0 0;border:none;outline:none;flex:1;padding:0;font-size:.92rem}.custom-select__trigger-input::placeholder{color:var(--color-text-muted)}.custom-select__trigger-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.15rem;width:3.45rem;display:inline-flex}.custom-select__trigger-clear{width:1.65rem;height:1.65rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;transition:color .2s,background .2s,opacity .2s;display:inline-flex}.custom-select__trigger-clear--hidden{visibility:hidden;pointer-events:none;opacity:0}.custom-select__trigger-clear:hover:not(:disabled){color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent)}.custom-select__trigger-clear:disabled{cursor:default}.custom-select__trigger-chevron{width:1.65rem;height:1.65rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;transition:transform .2s;display:inline-flex}.custom-select__dropdown--enhanced{z-index:100020;opacity:1;flex-direction:column;display:flex}.custom-select__scroll-page{--page-scrollbar-offset:2px;flex:1;min-height:0}.custom-select__scroll-page .page__scroll{padding:.15rem 0}.custom-select__scroll-page .custom-select__option{text-align:left;width:100%;font:inherit;background:0 0;border:none;display:block}.custom-select__section-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;padding:.45rem .75rem .2rem;font-size:.72rem;font-weight:700}.custom-select__check-row{width:100%;min-height:2.25rem;color:var(--color-text);cursor:pointer;box-sizing:border-box;align-items:center;padding:.42rem .75rem .42rem .65rem;font-size:.9rem;transition:background .2s;display:flex}.custom-select__check-row:hover{background:var(--color-surface-hover)}.custom-select__check-row.anix-checkbox{gap:.65rem;padding-left:.65rem}.custom-select__check-row .anix-checkbox__input{left:.65rem}.custom-select__empty{text-align:center;color:var(--color-text-muted);padding:.75rem;font-size:.85rem}.custom-select__dropdown-foot{border-top:1px solid var(--color-border);flex-shrink:0;justify-content:flex-end;padding:.45rem .65rem;display:flex}.custom-select__done{color:var(--color-accent);cursor:pointer;background:0 0;border:none;padding:.35rem .5rem;font-size:.88rem;font-weight:600}.custom-select__done:hover{opacity:.85}.custom-select__year-tabs{border-bottom:1px solid var(--color-border);flex-shrink:0;display:flex}.custom-select__year-tab{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;flex:1;padding:.5rem .4rem;font-size:.78rem}.custom-select__year-tab--active{color:var(--color-accent);box-shadow:inset 0 -2px 0 var(--color-accent)}.custom-select__dropdown{z-index:100001;opacity:0;background:var(--color-surface);border:1px solid var(--color-border);max-height:320px;box-shadow:none;isolation:isolate;border-radius:6px;flex-direction:column;transition:opacity .2s;display:flex;position:fixed;overflow:hidden}.custom-select__dropdown--open{opacity:1}.custom-select__dropdown--closing{opacity:0}.custom-select__page{background:var(--color-surface);--page-scrollbar-offset:4px;flex:1;min-height:0}.custom-select__list{padding:4px 0}.custom-select__option{color:var(--color-text);cursor:pointer;padding:.45rem .75rem;font-size:.95rem;transition:background .2s}.custom-select__option:hover{background:var(--color-surface-hover)}.custom-select__option--selected{background:var(--color-surface-hover);color:var(--color-accent)}.custom-select__option--selected .custom-select__option-label{color:var(--color-accent)}.custom-select__option--disabled{color:var(--color-text-muted);cursor:not-allowed}.custom-select__option--disabled:hover{background:0 0}.custom-select__option--with-desc{padding:.5rem .75rem}.custom-select__option-label{color:var(--color-text);font-size:.875rem;font-weight:500;line-height:1.3;display:block}.custom-select__option-desc{color:var(--color-text-muted);white-space:normal;margin-top:2px;font-size:.74rem;line-height:1.4;display:block}.custom-select__option-warning{border-left:3px solid var(--color-error);color:#f87171;background:#ef44441a;border-radius:4px;align-items:center;gap:6px;margin-top:6px;padding:4px 8px;font-size:.7rem;line-height:1.3;display:flex}.custom-select__option-warning-icon{color:var(--color-error);flex-shrink:0;align-items:center;display:inline-flex}.custom-select__option-warning-text{flex:1}.custom-select--disabled{opacity:.45;pointer-events:none}.dots-menu{display:inline-flex}.dots-menu__trigger{width:2.25rem;height:2.25rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:border-color .2s,color .2s;display:inline-flex}.dots-menu__trigger:hover{background:var(--color-surface-hover);color:var(--color-text)}.dots-menu__trigger:focus{box-shadow:0 0 0 1px var(--color-border) inset;outline:none}.dots-menu__trigger .icon{vertical-align:middle}.dots-menu__panel{z-index:9999;opacity:0;pointer-events:none;transition:opacity .2s;position:fixed}.dots-menu__panel--open{opacity:1;pointer-events:auto}.dots-menu__panel--closing{opacity:0;pointer-events:none}.dots-menu__list{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:none;border-radius:6px;min-width:10rem;max-height:320px;padding:.35rem 0;overflow-y:auto}.dots-menu__item{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.95rem;transition:background .2s;display:flex}.dots-menu__item--disabled{color:var(--color-text-muted);cursor:not-allowed}.dots-menu__item--disabled:hover{background:0 0}.dots-menu__item-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.dots-menu__item-text{flex:1}.dots-menu__divider{background:var(--color-border);height:1px;margin:.35rem .5rem}.dots-menu__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;padding:.35rem 1rem .2rem;font-size:.75rem;font-weight:600}.release-card-h{background:0 0;border:none;min-width:0;max-width:100%;overflow:visible}.release-card-h__link{min-width:0;max-width:100%;min-height:200px;color:inherit;align-items:stretch;gap:1.25rem;padding:0;text-decoration:none;display:flex}.release-card-h__poster{aspect-ratio:2/3;background:var(--color-surface-hover);border-radius:10px;flex-shrink:0;width:160px;min-width:160px;overflow:hidden}.release-card-h__poster img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.release-card-h__no-poster{background:var(--color-border);border-radius:inherit;width:100%;height:100%}.release-card-h__body{text-align:left;flex-direction:column;flex:1;justify-content:flex-start;gap:.4rem;min-width:0;padding:.15rem 0;display:flex}.release-card-h__title-row{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.release-card-h__title{color:var(--color-text);overflow-wrap:anywhere;word-break:break-word;min-width:0;margin:0;font-size:1.25rem;font-weight:700;line-height:1.25}.release-card-h__title-info{margin-top:0}.release-card-h__menu-slot{flex-shrink:0;margin-left:auto}.release-card-h--status .release-card-h__poster{position:relative}.release-card-h__status-badge{text-align:center;color:#fffffff2;text-shadow:0 1px 2px #0006;border-radius:999px;padding:.25rem .5rem;font-size:.8rem;font-weight:600;position:absolute;bottom:6px;left:6px;right:6px}.release-card-h--status-watching .release-card-h__status-badge{background:#38a169d9}.release-card-h--status-planned .release-card-h__status-badge{background:#8b5cf6d9}.release-card-h--status-completed .release-card-h__status-badge{background:#3b82f6d9}.release-card-h--status-on_hold .release-card-h__status-badge{background:#b48f3bd9}.release-card-h--status-dropped .release-card-h__status-badge{background:#b94444d9}.release-card-h__meta{color:#b8b8b8;flex-wrap:wrap;align-items:center;gap:.25rem;margin:0;font-size:.875rem;display:flex}.release-card-h__my-vote{color:#fff;font:inherit;white-space:nowrap;align-items:center;gap:.35rem;display:inline-flex}.release-card-h__meta-dot{color:#888;margin:0 .1rem}.release-card-h__rating-chip{letter-spacing:.02em;color:#111;border-radius:999px;align-items:center;gap:.25rem;padding:.15rem .6rem;font-size:.9rem;font-weight:700;display:inline-flex}.release-card-h__rating-chip-votes{opacity:.9;font-size:.8rem}.release-card-h__favorite{color:var(--color-accent);align-items:center;display:inline-flex}.release-card-h__favorite .icon{vertical-align:middle}.release-card-h__genres{flex-wrap:wrap;gap:.4rem;margin-top:.2rem;display:flex}.release-card-h__tag{color:silver;border:1px solid #ffffff1f;border-radius:4px;padding:.25rem .55rem;font-size:.75rem;line-height:1.2;display:inline-block}.release-card-h__desc{color:#b0b0b0;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:.6rem 0 0;font-size:.875rem;line-height:1.55;display:-webkit-box;overflow:hidden}.release-card-h .icon{vertical-align:middle;display:inline-block}.release-card-h__my-vote-label{font-size:inherit;color:inherit;font-weight:500}.release-card-h__my-vote-stars{align-items:center;gap:.1rem;display:inline-flex}.release-card-h__star--on{color:#fbbf24}.release-card-h__star--off{color:#ffffff26}.release-card-h__skeleton{cursor:default;pointer-events:none;align-items:stretch;gap:1.25rem;min-height:200px;display:flex}.release-card-h__skeleton-poster{aspect-ratio:2/3;background:var(--color-border);border-radius:10px;width:160px;min-width:160px;animation:1.4s ease-in-out infinite release-card-h-pulse}.release-card-h__skeleton-title{background:var(--color-border);border-radius:4px;width:70%;height:22px;animation:1.4s ease-in-out infinite release-card-h-pulse}.release-card-h__skeleton-meta{background:var(--color-border);border-radius:4px;width:50%;height:16px;margin-top:8px;animation:1.4s ease-in-out infinite release-card-h-pulse}.release-card-h__skeleton-desc{background:var(--color-border);border-radius:4px;width:90%;height:14px;margin-top:12px;animation:1.4s ease-in-out infinite release-card-h-pulse}@keyframes release-card-h-pulse{0%,to{opacity:.5}50%{opacity:1}}.release-card-h--history .release-card-h__history-block{border-top:1px solid color-mix(in srgb, var(--color-border) 75%, transparent);margin-top:.65rem;padding-top:.65rem}.release-card-h__history-line{color:var(--color-text-muted);align-items:center;gap:.45rem;margin:.2rem 0 0;font-size:.85rem;line-height:1.35;display:flex}.release-card-h__history-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.release-card-h__history-icon--episode{color:#e35689}.release-card-h__history-icon--time{color:#2dd4bf}.release-card-h--related{width:100%;min-width:0;max-width:100%}.release-card-h--related .release-card-h__link{align-items:center;gap:1.25rem;min-width:0;max-width:100%;min-height:0;padding:0}.release-card-h--related .release-card-h__body{min-width:0}.release-card-h--related .release-card-h__poster-col .release-card-h__poster{width:100%;min-width:0}.release-card-h__link--related{cursor:pointer}.release-card-h--related.release-card-h--current-related .release-card-h__link{cursor:default}.release-card-h__poster-col{flex-direction:column;flex-shrink:0;align-items:center;width:160px;min-width:160px;display:flex}.release-card-h__chain-line{background:#ffffff24;border-radius:2px;flex-shrink:0;width:4px}.release-card-h__chain-line--top,.release-card-h__chain-line--bottom{flex:0 0 1.25rem;height:1.25rem}.release-card-h--related-first .release-card-h__poster-col:before,.release-card-h--related-last .release-card-h__poster-col:after{content:"";flex-shrink:0;width:4px;height:1.25rem;display:block}@media (width<=960px){.release-card-h--related .release-card-h__link{gap:.85rem;padding:0}.release-card-h--related .release-card-h__poster-col{width:120px;min-width:120px}.release-card-h--related .release-card-h__title{font-size:1.05rem}.release-card-h--related .release-card-h__desc{-webkit-line-clamp:2}}@media (width<=520px){.release-card-h:not(.release-card-h--related) .release-card-h__link{gap:.75rem;min-height:150px}.release-card-h:not(.release-card-h--related) .release-card-h__poster{border-radius:7px;width:108px;min-width:108px}.release-card-h:not(.release-card-h--related) .release-card-h__title{overflow-wrap:break-word;font-size:1rem;line-height:1.3}.release-card-h:not(.release-card-h--related) .release-card-h__genres,.release-card-h:not(.release-card-h--related) .release-card-h__desc{display:none}.release-card-h:not(.release-card-h--related) .release-card-h__meta{font-size:.78rem}}.release-card-v{flex-direction:column;min-width:0;display:flex}.release-card-v__link{color:inherit;will-change:opacity;border-radius:8px;flex-direction:column;text-decoration:none;transition:opacity .2s;display:flex;overflow:hidden}.release-card-v__link:hover{opacity:.88}.release-card-v__poster{aspect-ratio:2/3;background:var(--color-surface-hover);border-radius:8px;width:100%;position:relative;overflow:hidden}.release-card-v__poster img{object-fit:cover;width:100%;height:100%;display:block}.release-card-v__no-poster{background:var(--color-border);width:100%;height:100%}.release-card-v__badge{text-align:center;color:#fffffff2;text-shadow:0 1px 2px #00000073;text-transform:lowercase;border-radius:999px;padding:.2rem .45rem;font-size:.7rem;font-weight:600;position:absolute;bottom:6px;left:5px;right:5px}.release-card-v__body{flex-direction:column;gap:.2rem;padding:.5rem .15rem 0;display:flex}.release-card-v__title{color:var(--color-text);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:.875rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.release-card-v__meta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.15rem;margin:0;font-size:.75rem;line-height:1.4;display:flex}.release-card-v__dot{color:#555;margin:0 .1rem}.release-card-v__rating{align-items:center;gap:.15rem;font-size:.75rem;font-weight:700;display:inline-flex}.release-card-v__rating .icon{vertical-align:middle}.release-card-v__favorite{color:var(--color-accent);align-items:center;margin-left:.25rem;display:inline-flex}.release-card-v__favorite .icon{vertical-align:middle}.release-card-v__menu-slot{z-index:2;position:absolute;top:6px;right:6px}.release-card-v__menu-slot .dots-menu__trigger{color:#fffffff2;background:#0000005c;border:none;border-radius:4px;width:28px;height:28px;padding:0}.release-card-v__menu-slot .dots-menu__trigger:hover{color:#fff;background:#000000a3}.release-card-v__my-vote{gap:1px;font-size:.85rem;line-height:1;display:inline-flex}.release-card-v__star--on{color:#fbbf24}.release-card-v__star--off{color:#ffffff2e}.release-card-v--history .release-card-v__history-block{border-top:1px solid color-mix(in srgb, var(--color-border) 75%, transparent);margin-top:.35rem;padding-top:.35rem}.release-card-v__history-line{color:var(--color-text-muted);align-items:center;gap:.35rem;margin:0;font-size:.72rem;line-height:1.3;display:flex}.release-card-v__history-line--time{margin-top:.1rem}.release-card-v__history-icon{flex-shrink:0;display:inline-flex}.release-card-v__history-icon--episode{color:#e35689}.release-card-v__history-icon--time{color:#2dd4bf}.release-card-v__skeleton{color:inherit;cursor:default;pointer-events:none;border-radius:8px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.release-card-v__skeleton-poster{background:var(--color-border);animation:1.4s ease-in-out infinite release-card-v-pulse}.release-card-v__skeleton-title{background:var(--color-border);border-radius:4px;width:85%;height:16px;animation:1.4s ease-in-out infinite release-card-v-pulse}.release-card-v__skeleton-meta{background:var(--color-border);border-radius:4px;width:55%;height:12px;margin-top:6px;animation:1.4s ease-in-out infinite release-card-v-pulse}@keyframes release-card-v-pulse{0%,to{opacity:.5}50%{opacity:1}}.release-cards-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.25rem 1rem;display:grid}.collection-card{flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%;display:flex;position:relative}.collection-card__stack{flex-direction:column;flex:1;height:100%;min-height:0;padding:0 .35rem .35rem;display:flex;position:relative}.collection-card__stack-head{background:color-mix(in srgb, var(--color-surface) 88%, var(--color-text-muted));border-radius:12px 12px 0 0;flex-shrink:0;height:8px;margin:0 1.15rem;display:block}.collection-card__stack-sheet{background:color-mix(in srgb, var(--color-surface) 92%, black);border:1px solid color-mix(in srgb, var(--color-border) 70%, transparent);pointer-events:none;z-index:0;border-radius:12px;height:calc(100% - .35rem);position:absolute;top:3px;left:.65rem;right:.65rem;box-shadow:0 2px 10px #00000047}.collection-card__link{z-index:1;height:100%;min-height:0;color:var(--color-text);background:var(--color-surface);border:1px solid color-mix(in srgb, var(--color-border) 85%, transparent);border-radius:12px;flex-direction:column;flex:1;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #00000057}.collection-card__link:hover{border-color:color-mix(in srgb, var(--color-text-muted) 28%, var(--color-border));transform:translateY(-1px);box-shadow:0 8px 24px #0000006b}.collection-card__media{aspect-ratio:16/9;background:var(--color-surface-hover);flex-shrink:0;position:relative;overflow:hidden}.collection-card__image,.collection-card__image:is(img,.poster-image__fallback,span){object-fit:cover;width:100%;height:100%;display:block}.collection-card__image--placeholder{background:linear-gradient(145deg, color-mix(in srgb, var(--color-surface-hover) 80%, var(--color-border)) 0%, var(--color-surface-hover) 100%)}.collection-card__badges{pointer-events:none;background:linear-gradient(#00000085 0%,#2121212e 55%,#0000 100%);justify-content:flex-end;align-items:flex-start;gap:.35rem;padding:.55rem .55rem 2.5rem;display:flex;position:absolute;top:0;left:0;right:0}.collection-card__badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.02em;min-height:1.45rem;color:color-mix(in srgb, var(--color-text) 88%, var(--color-text-muted));background:#252525d1;border:1px solid #424242d9;border-radius:8px;align-items:center;gap:.28rem;padding:0 .55rem;font-size:.72rem;font-weight:600;line-height:1;display:inline-flex}.collection-card__badge-count{font-variant-numeric:tabular-nums}.collection-card__badge-icon{color:inherit;opacity:.92;justify-content:center;align-items:center;display:inline-flex}.collection-card__badge-icon :global(svg){display:block}.collection-card__badge--comments{color:color-mix(in srgb, var(--color-text) 92%, var(--color-text-muted))}.collection-card__badge--flags{color:#e66969;background:#432c2ce4;border-color:#7a4848}.collection-card__badge--flags .collection-card__badge-icon{color:#e35454}.collection-card__badge--flags-active{color:#fff;background:#d25050da;border-color:#e354548c}.collection-card__badge--flags-active .collection-card__badge-icon{color:#fff}.collection-card__overlay{pointer-events:none;background:linear-gradient(#0000 0%,#2121218c 58%,#212121f0 100%);padding:2rem .85rem .75rem;position:absolute;inset:auto 0 0}.collection-card__body{background:var(--color-surface);flex-direction:column;flex-shrink:0;gap:.28rem;height:6.084rem;padding:.65rem .75rem;display:flex}.collection-card__title{height:2.376rem;color:var(--color-text);-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;flex-shrink:0;margin:0;font-size:.88rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.collection-card__title--overlay{-webkit-line-clamp:3;color:#fafafa;text-transform:none;height:auto;font-size:.92rem;font-weight:600}.collection-card__desc{min-height:2.128rem;color:var(--color-text-muted);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.76rem;line-height:1.4;display:-webkit-box;overflow:hidden}.collection-card__desc:empty{visibility:hidden}.collection-card--cover .collection-card__link{min-height:10.5rem}.collection-card--cover .collection-card__media{aspect-ratio:auto;flex:1;min-height:10.5rem}.view-collection{width:100%;min-width:0;max-width:56rem;margin:0 auto;overflow-x:clip}.collection-page,.collection-page__body{min-width:0;max-width:100%;overflow-x:clip}.collection-page__head{margin-bottom:0}.collection-page__loading{color:var(--color-text-muted);font-size:.95rem}.collection-info__title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.25rem;display:flex}.collection-header__author{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.15rem;display:flex}.collection-header__author-link{font:inherit;color:var(--color-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-weight:500;text-decoration:none;display:inline-flex}.collection-header__author-link:hover{color:var(--color-accent)}.collection-header__author-avatar{background:var(--color-surface-hover);background-position:50%;background-size:cover;border-radius:999px;flex-shrink:0;width:32px;height:32px}.collection-header__author-name{font-size:.95rem}.collection-header__author-label{color:var(--color-text-muted);font-size:.75rem}.collection-banner{aspect-ratio:16/9;background:var(--color-surface-hover);border-radius:8px;width:100%;max-height:min(28vh,220px);margin-bottom:1rem;position:relative;overflow:hidden}.collection-banner img{object-fit:cover;width:100%;height:100%;display:block}.collection-banner__placeholder{background:var(--color-surface-hover);width:100%;height:100%}.collection-info{margin-bottom:1rem}.collection-info__title{color:var(--color-text);overflow-wrap:anywhere;word-break:break-word;flex:1;min-width:0;margin:0;font-size:1.5rem;font-weight:600}.collection-info__date{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.85rem}.collection-info__actions{align-items:center;gap:.75rem;display:flex}.collection-info__action{color:var(--color-text-muted);background:var(--color-surface-hover);border:1px solid var(--color-border);border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.85rem;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.collection-info__action:hover{background:var(--color-border);color:var(--color-text)}.collection-info__action--active{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);border-color:color-mix(in srgb, var(--color-accent) 35%, transparent)}.collection-info__action--active:hover{background:color-mix(in srgb, var(--color-accent) 20%, transparent);border-color:color-mix(in srgb, var(--color-accent) 50%, transparent);color:var(--color-accent)}.collection-info__action-icon{align-items:center;display:inline-flex}.collection-desc{border-top:1px solid var(--color-border);margin-bottom:1.5rem;padding:1rem 0}.collection-private-notice{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:1rem 1.15rem;display:flex}.collection-private-notice__icon{color:var(--color-text-muted);flex-shrink:0;margin-top:.1rem;display:inline-flex}.collection-private-notice__text{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.5}.collection-owner-actions{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem;display:grid}.collection-owner-actions__btn{min-height:2.75rem;color:var(--color-text);background:var(--color-surface-hover);border:1px solid var(--color-border);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.collection-owner-actions__btn:hover:not(:disabled){background:var(--color-border)}.collection-owner-actions__btn:disabled{opacity:.6;cursor:not-allowed}.collection-owner-actions__btn--danger:hover:not(:disabled){color:var(--color-error);border-color:color-mix(in srgb, var(--color-error) 35%, var(--color-border));background:color-mix(in srgb, var(--color-error) 8%, var(--color-surface-hover))}.collection-owner-actions__icon{flex-shrink:0;align-items:center;display:inline-flex}.collection-desc__text{color:var(--color-text-muted);white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font-size:.9rem;line-height:1.55}.collection-stats{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.25rem 1.5rem;box-shadow:0 1px #ffffff08}.collection-stats__title{color:var(--color-text-muted);letter-spacing:.02em;text-transform:uppercase;margin:0 0 1rem;font-size:.875rem;font-weight:600}.collection-stats__bar-wrap{margin-bottom:1rem}.collection-stats__bar{background:var(--color-border);border-radius:999px;height:10px;display:flex;overflow:hidden;box-shadow:inset 0 1px 2px #0003}.collection-stats__bar>span{border-radius:0;min-width:4px;transition:width .25s;display:block}.collection-stats__bar>span:first-child{border-radius:999px 0 0 999px}.collection-stats__bar>span:last-child{border-radius:0 999px 999px 0}.collection-stats__bar>span:only-child{border-radius:999px}.collection-stats__legend{color:var(--color-text-muted);flex-wrap:wrap;gap:.5rem 1.25rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.collection-stats__legend-item{background:#ffffff0a;border-radius:6px;align-items:center;gap:.4rem;padding:.2rem .5rem;display:inline-flex}.collection-stats__legend-item i{border-radius:999px;flex-shrink:0;width:8px;height:8px}.collection-stats__random{color:#fff;background:var(--color-accent);cursor:pointer;width:100%;box-shadow:0 2px 8px color-mix(in srgb, var(--color-accent) 35%, transparent);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .15s;display:inline-flex}.collection-stats__random:hover{background:var(--color-accent-hover);box-shadow:0 4px 12px color-mix(in srgb, var(--color-accent) 40%, transparent);transform:translateY(-1px)}.collection-stats__random:active{transform:translateY(0)}.collection-stats__random-icon{opacity:.95;font-size:1.15rem;line-height:1}.collection-releases__loading{text-align:center;color:var(--color-text-muted);padding:2rem;font-size:.9rem}.collection-releases{min-width:0}.collection-releases__grid{width:100%;min-width:0}.collection-releases__grid.release-cards-grid{grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:1rem .85rem}.collection-releases__grid.release-cards-grid-root--wide{gap:1rem}.view-collection .release-card-h{max-width:100%;overflow:hidden}.view-collection .release-card-h__title{overflow-wrap:anywhere;word-break:break-word}.collection-releases__more{text-align:center;color:var(--color-text-muted);padding:1.25rem 0;font-size:.875rem}.tooltip-trigger{cursor:pointer;color:var(--color-text-muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.tooltip-trigger:hover{color:var(--color-text)}.tooltip{width:max-content;min-width:auto;max-width:740px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);white-space:normal;opacity:0;visibility:hidden;pointer-events:none;z-index:100;transform:translateX(-50%) translateX(var(--tooltip-dx,0px));border-radius:6px;margin-bottom:8px;padding:.6rem 1rem;font-size:.875rem;line-height:1.5;transition:opacity .2s,visibility .2s;display:none;position:absolute;bottom:100%;left:50%;box-shadow:0 4px 16px #00000080}.tooltip--right{margin-top:0;margin-bottom:0;margin-left:8px;top:50%;bottom:auto;left:100%;transform:translateY(-50%)}.tooltip-trigger:hover .tooltip,.tooltip-trigger:focus-visible .tooltip{opacity:1;visibility:visible;display:block}.tooltip--below{margin-top:8px;margin-bottom:0;top:100%;bottom:auto}.tooltip--animated{transition:opacity .22s,visibility .22s}#ui-tooltip-root{z-index:10003;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);pointer-events:none;white-space:nowrap;text-overflow:ellipsis;opacity:0;visibility:hidden;max-width:320px;transform:translateY(var(--tip-from-y,-4px));border-radius:6px;padding:5px 10px;font-size:.8rem;font-weight:500;line-height:1.4;transition:opacity .15s,transform .15s,visibility 0s linear .15s;position:fixed;top:0;left:0;overflow:hidden;box-shadow:0 4px 20px #00000080}#ui-tooltip-root.ui-tooltip--visible{opacity:1;visibility:visible;transition:opacity .15s,transform .15s,visibility linear;transform:translateY(0)}.title-info-trigger{color:var(--color-text-muted);vertical-align:middle;flex-shrink:0;align-self:center;align-items:center;font-size:1em;line-height:1;display:inline-flex;position:relative}.title-info-trigger:hover,.title-info-trigger:focus-within{color:var(--color-text);z-index:120}.title-info-trigger:hover .title-info-popover,.title-info-trigger:focus-within .title-info-popover,.title-info-trigger .title-info-popover:hover{opacity:1;visibility:visible;pointer-events:auto;display:block}.title-info-trigger__icon{justify-content:center;align-items:center;width:1em;height:1em;display:inline-flex}.title-info-trigger__icon :global(svg){width:100%;height:100%}.title-info-popover{pointer-events:none;text-align:left;white-space:normal;z-index:120;background:var(--color-surface);width:max-content;min-width:0;max-width:min(92vw,26rem);box-shadow:0 8px 28px #0000008c, 0 0 0 1px color-mix(in srgb, var(--color-border) 70%, var(--color-text-muted));margin-top:.45rem;margin-bottom:0;padding:0;display:none;inset:100% auto auto 0;transform:none}.title-info-popover:before{content:"";height:.55rem;position:absolute;bottom:100%;left:0;right:0}.title-info-popover__inner{background:var(--color-surface);border-radius:inherit;padding:.15rem 0}.title-info-popover__block{padding:.55rem .85rem}.title-info-popover__block:not(:last-child){border-bottom:1px solid color-mix(in srgb, var(--color-border) 85%, transparent)}.title-info-popover__head{align-items:center;gap:.35rem;margin-bottom:.2rem;display:flex}.title-info-popover__label{color:var(--color-text);white-space:nowrap;font-size:.8125rem;font-weight:600}.title-info-popover__copy{border:1px solid color-mix(in srgb, var(--color-border) 55%, var(--color-text-muted));background:color-mix(in srgb, var(--color-surface-hover) 35%, var(--color-surface));width:1.35rem;height:1.35rem;color:var(--color-text-muted);cursor:pointer;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s,border-color .2s;display:inline-flex}.title-info-popover__copy:hover{color:var(--color-text);background:color-mix(in srgb, var(--color-surface) 80%, var(--color-text-muted));border-color:color-mix(in srgb, var(--color-border) 35%, var(--color-text-muted))}.title-info-popover__copy--done{color:var(--color-success)}.title-info-popover__value{color:var(--color-text-muted);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.8125rem;line-height:1.45}.release-card-h__title-row .title-info-trigger{font-size:1.125rem}.release-page__title-row .title-info-trigger{font-size:1.35rem}.user-avatar{background:var(--color-surface-hover);border-radius:50%;width:100%;height:100%;display:block;position:relative;overflow:hidden}.user-avatar img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .2s;display:block}.user-avatar img.user-avatar__img--loaded{opacity:1}.user-avatar__skeleton{border-radius:inherit;background:linear-gradient(90deg, var(--color-surface-hover) 0%, color-mix(in srgb, var(--color-border) 55%, var(--color-surface-hover)) 50%, var(--color-surface-hover) 100%);background-size:200% 100%;animation:1.15s ease-in-out infinite user-avatar-shimmer;position:absolute;inset:0}.user-avatar__fallback{color:var(--color-text-muted);background:var(--color-surface-hover);justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex;position:absolute;inset:0}@keyframes user-avatar-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.view-search{width:100%;max-width:56rem;margin:0 auto;container-type:inline-size}.search-page{flex-direction:column;display:flex}.search-page__header{flex-direction:column;gap:.75rem;display:flex}.search-page__tabs{background:color-mix(in srgb, var(--color-text) 4%, transparent);border-radius:6px;gap:2px;padding:3px;display:flex}.search-page__tab{height:30px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex:1;padding:0 .75rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .2s,color .2s}.search-page__tab:hover{color:var(--color-text)}.search-page__tab--active{background:var(--color-surface);color:var(--color-text);box-shadow:0 1px 3px #00000026}.search-page__results{flex-direction:column;gap:1rem;display:flex}.search-page__results--wide{flex-direction:column;gap:.9rem;display:flex}.search-franchise{background:var(--color-surface);cursor:pointer;text-align:left;width:100%;color:inherit;border-radius:8px;align-items:center;gap:3.5rem;padding:1.2rem 2rem;font-family:inherit;transition:transform .25s,box-shadow .25s,border-color .2s;display:flex}.search-franchise:hover{border-color:color-mix(in srgb, var(--color-accent) 40%, transparent);box-shadow:0 8px 24px #0006}.search-franchise:hover .search-franchise__thumb{opacity:1;transform:translate(0)scale(1)}.search-franchise:hover .search-franchise__action{color:var(--color-accent)}.search-franchise:active{transform:translateY(-1px)}.search-franchise__thumbs{flex-shrink:0;width:100px;height:80px;min-height:80px;position:relative;overflow:visible}.search-franchise__thumb{background-position:50%;background-size:cover;background-color:var(--color-surface-hover);transform-origin:bottom;border-radius:6px;width:56px;height:80px;transition:transform .3s,opacity .25s;position:absolute;top:0;left:0;box-shadow:0 4px 12px #00000080}.search-franchise__thumb:first-child{z-index:3;opacity:.95;transform:translate(0)rotate(-2deg)scale(.98)}.search-franchise__thumb:nth-child(2){z-index:2;opacity:.9;left:30px;transform:translate(0)rotate(0)scale(.98)}.search-franchise__thumb:nth-child(3){z-index:1;opacity:.85;left:60px;transform:translate(0)rotate(2deg)scale(.98)}.search-franchise:hover .search-franchise__thumb:first-child{z-index:3;opacity:1;transform:translate(-6px)rotate(-6deg)scale(.98)}.search-franchise:hover .search-franchise__thumb:nth-child(2){z-index:2;opacity:1;transform:translate(4px)rotate(0)scale(.98)}.search-franchise:hover .search-franchise__thumb:nth-child(3){z-index:1;opacity:1;transform:translate(14px)rotate(6deg)scale(.98)}.search-franchise__content{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.search-franchise__title{color:var(--color-text);font-size:.9rem;font-weight:600}.search-franchise__meta{color:var(--color-text-muted);font-size:.82rem}.search-franchise__action{color:var(--color-text-muted);flex-shrink:0;font-size:.85rem;font-weight:500;transition:transform .2s,color .2s}.search-page__hint,.search-page__empty,.search-page__error,.search-page__loading{color:var(--color-text-muted);text-align:center;padding:2rem 0;font-size:.85rem}.search-page__end{color:var(--color-text-muted);text-align:center;opacity:.8;padding:1.5rem 0 .5rem;font-size:.85rem}.search-page__error{color:var(--color-error)}.search-page__profiles{flex-direction:column;display:flex}.search-page__profile{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:.75rem;width:100%;padding:.625rem .5rem;transition:background .2s;display:flex}.search-page__profile:hover{background:var(--color-surface-hover)}.search-page__profile-avatar{background:var(--color-surface-hover);background-position:50%;background-size:cover;border-radius:999px;flex-shrink:0;width:36px;height:36px}.search-page__profile-info{flex-direction:column;gap:2px;min-width:0;display:flex}.search-page__profile-name{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.search-page__profile-status{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.search-page__profile-online{background:var(--color-success);border-radius:999px;flex-shrink:0;width:8px;height:8px;margin-left:auto}.search-page__collections{flex-direction:column;display:flex}.search-page__collections-grid{grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));align-items:stretch;gap:1.1rem 1rem;min-width:0;display:grid}.search-page__collections-grid .collection-card{max-width:100%;min-height:0}.search-dropdown{z-index:10000;background:var(--color-surface);border:1px solid #ffffff0f;border-radius:10px;padding:0;position:fixed;overflow:hidden;box-shadow:0 16px 40px #00000080,0 0 0 1px #ffffff08}.search-dropdown .page{--page-scrollbar-offset:10px;--page-scroll-padding:.5rem 0}.search-dropdown .page__scroll{max-height:340px}.search-dropdown__option,.search-dropdown__history-item{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;transition:background .15s,color .15s;display:flex}.search-dropdown__option:hover,.search-dropdown__history-item:hover{background:#ffffff0f}.search-dropdown__option.search-dropdown__item--active,.search-dropdown__history-item.search-dropdown__item--active{color:#fff;background:#ffffff14}.search-dropdown__option{font-weight:500}.search-dropdown__query{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin-right:.5rem;overflow:hidden}.search-dropdown__hint{color:var(--color-text-muted);flex-shrink:0;font-size:.75rem}.search-dropdown__history-item{color:var(--color-text-muted);padding-left:1.25rem;font-weight:400}.search-dropdown__history-item:hover,.search-dropdown__history-item.search-dropdown__item--active{color:var(--color-text)}.search-dropdown__divider{background:#ffffff0f;height:1px;margin:.4rem 1rem}.search-dropdown__section{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);pointer-events:none;padding:.35rem 1rem .25rem;font-size:.7rem;font-weight:600}.search-dropdown__empty{color:var(--color-text-muted);text-align:center;pointer-events:none;padding:.75rem 1rem;font-size:.8rem}@keyframes watch-modal-in{0%{opacity:0;transform:translateY(.75rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes watch-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.watch-modal{z-index:9999;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.watch-modal__backdrop{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);cursor:pointer;background:#000000c2;border:0;position:absolute;inset:0}.watch-modal__panel{background:color-mix(in srgb, var(--color-surface) 94%, black);border:1px solid color-mix(in srgb, var(--color-border) 82%, transparent);border-radius:22px;flex-direction:column;width:min(52rem,100%);height:min(88vh,48rem);max-height:min(88vh,48rem);animation:.22s cubic-bezier(.16,1,.3,1) watch-modal-in;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #000000ad}.watch-modal__head{border-bottom:1px solid color-mix(in srgb, var(--color-border) 70%, transparent);flex-shrink:0;align-items:center;gap:1rem;padding:1.05rem 1.15rem .85rem;display:flex}.watch-modal__head-text{flex:1;min-width:0}.watch-modal__head-actions{flex-shrink:0;align-items:center;gap:.45rem;display:inline-flex}.watch-modal__head-back,.watch-modal__head-icon{width:2.35rem;height:2.35rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .15s;display:inline-flex}.watch-modal__head-back svg,.watch-modal__head-icon svg{transition:transform .18s}.watch-modal__head-back:hover:not(:disabled),.watch-modal__head-icon:hover:not(:disabled){background:var(--color-surface-hover);color:var(--color-text);transform:scale(1.04)}.watch-modal__head-back:disabled,.watch-modal__head-icon:disabled{opacity:.45;cursor:wait}.watch-modal__head-back--spinning svg,.watch-modal__head-icon--spinning svg{animation:.9s linear infinite watch-modal-spin}@keyframes watch-modal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.watch-modal__title{color:var(--color-text);margin:0;font-size:1rem;font-weight:700}.watch-modal__subtitle{max-width:36rem;color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:.2rem 0 0;font-size:.82rem;overflow:hidden}.watch-modal__close{background:color-mix(in srgb, var(--color-surface-hover) 76%, transparent);width:2.25rem;height:2.25rem;color:var(--color-text-muted);cursor:pointer;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .15s;display:inline-flex}.watch-modal__close:hover{background:var(--color-surface-hover);color:var(--color-text);transform:scale(1.04)}.watch-modal__body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.watch-modal__page{--page-scroll-padding:0;--page-scrollbar-offset:.45rem;flex:1;height:100%;min-height:0;overflow:hidden}.watch-modal__page .page__scroll{scroll-behavior:smooth;padding:0 .35rem 0 0}.watch-modal__page .page__v-track{opacity:.28;background:color-mix(in srgb, var(--color-bg) 70%, transparent);border-radius:999px;width:.45rem;padding:0;transition:opacity .18s,background .2s;top:.75rem;bottom:.75rem;right:.35rem}.watch-modal__page.page--v-scrollbar-visible .page__v-track{opacity:1}.watch-modal__page .page__v-thumb{background:color-mix(in srgb, var(--color-text-muted) 52%, transparent);border-radius:999px;min-height:2.4rem;left:0;right:0;box-shadow:0 0 0 1px #ffffff0a}.watch-modal__page .page__v-thumb:hover{background:color-mix(in srgb, var(--color-accent) 78%, white 4%)}.watch-modal__page .page__v-thumb--active{background:var(--color-accent)!important}.watch-modal__updates-scroll{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--color-text-muted) 35%, transparent) transparent;flex:1;min-height:0;overflow:hidden auto}.watch-modal__updates-scroll::-webkit-scrollbar{width:5px}.watch-modal__updates-scroll::-webkit-scrollbar-track{background:0 0}.watch-modal__updates-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--color-text-muted) 35%, transparent);border-radius:999px}.watch-modal__mobile-list,.watch-modal__episodes-view{flex-direction:column;gap:.65rem;padding:.95rem .9rem .95rem .95rem;display:flex}.watch-modal__variants{flex-direction:column;gap:0;padding:.75rem .9rem .95rem .95rem;display:flex}.watch-modal__filters{border-bottom:1px solid color-mix(in srgb, var(--color-border) 55%, transparent);gap:0;margin-bottom:.2rem;display:flex}.watch-modal__filter{color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:0;padding:.58rem 1.05rem;font-size:.85rem;font-weight:600;transition:color .2s;position:relative}.watch-modal__filter:after{content:"";background:var(--color-accent);border-radius:2px 2px 0 0;height:2px;transition:transform .18s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:-1px;left:.65rem;right:.65rem;transform:scaleX(0)}.watch-modal__filter:hover,.watch-modal__filter--active{color:var(--color-text)}.watch-modal__filter--active:after{transform:scaleX(1)}.watch-modal__variant-list{flex-direction:column;display:flex}.watch-modal__variant-row{border:0;border-bottom:1px solid color-mix(in srgb, var(--color-border) 45%, transparent);width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:.82rem;padding:.7rem .2rem;transition:background .2s,padding-left .2s;display:flex}.watch-modal__variant-row:last-child{border-bottom:0}.watch-modal__variant-row:hover{background:color-mix(in srgb, var(--color-surface-hover) 60%, transparent);padding-left:.45rem}.watch-modal__variant-avatar{background:var(--color-border) center/cover no-repeat;border-radius:6px;flex-shrink:0;width:2.85rem;height:2.85rem;box-shadow:inset 0 0 0 1px #ffffff12}.watch-modal__variant-avatar--mic{color:var(--color-text-muted);background:color-mix(in srgb, var(--color-bg) 88%, white 3%);place-items:center;display:grid}.watch-modal__variant-avatar--mic svg{opacity:.55;width:1.1rem;height:1.1rem}.watch-modal__variant-info{flex-direction:column;flex:1;gap:.18rem;min-width:0;display:flex}.watch-modal__variant-name{white-space:nowrap;text-overflow:ellipsis;color:var(--color-text);font-size:.93rem;font-weight:650;line-height:1.3;display:block;overflow:hidden}.watch-modal__variant-ep{color:var(--color-text-muted);font-size:.76rem;font-weight:500;line-height:1.2;display:block}.watch-modal__variant-views-badge{background:color-mix(in srgb, var(--color-bg) 80%, transparent);border:1px solid color-mix(in srgb, var(--color-border) 60%, transparent);color:var(--color-text-muted);border-radius:999px;flex-shrink:0;align-items:center;gap:.3rem;padding:.28rem .6rem .28rem .5rem;font-size:.78rem;font-weight:650;display:inline-flex}.watch-modal__variant-views-badge svg{opacity:.75;width:.82rem;height:.82rem}.watch-modal__load-sentinel{flex-shrink:0;height:1px}.watch-modal__load-more-indicator{justify-content:center;align-items:center;gap:.5rem;padding:.85rem 0 .5rem;display:flex}.watch-modal__load-status{color:var(--color-text-muted);font-size:.84rem}.watch-modal__loading{color:var(--color-text-muted);padding:1rem;font-size:.9rem}.watch-modal__loading--center{text-align:center;padding:2rem}.watch-modal__updates-list{flex-direction:column;gap:.05rem;padding:.85rem 1rem 1.25rem;display:flex}.watch-modal__update-row{grid-template-columns:.28rem minmax(0,1fr);gap:.72rem;padding:.58rem 0;display:grid}.watch-modal__update-marker{background:color-mix(in srgb, var(--color-text-muted) 72%, transparent);border-radius:999px;width:.28rem;min-height:2.55rem}.watch-modal__update-content{min-width:0}.watch-modal__update-content p{color:color-mix(in srgb, var(--color-text) 92%, white);margin:0;font-size:.95rem;font-weight:560;line-height:1.32}.watch-modal__update-content time{color:var(--color-text-muted);margin-top:.1rem;font-size:.86rem;line-height:1.25;display:block}.watch-modal__source-pills{gap:.45rem;padding-bottom:.1rem;display:flex;overflow-x:auto}.watch-modal__source-pill{border:1px solid color-mix(in srgb, var(--color-border) 75%, transparent);background:color-mix(in srgb, var(--color-bg) 74%, transparent);color:var(--color-text-muted);cursor:pointer;border-radius:999px;flex:none;padding:.48rem .72rem;font-size:.78rem;transition:background .2s,color .2s,border-color .2s}.watch-modal__source-pill--active{color:#fff;background:var(--color-accent);border-color:var(--color-accent)}.watch-modal__episodes-toolbar{z-index:2;background:color-mix(in srgb, var(--color-surface-hover) 78%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:center;gap:.5rem;padding:.35rem 0;display:flex;position:sticky;top:0}.watch-modal__episodes-search{border:1px solid color-mix(in srgb, var(--color-border) 70%, transparent);background:color-mix(in srgb, var(--color-bg) 78%, transparent);min-width:0;height:2.35rem;color:var(--color-text-muted);border-radius:999px;flex:1;align-items:center;gap:.45rem;padding:0 .72rem;display:flex}.watch-modal__episodes-search-input{width:100%;min-width:0;color:var(--color-text);font:inherit;background:0 0;border:0;outline:0;font-size:.86rem}.watch-modal__episodes-search-input::placeholder{color:var(--color-text-muted)}.watch-modal__toolbar-actions{gap:.35rem;display:flex}.watch-modal__icon-action{border:1px solid color-mix(in srgb, var(--color-border) 70%, transparent);background:color-mix(in srgb, var(--color-bg) 78%, transparent);width:2.35rem;height:2.35rem;color:var(--color-text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s,border-color .2s,opacity .2s;display:inline-flex}.watch-modal__icon-action:hover:not(:disabled){background:color-mix(in srgb, var(--color-accent) 14%, var(--color-bg));border-color:color-mix(in srgb, var(--color-accent) 32%, var(--color-border))}.watch-modal__icon-action:disabled{opacity:.45;cursor:not-allowed}.watch-modal__options{position:relative}.watch-modal__options-menu{z-index:5;border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface) 96%, black);border-radius:14px;width:13.5rem;padding:.35rem;display:grid;position:absolute;top:calc(100% + .45rem);right:0;box-shadow:0 14px 34px #00000073}.watch-modal__options-menu button{color:var(--color-text);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:.58rem .65rem;font-size:.82rem}.watch-modal__options-menu button:hover:not(:disabled){background:var(--color-surface-hover)}.watch-modal__options-menu button:disabled{opacity:.45;cursor:not-allowed}.watch-modal__download-status{background:color-mix(in srgb, var(--color-accent) 9%, transparent);color:color-mix(in srgb, var(--color-text) 90%, white);border-radius:12px;padding:.52rem .7rem;font-size:.8rem}.watch-modal__episodes{grid-template-columns:repeat(auto-fill,minmax(5.8rem,1fr));gap:.5rem;display:grid}.watch-modal__episode-card{border:1px solid color-mix(in srgb, var(--color-border) 60%, transparent);background:color-mix(in srgb, var(--color-bg) 74%, transparent);min-height:5.6rem;color:var(--color-text);text-align:left;cursor:pointer;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.55rem;padding:.72rem;transition:background .2s,border-color .2s,transform .15s;display:flex;position:relative}.watch-modal__episode-card:hover{background:color-mix(in srgb, var(--color-surface-hover) 82%, white 3%);border-color:color-mix(in srgb, var(--color-accent) 25%, var(--color-border));transform:translateY(-1px)}.watch-modal__episode-card--active{border-color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, var(--color-bg))}.watch-modal__episode-card--watched .watch-modal__episode-num{color:var(--color-success)}.watch-modal__episode-card--watched .watch-modal__episode-mini:first-child{color:var(--color-success);border-color:color-mix(in srgb, var(--color-success) 35%, var(--color-border))}.watch-modal__episode-card--highlight{border-color:var(--color-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-accent) 26%, transparent)}.watch-modal__episode-main{width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;align-items:flex-start;gap:.55rem;padding:0;display:flex}.watch-modal__episode-num{font-size:1.05rem;font-weight:800;line-height:1}.watch-modal__episode-name{width:100%;min-height:1rem;color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.25;display:-webkit-box;overflow:hidden}.watch-modal__episode-actions{gap:.35rem;display:flex}.watch-modal__episode-mini{border:1px solid color-mix(in srgb, var(--color-border) 72%, transparent);background:color-mix(in srgb, var(--color-surface-hover) 70%, transparent);width:1.65rem;height:1.65rem;color:var(--color-text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s,border-color .2s;display:inline-flex}.watch-modal__episode-mini:hover{color:var(--color-text);background:color-mix(in srgb, var(--color-accent) 12%, var(--color-surface-hover))}.watch-modal__episode-mini--downloaded{color:var(--color-accent);border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border));background:color-mix(in srgb, var(--color-accent) 14%, transparent)}.watch-modal__episode-mini--downloaded:hover{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 22%, transparent)}.watch-modal__confirm{z-index:10;background:color-mix(in srgb, var(--color-surface) 88%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);justify-content:center;align-items:center;padding:1.25rem;display:flex;position:absolute;inset:0}.watch-modal__confirm-inner{border:1px solid var(--color-border);background:var(--color-surface);text-align:center;border-radius:18px;width:min(22rem,100%);padding:1.1rem}.watch-modal__confirm-title{font-size:.98rem;font-weight:700}.watch-modal__confirm-text{color:var(--color-text-muted);margin-top:.45rem;font-size:.86rem;line-height:1.45}.watch-modal__confirm-actions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.9rem;display:flex}.watch-modal__confirm-btn{font:inherit;cursor:pointer;border-radius:12px;padding:.55rem 1rem;font-size:.86rem}.watch-modal__confirm-btn--secondary{border:1px solid var(--color-border);background:var(--color-surface-hover);color:var(--color-text-muted)}.watch-modal__confirm-btn--primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}@media (width<=720px){.watch-modal{align-items:flex-end;padding:0}.watch-modal__panel{border-radius:24px 24px 0 0;width:100%;height:92vh;max-height:92vh;animation:.24s cubic-bezier(.16,1,.3,1) watch-sheet-in}.watch-modal__head{padding-top:1.2rem}.watch-modal__head:before{content:"";background:color-mix(in srgb, var(--color-text-muted) 45%, transparent);border-radius:999px;width:2.4rem;height:.25rem;position:absolute;top:.45rem;left:50%;transform:translate(-50%)}.watch-modal__variants,.watch-modal__episodes-view{padding:.8rem}.watch-modal__filters{gap:.35rem}.watch-modal__episodes{grid-template-columns:repeat(3,minmax(0,1fr))}.watch-modal__episodes-toolbar{align-items:stretch}}@media (width<=420px){.watch-modal__episodes{grid-template-columns:repeat(2,minmax(0,1fr))}}.app--player-window #app{max-height:100vh;padding:0}.view-watch{background:#000;flex-direction:column;height:100%;display:flex}.watch-page{flex-direction:column;flex:1;min-height:0;display:flex}.watch-page--chrome-hidden,.watch-page--chrome-hidden .watch-page__player-area,.watch-page--chrome-hidden .watch-page__iframe,.watch-page--chrome-hidden .watch-page__video,.watch-page--chrome-hidden .watch-page__upscale-canvas{cursor:none}.watch-page--anidesk .watch-page__player-wrap{background:#000;flex:1;width:100%;height:100%;min-height:200px;position:relative}.watch-page__player-wrap--cursor-hidden,.watch-page__player-wrap--cursor-hidden .watch-page__tap-overlay,.watch-page__player-wrap--cursor-hidden .watch-page__tap-layer{cursor:none}.watch-page__player-loading,.watch-page__player-error{color:#ffffffd9;z-index:5;font-size:.95rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.watch-page__player-error{flex-direction:column;align-items:center;gap:.75rem;display:flex}.watch-page__player-loading:after{content:"";border:3px solid var(--color-accent);border-bottom-color:#0000;border-radius:50%;width:28px;height:28px;margin-top:-14px;margin-left:-14px;animation:.8s linear infinite watch-spin;position:absolute;top:50%;left:50%}@keyframes watch-spin{to{transform:rotate(360deg)}}.watch-page__player-area{z-index:0;width:100%;height:100%;position:absolute;inset:0}.watch-page__iframe,.watch-page__video{object-fit:contain;border:none;width:100%;height:100%;display:block;position:absolute;inset:0}.watch-page__video{background:#000}.watch-page__debug-hud{z-index:50;color:#ffffffeb;pointer-events:none;white-space:pre-wrap;word-break:break-word;background:#000000c7;border:1px solid #ffffff24;border-radius:8px;max-width:min(440px,94vw);margin:0;padding:8px 10px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.62rem;line-height:1.4;position:absolute;top:90px;left:10px}.watch-page__upscale-canvas{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.watch-page__upscale-canvas[hidden]{display:none}.watch-page__video--hidden-for-upscale{visibility:hidden}.watch-page__lobby-wait{z-index:1;text-align:center;pointer-events:none;background:#000000c7;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex;position:absolute;inset:0}.watch-page__lobby-wait-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.watch-page__lobby-wait-avatar{object-fit:cover;border:2px solid #ffffff38;border-radius:50%;flex-shrink:0;width:44px;height:44px}.watch-page__lobby-wait-text,.watch-page__lobby-wait-title{color:#fffffff5;margin:0;font-size:1rem;font-weight:500}.watch-page__lobby-wait-hint{color:#ffffff9e;margin:0;font-size:.85rem}.watch-page__gui-overlay{z-index:2;pointer-events:none;opacity:1;visibility:visible;flex-direction:column;transition:opacity .35s,visibility .35s;display:flex;position:absolute;inset:0}.watch-page__gui-overlay:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#090909e6 0%,#0000 100%);height:120px;position:absolute;inset:0 0 auto}.watch-page__gui-overlay:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(#0000 0%,#090909e6 100%);height:160px;position:absolute;inset:auto 0 0}.watch-page__gui-overlay--hidden{opacity:0;visibility:hidden;pointer-events:none}.watch-page__top-bar,.watch-page__tap-layer,.watch-page__bottom-controls{pointer-events:auto;z-index:1;position:relative}.watch-page__top-bar{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px 0;display:flex}.watch-page__title-block{text-align:center;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;display:flex}.watch-page__title{color:#fff;text-shadow:0 1px 4px #000000e6;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;font-size:22px;font-weight:700;overflow:hidden}.watch-page__title-meta{color:#fff;text-shadow:0 1px 2px #000c;align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}.watch-page__title-sep{background:#fff;border-radius:50%;flex-shrink:0;width:4px;height:4px;display:inline-block}.watch-page__dub-hint{color:#fff9;text-shadow:0 1px 2px #0009;margin:2px 0 0;font-size:.75rem}.watch-page__ep-nav{color:#fff;cursor:pointer;white-space:nowrap;background:#1010108a;border:none;border-radius:44px;flex-shrink:0;align-items:center;gap:8px;height:40px;padding:0 20px;font-size:16px;font-weight:400;transition:background .2s;display:inline-flex}.watch-page__ep-nav:hover{background:#ffffff26}.watch-page__ep-nav-placeholder{pointer-events:none;flex-shrink:0;min-width:120px;height:40px}.watch-page__ep-nav--alt-next{flex-direction:row;align-items:center;gap:10px;height:auto;min-height:40px;padding:6px 14px 6px 18px}.watch-page__ep-nav--alt-prev{padding:6px 18px 6px 14px}.watch-page__ep-nav--alt-prev .watch-page__ep-nav-alt-inner{align-items:flex-start}.watch-page__ep-nav-alt-inner{flex-direction:column;align-items:flex-end;gap:2px;min-width:0;display:flex}.watch-page__ep-nav-main{font-weight:600;line-height:1.15}.watch-page__ep-nav-sub{color:#ffffffc7;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:.68rem;font-weight:400;line-height:1.15;overflow:hidden}.watch-page__tap-layer{cursor:pointer;flex:1;min-height:0}.watch-page__center-play{pointer-events:auto;transition:opacity .25s,visibility .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.watch-page__center-play--hidden{opacity:0;visibility:hidden;pointer-events:none}.watch-page__center-play-btn{cursor:pointer;color:#fff;background:#1010108a;border:none;border-radius:44px;justify-content:center;align-items:center;width:142px;height:142px;transition:background .2s,transform .15s;display:flex}.watch-page__center-play-btn:hover{background:#1e1e1eb8;transform:scale(1.04)}.watch-page--iframe-mode .watch-page__center-play{display:none}.watch-page__bottom-controls{flex-direction:column;flex-shrink:0;gap:10px;padding:0 16px 24px;display:flex}.watch-page__timeline-row{flex-direction:column;gap:6px;width:100%;display:flex}.watch-page__times{justify-content:space-between;align-items:center;display:flex}.watch-page__time-label{color:#fff;text-shadow:0 0 4px #1010108a;white-space:nowrap;border-radius:3px;padding:0 4px;font-size:16px;font-weight:700;line-height:20px}.watch-page__progress-wrap{cursor:pointer;width:100%;padding:4px 0}.watch-page__timeline{--progress-position:0%;--loaded-position:0%;background:#1010108a;border-radius:3px;width:100%;height:6px;position:relative;overflow:visible}.watch-page__timeline-loaded{height:100%;width:var(--loaded-position);pointer-events:none;background:#ffffff40;border-radius:3px;position:absolute;top:0;left:0}.watch-page__progress-bar{height:100%;width:var(--progress-position);background:var(--color-accent);pointer-events:none;border-radius:3px;transition:width .1s linear;position:absolute;top:0;left:0}.watch-page__timeline-dot{left:var(--progress-position);background:var(--color-accent);pointer-events:none;z-index:2;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 4px #00000040}.watch-page__btn-row{justify-content:space-between;align-items:center;gap:5px;display:flex;position:relative}.watch-page__btns-left,.watch-page__btns-right{align-items:center;gap:5px;display:flex}.watch-page__ctrl-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1010108a;border:none;border-radius:44px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;min-width:60px;height:40px;padding:0 20px;font-size:16px;font-weight:700;transition:background .2s;display:inline-flex}.watch-page__ctrl-btn svg{flex-shrink:0}.watch-page__ctrl-btn:hover{background:#ffffff26}.watch-page__ctrl-btn:not(.watch-page__ctrl-btn--text){min-width:60px;padding:0 20px}.watch-page__ctrl-btn--text{padding:0 20px}.watch-page__ctrl-btn--active{background:color-mix(in srgb, var(--color-accent) 30%, #1010108a)}.watch-page__ctrl-btn--upscale-on{color:var(--color-accent);background:#1010108a}.watch-page__ctrl-btn--upscale-on svg{filter:drop-shadow(0 0 4px var(--color-accent))}.watch-page__open-browser{color:var(--color-accent);border:1px solid var(--color-accent);cursor:pointer;background:0 0;border-radius:50px;padding:.5rem 1rem;font-size:.9rem;transition:background .2s,color .2s}.watch-page__open-browser:hover{background:color-mix(in srgb, var(--color-accent) 20%, transparent);color:var(--color-accent-hover)}.watch-page__vol-wrap{background:#1010108a;border-radius:44px;align-items:center;height:40px;transition:background .2s;display:flex;overflow:hidden}.watch-page__vol-wrap:hover{background:#1414149e}.watch-page__vol-wrap:hover .watch-page__vol-btn{background:#ffffff26;border-radius:20px;margin-right:12px}.watch-page__vol-wrap:hover .watch-page__vol-slider-wrap{opacity:1;max-width:100px;padding-right:24px}.watch-page__vol-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:40px;padding:0;transition:all .2s;display:inline-flex}.watch-page__vol-slider-wrap{opacity:0;align-items:center;max-width:0;padding-right:0;transition:max-width .25s,opacity .2s,padding .25s;display:flex}.watch-page__vol-slider{cursor:pointer;appearance:none;width:76px;height:4px;accent-color:var(--color-accent);background:#ffffff40;border-radius:2px;flex-shrink:0}.watch-page__vol-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 2px #0000004d}.watch-page__popover-anchor{align-items:center;display:flex;position:relative}.watch-page__float-panel{z-index:300;filter:drop-shadow(0 12px 40px #000c);transform-origin:100% 100%;flex-direction:column;align-items:stretch;width:min(340px,90vw);height:min(480px,70vh);min-height:min(480px,70vh);max-height:min(480px,70vh);display:flex;position:absolute;bottom:calc(100% + 12px);right:0}.watch-page__float-panel .watch-panel{border:1px solid #ffffff17;border-radius:12px;flex-direction:column;flex:1;width:100%;height:100%;min-height:0;max-height:none;display:flex;position:relative;top:auto;bottom:auto;right:auto;overflow:hidden}.watch-page__float-panel .watch-panel__loading{flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.watch-page__float-panel .watch-panel__scroll-page{flex:1;min-height:0;overflow:hidden}.watch-page__float-panel--settings{width:min(300px,90vw);height:auto;min-height:0;max-height:none}.watch-page__float-panel--settings .watch-panel{flex:none;height:auto;min-height:0;max-height:none}.watch-panel__settings-body{padding:4px 0 6px}.watch-panel__setting-row{border-bottom:1px solid #ffffff0d;flex-direction:column;gap:8px;padding:10px 14px;display:flex}.watch-panel__setting-row:last-child{border-bottom:none}.watch-panel__setting-row--toggle{flex-direction:row;justify-content:space-between;align-items:center}.watch-panel__setting-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:7px;font-size:.75rem;font-weight:600;display:flex}.watch-panel__setting-label svg{flex-shrink:0}.watch-panel__setting-chips{flex-wrap:wrap;gap:6px;display:flex}.watch-panel__chip{color:#ffffffa6;cursor:pointer;white-space:nowrap;background:#ffffff12;border:1px solid #ffffff1a;border-radius:13px;height:26px;padding:0 10px;font-size:.78rem;font-weight:500;line-height:1;transition:background .15s,border-color .15s,color .15s}.watch-panel__chip:hover{color:#fff;background:#ffffff21}.watch-panel__chip--active{background:var(--color-accent);border-color:var(--color-accent);color:#fff;font-weight:600}.watch-panel__toggle{cursor:pointer;background:#ffffff2e;border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .22s;position:relative}.watch-panel__toggle:after{content:"";background:#ffffffbf;border-radius:50%;width:14px;height:14px;transition:transform .22s,background .22s;position:absolute;top:3px;left:3px}.watch-panel__toggle--on{background:var(--color-accent)}.watch-panel__toggle--on:after{background:#fff;transform:translate(16px)}.watch-page__video--ratio{width:auto!important;height:100%!important;inset:0 auto 0 50%!important;overflow:hidden!important;transform:translate(-50%)!important}.watch-page__video--ratio-16-9{aspect-ratio:16/9}.watch-page__video--ratio-4-3{aspect-ratio:4/3}.watch-page__video--ratio-21-9{aspect-ratio:21/9}.watch-page__popover-panel{background:#121212f7;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;width:min(360px,90vw);max-height:min(420px,60vh);display:flex;overflow:hidden;box-shadow:0 8px 32px #0009}.watch-page__popover-panel--series{width:min(480px,92vw)}.watch-page__popover-head{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.watch-page__popover-title{color:#fffffff2;margin:0;font-size:.95rem;font-weight:600}.watch-page__popover-close{color:#ffffffa6;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,color .2s;display:flex;position:relative}.watch-page__popover-close:before,.watch-page__popover-close:after{content:"";background:currentColor;width:12px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.watch-page__popover-close:after{transform:translate(-50%,-50%)rotate(-45deg)}.watch-page__popover-close:hover{color:#fff;background:#ffffff1a}.watch-page__popover-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.watch-page__popover-page{--page-scrollbar-offset:2px;flex:1;min-height:0}.watch-page__popover-load{color:#ffffffb3;padding:16px 14px;font-size:.9rem}.watch-page__popover-list{flex-direction:column;gap:2px;padding:6px 8px;display:flex}.watch-page__popover-item{color:#fffffff2;text-align:left;cursor:pointer;background:#ffffff0f;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;font-size:.9rem;transition:background .2s;display:flex}.watch-page__popover-item:hover{background:#ffffff1f}.watch-page__popover-item--active{background:color-mix(in srgb, var(--color-accent) 30%, transparent);color:#fff}.watch-page__popover-item-text{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.watch-page__popover-check{color:var(--color-accent);flex-shrink:0;margin-left:8px}.watch-page__popover-watched{color:#fff9;flex-shrink:0;margin-left:6px;font-size:.85em}.watch-page__popover-search-wrap{flex-shrink:0;padding:8px 10px 4px}.watch-page__popover-search{color:#ffffffeb;box-sizing:border-box;background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;outline:none;width:100%;padding:7px 11px;font-size:.88rem;transition:border-color .18s}.watch-page__popover-search::placeholder{color:#ffffff52}.watch-page__popover-search:focus{border-color:#ffffff47}.watch-page__popover-ep-grid{grid-template-columns:repeat(auto-fill,minmax(52px,1fr));gap:4px;padding:6px 10px 10px;display:grid}.watch-page__popover-ep-cell{aspect-ratio:1;color:#ffffffe6;cursor:pointer;background:#ffffff12;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s;display:flex;position:relative}.watch-page__popover-ep-cell:hover{background:#ffffff24;border-color:#ffffff29}.watch-page__popover-ep-cell--active{background:color-mix(in srgb, var(--color-accent) 28%, transparent);border-color:color-mix(in srgb, var(--color-accent) 50%, transparent)}.watch-page__popover-ep-cell--active .watch-page__popover-ep-num{color:#fff;font-weight:700}.watch-page__popover-ep-cell--watched .watch-page__popover-ep-num{color:#ffffff6b}.watch-page__popover-ep-num{font-size:.88rem;font-weight:600;line-height:1;transition:color .15s}.watch-page__popover-ep-check{color:#ffffff7a;font-size:.58rem;line-height:1;position:absolute;top:2px;right:3px}@keyframes watch-popover-spin{to{transform:rotate(360deg)}}.watch-page__popover-spinner{border:2px solid #fff3;border-top-color:#ffffffd9;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.55s linear infinite watch-popover-spin}.watch-page__popover-item--loading{opacity:.8;cursor:default}.watch-panel-backdrop{z-index:190;background:#0006;position:absolute;inset:0}.watch-panel{z-index:200;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0c0c0cf5;border-left:1px solid #ffffff12;border-radius:0 0 5px;flex-direction:column;width:min(340px,90%);display:flex;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.watch-panel__header{border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 14px 12px;display:flex}.watch-panel__header-left{align-items:center;gap:8px;display:flex}.watch-panel__header-actions{align-items:center;gap:4px;display:flex}.watch-panel__title{color:#fff;font-size:1rem;font-weight:700}.watch-panel__icon-btn{cursor:pointer;color:#ffffff8c;background:0 0;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:flex}.watch-panel__icon-btn:hover{color:#fff;background:#ffffff1a}.watch-panel__icon-btn--active{color:#fff;background:#ffffff1f}.watch-panel__search-wrap{flex-shrink:0;padding:8px 12px 4px}.watch-panel__search{color:#fff;box-sizing:border-box;background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;outline:none;width:100%;padding:7px 12px;font-size:.875rem}.watch-panel__search::placeholder{color:#ffffff59}.watch-panel__search:focus{border-color:#ffffff40}.watch-panel__loading,.watch-panel__empty{color:#ffffff73;text-align:center;padding:24px 16px;font-size:.875rem}.watch-panel__scroll-page{flex:1;min-height:0}.watch-panel__scroll-page .page__scroll{padding:0!important}.watch-panel__ep-row{color:#ffffffbf;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:11px;width:100%;padding:11px 14px;font-size:.9rem;transition:background .15s;display:flex}.watch-panel__ep-row:hover{background:#ffffff0d}.watch-panel__ep-row--active{color:#fff;background:#ffffff12}.watch-panel__ep-row--active .watch-panel__ep-label{font-weight:600}.watch-panel__ep-icon{flex-shrink:0;align-items:center;display:flex}.watch-panel__ep-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.watch-panel__section{color:#fff6;text-transform:uppercase;letter-spacing:.07em;padding:10px 14px 5px;font-size:.7rem;font-weight:700}.watch-panel__dub-row{color:#fffc;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 14px;font-size:.875rem;transition:background .15s;display:flex}.watch-panel__dub-row:hover{background:#ffffff0d}.watch-panel__dub-row--active{background:#ffffff12}.watch-panel__dub-row--active .watch-panel__dub-name{color:#fff;font-weight:600}.watch-panel__dub-av{background:#ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.watch-panel__dub-img{object-fit:cover;width:100%;height:100%}.watch-panel__dub-av-placeholder{color:#fff9;font-size:1rem;font-weight:700}.watch-panel__dub-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.watch-panel__dub-name{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.watch-panel__dub-meta{color:#ffffff73;font-size:.72rem}.watch-panel__dub-views{color:#ffffff8c;text-align:right;flex-shrink:0;min-width:28px;font-size:.78rem;font-weight:600}.watch-panel__dub-eye{color:#ffffff59;flex-shrink:0}.watch-lobby-panel{z-index:101;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:absolute;bottom:120px;left:16px}.watch-lobby-panel[hidden]{display:none!important}.watch-lobby-panel__avatars{flex-direction:row;align-items:center;display:flex}.watch-lobby-avatar{background:color-mix(in srgb, var(--color-accent) 65%, transparent);color:#fff;text-shadow:0 1px 2px #00000080;border:2px solid #0000008c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-7px;font-size:13px;font-weight:700;animation:.35s cubic-bezier(.34,1.56,.64,1) both lobby-av-enter;display:flex;overflow:hidden}.watch-lobby-avatar:first-child{margin-left:0}.watch-lobby-avatar--more{letter-spacing:-.5px;background:#ffffff24;font-size:11px}.watch-lobby-avatar__img{object-fit:cover;width:100%;height:100%;display:block}@keyframes lobby-av-enter{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.watch-lobby-panel__log{flex-direction:column;gap:4px;display:flex}.watch-lobby-log__entry{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffe0;white-space:nowrap;opacity:1;background:#0000009e;border-radius:20px;align-items:center;gap:5px;max-width:240px;padding:5px 11px;font-size:12px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);display:inline-flex;overflow:hidden;transform:translate(0)}.watch-lobby-log__entry--entering{opacity:0;transform:translate(-14px)}.watch-lobby-log__entry--leaving{opacity:0;transform:translate(-10px)}.watch-lobby-log__name{color:var(--color-accent);text-overflow:ellipsis;flex-shrink:0;max-width:80px;font-weight:600;overflow:hidden}.watch-lobby-log__action{color:#ffffffc7;text-overflow:ellipsis;overflow:hidden}.watch-page__icon-btn--upscale-active{color:var(--color-accent)!important;border-color:var(--color-accent)!important;background:#0000008c!important}.watch-page__icon-btn--upscale-active svg{filter:drop-shadow(0 0 4px var(--color-accent))}.watch-page__progress-wrap--locked{pointer-events:none;cursor:default;opacity:.7}.cinema-room{z-index:34;color:#f3f3f3;pointer-events:auto;isolation:isolate;background:#0b0b0b;border:1px solid #ffffff2e;border-radius:6px;flex-direction:column;width:min(320px,30vw);display:flex;position:absolute;top:62px;bottom:92px;right:12px;overflow:hidden}.cinema-room__header{border-bottom:1px solid #ffffff1f;align-items:stretch;min-height:52px;padding:0 8px;display:flex}.cinema-room__tab{color:#929292;font:inherit;cursor:pointer;background:0 0;border:0;padding:0 10px;font-size:13px;font-weight:700;position:relative}.cinema-room__tab.active{color:#fff}.cinema-room__tab.active:after{content:"";background:#fff;height:2px;position:absolute;bottom:0;left:10px;right:10px}.cinema-room__tab span{color:#777;margin-left:4px}.cinema-room__leave,.cinema-room__close{color:#aaa;cursor:pointer;background:0 0;border:0;width:38px}.cinema-room__leave{margin-left:auto}.cinema-room__leave:disabled{opacity:.4;cursor:wait}.cinema-room__leave:hover:not(:disabled),.cinema-room__close:hover{color:#fff}.cinema-room__leave svg,.cinema-room__close svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:18px}.cinema-room__messages,.cinema-room__participants{flex:1;min-height:0;padding:14px;overflow-y:auto}.cinema-room__empty{color:#777;place-items:center;min-height:100%;font-size:13px;display:grid}.cinema-room__message{margin-bottom:14px}.cinema-room__message-meta{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.cinema-room__message-meta strong{font-size:12px}.cinema-room__message.mine .cinema-room__message-meta strong{color:#cfcfcf}.cinema-room__message-meta time{color:#666;font-size:10px}.cinema-room__message p{color:#ddd;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.45}.cinema-room__composer{border-top:1px solid #ffffff1f;grid-template-columns:1fr 38px;gap:8px;padding:10px;display:grid}.cinema-room__composer textarea{resize:none;box-sizing:border-box;color:#fff;min-height:38px;max-height:96px;font:inherit;background:#111;border:1px solid #3a3a3a;border-radius:6px;outline:none;padding:9px 10px;font-size:13px}.cinema-room__composer textarea:focus{border-color:#777}.cinema-room__composer button{color:#090909;cursor:pointer;background:#eee;border:0;border-radius:6px;place-items:center;display:grid}.cinema-room__composer button:disabled{opacity:.35;cursor:default}.cinema-room__composer svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:17px}.cinema-room__composer-error{color:#aaa;margin:-4px 10px 8px;font-size:11px}.cinema-room__participant{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;min-height:48px;display:flex}.cinema-room__avatar{color:#ddd;background:#242424;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:grid;overflow:hidden}.cinema-room__avatar img{object-fit:cover;width:100%;height:100%}.cinema-room__participant-copy{gap:2px;min-width:0;display:grid}.cinema-room__participant-copy strong{text-overflow:ellipsis;font-size:12px;overflow:hidden}.cinema-room__participant-copy small{color:#777;font-size:10px}.cinema-room__participant-actions{gap:4px;margin-left:auto;display:flex}.cinema-room__participant-actions button{color:#bbb;cursor:pointer;background:#111;border:1px solid #373737;border-radius:5px;place-items:center;width:30px;height:30px;padding:0;display:grid}.cinema-room__participant-actions button:hover{color:#fff;border-color:#666}.cinema-room__participant-actions svg{fill:none;stroke:currentColor;stroke-width:1.6px;width:14px}.cinema-room-toggle{z-index:34;color:#fff;cursor:pointer;background:#0a0a0af0;border:1px solid #444;border-radius:6px;justify-content:center;align-items:center;gap:5px;min-width:42px;height:38px;display:flex;position:absolute;top:68px;right:14px}.cinema-room-toggle svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:17px}.cinema-room-toggle span{font-size:10px}@media (width<=700px){.cinema-room{top:auto;left:8px;right:8px;bottom:calc(74px + env(safe-area-inset-bottom));width:auto;height:min(38vh,320px);position:fixed}.cinema-room__header{min-height:44px}.cinema-room__messages,.cinema-room__participants{padding:10px 14px}.cinema-room-toggle{position:fixed;top:auto;bottom:76px;right:12px}}@media (width<=640px){.watch-page__top-bar{align-items:flex-start;gap:6px;padding:10px 10px 0}.watch-page__title{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;display:-webkit-box}.watch-page__title-meta{gap:5px;font-size:.78rem}.watch-page__dub-hint{font-size:.68rem}.watch-page__ep-nav,.watch-page__ep-nav--alt-next,.watch-page__ep-nav--alt-prev{justify-content:center;width:44px;min-width:44px;min-height:40px;padding:0}.watch-page__ep-nav-alt-inner{display:none}.watch-page__ep-nav-placeholder{width:44px;min-width:44px}.watch-page__bottom-controls{padding:0 10px calc(12px + env(safe-area-inset-bottom));gap:7px}.watch-page__time-label{font-size:.78rem}.watch-page__btn-row,.watch-page__btns-left,.watch-page__btns-right{gap:4px}.watch-page__ctrl-btn,.watch-page__ctrl-btn:not(.watch-page__ctrl-btn--text),.watch-page__vol-btn{width:44px;min-width:44px;height:40px;padding:0}.watch-page__vol-wrap{width:44px;height:40px}.watch-page__vol-wrap:hover .watch-page__vol-slider-wrap{display:none}.watch-page__ctrl-btn--text{max-width:44px;overflow:hidden}.watch-page__center-play-btn{border-radius:38px;width:76px;height:76px}.watch-page__float-panel,.watch-page__popover-panel{max-width:calc(100vw - 20px)}}.view-uikit{width:100%;max-width:56rem;margin:0 auto;padding-bottom:3rem}.uikit-header{margin-bottom:2.5rem}.uikit-title{margin:0 0 .35rem;font-size:2rem;font-weight:700}.uikit-desc{color:var(--color-text-muted);margin:0;font-size:1rem}.uikit-section{margin-bottom:2.5rem}.uikit-section:last-child{margin-bottom:0}.uikit-section__title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .35rem;font-size:1.25rem;font-weight:600}.uikit-section__desc{color:var(--color-text-muted);margin:0 0 1rem;font-size:.9rem}.uikit-catalog-cards{flex-direction:column;gap:1rem;max-width:100%;display:flex}.uikit-dots-menu-demo{flex-wrap:wrap;gap:1rem;display:flex}.uikit-rating-demo{margin-bottom:.75rem}.uikit-rating-demo__control{color:var(--color-text-muted);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.uikit-rating-demo__control span:first-child{min-width:7rem}.uikit-rating-demo__control input[type=range]{flex:1}.uikit-rating-demo__value{font-variant-numeric:tabular-nums;text-align:right;min-width:3.2rem;color:var(--color-text)}.uikit-tooltip-demo{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.uikit-tooltip-trigger{position:relative}.uikit-colors{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;display:grid}.uikit-color{aspect-ratio:1;border:1px solid var(--color-border);text-transform:uppercase;color:#ffffffe6;text-shadow:0 0 2px #00000080;border-radius:6px;justify-content:center;align-items:flex-end;padding:.5rem;font-size:.7rem;font-weight:600;display:flex}.uikit-color span{opacity:.95}.uikit-color--bg{background:var(--color-bg);color:var(--color-text)}.uikit-color--surface{background:var(--color-surface)}.uikit-color--surface-hover{background:var(--color-surface-hover)}.uikit-color--border{background:var(--color-border)}.uikit-color--text{background:var(--color-text)}.uikit-color--text-muted{background:var(--color-text-muted)}.uikit-color--accent{background:var(--color-accent)}.uikit-color--success{background:var(--color-success)}.uikit-color--error{background:var(--color-error)}.uikit-typo{flex-direction:column;gap:.75rem;display:flex}.uikit-typo__h1{margin:0;font-size:2rem;font-weight:700}.uikit-typo__h2{margin:0;font-size:1.5rem;font-weight:600}.uikit-typo__h3{margin:0;font-size:1.25rem;font-weight:600}.uikit-typo__body{margin:0;font-size:1rem;line-height:1.5}.uikit-typo__muted{color:var(--color-text-muted);margin:0;font-size:.95rem}.uikit-typo__small{color:var(--color-text-muted);margin:0;font-size:.9rem}.uikit-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.uikit-form-demo{flex-direction:column;gap:1.25rem;max-width:22rem;display:flex}.uikit-input--error{border-color:var(--color-error)!important}.uikit-links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.uikit-link{color:var(--color-accent);font-size:.95rem;text-decoration:none}.uikit-link:hover{text-decoration:underline}.uikit-cards{max-width:100%}.uikit-collections{grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));gap:1.1rem 1rem;max-width:42rem;display:grid}.uikit-franchise{max-width:32rem}.uikit-spacing{flex-wrap:wrap;gap:1rem;display:flex}.uikit-box{background:var(--color-surface);border:1px solid var(--color-border);width:80px;height:80px;color:var(--color-text-muted);text-align:center;justify-content:center;align-items:center;padding:.5rem;font-size:.75rem;display:flex}.uikit-box--sm{border-radius:4px}.uikit-box--md{border-radius:6px}.uikit-box--lg{border-radius:8px}.uikit-comments-demo{flex-direction:column;gap:0;min-width:0;max-width:100%;display:flex}.uikit-comments-demo__item{border-bottom:1px solid var(--color-border);padding:.75rem 0}.uikit-comments-demo__item:last-child{border-bottom:none;padding-bottom:0}.uikit-comments-demo__label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 .35rem;font-size:.75rem;font-weight:600}.uikit-states{flex-direction:column;gap:.5rem;display:flex}.uikit-states .feed-loading,.uikit-states .feed-empty,.uikit-states .feed-error{margin:0;padding:.75rem 0}.anix-comments{grid-template-columns:minmax(0,1fr);width:100%;min-width:0;max-width:100%;margin-top:1rem;display:grid;overflow:visible}.anix-comments__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.anix-comments__heading{min-width:0}.anix-comments__title{color:var(--color-text);margin:0;font-size:1.125rem;font-weight:600}.anix-comments__subtitle{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.875rem}.anix-comments__show-all{color:var(--color-text);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.875rem;font-weight:500;transition:opacity .2s}.anix-comments__show-all:hover{opacity:.8}.anix-comments__composer{margin-bottom:1.25rem}.anix-comments__composer .anix-comment-composer{border-top:none;margin-top:0;padding-top:0}.anix-comments__list{flex-direction:column;gap:0;min-width:0;max-width:100%;display:flex}.anix-comment-wrap{min-width:0;max-width:100%;position:relative}.anix-comment-wrap--nested{margin-left:3.25rem;padding-left:.65rem}.anix-comment-wrap__rail{background:color-mix(in srgb, var(--color-border) 85%, transparent);pointer-events:none;border-radius:999px;width:2px;position:absolute;top:0;bottom:0;left:calc(1.125rem - 1px)}.anix-comment-wrap__loading{color:var(--color-text-muted);padding:.5rem 0 .75rem 3rem;font-size:.875rem}.anix-comment-wrap__reply{min-width:0;margin:-.15rem 0 .85rem 3.475rem}.anix-comment-wrap__reply .anix-comment-composer{border-top:none;margin-top:0;padding-top:0}.anix-comment-wrap--nested .anix-comment-wrap__reply{margin-left:3.1rem}.anix-comment{grid-template-columns:auto minmax(0,1fr);gap:.75rem .85rem;min-width:0;max-width:100%;padding:1rem 0;display:grid}.anix-comment--nested{grid-template-columns:auto minmax(0,1fr)}.anix-comment--nested .anix-comment__avatar{width:2.25rem;height:2.25rem}.anix-comment--with-thread{grid-template-rows:auto auto;grid-template-columns:2.625rem minmax(0,1fr);gap:0 .85rem}.anix-comment--with-thread .anix-comment__avatar{grid-area:1/1}.anix-comment--with-thread .anix-comment__main{grid-area:1/2}.anix-comment--with-thread .anix-comment__thread-stem{background:color-mix(in srgb, var(--color-border) 85%, transparent);border-radius:999px;grid-area:1/1;place-self:stretch center;width:2px;min-height:.35rem;margin-top:2.625rem;display:block}.anix-comment--with-thread .anix-comment__replies-row{grid-area:2/1/auto/-1;grid-template-columns:2.625rem minmax(0,1fr);align-items:center;column-gap:.85rem;min-height:1.75rem;display:grid;position:relative}.anix-comment--with-thread .anix-comment__replies-row:before{content:"";background:color-mix(in srgb, var(--color-border) 85%, transparent);pointer-events:none;width:2px;position:absolute;top:0;bottom:70%;left:calc(1.3125rem - 1px)}.anix-comment--with-thread .anix-comment__thread-elbow{box-sizing:border-box;border-left:2px solid color-mix(in srgb, var(--color-border) 85%, transparent);border-bottom:2px solid color-mix(in srgb, var(--color-border) 85%, transparent);border-bottom-left-radius:8px;grid-column:1;justify-self:start;width:calc(50% + .85rem);height:.55rem;margin-left:calc(50% - 1px);display:block;transform:translateY(-30%)}.anix-comment--with-thread .anix-comment__replies{grid-column:2;margin-top:0}.anix-comment--nested.anix-comment--with-thread{grid-template-columns:2.25rem minmax(0,1fr)}.anix-comment--nested.anix-comment--with-thread .anix-comment__thread-stem{margin-top:2.25rem}.anix-comment--nested.anix-comment--with-thread .anix-comment__replies-row{grid-template-columns:2.25rem minmax(0,1fr)}.anix-comment--nested.anix-comment--with-thread .anix-comment__replies-row:before{left:calc(1.125rem - 1px)}.anix-comment__avatar{background:var(--color-surface-hover);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:2.625rem;height:2.625rem;padding:0;overflow:hidden}.anix-comment__avatar-fallback{width:100%;height:100%;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex}.anix-comment__main{overflow-wrap:anywhere;min-width:0;max-width:100%}.anix-comment__head{flex-wrap:wrap;align-items:center;gap:.35rem .5rem;display:flex}.anix-comment__author{font:inherit;color:var(--color-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.9375rem;font-weight:600;display:inline-flex}.anix-comment__author:hover{opacity:.85}.anix-comment__badge{object-fit:contain;flex-shrink:0;width:1rem;height:1rem}.anix-comment__time{color:var(--color-text-muted);font-size:.8125rem}.anix-comment__edited{color:var(--color-text-muted);opacity:.75;align-items:center;display:inline-flex}.anix-comment__context{color:var(--color-text-muted);margin-top:.2rem;font-size:.8125rem}.anix-comment__body{color:var(--color-text);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-width:100%;margin-top:.55rem;font-size:.9375rem;line-height:1.5}.anix-comment__spoiler{background:color-mix(in srgb, var(--color-surface-hover) 88%, var(--color-border));width:100%;color:var(--color-text-muted);font:inherit;text-align:center;cursor:pointer;border:none;border-radius:8px;margin-top:.55rem;padding:.85rem 1rem;font-size:.875rem;line-height:1.45;transition:background .2s,color .2s;display:block}.anix-comment__spoiler:hover{background:color-mix(in srgb, var(--color-surface-hover) 70%, var(--color-border));color:var(--color-text)}.anix-comment__hide-spoiler{color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border:none;margin-top:.45rem;padding:0;font-size:.8125rem;display:inline-block}.anix-comment__hide-spoiler:hover{color:var(--color-text)}.anix-comment__deleted{color:var(--color-text-muted);margin-top:.55rem;font-size:.875rem;font-style:italic}.anix-comment__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;min-width:0;margin-top:.65rem;display:flex}.anix-comment__footer-start{flex-wrap:wrap;align-items:center;gap:.75rem;min-width:0;display:flex}.anix-comment__edit{margin-top:.55rem}.anix-comment__reply{color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;transition:color .2s}.anix-comment__reply:hover{color:var(--color-text)}.anix-comment__reply--danger:hover{color:var(--color-accent)}.anix-comment__replies{color:var(--color-text);font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-top:0;padding:0;font-size:.875rem;font-weight:600;display:inline-flex}.anix-comment__replies:hover{opacity:.85}.anix-comment-vote{flex-shrink:0;align-items:center;gap:.15rem;display:inline-flex}.anix-comment-vote__btn{width:1.75rem;height:1.75rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s;display:inline-flex}.anix-comment-vote__btn:hover{color:var(--color-text);background:color-mix(in srgb, var(--color-surface-hover) 65%, transparent)}.anix-comment-vote__btn--active-up{color:var(--color-success)}.anix-comment-vote__btn--active-down{color:var(--color-error)}.anix-comment-vote__count{text-align:center;font-variant-numeric:tabular-nums;min-width:1.75rem;font-size:.875rem;font-weight:600}.anix-comment-vote__count--positive{color:var(--color-success)}.anix-comment-vote__count--negative{color:var(--color-error)}.anix-comment-vote__count--neutral{color:var(--color-text-muted)}.anix-comment-composer{border-top:1px solid var(--color-border);margin-top:1.5rem;padding-top:1rem;overflow:visible}.anix-comment-composer__field{flex:1;min-width:0;overflow:visible}.anix-comment-composer__label{color:var(--color-text-muted);margin-bottom:.65rem;font-size:.875rem;display:block}.anix-comment-composer__row{align-items:flex-end;gap:.75rem;display:flex}.anix-comment-composer__rules-trigger{display:inline-flex;position:relative}.anix-comment-composer__rules-trigger:hover .anix-comment-composer__tool,.anix-comment-composer__rules-trigger:focus-within .anix-comment-composer__tool{color:var(--color-text)}.anix-comment-composer__rules-trigger:hover .comment-rules-popover,.anix-comment-composer__rules-trigger:focus-within .comment-rules-popover,.anix-comment-composer__rules-trigger .comment-rules-popover:hover{opacity:1;visibility:visible;pointer-events:auto}.comment-rules-popover{pointer-events:none;white-space:normal;text-align:left;z-index:200;width:min(26rem,100vw - 2rem);max-width:min(26rem,100vw - 2rem);margin-bottom:.5rem;padding:0;inset:auto auto 100% 0;transform:none}.comment-rules-popover__inner{padding:.85rem 1rem .95rem;display:block}.comment-rules-popover__heading{color:var(--color-text);margin:0 0 .5rem;font-size:.875rem;font-weight:600}.comment-rules-popover__list{margin:0;padding:0;list-style:none}.comment-rules-popover__list li{color:var(--color-text-muted);margin-bottom:.35rem;padding-left:.85rem;font-size:.8125rem;line-height:1.45;position:relative}.comment-rules-popover__list li:last-child{margin-bottom:0}.comment-rules-popover__list li:before{content:"–";position:absolute;left:0}.comment-rules-popover__footer{color:var(--color-text-muted);margin:.65rem 0 0;font-size:.75rem;line-height:1.45}.anix-comment-composer__textarea{border:1px solid var(--color-border);background:var(--color-surface-hover);width:100%;min-height:2.75rem;max-height:10rem;color:var(--color-text);font:inherit;resize:vertical;border-radius:8px;padding:.65rem .85rem;font-size:.9375rem;line-height:1.45;display:block}.anix-comment-composer__textarea::placeholder{color:var(--color-text-muted)}.anix-comment-composer__textarea:focus{border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border));outline:none}.anix-comment-composer__error{color:var(--color-error);margin:.45rem 0 0;font-size:.8125rem;line-height:1.35}.anix-comment-composer__tools{flex-wrap:wrap;gap:.5rem;margin-top:.65rem;display:flex}.anix-comment-composer__tool{background:var(--color-surface-hover);color:var(--color-text-muted);font:inherit;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.8125rem;transition:color .2s,background .2s;display:inline-flex}.anix-comment-composer__tool:hover{color:var(--color-text)}.anix-comment-composer__tool--active{color:var(--color-text);background:color-mix(in srgb, var(--color-accent) 18%, var(--color-surface-hover))}.anix-comment-composer__submit{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:0;transition:opacity .2s,transform .2s;display:inline-flex}.anix-comment-composer__submit:hover:not(:disabled){opacity:.9}.anix-comment-composer__submit:disabled{opacity:.45;cursor:default}.anix-comment-composer__submit:active:not(:disabled){transform:scale(.96)}.anix-comments__empty{text-align:center;color:var(--color-text-muted);padding:1.5rem 0;font-size:.9375rem}.anix-comments-page{flex-direction:column;flex:1;width:100%;min-width:0;max-width:42rem;min-height:0;margin:0 auto;display:flex}.anix-comments--dock-layout{flex-direction:column;flex:1;width:100%;min-height:0;margin-top:0;display:flex}.anix-comments__scroll-body{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;overflow:clip auto}.anix-comments__scroll-body::-webkit-scrollbar{width:0;height:0;display:none}.anix-comments__dock{z-index:20;border-top:1px solid var(--color-border);background:var(--color-bg);flex-shrink:0;padding:.75rem 0 0}.anix-comments__dock .anix-comment-composer{border-top:none;margin-top:0;padding-top:0}.anix-comments-page--dock-fallback{min-height:100%}.anix-comments-page-head{z-index:15;border-bottom:1px solid var(--color-border);background:var(--color-bg);box-shadow:0 6px 16px color-mix(in srgb, var(--color-bg) 55%, transparent);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.75rem;margin:-.15rem 0 1rem;padding:.15rem 0 .85rem;display:grid;position:sticky;top:0}.anix-comments-page-head__back{border:1px solid var(--color-border);background:var(--color-surface-hover);width:2.5rem;height:2.5rem;color:var(--color-text);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;padding:0;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.anix-comments-page-head__back:hover{background:color-mix(in srgb, var(--color-surface-hover) 70%, var(--color-border));color:var(--color-text)}.anix-comments-page-head__back:active{transform:scale(.97)}.anix-comments-page-head__body{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.85rem 1rem;min-width:0;display:flex}.anix-comments-page-head__text{flex:1;min-width:0}.anix-comments-page-head__title{color:var(--color-text);margin:0;font-size:1.375rem;font-weight:700;line-height:1.2}.anix-comments-page-head__subtitle{font:inherit;color:var(--color-text-muted);text-align:left;background:0 0;border:none;margin:.3rem 0 0;padding:0;font-size:.875rem;line-height:1.35}.anix-comments-page-head__subtitle--link{cursor:pointer;transition:color .2s}.anix-comments-page-head__subtitle--link:hover{color:var(--color-text)}.anix-comments-page__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.anix-comments-page__header-text{flex:1;min-width:0}.anix-comments-toolbar{justify-content:space-between;align-items:center;gap:1rem;min-width:0;margin-bottom:.75rem;display:flex}.anix-comments-toolbar--header{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.35rem;margin-bottom:0}.anix-comments-toolbar--page{flex-direction:row;flex-shrink:0;align-items:center;gap:.65rem;margin-bottom:0;padding-top:.15rem}.anix-comments-toolbar--page .anix-comments-toolbar__count{color:var(--color-text-muted);font-size:.8125rem;font-weight:500}.anix-comments-toolbar--page .anix-comments-toolbar__select{min-width:2.5rem}.anix-comments-toolbar__count{color:var(--color-text);white-space:nowrap;font-size:.9375rem;font-weight:600}.anix-comments-toolbar__select{min-width:10.5rem}.anix-comments-replies-page__parent{border-bottom:1px solid var(--color-border);margin-bottom:.25rem;padding-bottom:.25rem}.anix-comments-page__load-more{background:var(--color-surface-hover);width:100%;color:var(--color-text-muted);font:inherit;cursor:pointer;border:none;border-radius:6px;margin-top:.5rem;padding:.75rem;font-size:.875rem;display:block}.anix-comments-page__load-more:hover:not(:disabled){color:var(--color-text)}.anix-comments-page__load-more:disabled{opacity:.6;cursor:default}.anix-comments__load-sentinel{justify-content:center;align-items:center;min-height:2.75rem;padding:.75rem 0 1rem;display:flex}.anix-comments__load-status{color:var(--color-text-muted);font-size:.875rem}@media (width<=640px){.anix-comment-wrap--nested{margin-left:2.35rem;padding-left:.65rem}}@media (width<=480px){.anix-comment-wrap--nested{margin-left:1.5rem;padding-left:.35rem}}.poster-image__fallback{background:var(--color-surface-hover);width:100%;height:100%;min-height:100%;display:block}img.poster-image--loaded{opacity:1}.view-overview{width:100%}.overview-page{flex-direction:column;gap:1rem;min-width:0;padding:0 0 2rem;display:flex}.overview-page__content{flex-direction:column;gap:1.35rem;width:100%;min-width:0;max-width:56rem;margin:0 auto;display:flex}.overview-hero{width:100%;min-width:0;max-width:56rem;margin-inline:auto;position:relative}.overview-hero__stage{aspect-ratio:16/9;background:var(--color-surface-hover);isolation:isolate;border-radius:14px;width:100%;min-height:22rem;max-height:min(80vh,52rem);position:relative;overflow:hidden}.overview-hero__stage--transitioning .hero-media__pool{transition-duration:.2s}.overview-hero__stage--crossfade .hero-media__poster,.overview-hero__stage--crossfade .hero-media__pool,.overview-hero__stage--crossfade .hero-media__canvas{transition-duration:.48s;transition-timing-function:ease-in-out}.overview-hero__stage--playback:not(:hover) .overview-hero__actions{opacity:0;pointer-events:none;max-height:0;margin-top:0;transform:none}.overview-hero__stage--playback:not(:hover) .overview-hero__content{padding-bottom:1.25rem}.overview-hero__stage--playback:hover .overview-hero__actions{opacity:1;pointer-events:auto;max-height:3.5rem;margin-top:.35rem;transform:none}.hero-media{z-index:0;transition:opacity .35s;position:absolute;inset:0;overflow:hidden}.hero-media__skeleton{z-index:0;opacity:0;pointer-events:none;background:linear-gradient(135deg, color-mix(in srgb, var(--color-surface-hover) 92%, var(--color-bg)), color-mix(in srgb, var(--color-border) 55%, var(--color-surface-hover)));transition:opacity .28s;position:absolute;inset:0}.hero-media__skeleton:after{content:"";background:linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--color-border) 45%, transparent) 42%, transparent 84%);opacity:.65;background-size:200% 100%;animation:1.35s ease-in-out infinite overview-skeleton-shimmer;position:absolute;inset:0}.hero-media__skeleton--visible{opacity:1}.hero-media__poster-layer{transition:opacity .32s;position:absolute;inset:0}.hero-media__poster-layer--outgoing{z-index:1}.hero-media__poster-layer--incoming{z-index:2}.hero-media__poster-layer--incoming:not(.hero-media__poster--ready){animation:none}.hero-media__poster-layer--incoming.hero-media__poster--ready{animation:.4s forwards hero-poster-in}@keyframes hero-poster-out{0%{opacity:1}to{opacity:0}}@keyframes hero-poster-in{0%{opacity:0}to{opacity:1}}.hero-media__poster{object-fit:cover;object-position:center 20%;opacity:0;filter:contrast(1.04)saturate(1.06);image-rendering:auto;width:100%;height:100%;transition:opacity .4s;display:block;position:absolute;inset:0}.hero-media__poster--ready{opacity:1}.hero-media__poster--placeholder{background:linear-gradient(135deg, var(--color-surface-hover), var(--color-surface));opacity:1}.hero-media__poster--hidden,.hero-media__poster--upscaled{pointer-events:none;opacity:0!important}.hero-media__video{object-fit:cover;object-position:center;opacity:0;pointer-events:none;will-change:opacity;background:#000;width:100%;height:100%;position:absolute;inset:0}.hero-media__video--upscaled{opacity:0!important}.hero-media__pool{z-index:2;opacity:0;transition:opacity .4s;position:absolute;inset:0;overflow:hidden}.hero-media__pool--visible,.hero-media__pool--visible .hero-media__custom-video{opacity:1}.hero-media__pool .hero-media__video--pool{transition:opacity .35s}.hero-media__canvas{object-fit:cover;object-position:center;pointer-events:none;z-index:3;opacity:0;width:100%;height:100%;margin:auto;transition:opacity .35s;position:absolute;inset:0}.hero-media__canvas--visible{opacity:1}.hero-media__canvas--poster{z-index:1}.overview-hero__chrome{z-index:20;pointer-events:none;position:absolute;inset:0;transform:translateZ(0)}.overview-hero__shade{z-index:0;pointer-events:none;background:linear-gradient(90deg,#000000b8 0%,#00000047 42%,#00000014 100%),linear-gradient(#0000 55%,#0000008c 100%);position:absolute;inset:0}.overview-hero__content-wrap{z-index:1;min-height:8rem;position:absolute;bottom:0;left:0;right:0}.overview-hero__content{z-index:1;pointer-events:auto;flex-direction:column;gap:.55rem;max-width:34rem;padding:1.35rem 1.5rem 1.65rem;transition:padding-bottom .28s;display:flex;position:absolute;bottom:0;left:0;right:0}.overview-hero__title{text-shadow:0 2px 18px #00000073;margin:0;font-size:clamp(1.35rem,2.2vw,2rem);font-weight:700;line-height:1.15}.overview-hero__desc{color:color-mix(in srgb, var(--color-text) 88%, white);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.45;display:-webkit-box;overflow:hidden}.overview-hero__actions{flex-wrap:wrap;gap:.55rem;max-height:3.5rem;margin-top:.35rem;transition:opacity .28s,max-height .28s,margin-top .28s;display:flex;overflow:hidden}.overview-hero__btn{font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s,color .2s,transform .15s;display:inline-flex}.overview-hero__btn:active:not(:disabled){transform:translateY(0)}.overview-hero__btn--primary{color:#fff;background:var(--color-accent);box-shadow:0 4px 14px color-mix(in srgb, var(--color-accent) 28%, transparent);border:none}.overview-hero__btn--primary:hover:not(:disabled){background:var(--color-accent-hover)}.overview-hero__btn--ghost{color:var(--color-text);background:color-mix(in srgb, var(--color-surface-hover) 72%, #00000073);border:1px solid color-mix(in srgb, var(--color-border) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.overview-hero__btn--ghost:hover:not(:disabled){background:color-mix(in srgb, var(--color-border) 58%, #0006);border-color:var(--color-text-muted)}.overview-hero__btn-icon{display:inline-flex}.overview-hero__arrow{color:#fff;cursor:pointer;opacity:0;pointer-events:auto;background:#00000059;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;transition:opacity .2s,background .2s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.overview-hero:hover .overview-hero__arrow{opacity:1}.overview-hero__arrow:hover{background:#0000008c}.overview-hero__arrow--left{left:.85rem}.overview-hero__arrow--right{right:.85rem}.overview-hero__dots{pointer-events:auto;justify-content:center;gap:.35rem;display:flex}.overview-hero__dot{cursor:pointer;background:#ffffff59;border:none;border-radius:999px;width:.4rem;height:.4rem;padding:0;transition:width .2s,background .2s}.overview-hero__dot--active{background:#fff;width:1rem}.overview-hero__media-controls{pointer-events:auto;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex;position:absolute;bottom:.85rem;right:.65rem}.overview-hero__media-controls--poster-only{bottom:.75rem;right:.5rem}.overview-hero__controls-row{justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.overview-hero__ctrl-btn{color:#fff;cursor:pointer;background:#0000006b;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex}.overview-hero__ctrl-btn:hover{background:#0009}.overview-hero__ctrl-btn--progress{width:2.75rem;height:2.75rem;position:relative}.overview-hero__progress-ring{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;transform:rotate(-90deg)}.overview-hero__progress-ring circle{fill:none;stroke-width:2.5px}.overview-hero__progress-bg{stroke:#ffffff38}.overview-hero__progress-fill{stroke:var(--color-accent);stroke-linecap:round;transition:stroke-dashoffset .12s linear}.overview-hero__ctrl-icon{z-index:1;justify-content:center;align-items:center;display:inline-flex;position:relative}@media (width<=768px){.overview-hero__stage{aspect-ratio:16/9;min-height:18rem}.overview-hero__content{padding:1rem 1rem 1.35rem}.overview-hero__arrow{opacity:1;width:2rem;height:2rem}}@media (prefers-reduced-motion:reduce){.hero-media__poster,.hero-media__pool,.hero-media__pool .hero-media__video--pool{transition:none}}.overview-banners{min-width:0}.overview-banners__scroll{scroll-snap-type:x mandatory;gap:.85rem}.overview-banner{scroll-snap-align:start;width:20rem;min-width:20rem;max-width:20rem;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:0 0 20rem;gap:.55rem;padding:0;display:flex}.overview-banner__media{background:var(--color-surface-hover);width:100%;height:11.25rem;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-border) 70%, transparent);border-radius:12px;flex-shrink:0;position:relative;overflow:hidden}.overview-banner__media :is(img,.poster-image__fallback){object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.overview-banner__text{flex-direction:column;gap:.15rem;min-height:4.35rem;display:flex}.overview-banner__placeholder{background:linear-gradient(135deg, var(--color-surface-hover), var(--color-surface));width:100%;height:100%}.overview-banner__title{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.overview-banner__desc{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.overview-section{flex-direction:column;gap:.75rem;min-width:0;display:flex}.overview-section-head{justify-content:space-between;align-items:flex-start;gap:1rem;padding:0 .15rem;display:flex}.overview-section-head__title{color:var(--color-text);margin:0;font-size:1.15rem;font-weight:700}.overview-section-head__subtitle{color:var(--color-text-muted);margin:.15rem 0 0;font-size:.8125rem}.overview-section-head__more{color:var(--color-accent);font:inherit;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.875rem;font-weight:500}.overview-section-head__more:hover{color:var(--color-accent-hover)}.overview-carousel,.overview-carousel__nav,.overview-banners__nav,.overview-collections-week .overview-carousel__nav{min-width:0}.overview-carousel__scroll,.overview-collections-week__scroll{gap:.75rem;padding-bottom:.15rem}.overview-collections-week__item{flex:0 0 11.5rem;min-width:0}.overview-discuss-list{flex-direction:column;gap:.15rem;display:flex}.overview-discuss-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:flex-start;gap:1rem;padding:.45rem 0;transition:all .2s;display:flex}.overview-discuss-row:hover{background:color-mix(in srgb, var(--color-surface) 88%, var(--color-text-muted));padding:.45rem}.overview-discuss-row__poster{aspect-ratio:2/3;background:var(--color-surface-hover);width:3.4rem;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-border) 70%, transparent);border-radius:8px;flex-shrink:0;overflow:hidden}.overview-discuss-row__poster :is(img,.poster-image__fallback){object-fit:cover;width:100%;height:100%;display:block}.overview-discuss-row__poster-placeholder{background:var(--color-surface-hover);width:100%;height:100%}.overview-discuss-row__body{flex:1;min-width:0;padding-top:.15rem}.overview-discuss-row__title{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9375rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.overview-discuss-row__meta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.8125rem;display:flex}.overview-discuss-row__dot{opacity:.7}.overview-discuss-row__rating{align-items:center;gap:.15rem;display:inline-flex}.overview-discuss-row__rating :global(svg){color:#f5c542}.overview-discuss-row__comments{color:var(--color-text-muted);align-items:center;gap:.35rem;margin-top:.65rem;font-size:.875rem;display:inline-flex}.overview-discuss-row__comments-icon{opacity:.8;display:inline-flex}.overview-comments-week{flex-direction:column;gap:.75rem;display:flex}.overview-comment-week__bubble{background:var(--color-surface);border:1px solid color-mix(in srgb, var(--color-border) 65%, transparent);border-radius:12px;gap:.85rem;padding:.85rem 1rem;display:flex}.overview-comment-week__avatar{flex-shrink:0;width:2.5rem;height:2.5rem}.overview-comment-week__main{flex:1;min-width:0}.overview-comment-week__head{flex-wrap:wrap;align-items:baseline;gap:.35rem;font-size:.8125rem;display:flex}.overview-comment-week__login{color:var(--color-text);font-weight:600}.overview-comment-week__to{color:var(--color-text-muted)}.overview-comment-week__release{color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.15rem;margin-top:.15rem;padding:0;font-size:.8125rem;font-weight:500;display:inline-flex}.overview-comment-week__release:hover{color:var(--color-text)}.overview-comment-week__release--plain{cursor:default;display:block}.overview-comment-week__release--plain:hover{color:var(--color-text-muted)}.overview-comment-week__message{color:var(--color-text);white-space:pre-wrap;word-break:break-word;margin:.45rem 0 0;font-size:.875rem;line-height:1.45}.overview-comment-week__spoiler{border:1px dashed color-mix(in srgb, var(--color-border) 70%, var(--color-text-muted));background:color-mix(in srgb, var(--color-surface-hover) 55%, transparent);width:100%;color:var(--color-text-muted);font:inherit;text-align:center;cursor:pointer;border-radius:8px;margin-top:.45rem;padding:.65rem .75rem;font-size:.8125rem;transition:background .2s,color .2s;display:block}.overview-comment-week__spoiler:hover{color:var(--color-text);background:color-mix(in srgb, var(--color-surface-hover) 75%, transparent)}.overview-comment-week__hide-spoiler{color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border:none;margin-top:.35rem;padding:0;font-size:.75rem;display:inline-block}.overview-comment-week__hide-spoiler:hover{color:var(--color-text);text-decoration:underline}.overview-comment-week__foot{color:var(--color-text-muted);justify-content:space-between;align-items:center;gap:.75rem;margin-top:.45rem;font-size:.75rem;display:flex}.overview-comment-week__votes{background:var(--color-surface-hover);border-radius:999px;padding:.1rem .45rem;font-weight:600}.overview-page__loading,.overview-page__empty,.overview-page__error{text-align:center;color:var(--color-text-muted);padding:2rem .15rem}.overview-page__retry{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font:inherit;cursor:pointer;border-radius:8px;margin-top:.75rem;padding:.45rem .85rem}@keyframes overview-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.overview-skeleton{pointer-events:none;flex-direction:column;gap:1rem;width:100%;min-width:0;display:flex}.overview-skeleton__block{background:linear-gradient(90deg, color-mix(in srgb, var(--color-surface-hover) 88%, var(--color-bg)) 0%, color-mix(in srgb, var(--color-border) 70%, var(--color-surface-hover)) 45%, color-mix(in srgb, var(--color-surface-hover) 88%, var(--color-bg)) 100%);background-size:200% 100%;border-radius:8px;animation:1.35s ease-in-out infinite overview-skeleton-shimmer}.overview-skeleton__stage{aspect-ratio:16/9;background:var(--color-surface-hover);border-radius:14px;width:100%;min-height:22rem;max-height:min(80vh,52rem);position:relative;overflow:hidden}.overview-skeleton__stage-shade{pointer-events:none;background:linear-gradient(90deg,#0000008c 0%,#0000002e 42%,#0000000f 100%),linear-gradient(#0000 55%,#00000073 100%);position:absolute;inset:0}.overview-skeleton__stage-content{z-index:1;flex-direction:column;gap:.55rem;width:min(34rem,90%);padding:1.35rem 1.5rem 1.65rem;display:flex;position:absolute;bottom:0;left:0}.overview-skeleton__stage-title{border-radius:6px;width:72%;height:clamp(1.35rem,2.2vw,2rem)}.overview-skeleton__stage-desc{border-radius:6px;width:92%;height:2.6rem}.overview-skeleton__stage-actions{flex-wrap:wrap;gap:.55rem;margin-top:.35rem;display:flex}.overview-skeleton__stage-btn{border-radius:10px;width:7.5rem;height:2.45rem}.overview-skeleton__stage-btn--ghost{width:6.75rem}.overview-skeleton__stage-controls{z-index:1;gap:.45rem;display:flex;position:absolute;bottom:1.35rem;right:1rem}.overview-skeleton__stage-ctrl{border-radius:50%;width:2.25rem;height:2.25rem}.overview-skeleton__stage-dots{z-index:1;gap:.35rem;display:flex;position:absolute;bottom:1.35rem;left:50%;transform:translate(-50%)}.overview-skeleton__stage-dot{border-radius:999px;width:.45rem;height:.45rem}.overview-skeleton__section-head{align-items:center}.overview-skeleton__head-text{flex-direction:column;gap:.35rem;min-width:0;display:flex}.overview-skeleton__head-title{width:9rem;height:1.15rem}.overview-skeleton__head-sub{width:11rem;height:.8rem}.overview-skeleton__head-more{border-radius:4px;flex-shrink:0;width:5.5rem;height:.95rem}.overview-skeleton__section-title{width:10rem;height:1.15rem}.overview-skeleton__carousel{gap:.75rem;min-width:0;padding-bottom:.15rem;display:flex;overflow:hidden}.overview-skeleton__poster-card{flex-direction:column;flex:0 0 8.25rem;gap:.45rem;width:8.25rem;max-width:8.25rem;display:flex}.overview-skeleton__poster{aspect-ratio:2/3;border-radius:.6rem;width:100%}.overview-skeleton__poster-title{border-radius:6px;width:100%;height:2rem}.overview-skeleton__discuss-list{flex-direction:column;gap:.15rem;display:flex}.overview-skeleton__discuss-row{gap:1rem;padding:.45rem .15rem;display:flex}.overview-skeleton__discuss-poster{aspect-ratio:2/3;border-radius:8px;flex-shrink:0;width:3.4rem}.overview-skeleton__discuss-body{flex-direction:column;flex:1;gap:.35rem;min-width:0;padding-top:.15rem;display:flex}.overview-skeleton__discuss-title{width:92%;height:2.4rem}.overview-skeleton__discuss-meta{width:45%;height:.85rem}.overview-skeleton__discuss-comments{width:38%;height:.85rem;margin-top:.25rem}@media (width<=640px){.overview-skeleton__stage-content{width:min(100%,20rem);padding:1rem 1rem 1.25rem}.overview-skeleton__stage-controls,.overview-skeleton__stage-dots{display:none}.overview-skeleton__poster-card{flex-basis:7.25rem;width:7.25rem;max-width:7.25rem}}.steam-hero{width:100%;min-width:0;margin-inline:auto}.steam-hero__frame{grid-template-columns:minmax(auto,auto) minmax(auto,56rem) minmax(auto,auto);align-items:stretch;gap:.5rem;display:grid;position:relative}.steam-hero__peek{cursor:pointer;background:var(--color-surface-hover);border:0;border-radius:10px;margin:0;padding:0;transition:filter .28s,opacity .28s;position:relative;overflow:hidden}.steam-hero__peek:hover:not(:disabled){filter:brightness(1.08)}.steam-hero__peek:disabled{opacity:.55;cursor:default}.steam-hero__peek:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.steam-hero__peek--left{grid-column:1}.steam-hero__peek--right{grid-column:3}.steam-hero__peek--right:hover:not(:disabled){filter:brightness(1.08)}.steam-hero__peek-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.steam-hero__peek-shade{pointer-events:none;background:linear-gradient(#0000001f 35%,#000000c7 100%),#00000059;transition:background .2s;position:absolute;inset:0}.steam-hero__peek:hover:not(:disabled) .steam-hero__peek-shade{background:linear-gradient(#0000000a 35%,#000000a8 100%),#0000002e}.steam-hero__peek-title{z-index:2;color:var(--color-text);text-align:left;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-size:.82rem;font-weight:600;line-height:1.25;position:absolute;bottom:.75rem;left:.85rem;right:.85rem;overflow:hidden}.steam-hero__peek-arrow{background:color-mix(in srgb, var(--color-surface-hover) 72%, transparent);color:#ffffffeb;pointer-events:none;border-radius:6px;place-items:center;width:2.25rem;height:3.25rem;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.steam-hero__peek--left .steam-hero__peek-arrow{left:.6rem}.steam-hero__peek--right .steam-hero__peek-arrow{right:.6rem}.steam-hero__main{aspect-ratio:16/9;width:-webkit-fill-available;min-width:0;max-width:56rem;box-shadow:none;will-change:transform, opacity;isolation:isolate;place-self:center;place-self:anchor-center;border-radius:12px;grid-column:2;overflow:hidden}.steam-hero__main--anim-next{animation:.52s cubic-bezier(.22,1,.36,1) both steam-hero-slide-next}.steam-hero__main--anim-prev{animation:.52s cubic-bezier(.22,1,.36,1) both steam-hero-slide-prev}.steam-hero__main--anim-next .steam-hero__media,.steam-hero__main--anim-next .steam-hero__panel,.steam-hero__main--anim-prev .steam-hero__media,.steam-hero__main--anim-prev .steam-hero__panel{animation:none}.steam-hero__card{width:100%;min-width:0;height:100%;display:block;position:relative}@keyframes steam-hero-slide-next{0%{opacity:.45;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@keyframes steam-hero-slide-prev{0%{opacity:.45;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.steam-hero__media{aspect-ratio:16/9;border-radius:inherit;background:var(--color-bg);width:100%;min-width:0;height:100%;min-height:0;box-shadow:none;cursor:default;position:relative;overflow:hidden}.steam-hero__media-backdrop{z-index:0;object-fit:cover;filter:blur(16px)brightness(.48)saturate(.85);pointer-events:none;width:calc(100% + 2rem);height:calc(100% + 2rem);position:absolute;inset:-1rem;transform:scale(1.05)}.steam-hero__poster{object-fit:contain;object-position:center;z-index:1;opacity:1;width:100%;height:100%;transition:opacity .32s;display:block;position:absolute;inset:0}.steam-hero__poster--hidden{opacity:0}.steam-hero__poster--placeholder{background:linear-gradient(135deg, var(--color-surface-hover), var(--color-surface))}.steam-hero__video{object-fit:contain;object-position:center;z-index:2;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .32s;position:absolute;inset:0}.steam-hero__video--visible{opacity:1}.steam-hero__sound{z-index:6;border:1px solid color-mix(in srgb, var(--color-border) 82%, transparent);background:color-mix(in srgb, var(--color-surface) 78%, transparent);width:2.15rem;height:2.15rem;color:var(--color-text);opacity:0;pointer-events:none;cursor:pointer;border-radius:999px;place-items:center;padding:0;transition:opacity .2s,background .2s,color .2s;display:grid;position:absolute;bottom:.65rem;right:.75rem}.steam-hero__sound svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1.1rem;height:1.1rem}.steam-hero__sound--visible{opacity:1;pointer-events:auto}.steam-hero__sound:hover{background:var(--color-surface);color:var(--color-accent-hover)}.steam-hero__sound:focus-visible{opacity:1;pointer-events:auto;outline:2px solid var(--color-accent);outline-offset:2px}.steam-hero__media-hint{z-index:6;color:#ffffffd1;opacity:1;pointer-events:none;background:#00000073;border-radius:4px;padding:.2rem .45rem;font-size:.72rem;transition:opacity .24s;position:absolute;top:.65rem;bottom:auto;left:.75rem}.steam-hero__media-hint--hidden{opacity:0}.steam-hero__panel{z-index:3;border-radius:inherit;box-shadow:none;pointer-events:none;opacity:1;background:linear-gradient(90deg,#000000d1 0%,#00000075 58%,#0000 100%),linear-gradient(#0000 38%,#000000b8 100%);border:0;flex-direction:column;justify-content:flex-end;gap:.75rem;min-width:0;min-height:0;padding:1rem 1.15rem 1.05rem;transition:opacity .28s;display:flex;position:absolute;inset:0;overflow:hidden}.steam-hero__card--interface-hidden{cursor:none}.steam-hero__card--interface-hidden .steam-hero__panel,.steam-hero__card--interface-hidden .steam-hero__media-hint,.steam-hero__card--interface-hidden .steam-hero__sound{opacity:0;pointer-events:none}.steam-hero__card--interface-hidden .steam-hero__actions{pointer-events:none}.steam-hero__panel-body{flex-direction:column;gap:.55rem;max-width:23rem;min-height:0;display:flex}.steam-hero__title{color:#fff;margin:0;font-size:clamp(1rem,1.5vw,1.35rem);font-weight:600;line-height:1.2}.steam-hero__desc{color:#ffffffc7;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.steam-hero__shots{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;margin-top:.2rem;display:none}.steam-hero__shot{border:1px solid color-mix(in srgb, var(--color-border) 80%, transparent);aspect-ratio:16/9;background:var(--color-surface-hover);cursor:pointer;border-radius:4px;padding:0;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.steam-hero__shot img{object-fit:cover;width:100%;height:100%;display:block}.steam-hero__shot:hover,.steam-hero__shot--active{border-color:color-mix(in srgb, var(--color-accent) 55%, var(--color-border));transform:translateY(-1px)}.steam-hero__shot:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.steam-hero__actions{pointer-events:auto;flex-wrap:wrap;gap:.45rem;display:flex}.steam-hero__btn{font:inherit;cursor:pointer;border:0;border-radius:6px;align-items:center;gap:.35rem;padding:.55rem .85rem;font-size:.82rem;line-height:1;transition:background .2s,color .2s,transform .2s;display:inline-flex}.steam-hero__btn:active{transform:translateY(1px)}.steam-hero__btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.steam-hero__btn--primary{background:var(--color-accent);color:var(--color-bg)}.steam-hero__btn--primary:hover{background:var(--color-accent-hover)}.steam-hero__btn--ghost{background:color-mix(in srgb, var(--color-surface-hover) 80%, transparent);color:color-mix(in srgb, var(--color-text) 90%, #d7e3ef);border:1px solid color-mix(in srgb, var(--color-border) 85%, transparent)}.steam-hero__btn--ghost:hover{background:color-mix(in srgb, var(--color-surface) 88%, transparent)}.steam-hero__btn-icon{display:inline-flex}.steam-hero__dots{justify-content:center;align-items:center;gap:.38rem;margin-top:.7rem;display:flex}.steam-hero__dot{background:color-mix(in srgb, var(--color-text-muted) 36%, transparent);cursor:pointer;border:0;border-radius:999px;width:1rem;height:1rem;padding:0;transition:background .2s,transform .2s,width .2s;position:relative;overflow:hidden}.steam-hero__dot:hover{background:color-mix(in srgb, var(--color-text) 55%, transparent);transform:scale(1)}.steam-hero__dot--active{background:color-mix(in srgb, var(--color-text-muted) 42%, transparent);width:2.2rem}.steam-hero__dot--paused{background-color:color-mix(in srgb, var(--color-accent) 42%, transparent);animation:1.05s ease-in-out infinite steam-dot-paused}.steam-hero__dot:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.steam-hero__dot-fill{border-radius:inherit;background:var(--color-accent);transform-origin:0;pointer-events:none;transition:transform 80ms linear;position:absolute;inset:0}@keyframes steam-dot-paused{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--color-accent) 0%, transparent)}50%{box-shadow:0 0 .65rem color-mix(in srgb, var(--color-accent) 68%, transparent)}}@media (width<=1200px){.steam-hero__frame{width:100%;margin-inline:auto;display:block}.steam-hero__main{width:min(100%,56rem);margin-inline:auto}.steam-hero__peek{z-index:5;filter:none;background:0 0;border:0;border-radius:0;width:3rem;position:absolute;top:0;bottom:0}.steam-hero__peek--left{left:max(.35rem,50% - 27.65rem)}.steam-hero__peek--right{right:max(.35rem,50% - 27.65rem)}.steam-hero__panel{padding:.8rem .85rem .9rem}.steam-hero__desc{line-clamp:2;-webkit-line-clamp:2}.steam-hero__shots,.steam-hero__peek-img,.steam-hero__peek-shade,.steam-hero__peek-title{display:none}.steam-hero__peek--left .steam-hero__peek-arrow{left:.35rem}.steam-hero__peek--right .steam-hero__peek-arrow{right:.35rem}}@media (width<=560px){.steam-hero__frame{width:100%;max-width:56rem;margin-inline:auto;display:block}.steam-hero__main{width:100%;max-width:100%}.steam-hero__peek{z-index:5;filter:none;background:0 0;border:0;border-radius:0;width:3rem;position:absolute;top:0;bottom:0}.steam-hero__peek--left{left:0}.steam-hero__peek--right{right:0}.steam-hero__peek-img,.steam-hero__peek-shade,.steam-hero__peek-title{display:none}.steam-hero__peek--left .steam-hero__peek-arrow{left:.35rem}.steam-hero__peek--right .steam-hero__peek-arrow{right:.35rem}.steam-hero__desc,.steam-hero__shots{display:none}}@media (prefers-reduced-motion:reduce){.steam-hero__main--anim-next,.steam-hero__main--anim-prev,.steam-hero__main--anim-next .steam-hero__media,.steam-hero__main--anim-next .steam-hero__panel,.steam-hero__main--anim-prev .steam-hero__media,.steam-hero__main--anim-prev .steam-hero__panel,.steam-hero__dot--paused{animation:none}}.discover-page{box-sizing:border-box;width:100%;min-width:0;max-width:56rem;margin:0 auto;container-type:inline-size}.discover-page__loading,.discover-page__empty,.discover-page__error{text-align:center;color:var(--color-text-muted);padding:2.5rem 1rem}.discover-page__loading--inline{padding:1rem}.discover-page__error p{color:var(--color-text);margin:0 0 1rem}.discover-page__retry{min-width:8rem}.top-release-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.top-release-list__item{min-width:0}.top-release-row{background:var(--color-surface);border:1px solid var(--color-border);color:inherit;border-radius:8px;align-items:stretch;gap:.85rem;padding:.75rem;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.top-release-row:hover{background:var(--color-surface-hover);border-color:color-mix(in srgb, var(--color-border) 70%, var(--color-accent) 30%)}.top-release-row__rank{color:var(--color-text-muted);text-align:center;flex:0 0 1.75rem;align-self:center;font-size:1.1rem;font-weight:700}.top-release-row__poster{aspect-ratio:2/3;background:var(--color-surface-hover);border-radius:6px;flex:0 0 4.5rem;width:4.5rem;overflow:hidden}.top-release-row__poster img,.top-release-row__poster .poster-image{object-fit:cover;width:100%;height:100%;display:block}.top-release-row__no-poster{background:var(--color-surface-hover);width:100%;height:100%}.top-release-row__body{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.top-release-row__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.top-release-row__desc{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.45;display:-webkit-box;overflow:hidden}.top-release-row__meta{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:auto;font-size:.85rem;display:flex}.top-release-row__rating{color:var(--color-text);align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.top-release-row__rating-icon{color:#f5b301;display:inline-flex}.top-release-row__episodes{color:var(--color-text-muted)}.schedule-page{flex-direction:column;gap:1.75rem;display:flex}.schedule-day__title{margin:0 0 .75rem;font-size:1.15rem;font-weight:600}.collections-list-grid{grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));align-items:stretch;gap:1.1rem 1rem;min-width:0;display:grid}.collections-list-grid .collection-card{max-width:100%;min-height:0}.collections-page,.view-collections-list{box-sizing:border-box;width:100%;min-width:0;max-width:56rem;margin:0 auto;padding-bottom:2rem;position:relative}.collections-page__toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.collections-page__search{width:2.25rem;height:2.25rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:color .2s,background .2s;display:inline-flex}.collections-page__search:hover{color:var(--color-text);background:var(--color-surface-hover)}.collections-page__search :global(svg){display:block}.collections-header-actions{flex-direction:column;gap:.75rem;margin-bottom:.75rem;display:flex}.collections-header-actions__btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.65rem;width:100%;min-height:2.9rem;padding:.65rem 1rem;font-size:.95rem;font-weight:600;transition:background .2s,color .2s,transform .2s;display:flex}.collections-header-actions__btn:hover{transform:translateY(-1px)}.collections-header-actions__btn--primary{background:color-mix(in srgb, var(--color-text) 88%, white);color:var(--color-bg)}.collections-header-actions__btn--primary:hover{background:var(--color-text)}.collections-header-actions__btn--secondary{background:var(--color-surface-hover);color:var(--color-text-muted);border:1px solid color-mix(in srgb, var(--color-border) 80%, transparent)}.collections-header-actions__btn--secondary:hover{color:var(--color-text);background:color-mix(in srgb, var(--color-surface-hover) 80%, var(--color-border))}.collections-header-actions__icon{justify-content:center;align-items:center;display:inline-flex}.collections-header-actions__icon--circle{border:1.5px solid;border-radius:999px;width:1.35rem;height:1.35rem;font-size:1rem;font-weight:500;line-height:1}.collections-sort{justify-content:center;margin:.25rem 0 .85rem;display:flex}.collections-sort .collections-sort__select{width:auto;max-width:100%}.collections-sort .custom-select__trigger{width:auto;color:var(--color-text);background:0 0;border:none;gap:.35rem;padding:.35rem .5rem;font-weight:600}.collections-sort .custom-select__trigger:hover{color:var(--color-accent)}.collections-sort .custom-select__trigger-label{white-space:nowrap;font-size:.95rem}.collections-sort .custom-select__trigger-icon{opacity:.75}.collections-feed{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.75rem .65rem;display:grid}.collections-feed .collection-card{min-width:0;height:100%}.collections-fab{z-index:20;background:var(--color-accent);color:#fff;cursor:pointer;min-height:3rem;box-shadow:0 8px 24px color-mix(in srgb, var(--color-accent) 35%, transparent);border:none;border-radius:999px;align-items:center;gap:.45rem;padding:0 1.1rem 0 .95rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:1.25rem;right:max(1rem,50vw - 27rem)}.collections-fab:hover{background:var(--color-accent-hover);box-shadow:0 12px 28px color-mix(in srgb, var(--color-accent) 42%, transparent);transform:translateY(-1px)}.collections-fab__icon{justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:1.2rem;line-height:1;display:inline-flex}.collections-back{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-bottom:.75rem;padding:0;font-size:.9rem;display:inline-flex}.collections-back:hover{color:var(--color-text)}.collection-editor{width:100%;max-width:56rem;margin:0 auto;padding-bottom:2rem}.collection-editor__toolbar{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.collection-editor__back,.collection-editor__save{width:2.5rem;height:2.5rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.collection-editor__back:hover,.collection-editor__save:hover{background:var(--color-surface-hover);color:var(--color-text)}.collection-editor__save{color:var(--color-accent);margin-left:auto}.collection-editor__save:disabled{opacity:.45;cursor:not-allowed}.collection-editor__title{flex:1;margin:0;font-size:1.2rem;font-weight:600}.collection-editor__cover{margin-bottom:1rem;position:relative}.collection-editor__cover-upload{border:2px dashed color-mix(in srgb, var(--color-border) 85%, var(--color-text-muted));background:var(--color-surface-hover);width:100%;min-height:15rem;color:var(--color-text-muted);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex;overflow:hidden}.collection-editor__cover-upload input{display:none}.collection-editor__cover-preview{border-radius:12px;width:100%;min-height:15rem;position:relative;overflow:hidden}.collection-editor__cover-preview img{object-fit:cover;width:100%;height:15rem;display:block}.collection-editor__cover-replace{color:#fff;cursor:pointer;background:#0000009e;border:none;border-radius:999px;padding:.45rem .9rem;font-size:.85rem;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}.collection-editor__field{margin-bottom:.85rem}.collection-editor__input,.collection-editor__textarea{border:1px solid color-mix(in srgb, var(--color-border) 85%, transparent);background:var(--color-surface-hover);width:100%;color:var(--color-text);font:inherit;resize:vertical;border-radius:12px;padding:.85rem 1rem}.collection-editor__input::placeholder,.collection-editor__textarea::placeholder{color:var(--color-text-muted)}.collection-editor__textarea{min-height:7rem}.collection-editor__counter{text-align:right;color:var(--color-text-muted);margin-top:.25rem;font-size:.78rem}.collection-editor__privacy{justify-content:space-between;align-items:center;gap:1rem;margin:1rem 0 .5rem;font-size:.95rem;display:flex}.collection-editor__rules{color:var(--color-text-muted);margin:0 0 1rem;font-size:.82rem;line-height:1.45}.collection-editor__rules-trigger{display:inline;position:relative}.collection-editor__rules-trigger:hover .collection-rules-popover,.collection-editor__rules-trigger:focus-within .collection-rules-popover,.collection-editor__rules-trigger .collection-rules-popover:hover{opacity:1;visibility:visible;pointer-events:auto}.collection-editor__rules-link{color:var(--color-accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.collection-editor__rules-link:hover{color:var(--color-accent-hover)}.collection-rules-popover{pointer-events:none;white-space:normal;text-align:left;z-index:200;width:min(26rem,100vw - 2rem);max-width:min(26rem,100vw - 2rem);margin-bottom:.5rem;padding:0;inset:auto auto 100% 50%;transform:translate(-50%)}.collection-rules-popover .comment-rules-popover__title{color:var(--color-text);margin:0 0 .35rem;font-size:.95rem;font-weight:700}.collection-editor__divider{background:var(--color-border);height:1px;margin:1rem 0}.collection-editor__releases-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.collection-editor__add-release{color:var(--color-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.45rem;padding:0;font-size:.95rem;font-weight:600;display:inline-flex}.collection-editor__add-release:hover{color:var(--color-accent)}.collection-editor__releases-count{color:var(--color-text-muted);font-size:.85rem}.collection-editor__release{border-bottom:1px solid color-mix(in srgb, var(--color-border) 70%, transparent);grid-template-columns:auto 4.5rem 1fr auto;align-items:start;gap:.75rem;padding:.75rem 0;display:grid}.collection-editor__drag{color:var(--color-text-muted);cursor:grab;-webkit-user-select:none;user-select:none;letter-spacing:-.15em;align-self:center;align-items:center;font-size:1.1rem;display:flex}.collection-editor__release-poster{aspect-ratio:2/3;background:var(--color-surface-hover);border-radius:8px;width:4.5rem;position:relative;overflow:hidden}.collection-editor__release-poster img{object-fit:cover;width:100%;height:100%;display:block}.collection-editor__release-body{min-width:0}.collection-editor__release-title{margin:0 0 .25rem;font-size:.95rem;font-weight:600}.collection-editor__release-meta{color:var(--color-text-muted);margin:0 0 .35rem;font-size:.8rem}.collection-editor__release-desc{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;display:-webkit-box;overflow:hidden}.collection-editor__release-remove{color:#e35454;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.collection-editor__release-remove:hover{background:#e354541f}.collection-editor__release--dragging{opacity:.55}.collection-release-picker{width:100%;max-width:56rem;margin:0 auto}.collection-release-picker__search{border:1px solid color-mix(in srgb, var(--color-border) 85%, transparent);background:var(--color-surface-hover);border-radius:12px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.55rem .85rem;display:flex}.collection-release-picker__input{color:var(--color-text);font:inherit;background:0 0;border:none;flex:1}.collection-release-picker__input:focus{outline:none}.collection-release-picker__history{margin-bottom:1rem}.collection-release-picker__history-head{color:var(--color-text-muted);justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;display:flex}.collection-release-picker__history-clear{color:var(--color-accent);cursor:pointer;font-size:inherit;background:0 0;border:none}.collection-release-picker__history-item{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.55rem 0;display:flex}.collection-release-picker__history-item:hover{color:var(--color-accent)}.collection-release-picker__result{border:none;border-bottom:1px solid color-mix(in srgb, var(--color-border) 70%, transparent);width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;grid-template-columns:4.5rem 1fr;gap:.75rem;padding:.75rem 0;display:grid}.collection-release-picker__result:hover{background:color-mix(in srgb, var(--color-surface-hover) 70%, transparent)}.collection-card__badge--private{color:var(--color-text-muted)}.view-downloads{width:100%;max-width:56rem;margin:0 auto}.dl-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;margin-bottom:1.25rem;overflow:hidden}.dl-panel--settings{background:color-mix(in srgb, var(--color-surface) 92%, var(--color-bg))}.dl-panel__head{border-bottom:1px solid var(--color-border);background:color-mix(in srgb, var(--color-bg) 40%, transparent);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.dl-panel__icon{color:var(--color-text-muted);display:flex}.dl-panel__icon--accent{color:var(--color-accent)}.dl-panel__title{color:var(--color-text);flex:1;margin:0;font-size:.9rem;font-weight:600}.dl-panel__meta{color:var(--color-text-muted);font-variant-numeric:tabular-nums;background:color-mix(in srgb, var(--color-border) 50%, transparent);border-radius:4px;padding:.1rem .45rem;font-size:.75rem}.dl-settings{flex-direction:column;gap:.75rem;padding:.85rem 1rem 1rem;display:flex}.dl-settings__path{background:var(--color-bg);border:1px solid var(--color-border);border-radius:4px;align-items:center;gap:.5rem;min-width:0;padding:.55rem .75rem;display:flex}.dl-settings__path-icon{color:var(--color-text-muted);flex-shrink:0;display:flex}.dl-settings__path-text{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-family:ui-monospace,Cascadia Code,monospace;font-size:.8rem;overflow:hidden}.dl-settings__actions{flex-wrap:wrap;gap:.5rem;display:flex}.dl-explorer{padding:.25rem 0}.dl-explorer__head{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);grid-template-columns:1fr 5.5rem 4.5rem;gap:.5rem;padding:.35rem 1rem .35rem 2.75rem;font-size:.7rem;font-weight:600;display:grid}.dl-explorer--library .dl-explorer__head{grid-template-columns:1fr 5rem 7rem 4.5rem;padding-left:1rem}.dl-col--size,.dl-col--status,.dl-col--date{text-align:right}.dl-row{border-bottom:1px solid color-mix(in srgb, var(--color-border) 60%, transparent);align-items:flex-start;gap:.65rem;padding:.55rem 1rem;transition:background .2s;display:flex}.dl-row:last-child{border-bottom:none}.dl-row:hover{background:var(--color-surface-hover)}.dl-row--error .dl-row__status{color:#e05c5c}.dl-row__icon{color:var(--color-text-muted);flex-shrink:0;padding-top:2px;display:flex}.dl-row--downloading .dl-row__icon,.dl-row--queued .dl-row__icon{color:var(--color-accent)}.dl-row__icon--spin svg{animation:1s linear infinite dl-spin}.dl-row__icon--done{color:var(--color-accent)}.dl-row__main{flex:1;min-width:0}.dl-row__main--flat{grid-template-columns:1fr 5rem 7rem 4.5rem;align-items:center;gap:.5rem;display:grid}.dl-row__top{grid-template-columns:1fr 5.5rem 4.5rem;align-items:baseline;gap:.5rem;margin-bottom:.4rem;display:grid}.dl-row__name{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.85rem;overflow:hidden}.dl-row__size,.dl-row__status,.dl-row__date{color:var(--color-text-muted);text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.75rem}.dl-row--downloading .dl-row__status{color:var(--color-accent)}.dl-row__track{background:var(--color-border);border-radius:2px;height:3px;overflow:hidden}.dl-row__fill{background:var(--color-accent);border-radius:2px;height:100%;transition:width .25s}.dl-row--error .dl-row__fill{background:#e05c5c}.dl-row__error{color:#e05c5c;margin:.3rem 0 0;font-size:.72rem}.dl-row__actions{justify-content:flex-end;gap:.2rem;display:flex}.dl-action-btn{width:1.65rem;height:1.65rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s;display:flex}.dl-action-btn:hover{color:var(--color-text);background:var(--color-surface-hover)}.dl-folder__head{border:none;border-bottom:1px solid color-mix(in srgb, var(--color-border) 50%, transparent);background:color-mix(in srgb, var(--color-bg) 30%, var(--color-surface));width:100%;color:var(--color-text);cursor:pointer;text-align:left;align-items:center;gap:.4rem;padding:.6rem 1rem;transition:background .2s;display:flex}.dl-folder__head:hover{background:var(--color-surface-hover)}.dl-folder__chevron{color:var(--color-text-muted);transition:transform .2s;display:flex}.dl-folder__chevron--open{transform:rotate(90deg)}.dl-folder__icon{color:var(--color-accent);display:flex}.dl-folder__name{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.875rem;font-weight:600;overflow:hidden}.dl-folder__meta{color:var(--color-text-muted);white-space:nowrap;font-size:.72rem}.dl-folder .dl-row{background:color-mix(in srgb, var(--color-bg) 20%, transparent);padding-left:2.25rem}.dl-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:2.5rem 1rem;display:flex}.dl-empty__icon{color:var(--color-text-muted);opacity:.35;margin-bottom:.15rem}.dl-empty__title{color:var(--color-text);margin:0;font-size:.95rem;font-weight:500}.dl-empty__sub{color:var(--color-text-muted);margin:0;font-size:.82rem}@keyframes dl-spin{to{transform:rotate(360deg)}}.sidebar__link--downloads{position:relative;overflow:visible}.sidebar-dl-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.sidebar-dl-ring{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;transform:rotate(-90deg)}.sidebar-dl-ring__bg{fill:none;stroke:color-mix(in srgb, var(--color-border) 70%, transparent);stroke-width:2px}.sidebar-dl-ring__fill{fill:none;stroke:var(--color-accent);stroke-width:2px;stroke-linecap:round;transition:stroke-dashoffset .35s}.downloads-badge{background:var(--color-accent);color:#fff;pointer-events:none;z-index:1;border-radius:7px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:9px;font-weight:700;line-height:1;display:flex;position:absolute;top:-2px;right:-2px}.year-wrapped-banner-wrap{margin-bottom:.75rem;position:relative}.year-wrapped-banner{border:1px solid color-mix(in srgb, var(--color-accent) 35%, transparent);background:var(--color-surface);width:100%;min-height:5rem;color:var(--color-text);text-align:left;border-radius:12px;align-items:center;gap:1rem;padding:.85rem 1.1rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.year-wrapped-banner:hover,.year-wrapped-banner:focus-visible{border-color:color-mix(in srgb, var(--color-accent) 65%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--color-accent) 20%, transparent), 0 8px 28px #00000059;outline:none}.year-wrapped-banner:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.year-wrapped-banner__glow{background:radial-gradient(circle at 20% 50%, color-mix(in srgb, var(--color-accent) 22%, transparent), transparent 55%);opacity:.35;pointer-events:none;position:absolute;inset:-20%}.year-wrapped-banner__gradient{background:linear-gradient(105deg, transparent 0%, color-mix(in srgb, var(--color-accent) 8%, transparent) 35%, #ffc8501f 50%, color-mix(in srgb, var(--color-accent) 8%, transparent) 65%, transparent 100%);pointer-events:none;background-size:200% 100%;position:absolute;inset:0}.year-wrapped-banner__posters{z-index:1;flex-shrink:0;align-items:center;display:flex;position:relative}.year-wrapped-banner__chip{background:var(--color-surface-hover) center/cover no-repeat;width:2.35rem;height:3.35rem;margin-left:calc(var(--chip-i,0) * -.65rem);border:1px solid #ffffff1f;border-radius:6px;box-shadow:0 4px 12px #00000059}.year-wrapped-banner__chip:first-child{margin-left:0}.year-wrapped-banner__body{z-index:1;flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex;position:relative}.year-wrapped-banner__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);font-size:.68rem;font-weight:600}.year-wrapped-banner__title{white-space:nowrap;text-overflow:ellipsis;font-size:1.15rem;font-weight:700;line-height:1.2;overflow:hidden}.year-wrapped-banner__char{display:inline-block}.year-wrapped-banner__char--year{color:#fbbf24}.year-wrapped-banner__subtitle{color:var(--color-text-muted);font-size:.82rem}.year-wrapped-banner__cta{z-index:1;background:color-mix(in srgb, var(--color-accent) 15%, transparent);color:var(--color-accent);border-radius:999px;flex-shrink:0;padding:.45rem .85rem;font-size:.82rem;font-weight:600;position:relative}@media (width<=520px){.year-wrapped-banner__cta,.year-wrapped-banner__posters{display:none}}@media (prefers-reduced-motion:reduce){.year-wrapped-banner__gradient{background-position:50%}}.wrapped-page{color:#fff;overscroll-behavior:none;width:100%;min-height:0;font-family:var(--font-sans);background:#050507;flex:1;display:flex;position:relative;overflow:hidden}.wrapped-page__top{z-index:6;pointer-events:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.6rem;display:flex;position:absolute;inset:0 0 auto}.wrapped-page__brand{pointer-events:auto;letter-spacing:.14em;text-transform:uppercase;color:#ffffffe6;mix-blend-mode:difference;font-size:.82rem;font-weight:800}.wrapped-page__top-right{pointer-events:auto;align-items:center;gap:.9rem;display:flex}.wrapped-page__counter{letter-spacing:.04em;color:#ffffffd9;mix-blend-mode:difference;font-size:.85rem;font-weight:700}.wrapped-page__close{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#00000047;border:1px solid #ffffff40;border-radius:999px;width:2.5rem;height:2.5rem;font-size:1.5rem;line-height:1;transition:transform .2s,background .2s}.wrapped-page__close:hover,.wrapped-page__close:focus-visible{background:#00000073;outline:none;transform:scale(1.06)}.wrapped-scroll{z-index:1;scroll-behavior:smooth;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;position:absolute;inset:0;overflow:hidden auto}.wrapped-scroll::-webkit-scrollbar{width:0;height:0;display:none}.wrapped-page__dots{z-index:6;flex-direction:column;align-items:center;gap:.65rem;display:flex;position:absolute;top:50%;right:1.4rem;transform:translateY(-50%)}.wrapped-progress__dot{opacity:.6;cursor:pointer;mix-blend-mode:difference;background:#fff6;border:none;border-radius:999px;flex-shrink:0;width:9px;height:9px;padding:0;transition:transform .2s,opacity .2s,background .2s;transform:scale(.82)}.wrapped-progress__dot:hover{opacity:1;transform:scale(1.1)}.wrapped-progress__dot:focus-visible{outline-offset:2px;outline:2px solid #fff}.wrapped-progress__dot.is-active{opacity:1;background:#fff;transform:scale(1)}.wrapped-progress__dot.is-current{transform:scale(1.55);box-shadow:0 0 0 4px #ffffff38}.wrapped-page__scrollhint{z-index:6;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;mix-blend-mode:difference;pointer-events:none;flex-direction:column;align-items:center;gap:.3rem;font-size:.8rem;font-weight:700;animation:1.8s ease-in-out infinite wrapped-hint-bob;display:flex;position:absolute;inset:auto 0 1.4rem}.wrapped-page__scrollhint-arrow{font-size:1.25rem}@keyframes wrapped-hint-bob{0%,to{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(5px)}}.wrapped-page__loading,.wrapped-page__state{text-align:center;color:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.wrapped-page__loading-pulse{background:radial-gradient(circle,#c8f24e,#0000 70%);border-radius:999px;width:4.5rem;height:4.5rem;animation:1.6s ease-in-out infinite wrapped-pulse}@keyframes wrapped-pulse{0%,to{opacity:.6;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.wrapped-bg{z-index:0;pointer-events:none;will-change:height;width:100%;position:absolute;top:0;left:0}.wrapped-screen{z-index:1;width:100%;min-height:100%;color:var(--w-ink);scroll-snap-align:start;scroll-snap-stop:always;background:0 0;justify-content:center;align-items:center;padding:5.5rem 2rem 4.5rem;display:flex;position:relative;overflow:hidden}.wrapped-screen--start{align-items:stretch}.wrapped-screen--grape{--w-bg:linear-gradient(155deg, #7c3aed 0%, #4c1d95 100%);--w-ink:#f7f3ff;--w-ink-soft:#f7f3ffbd;--w-hi:#d8ff5e;--w-accent:#c8f24e;--w-accent-2:#ff5ca8;--w-card:#ffffff21;--w-card-ink:#fff;--w-card-border:#ffffff38}.wrapped-screen--tangerine{--w-bg:linear-gradient(150deg, #ff8a3d 0%, #f43f5e 100%);--w-ink:#2c0d00;--w-ink-soft:#2c0d00d1;--w-hi:#3b1178;--w-accent:#6d28d9;--w-accent-2:#fff04d;--w-card:#ffffff57;--w-card-ink:#2c0d00;--w-card-border:#ffffff8c}.wrapped-screen--mint{--w-bg:linear-gradient(150deg, #14d0ad 0%, #0e9aa0 100%);--w-ink:#042a26;--w-ink-soft:#042a26d1;--w-hi:#9d174d;--w-accent:#ff5d73;--w-accent-2:#1d4ed8;--w-card:#ffffff57;--w-card-ink:#042a26;--w-card-border:#ffffff8c}.wrapped-screen--cobalt{--w-bg:linear-gradient(155deg, #4338ca 0%, #1e1b6e 100%);--w-ink:#eef0ff;--w-ink-soft:#eef0ffbd;--w-hi:#5ce1c2;--w-accent:#4de1c2;--w-accent-2:#ff7ac2;--w-card:#ffffff21;--w-card-ink:#fff;--w-card-border:#ffffff38}.wrapped-screen--magenta{--w-bg:linear-gradient(150deg, #ff3d8b 0%, #c41069 100%);--w-ink:#2a0518;--w-ink-soft:#2a0518d1;--w-hi:#4c1d95;--w-accent:#ffd84d;--w-accent-2:#7b2ff7;--w-card:#ffffff52;--w-card-ink:#2a0518;--w-card-border:#ffffff80}.wrapped-screen--cherry{--w-bg:linear-gradient(150deg, #f43f5e 0%, #9f1239 100%);--w-ink:#fff0f3;--w-ink-soft:#fff0f3c2;--w-hi:#ffd84d;--w-accent:#ffc83d;--w-accent-2:#7b2ff7;--w-card:#ffffff21;--w-card-ink:#fff;--w-card-border:#ffffff38}.wrapped-screen--noir{--w-bg:radial-gradient(ellipse 120% 80% at 50% 0%, #1c1c24 0%, #0a0a0f 70%);--w-ink:#f4f4f5;--w-ink-soft:#f4f4f5a8;--w-hi:#c8f24e;--w-accent:#c8f24e;--w-accent-2:#ff5ca8;--w-card:#ffffff0f;--w-card-ink:#fff;--w-card-border:#ffffff1f}.wrapped-field{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.wrapped-field__shape{width:var(--s);aspect-ratio:1;opacity:var(--shape-opacity,.8);will-change:transform;position:absolute}.wrapped-field__inner{width:100%;height:100%;transform:rotate(var(--rot,0deg));display:block}.wrapped-field__inner :global(svg){width:100%;height:100%;display:block}:is(.wrapped-field__inner :global(svg path),.wrapped-field__inner :global(svg rect),.wrapped-field__inner :global(svg circle),.wrapped-field__inner :global(svg polygon)){fill:var(--shape-color)}.wrapped-field__inner :global(svg clipPath rect){fill:#fff}.wrapped-field__inner--float0{animation:17s ease-in-out infinite wrapped-float-a}.wrapped-field__inner--float1{animation:21s ease-in-out infinite wrapped-float-b}.wrapped-field__inner--float2{animation:14s ease-in-out infinite wrapped-float-c}@keyframes wrapped-float-a{0%,to{transform:rotate(var(--rot)) translate(0, 0)}50%{transform:rotate(calc(var(--rot) + 6deg)) translate(1.5%, -2%)}}@keyframes wrapped-float-b{0%,to{transform:rotate(var(--rot)) translate(0, 0)}50%{transform:rotate(calc(var(--rot) - 5deg)) translate(-2%, 1.5%)}}@keyframes wrapped-float-c{0%,to{transform:rotate(var(--rot)) translate(0, 0) scale(1)}50%{transform:rotate(calc(var(--rot) + 8deg)) translate(2%, 2%) scale(1.05)}}.wrapped-screen__word{z-index:0;letter-spacing:-.04em;color:var(--w-ink);opacity:.07;pointer-events:none;white-space:nowrap;font-size:clamp(16rem,48vw,42rem);font-weight:900;line-height:.8;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)rotate(-8deg)}.wrapped-screen__inner{z-index:1;flex-direction:column;justify-content:center;width:100%;max-width:56rem;display:flex;position:relative}.wrapped-screen--start .wrapped-screen__inner{justify-content:flex-start}.wrapped-block{flex-direction:column;gap:1.15rem;display:flex}.wrapped-block--center{text-align:center;align-items:center}.wrapped-block--story{gap:1.1rem}.wrapped-brand-line,.wrapped-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--w-hi);margin:0;font-size:.85rem;font-weight:800}.wrapped-title{letter-spacing:-.02em;color:var(--w-ink);margin:0;font-size:clamp(2.5rem,7vw,5rem);font-weight:900;line-height:1}.wrapped-heading{letter-spacing:-.02em;color:var(--w-ink);margin:0;font-size:clamp(2rem,5.5vw,4rem);font-weight:900;line-height:1.02}.wrapped-subheading{color:var(--w-ink);margin:0;font-size:clamp(1.05rem,2.4vw,1.5rem);font-weight:800}.wrapped-subtitle{color:var(--w-ink);margin:0;font-size:clamp(1.3rem,3vw,2rem);font-weight:700}.wrapped-lead{color:var(--w-ink-soft);max-width:40rem;margin:0;font-size:clamp(1rem,1.8vw,1.3rem);line-height:1.5}.wrapped-lead--story{font-size:clamp(1rem,1.7vw,1.2rem)}.wrapped-meta{color:var(--w-ink-soft);margin:0;font-size:clamp(.92rem,1.4vw,1.1rem)}.wrapped-meta--muted{opacity:.7}.wrapped-rec-lead{color:var(--w-ink-soft);margin:-.4rem 0 0;font-size:.95rem}.wrapped-unpack{justify-content:center;align-items:center;margin:.25rem 0;display:flex;position:relative}.wrapped-unpack__year{letter-spacing:-.05em;background:linear-gradient(180deg, var(--w-ink) 0%, var(--w-hi) 120%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(6rem,24vw,16rem);font-weight:900;line-height:.82}.wrapped-unpack__burst{color:var(--w-accent2,var(--w-accent));font-size:clamp(2.5rem,8vw,5rem);animation:9s linear infinite wrapped-burst-spin;position:absolute;top:-6%;right:6%}.wrapped-unpack__title{letter-spacing:-.02em;text-transform:uppercase;color:var(--w-hi);margin:0;font-size:clamp(2.5rem,9vw,5.5rem);font-weight:900;line-height:1}.wrapped-unpack__user{color:var(--w-ink);margin:0;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:800}@keyframes wrapped-burst-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wrapped-avatar{border:4px solid var(--w-hi);background:50%/cover no-repeat;border-radius:999px;width:8rem;height:8rem;box-shadow:0 16px 50px #00000059}.wrapped-avatar--sm{border-width:3px;width:5.5rem;height:5.5rem}.wrapped-checklist{color:var(--w-ink-soft);flex-direction:column;gap:.5rem;margin:.5rem 0 0;padding:0;font-size:clamp(.95rem,1.5vw,1.15rem);list-style:none;display:flex}.wrapped-checklist li:before{content:"✦ ";color:var(--w-hi);font-weight:800}.wrapped-stat-huge{letter-spacing:-.04em;color:var(--w-hi);font-size:clamp(5rem,20vw,13rem);font-weight:900;line-height:.85}.wrapped-time-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.wrapped-glass,.wrapped-surface-card{background:var(--w-card);border:1px solid var(--w-card-border);color:var(--w-card-ink);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;box-shadow:0 16px 44px #00000029}.wrapped-stat-grid{gap:1rem;width:100%;display:grid}.wrapped-stat-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.wrapped-stat-grid--4{grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr))}.wrapped-stat-grid--compact{margin-top:.25rem}.wrapped-stat-card{background:var(--w-card);border:1px solid var(--w-card-border);color:var(--w-card-ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:.3rem;padding:1.5rem 1rem;display:flex;box-shadow:0 14px 38px #00000024}.wrapped-stat-card--sm{padding:1.1rem .8rem}.wrapped-stat-card__emoji{font-size:2rem}.wrapped-stat-card__value{color:var(--w-hi);font-size:clamp(2rem,4vw,3.25rem);font-weight:900;line-height:1}.wrapped-stat-card__label{color:var(--w-card-ink);opacity:.78;font-size:clamp(.78rem,1.2vw,.95rem)}.wrapped-stat-chips{flex-wrap:wrap;gap:.7rem;display:flex}.wrapped-stat-chip{background:var(--w-card);border:1px solid var(--w-card-border);color:var(--w-card-ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;flex-direction:column;align-items:center;gap:.1rem;padding:.7rem 1.1rem;display:flex}.wrapped-stat-chip__value{color:var(--w-hi);font-size:1.4rem;font-weight:900}.wrapped-stat-chip__label{text-transform:uppercase;letter-spacing:.05em;opacity:.78;font-size:.72rem}.wrapped-chart{flex-direction:column;gap:1.25rem;width:100%;margin-top:.5rem;display:flex}.wrapped-chart__row{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;align-items:center;gap:1.1rem;padding:0;display:flex}.wrapped-chart__row:hover .wrapped-chart__title,.wrapped-chart__row:focus-visible .wrapped-chart__title{text-underline-offset:4px;text-decoration:underline}.wrapped-chart__row:focus-visible{outline:none}.wrapped-chart__row--compact{gap:.85rem}.wrapped-chart__rank{min-width:2.5rem;color:var(--w-hi);flex-shrink:0;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1}.wrapped-chart__poster{background:#0003 50%/cover no-repeat;border-radius:14px;flex-shrink:0;width:5rem;height:5rem;box-shadow:0 12px 30px #0000004d}.wrapped-chart__poster--sm{border-radius:10px;width:3.5rem;height:3.5rem}.wrapped-chart__info{flex-direction:column;gap:.2rem;min-width:0;display:flex}.wrapped-chart__title{color:var(--w-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(1.15rem,2.4vw,1.7rem);font-weight:900;line-height:1.15;display:-webkit-box;overflow:hidden}.wrapped-chart__meta{color:var(--w-ink-soft);font-size:clamp(.9rem,1.4vw,1.05rem)}.wrapped-chart__row--mine .wrapped-chart__poster{box-shadow:0 0 0 3px var(--w-hi), 0 12px 30px #0000004d}.wrapped-grade-badge{min-width:2.4rem;height:2.4rem;color:var(--w-bg-ink,#0b0b0f);background:var(--w-hi);border-radius:999px;flex-shrink:0;place-items:center;margin-left:auto;padding:0 .4rem;font-size:1.05rem;font-weight:900;display:grid;box-shadow:0 6px 16px #00000040}.wrapped-grade-badge--seen{background:var(--w-accent)}.wrapped-community-note{margin-top:.75rem}.wrapped-community-note strong{color:var(--w-hi)}.wrapped-comments{flex-direction:column;gap:1rem;width:100%;margin-top:.5rem;display:flex}.wrapped-comment{flex-direction:column;gap:.9rem;padding:1.25rem 1.4rem;display:flex}.wrapped-comment__text{color:var(--w-card-ink);margin:0;font-size:clamp(1.1rem,2.2vw,1.55rem);font-weight:800;line-height:1.3}.wrapped-comment__text--spoiler{filter:blur(6px);cursor:help;transition:filter .2s}.wrapped-comment__text--spoiler:hover{filter:none}.wrapped-comment__foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.wrapped-comment__release{color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.65rem;min-width:0;padding:0;display:flex}.wrapped-comment__release:disabled{cursor:default}.wrapped-comment__release:not(:disabled):hover .wrapped-comment__title{text-underline-offset:3px;text-decoration:underline}.wrapped-comment__release:focus-visible{outline:none}.wrapped-comment__poster{background:#0003 50%/cover no-repeat;border-radius:9px;flex-shrink:0;width:2.6rem;height:2.6rem;box-shadow:0 6px 16px #00000040}.wrapped-comment__title{color:var(--w-card-ink);opacity:.9;white-space:nowrap;text-overflow:ellipsis;max-width:18rem;font-size:.98rem;font-weight:700;overflow:hidden}.wrapped-comment__stats{flex-shrink:0;gap:.7rem;display:flex}.wrapped-comment__stat{color:var(--w-bg-ink,#0b0b0f);background:var(--w-hi);border-radius:999px;align-items:center;gap:.3rem;padding:.35rem .75rem;font-size:.92rem;font-weight:800;display:inline-flex}.wrapped-podium__hero{border:1px solid var(--w-card-border);background:var(--w-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:left;cursor:pointer;width:100%;color:inherit;border-radius:24px;align-items:center;gap:1.4rem;margin-top:.5rem;padding:1rem;transition:transform .2s;display:flex;box-shadow:0 22px 60px #00000038}.wrapped-podium__hero:hover{transform:translateY(-3px)}.wrapped-podium__hero:focus-visible{outline:2px solid var(--w-hi);outline-offset:3px}.wrapped-podium__poster{aspect-ratio:2/3;background:#00000040 50%/cover no-repeat;border-radius:16px;flex-shrink:0;width:8rem;position:relative;box-shadow:0 16px 40px #00000059}.wrapped-podium__poster--sm{border-radius:14px;width:100%}.wrapped-podium__badge{color:var(--w-bg-ink,#0b0b0f);background:var(--w-hi);border-radius:999px;padding:.3rem .7rem;font-size:1rem;font-weight:900;position:absolute;top:-.7rem;left:-.7rem;box-shadow:0 8px 20px #0000004d}.wrapped-podium__rank{width:2rem;height:2rem;color:var(--w-bg-ink,#0b0b0f);background:var(--w-accent);border-radius:999px;place-items:center;font-size:1.05rem;font-weight:900;display:grid;position:absolute;top:-.6rem;left:-.6rem;box-shadow:0 6px 16px #0000004d}.wrapped-podium__info{flex-direction:column;gap:.45rem;min-width:0;display:flex}.wrapped-podium__label{letter-spacing:.12em;text-transform:uppercase;color:var(--w-hi);font-size:.8rem;font-weight:800}.wrapped-podium__title{color:var(--w-card-ink);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:clamp(1.5rem,3.6vw,2.4rem);font-weight:900;line-height:1.1;display:-webkit-box;overflow:hidden}.wrapped-podium__count{color:var(--w-card-ink);opacity:.75;font-size:.92rem}.wrapped-podium__count b{color:var(--w-hi);opacity:1;font-size:1.5rem;font-weight:900}.wrapped-podium__tags{flex-wrap:wrap;gap:.5rem;display:flex}.wrapped-podium__tag{color:var(--w-card-ink);background:color-mix(in srgb, var(--w-card-ink) 12%, transparent);border:1px solid var(--w-card-border);border-radius:999px;padding:.3rem .8rem;font-size:.85rem;font-weight:800}.wrapped-podium__tag--rate{color:var(--w-bg-ink,#0b0b0f);background:var(--w-hi);border-color:#0000}.wrapped-podium__rest{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.wrapped-podium__card{border:1px solid var(--w-card-border);background:var(--w-card);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:left;cursor:pointer;color:inherit;border-radius:20px;flex-direction:column;gap:.6rem;padding:.9rem;transition:transform .2s;display:flex}.wrapped-podium__card:hover{transform:translateY(-3px)}.wrapped-podium__card:focus-visible{outline:2px solid var(--w-hi);outline-offset:3px}.wrapped-podium__cardtitle{color:var(--w-card-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.05rem;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.wrapped-podium__cardmeta{color:var(--w-card-ink);opacity:.72;font-size:.9rem}.wrapped-leastline{border:1px dashed var(--w-card-border);cursor:pointer;color:var(--w-ink-soft);background:0 0;border-radius:999px;flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.1rem;padding:.7rem 1.1rem;transition:border-color .2s;display:flex}.wrapped-leastline:hover{border-color:var(--w-hi)}.wrapped-leastline:focus-visible{outline:2px solid var(--w-hi);outline-offset:2px}.wrapped-leastline__tag{letter-spacing:.08em;text-transform:uppercase;color:var(--w-hi);font-size:.72rem;font-weight:800}.wrapped-leastline__title{color:var(--w-ink);font-weight:800}.wrapped-leastline__meta{opacity:.8;margin-left:auto;font-size:.88rem}.wrapped-board{flex-direction:column;gap:.7rem;width:100%;margin-top:.75rem;display:flex}.wrapped-board__row{background:var(--w-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:left;cursor:pointer;width:100%;color:inherit;border:1px solid #0000;border-radius:16px;grid-template-columns:auto 3.4rem 1fr auto;align-items:center;gap:.9rem;padding:.6rem .85rem;transition:transform .2s,border-color .2s;display:grid}.wrapped-board__row:hover{transform:translate(3px)}.wrapped-board__row:focus-visible{border-color:var(--w-hi);outline:none}.wrapped-board__row.is-mine{border-color:var(--w-hi)}.wrapped-board__rank{color:var(--w-hi);text-align:center;min-width:1.2rem;font-size:1.4rem;font-weight:900}.wrapped-board__poster{background:#0003 50%/cover no-repeat;border-radius:11px;width:3.4rem;height:3.4rem;box-shadow:0 8px 20px #00000047}.wrapped-board__main{flex-direction:column;gap:.3rem;min-width:0;display:flex}.wrapped-board__title{color:var(--w-card-ink);white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:800;line-height:1.15;overflow:hidden}.wrapped-board__bar{background:color-mix(in srgb, var(--w-card-ink) 18%, transparent);border-radius:999px;height:6px;display:block;overflow:hidden}.wrapped-board__fill{height:100%;width:var(--fill,0%);border-radius:inherit;background:linear-gradient(90deg, var(--w-accent), var(--w-hi));display:block}.wrapped-board__meta{color:var(--w-card-ink);opacity:.72;font-size:.82rem}.wrapped-board__mark{color:var(--w-hi);opacity:1;font-weight:700}.wrapped-board__grade{color:var(--w-card-ink);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:900}.wrapped-board__summary{gap:1rem;margin-top:1rem;display:flex}.wrapped-board__stat{border:1px solid var(--w-card-border);background:var(--w-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;flex-direction:column;flex:1;align-items:center;gap:.2rem;padding:.9rem;display:flex}.wrapped-board__statval{color:var(--w-hi);font-size:2rem;font-weight:900}.wrapped-board__statval small{opacity:.7;font-size:1.1rem}.wrapped-board__statlabel{color:var(--w-card-ink);opacity:.78;text-align:center;font-size:.82rem}.wrapped-rhythm{justify-content:center;align-items:flex-end;gap:.4rem;height:5.5rem;margin:.25rem 0 .5rem;display:flex}.wrapped-rhythm__bar{width:.55rem;height:var(--h,50%);background:linear-gradient(180deg, var(--w-hi), var(--w-accent));transform-origin:bottom;animation:1.4s ease-in-out infinite wrapped-eq;animation-delay:var(--d,0s);border-radius:999px}.wrapped-rhythm__hero{flex-direction:column;align-items:center;gap:.1rem;display:flex}.wrapped-rhythm__unit{color:var(--w-ink);opacity:.9;font-size:clamp(1rem,2vw,1.35rem);font-weight:800}.wrapped-rhythm__pills{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:.4rem;display:flex}.wrapped-rhythm__peak{border:1px solid var(--w-card-border);background:var(--w-card);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:20px;align-items:center;gap:1rem;margin-top:1.1rem;padding:1rem 1.4rem;display:flex;box-shadow:0 14px 38px #00000029}.wrapped-rhythm__peak-emoji{font-size:2.4rem;line-height:1}.wrapped-rhythm__peak-text{text-align:left;flex-direction:column;gap:.15rem;display:flex}.wrapped-rhythm__peak-label{letter-spacing:.1em;text-transform:uppercase;color:var(--w-hi);font-size:.74rem;font-weight:800}.wrapped-rhythm__peak strong{color:var(--w-card-ink);font-size:1.3rem;font-weight:900}@keyframes wrapped-eq{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.wrapped-pill{border:1px solid var(--w-card-border);background:var(--w-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--w-card-ink);border-radius:999px;padding:.55rem 1.15rem;font-size:1rem}.wrapped-pill b{color:var(--w-hi);font-weight:900}.wrapped-least{background:var(--w-card);border:1px solid var(--w-card-border);color:var(--w-card-ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;flex-direction:column;gap:.55rem;margin-top:.5rem;padding:1.1rem 1.25rem;display:flex}.wrapped-release-card{background:var(--w-card);border:1px solid var(--w-card-border);width:100%;color:var(--w-card-ink);text-align:left;border-radius:16px;align-items:center;gap:1rem;padding:.65rem .85rem;transition:transform .2s,background .2s;display:flex}.wrapped-release-card:hover,.wrapped-release-card:focus-visible{outline:none;transform:translateY(-2px)}.wrapped-release-card--poster{background:var(--w-card);flex-direction:column;align-items:stretch;gap:.55rem;padding:.6rem}.wrapped-release-card--poster .wrapped-release-card__poster{aspect-ratio:2/3;border-radius:12px;width:100%;height:auto}.wrapped-release-card--poster .wrapped-release-card__body{text-align:center;padding:0 .2rem .15rem}.wrapped-release-card--poster .wrapped-release-card__title{color:var(--w-card-ink);font-size:.92rem}.wrapped-release-card--poster .wrapped-release-card__meta{color:var(--w-card-ink);opacity:.7}.wrapped-release-card--lg{padding:1rem 1.15rem}.wrapped-release-card--lg .wrapped-release-card__poster{width:5rem;height:7rem}.wrapped-release-card--lg .wrapped-release-card__title{font-size:1.25rem}.wrapped-release-card__rank{width:2rem;color:var(--w-hi);text-align:center;flex-shrink:0;font-size:1.6rem;font-weight:900}.wrapped-release-card__poster{background:#0003 50%/cover no-repeat;border-radius:12px;flex-shrink:0;width:3.75rem;height:5.25rem}.wrapped-release-card__body{flex-direction:column;gap:.25rem;min-width:0;display:flex}.wrapped-release-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}.wrapped-release-card__meta{color:var(--w-card-ink);opacity:.72;font-size:.85rem}.wrapped-highlight-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem;display:grid}.wrapped-highlight-row .wrapped-release-card{text-align:center;flex-direction:column;align-items:stretch;padding:.5rem;position:relative}.wrapped-highlight-row .wrapped-release-card .wrapped-release-card__poster{aspect-ratio:2/3;width:100%;height:auto}.wrapped-highlight-row .wrapped-release-card .wrapped-release-card__rank{width:1.75rem;height:1.75rem;color:var(--w-hi);background:#0000008c;border-radius:999px;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:absolute;top:.5rem;left:.5rem}.wrapped-pref-grid{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1.25rem;display:grid}.wrapped-pref-block{border-radius:20px;padding:1.4rem}.wrapped-pref-block--wide{width:100%}.wrapped-pref-block__title{text-transform:uppercase;letter-spacing:.1em;color:var(--w-card-ink);opacity:.78;margin:0 0 1rem;font-size:.82rem;font-weight:800}.wrapped-pref-block__bars{flex-direction:column;gap:.85rem;display:flex}.wrapped-pref-bar__head{color:var(--w-card-ink);justify-content:space-between;gap:.5rem;margin-bottom:.4rem;font-size:clamp(.95rem,1.5vw,1.15rem);font-weight:600;display:flex}.wrapped-pref-bar__head strong{color:var(--w-hi);font-weight:900}.wrapped-pref-bar__track{background:color-mix(in srgb, var(--w-card-ink) 12%, transparent);border-radius:999px;height:12px;overflow:hidden}.wrapped-pref-bar__fill{border-radius:inherit;background:linear-gradient(90deg, var(--w-hi), var(--w-accent));transform-origin:0;height:100%}.wrapped-rec-section{flex-direction:column;gap:.85rem;margin-top:.5rem;display:flex}.wrapped-rec-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;display:grid}.wrapped-empty-card{background:var(--w-card);border:1px dashed var(--w-card-border);color:var(--w-card-ink);border-radius:20px;padding:1.6rem}.wrapped-collection-grid{grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:1rem;display:grid}.wrapped-collection-card{flex-direction:column;gap:.5rem;display:flex}.wrapped-collection-card__cover{aspect-ratio:16/10;background:var(--w-card) center/cover no-repeat;border:1px solid var(--w-card-border);border-radius:14px}.wrapped-collection-card__title{color:var(--w-ink);font-size:.95rem;font-weight:800;line-height:1.25}.wrapped-collection-card__count{color:var(--w-ink-soft);font-size:.78rem}.wrapped-top-three{flex-direction:column;gap:.85rem;display:flex}.wrapped-top-three--rated{gap:1rem}.wrapped-binge-highlight{background:var(--w-card);border:1px solid var(--w-card-border);color:var(--w-card-ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;border-radius:20px;flex-direction:column;gap:.3rem;margin-top:.5rem;padding:1.25rem 1.5rem;display:flex}.wrapped-binge-highlight__label{text-transform:uppercase;letter-spacing:.1em;color:var(--w-hi);font-size:.78rem;font-weight:800}.wrapped-binge-highlight strong{color:var(--w-ink);font-size:clamp(1.4rem,3vw,2rem);font-weight:900}.wrapped-tags{flex-wrap:wrap;gap:.5rem;display:flex}.wrapped-tag{background:color-mix(in srgb, var(--w-hi) 22%, transparent);color:var(--w-ink);border:1px solid color-mix(in srgb, var(--w-hi) 40%, transparent);border-radius:999px;padding:.45rem .9rem;font-size:.9rem;font-weight:700}.wrapped-final{gap:1.5rem}.wrapped-share-card{text-align:left;color:#fff;background:linear-gradient(155deg,#2a1466 0%,#120a2e 100%);border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;gap:1.1rem;width:100%;max-width:24rem;padding:1.5rem;display:flex;box-shadow:0 24px 60px #00000080}.wrapped-share-card__head{align-items:center;gap:.85rem;display:flex}.wrapped-share-card__avatar{background:50%/cover no-repeat;border:2px solid #c8f24e;border-radius:999px;flex-shrink:0;width:3.25rem;height:3.25rem}.wrapped-share-card__user{color:#fff;font-size:1.2rem;font-weight:900;display:block}.wrapped-share-card__year{color:#fff9;text-transform:uppercase;letter-spacing:.1em;font-size:.74rem;display:block}.wrapped-share-card__stats{grid-template-columns:repeat(2,1fr);gap:.6rem;display:grid}.wrapped-share-card__stats--4{grid-template-columns:repeat(4,1fr)}.wrapped-share-card__stats>div{text-align:center;background:#ffffff12;border-radius:14px;flex-direction:column;align-items:center;gap:.1rem;padding:.6rem .4rem;display:flex}.wrapped-share-card__stats>div strong{color:#c8f24e;font-size:1.4rem;font-weight:900}.wrapped-share-card__stats>div span{color:#ffffff9e;font-size:.68rem}.wrapped-share-card__top{flex-direction:column;gap:.5rem;display:flex}.wrapped-share-card__top-label{text-transform:uppercase;letter-spacing:.1em;color:#ff5ca8;font-size:.7rem;font-weight:800}.wrapped-share-card__top-row{align-items:center;gap:.85rem;display:flex}.wrapped-share-card__top-poster{background:50%/cover no-repeat;border-radius:10px;flex-shrink:0;width:3.5rem;height:5rem}.wrapped-share-card__top-title{font-size:1.05rem;font-weight:900}.wrapped-share-card__top-meta{color:#ffffff8c;font-size:.78rem}.wrapped-share-card__posters{grid-template-columns:repeat(5,1fr);gap:.4rem;display:grid}.wrapped-share-card__mini{aspect-ratio:2/3;background:#ffffff14 50%/cover no-repeat;border-radius:8px}.wrapped-share-card__tags{flex-wrap:wrap;gap:.4rem;display:flex}.wrapped-share-card .wrapped-tag{color:#e9ffb0;background:#c8f24e29;border-color:#c8f24e59;padding:.35rem .7rem;font-size:.78rem}.wrapped-share-card__brand{text-align:center;letter-spacing:.18em;text-transform:uppercase;color:#ffffff80;margin-top:.2rem;font-size:.78rem;font-weight:900}.wrapped-final__actions{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}.wrapped-btn{background:var(--w-card);border:1px solid var(--w-card-border);color:var(--w-ink);border-radius:999px;padding:.85rem 1.75rem;font-size:1rem;font-weight:800;transition:transform .2s,filter .2s}.wrapped-btn--primary{background:var(--w-hi);color:#0a0a0f;border-color:#0000}.wrapped-btn:hover,.wrapped-btn:focus-visible{filter:brightness(1.05);outline:none;transform:translateY(-2px)}.wrapped-btn:disabled{opacity:.6;cursor:default;transform:none}.wrapped-screen--noir .wrapped-btn--primary{color:#0a0a0f}@media (prefers-reduced-motion:reduce){.wrapped-page__loading-pulse,.wrapped-unpack__burst,.wrapped-page__scrollhint,.wrapped-rhythm__bar,.wrapped-field__inner{animation:none}.wrapped-rhythm__bar{transform:scaleY(.85)}.wrapped-scroll{scroll-behavior:auto}}@media (width<=860px){.wrapped-highlight-row{grid-template-columns:repeat(3,minmax(0,1fr))}.wrapped-rec-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.wrapped-screen{padding:4.75rem 1.15rem 4rem}.wrapped-stat-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.wrapped-pref-grid{grid-template-columns:1fr}.wrapped-page__dots{gap:.5rem;right:.6rem}.wrapped-progress__dot{width:8px;height:8px}}.rewind-scroll,.rewind-viewport{z-index:1;background:#171022;position:absolute;inset:0;overflow:hidden}.rewind-layer{visibility:hidden;pointer-events:none;position:absolute;inset:0;overflow:hidden}.rewind-layer.is-active{visibility:visible;pointer-events:auto}.rewind-page{height:100%;min-height:0}.rewind-advance-hint{z-index:6;color:#ffffffbf;mix-blend-mode:difference;pointer-events:none;align-items:center;gap:.45em;font-size:.82rem;font-weight:700;display:flex;position:absolute;bottom:clamp(14px,2.5vh,28px);right:clamp(20px,4vw,48px)}.rewind-advance-hint__arrow{animation:1.6s ease-in-out infinite rw-hint-nudge}@keyframes rw-hint-nudge{0%,to{opacity:.7;transform:translate(0)}50%{opacity:1;transform:translate(5px)}}.rewind-screen{background:var(--rw-bg);width:100%;height:100%;min-height:0;max-height:100%;color:var(--rw-ink);box-sizing:border-box;justify-content:center;align-items:center;padding:clamp(48px,7vh,88px) clamp(16px,4vw,56px);font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.rewind-screen__veil{z-index:7;transform-origin:top;pointer-events:none;will-change:transform;position:absolute;inset:0}.rewind-screen__logo{z-index:5;position:absolute;top:clamp(16px,3vh,30px);left:clamp(20px,4vw,48px)}.rewind-stage{z-index:2;aspect-ratio:1;flex-shrink:1;place-items:center;width:min(72vmin,68vh);max-height:calc(100% - 24px);display:grid;position:relative}.rewind-screen--arrow .rewind-stage{aspect-ratio:100/60;width:min(96vw,1120px)}.rewind-stage__shape{z-index:1;filter:drop-shadow(0 24px 60px #00000038);will-change:transform, opacity;place-items:center;display:grid;position:absolute;inset:0}.rewind-stage__content{z-index:2;text-align:center;position:relative}.rewind-stage__content--star{max-width:50%}.rewind-stage__content--flower{max-width:54%}.rewind-stage__content--arrow{max-width:66%}@media (prefers-reduced-motion:no-preference){.rewind-screen--star .rewind-hero{transform-origin:50%;animation:70s linear infinite rw-spin}.rewind-screen--flower .rewind-hero{transform-origin:50%;animation:9s ease-in-out infinite rw-breathe}}@keyframes rw-spin{to{transform:rotate(360deg)}}@keyframes rw-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}.rewind-flat{z-index:2;flex-direction:column;justify-content:center;width:min(1080px,94vw);max-height:calc(100% - 16px);display:flex;position:relative;overflow:hidden}.rewind-screen--start .rewind-flat{justify-content:flex-start;padding-top:clamp(8px,2vh,24px)}.rewind-welcome{color:var(--rw-ink);flex-direction:column;align-items:center;gap:.18em;display:flex}.rewind-welcome__mark{margin-bottom:.4em}.rewind-welcome__title{letter-spacing:-.02em;font-size:clamp(1.6rem,5vmin,3.2rem);font-weight:900;line-height:.96}.rewind-welcome__year{font-size:clamp(1.6rem,4.8vmin,3rem);font-weight:900;line-height:1}.rewind-welcome__sub{max-width:22ch;color:var(--rw-ink-soft);margin-top:.7em;font-size:clamp(.78rem,1.5vmin,1rem);font-weight:700}.rewind-stat{color:var(--rw-ink);flex-direction:column;align-items:center;gap:.18em;display:flex}.rewind-stat__eyebrow{letter-spacing:.04em;font-size:clamp(.85rem,1.9vmin,1.15rem);font-weight:800}.rewind-stat__huge{font-size:clamp(3rem,14vmin,9rem);font-weight:900;line-height:.86}.rewind-stat__label{font-size:clamp(1rem,2.8vmin,1.85rem);font-weight:900}.rewind-stat__sub{color:var(--rw-ink-soft);margin-top:.5em;font-size:clamp(.78rem,1.6vmin,1.05rem);font-weight:700}.rewind-stat__note{color:var(--rw-ink-soft);max-width:26ch;margin-top:.35em;font-size:clamp(.7rem,1.35vmin,.92rem);font-weight:700}.rewind-stat__pills{flex-wrap:wrap;justify-content:center;gap:.5em;margin-top:.7em;display:flex}.rewind-pill{border:2px solid;border-radius:999px;padding:.3em .85em;font-size:clamp(.72rem,1.4vmin,.92rem);font-weight:800}.rewind-pill b{font-weight:900}.rewind-screen--activity .rewind-decor__item--tr{top:-6vmin;right:-8vmin}.rewind-screen--activity .rewind-decor__item--bl{bottom:-8vmin;left:-5vmin}.rewind-activity{width:min(980px,92vw);color:var(--rw-ink);text-align:center}.rewind-activity__title{margin:0 0 clamp(28px,5vmin,52px);font-size:clamp(1.45rem,3.8vmin,2.35rem);font-weight:900}.rewind-activity__rows{flex-direction:column;align-items:center;gap:clamp(22px,4.5vmin,44px);display:flex}.rewind-activity__row{justify-content:center;gap:clamp(14px,2.8vmin,32px) clamp(18px,3.5vmin,40px);width:100%;display:grid}.rewind-activity__row--1{grid-template-columns:minmax(0,1fr);max-width:160px}.rewind-activity__row--2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:360px}.rewind-activity__row--3{grid-template-columns:repeat(3,minmax(0,1fr));max-width:540px}.rewind-activity__row--4{grid-template-columns:repeat(4,minmax(0,1fr));max-width:720px}.rewind-activity__row--5{grid-template-columns:repeat(5,minmax(0,1fr));max-width:900px}.rewind-activity__row--6{grid-template-columns:repeat(6,minmax(0,1fr));max-width:980px}.rewind-activity__cell{text-align:center;min-width:0}.rewind-activity__value{letter-spacing:-.02em;color:var(--rw-ink);font-size:clamp(1.85rem,5vmin,3.25rem);font-weight:900;line-height:1;display:block}.rewind-activity__label{color:var(--rw-ink);margin-top:.28em;font-size:clamp(.72rem,1.45vmin,1rem);font-weight:800;line-height:1.15;display:block}.rewind-titles{width:100%;color:var(--rw-ink)}.rewind-titles__title{text-align:center;margin:0 0 1em;font-size:clamp(1.2rem,3.2vmin,2.1rem);font-weight:900}.rewind-titles__list{flex-direction:column;gap:clamp(10px,1.8vmin,18px);margin:0;padding:0;list-style:none;display:flex}.rewind-titles__btn{cursor:pointer;width:100%;color:inherit;text-align:left;background:0 0;border:none;align-items:center;gap:1em;padding:0;display:flex}.rewind-titles__poster{aspect-ratio:3/4;background:#00000026 50%/cover no-repeat;border-radius:9px;flex:none;width:clamp(52px,7vmin,78px);box-shadow:0 8px 22px #00000047}.rewind-titles__name{font-size:clamp(1rem,2.3vmin,1.5rem);font-weight:900}.rewind-titles__rank{color:var(--rw-ink-soft);font-weight:700;display:block}.rewind-collections{width:min(1000px,94vw);color:var(--rw-ink);text-align:center}.rewind-collections__title{margin:0 0 1em;font-size:clamp(1.5rem,4vmin,2.4rem);font-weight:900}.rewind-collections__row{flex-wrap:wrap;justify-content:center;gap:clamp(12px,2vmin,24px);display:flex}.rewind-collection-card{aspect-ratio:16/10;background:#322b4deb;border-radius:18px;align-items:flex-end;width:clamp(190px,30vw,320px);display:flex;position:relative;overflow:hidden}.rewind-collection-card__cover{background:50%/cover no-repeat;position:absolute;inset:0}.rewind-collection-card__name{z-index:1;text-align:left;color:#fff;background:linear-gradient(#0000,#000000a6);width:100%;padding:.7em .8em;font-weight:800;position:relative}.rewind-collection-card--more{justify-content:center;align-items:center}.rewind-collection-card__more{color:#fff;font-size:1.8rem;font-weight:900}.rewind-collections__note{max-width:40ch;color:var(--rw-ink-soft);margin:1.2em auto 0;font-weight:700}.rewind-screen--scrollable{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;align-items:stretch;overflow:hidden auto}.rewind-screen--scrollable::-webkit-scrollbar{width:0;height:0;display:none}.rewind-screen--scrollable .rewind-flat{flex:none;justify-content:flex-start;width:100%;max-height:none;padding-top:clamp(12px,2vh,28px);padding-bottom:clamp(56px,10vh,120px);overflow:visible}.rewind-prefs{width:min(1080px,94vw);color:var(--rw-ink);margin:0 auto;padding-bottom:.5em}.rewind-prefs__title{text-align:center;margin:0 0 .7em;font-size:clamp(1.5rem,4vmin,2.4rem);font-weight:900}.rewind-prefs__section{margin-top:clamp(14px,2.4vmin,26px)}.rewind-prefs__h{margin:0;font-size:clamp(1.1rem,2.6vmin,1.7rem);font-weight:900}.rewind-prefs__lead{color:var(--rw-ink-soft);margin:.15em 0 .7em;font-size:clamp(.76rem,1.4vmin,.95rem);font-weight:700}.rewind-prefs__row{grid-template-columns:repeat(4,1fr);gap:clamp(10px,1.6vmin,18px);display:grid}.rewind-poster{cursor:pointer;color:inherit;text-align:left;background:0 0;border:none;flex-direction:column;gap:.45em;padding:0;display:flex}.rewind-poster__img{aspect-ratio:3/4;background:#0003 50%/cover no-repeat;border-radius:11px;width:100%;transition:transform .25s;box-shadow:0 10px 24px #00000052}.rewind-poster:hover .rewind-poster__img{transform:translateY(-4px)scale(1.02)}.rewind-poster__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(.7rem,1.3vmin,.9rem);font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.rewind-comments{width:100%;color:var(--rw-ink)}.rewind-comments__title{text-align:center;margin:0 0 1em;font-size:clamp(1.1rem,2.7vmin,1.9rem);font-weight:900}.rewind-comments__list{flex-direction:column;gap:clamp(12px,2vmin,22px);margin:0;padding:0;list-style:none;display:flex}.rewind-comment{align-items:center;gap:1em;display:flex}.rewind-comment__body{cursor:pointer;color:inherit;text-align:left;background:0 0;border:none;flex-direction:column;flex:1;gap:.2em;min-width:0;padding:0;display:flex}.rewind-comment__text{font-size:clamp(.85rem,1.8vmin,1.15rem);font-weight:800}.rewind-comment__text--spoiler{filter:blur(5px)}.rewind-comment__src{color:var(--rw-ink-soft);font-size:clamp(.7rem,1.3vmin,.9rem);font-weight:600}.rewind-comment__likes{flex-direction:column;flex:none;align-items:center;font-weight:900;display:flex}.rewind-comment__heart{font-size:1.15rem;line-height:1}.rewind-final{color:#fff;flex-direction:column;gap:1.2em;width:min(1024px,94vw);display:flex}.rewind-final__card{isolation:isolate;background:#1d1530;border-radius:26px;padding:clamp(22px,3vw,44px);position:relative;overflow:hidden}.rewind-final__art{opacity:.4;z-index:0;background:50%/cover no-repeat;width:46%;height:100%;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(270deg,#000 25%,#0000 96%);mask-image:linear-gradient(270deg,#000 25%,#0000 96%)}.rewind-final__head{z-index:1;align-items:center;gap:.7em;display:flex;position:relative}.rewind-final__avatar{background:#2a2140 50%/cover no-repeat;border-radius:50%;flex:none;width:46px;height:46px}.rewind-final__user b{font-size:1.1rem;font-weight:900;display:block}.rewind-final__user small{opacity:.65;letter-spacing:.06em;font-weight:700}.rewind-final__h{z-index:1;margin:1em 0 0;font-size:clamp(1.3rem,3vmin,2rem);font-weight:900;position:relative}.rewind-final__h--sm{font-size:clamp(1.05rem,2.3vmin,1.45rem)}.rewind-final__grid{z-index:1;grid-template-columns:repeat(5,max-content);gap:.5em 1.5em;margin-top:.7em;display:grid;position:relative}.rewind-final__value{font-size:clamp(1.2rem,3vmin,2rem);font-weight:900;line-height:1;display:block}.rewind-final__label{opacity:.75;font-size:.8rem;font-weight:700}.rewind-final__posters{z-index:1;flex-wrap:wrap;gap:.6em;margin-top:.7em;display:flex;position:relative}.rewind-final__poster{aspect-ratio:3/4;background:#2a2140 50%/cover no-repeat;border-radius:10px;width:clamp(58px,8vw,98px);box-shadow:0 8px 20px #0006}.rewind-final__brand{z-index:1;letter-spacing:.04em;opacity:.55;font-weight:900;position:absolute;bottom:clamp(14px,2vw,28px);right:clamp(16px,2.4vw,32px)}.rewind-final__actions{flex-wrap:wrap;justify-content:center;gap:1em;display:flex}@media (width<=900px){.rewind-activity__row--4{grid-template-columns:repeat(2,minmax(0,1fr));max-width:360px}.rewind-activity__row--6{grid-template-columns:repeat(3,minmax(0,1fr));max-width:540px}}@media (width<=720px){.rewind-prefs__row{grid-template-columns:repeat(2,1fr)}.rewind-final__grid{grid-template-columns:repeat(3,max-content)}.rewind-stage__content--star{max-width:70%}.rewind-stage__content--flower{max-width:72%}.rewind-stage__content--arrow{max-width:82%}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#000;--color-surface:#0a0a0a;--color-surface-hover:#151515;--color-border:#2a2a2a;--color-text:#f5f5f5;--color-text-muted:#9a9a9a;--color-accent:#fff;--color-accent-hover:#d6d6d6;--color-accent-contrast:#000;--color-success:#fff;--color-error:#fff;--font-sans:"Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;--anix-bg-image:none}html,body,#app{background-position:50%;background-size:cover;background-attachment:fixed;background-color:var(--color-bg)!important;background-image:var(--anix-bg-image)!important}.titlebar__logo-img{filter:grayscale()contrast(1.15)!important}.titlebar__brand,.player-titlebar__brand{letter-spacing:0;align-items:center;gap:.2rem;display:inline-flex;font-size:1.08rem!important;font-weight:700!important}.titlebar__brand-note,.player-titlebar__brand-note{color:#b8b8b8!important}.titlebar__brand>span,.player-titlebar__brand>span{animation:3.6s ease-in-out infinite anime-not-shimmer}.titlebar__brand-note,.player-titlebar__brand-note{animation-delay:.55s!important}@keyframes anime-not-shimmer{0%,to{opacity:.56}42%{opacity:1}58%{opacity:.72}}.titlebar{background:#0a0a0a!important;border-bottom:1px solid #1d1d1d!important}.titlebar__search,.titlebar__search:hover,.titlebar__search:focus-within{background:#0a0a0a!important;border-color:#2a2a2a!important}.titlebar{position:relative}.titlebar__search{width:min(420px,100% - 10rem);position:absolute;left:50%;transform:translate(-50%);margin:0!important}.titlebar__search-input{background:0 0!important;border:none!important;outline:none!important}.titlebar__brand{cursor:pointer;-webkit-app-region:no-drag;margin:0;padding:0;color:#f5f5f5!important;background:0 0!important;border:0!important}.titlebar__nav{display:none!important}.titlebar__search-input:focus,.titlebar__search-input:focus-visible{box-shadow:none!important;outline:0!important}.search-dropdown{background:#080808!important;border-color:#2a2a2a!important;border-radius:8px!important;box-shadow:0 14px 28px #00000073!important}.search-dropdown__release-item{text-align:left;cursor:pointer;align-items:center;gap:.65rem;width:100%;min-height:3.75rem;display:flex;color:#f5f5f5!important;background:0 0!important;border:0!important;border-bottom:1px solid #1d1d1d!important;padding:.5rem .7rem!important}.search-dropdown__release-item:hover,.search-dropdown__release-item.search-dropdown__item--active{background:#151515!important}.search-dropdown__release-poster{object-fit:cover;background:#151515;border:1px solid #333;border-radius:4px;flex:0 0 2.25rem;width:2.25rem;height:3rem}.search-dropdown__release-poster--empty{display:block}.search-dropdown__release-content{text-align:left;flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.search-dropdown__release-title,.search-dropdown__release-meta{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-dropdown__release-title{color:#f5f5f5;font-size:.84rem;font-weight:600}.search-dropdown__release-meta,.search-dropdown__loading{color:#8d8d8d;font-size:.72rem}.search-dropdown__release-arrow{color:#8d8d8d;padding-left:.35rem;font-size:1.25rem;line-height:1}.search-dropdown__loading,.search-dropdown__empty{text-align:center;padding:.75rem 1rem}@media (width<=620px){.titlebar__search{width:min(360px,100% - 7rem)}}body{color:#f5f5f5!important}*{scrollbar-color:#f5f5f5 #050505;text-shadow:none!important}:focus,:focus-visible{box-shadow:none!important;outline:none!important}a,.active,[class*=--active],[class*=is-active],[class*=selected],[aria-selected=true],[aria-pressed=true]{color:#fff!important}button,.btn,[class*=button],[class*=btn],input,textarea,select{box-shadow:none!important;border-color:#333!important}button:hover,.btn:hover,[class*=button]:hover,[class*=btn]:hover{border-color:#333!important}button:focus,button:focus-visible,input:focus,input:focus-visible,textarea:focus,textarea:focus-visible,select:focus,select:focus-visible{box-shadow:none!important;border-color:#333!important;outline:none!important}input,textarea,select{color:#fff!important;background:#050505!important}input::placeholder,textarea::placeholder{color:#777!important}[class*=badge],[class*=pill],[class*=chip],[class*=tag],[class*=status],[class*=rating],[class*=success],[class*=error],[class*=danger],[class*=warn]{color:#f5f5f5!important;background:#111!important;border-color:#3a3a3a!important}[class*=primary],[class*=submit]{color:#000!important;background:#fff!important;border-color:#fff!important}[class*=primary] svg,[class*=submit] svg{color:#000!important;stroke:#000!important}[class*=surface],[class*=card],[class*=modal],[class*=popover],[class*=dropdown],[class*=panel],[class*=sidebar],[class*=header],[class*=toolbar],[class*=rail],[class*=item],[class*=row]{box-shadow:none!important}svg,svg *{filter:none!important}.release-card-v__badge,.release-card-h__badge,.collection-card__badge,.watch-page__quality-current,.settings-theme-tile__accent{color:#000!important;background:#fff!important}.page-spinner,[class*=spinner]{border-color:#fff #333 #333!important}.sidebar__link--social:not(.sidebar__link--admin),.titlebar__search-kbd{display:none!important}.collections-header-actions__icon--circle{flex:0 0 1.25rem;width:1.25rem;height:1.25rem;font-size:0;line-height:0}.collections-header-actions__icon--circle svg{width:.875rem;height:.875rem;display:block}.release-page__head--narrow .release-page__head-backdrop:after{opacity:.58;background:#000!important}.release-page__play-bar{background:0 0!important;border:0!important;padding:0!important}.release-page__btn--play{min-height:3rem;color:#000!important;background:#fff!important;border:1px solid #fff!important;border-radius:8px!important}.release-page__btn--play svg,.release-page__btn--play svg *{color:#000!important;stroke:#000!important}.release-page__btn--play:hover:not(:disabled){color:#fff!important;background:#1b1b1b!important;border-color:#fff!important}.release-page__btn--play:hover:not(:disabled) svg,.release-page__btn--play:hover:not(:disabled) svg *{color:#fff!important;stroke:#fff!important}.release-page__rating-block{border:1px solid #2f2f2f;padding:1.25rem;background:#090909!important}.release-page__rating-summary{border-bottom:1px solid #2f2f2f;padding-bottom:.9rem}.release-page__rating-star{border-radius:6px;width:2.15rem;height:2.15rem;border:1px solid #393939!important}.release-page__rating-star--active,.release-page__rating-star:hover{color:#000!important;background:#fff!important}.release-page__rating-star--active svg,.release-page__rating-star--active svg *{color:#000!important;stroke:#000!important}.release-page__rating-bar-track{border:1px solid #333;height:.55rem;background:#141414!important}.release-page__list-stats{display:none!important}.release-page__carousel-scroll{scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}.release-page__carousel-scroll>*{scroll-snap-align:start}.release-page__video-thumb,.release-page__video-category-card{border:1px solid #2d2d2d!important;border-radius:8px!important}.release-page__video-platforms,.release-page__video-host-icon{display:none!important}.release-page__video-thumb img,.release-page__video-category-poster img,.release-page__video-row-poster img{background:#151515}.release-page__video-poster-placeholder,.release-page__video-category-placeholder{color:#bdbdbd;text-align:center;place-items:center;padding:1rem;background:#151515!important;display:grid!important}.release-page__video-thumb-label,.release-page__video-category-label{min-height:2.6rem}.release-page__video-category-card,.release-page__video-thumb{box-sizing:border-box;align-self:stretch;height:9.2rem;background:#0b0b0b!important;border:1px solid #2d2d2d!important;border-radius:8px!important;gap:0!important;overflow:hidden!important}.release-page__video-category-poster{aspect-ratio:16/9;flex:none;width:100%;border-radius:0!important}.release-page__video-category-label,.release-page__video-thumb-label{box-sizing:border-box;-webkit-line-clamp:2;color:#f5f5f5;-webkit-box-orient:vertical;flex:auto;align-items:center;min-height:0;padding:.45rem .6rem;font-size:.78rem;line-height:1.25;display:-webkit-box;overflow:hidden}.release-page__video-thumb img,.release-page__video-thumb .release-page__video-poster-placeholder{aspect-ratio:16/9;object-fit:cover;flex:none;border-radius:0!important;height:auto!important}.release-page__rating-content,.release-page__rating-main,.release-page__rating-bars,.release-page__rating-bar-row,.release-page__rating-bar-track{box-sizing:border-box;min-width:0;max-width:100%}.release-page__rating-bars{overflow:hidden}.release-page__rating-bar-track{width:100%;overflow:hidden}.release-page__screenshots{gap:.65rem}.release-page__screenshot-btn{transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .22s;border-radius:6px!important}.release-page__screenshot-btn:hover{opacity:1;transform:translateY(-2px)}.release-page__section-bg{display:none!important}.release-page__recommended-panel{background:0 0!important;padding:1rem 0!important}.anix-comments__subtitle{color:#777!important}.anix-comment-composer__tools{display:none!important}.anix-comment-composer__row{grid-template-columns:minmax(0,1fr) auto;align-items:center!important;gap:.7rem!important;display:grid!important}.anix-comment-composer__textarea{resize:none!important;min-height:3.15rem!important;max-height:7rem!important}.anix-comment-composer__submit{width:2.5rem;height:2.5rem;color:#000!important;background:#fff!important;border-radius:50%!important;align-self:center!important}.anix-comment-composer__submit svg,.anix-comment-composer__submit svg *{color:#000!important;stroke:#000!important}.anix-comment__reply,.anix-comment__replies-row{display:none!important}.release-page__rating-block{background:0 0!important;border:1px solid #252525!important;border-left:0!important;border-right:0!important;padding:1.15rem 0 1.2rem!important}.release-page__rating-content{grid-template-columns:minmax(14rem,.7fr) minmax(18rem,1.3fr);gap:1.5rem}.release-page__rating-main{background:#090909;border:1px solid #252525;border-radius:8px;gap:.9rem;padding:1rem}.release-page__rating-summary{border:0;flex-direction:row;align-items:baseline;gap:.65rem;padding:0}.release-page__rating-value{font-size:2.4rem;line-height:1}.release-page__rating-vote{border-top:1px solid #252525;align-items:center;padding-top:.85rem}.release-page__rating-vote-avatar{display:none}.release-page__rating-stars{gap:.15rem}.release-page__rating-star{border-radius:50%;width:2rem;height:2rem;background:0 0!important;border:0!important}.release-page__rating-star:hover,.release-page__rating-star--active{color:#fff!important;transform:translateY(-1px)!important}.release-page__rating-bars{justify-content:center;gap:.62rem;padding:.7rem 0}.release-page__rating-bar-track{border-radius:999px;height:.45rem;background:#141414!important}.release-page__rating-bar-fill{background:#fff!important;border-radius:999px!important}.release-page__rating-bar-label{color:#f5f5f5;font-weight:600}.dots-menu__item--status-none:before,.dots-menu__item--status-watching:before,.dots-menu__item--status-planned:before,.dots-menu__item--status-completed:before,.dots-menu__item--status-on_hold:before,.dots-menu__item--status-dropped:before{content:"";background:#666;border-radius:50%;flex:0 0 .5rem;width:.5rem;height:.5rem;margin-right:.35rem}.dots-menu__item--status-watching:before{background:#7fcf9b}.dots-menu__item--status-planned:before{background:#d7bc68}.dots-menu__item--status-completed:before{background:#9caedb}.dots-menu__item--status-on_hold:before{background:#bd9bd3}.dots-menu__item--status-dropped:before{background:#d58d8d}.dots-menu{z-index:4;position:relative}.dots-menu__trigger{width:2rem;height:2rem;color:#bdbdbd!important;background:0 0!important;border:0!important;border-radius:4px!important}.dots-menu__trigger:hover{color:#fff!important;background:#151515!important}.dots-menu__trigger:focus,.dots-menu__trigger:focus-visible{box-shadow:none!important;outline:none!important}@media (width<=640px){html,body,#app{overscroll-behavior-x:none;width:100%;max-width:100%;overflow-x:hidden!important}body{touch-action:pan-y}.titlebar__drag{z-index:2;flex:none;min-width:86px;position:relative;padding:0 4px 0 10px!important}.titlebar__brand{width:auto!important;font-size:.78rem!important;overflow:visible!important}.titlebar__search{flex:1 1 0!important;width:auto!important;min-width:0!important;position:relative!important;left:auto!important;transform:none!important}.tooltip,#ui-tooltip-root{display:none!important}.watch-page,.watch-page__progress-wrap{touch-action:none}.watch-page__vol-wrap{display:none!important}.watch-page__bottom-controls{padding-inline:8px!important}.watch-page__btns-left{flex:none}.watch-page__btns-right{flex:auto;justify-content:flex-end}.watch-page__progress-wrap{padding:10px 0!important}.watch-page__progress-bar{transition:none!important}.watch-page__timeline-dot{width:16px;height:16px}.watch-page__float-panel{left:10px!important;right:10px!important;bottom:calc(58px + env(safe-area-inset-bottom))!important;transform-origin:bottom!important;width:auto!important;height:min(420px,62dvh)!important;min-height:0!important;max-height:62dvh!important;position:fixed!important}}.dots-menu__panel{min-width:13.5rem}.dots-menu__list{box-sizing:border-box;width:17rem;min-width:0;padding:.3rem 0;background:#101010!important;border-color:#333!important;border-radius:8px!important;max-height:none!important;overflow-y:visible!important}.dots-menu__item{box-sizing:border-box;white-space:nowrap;min-height:2.2rem;padding:.45rem 1rem;font-size:.875rem;color:#f5f5f5!important}.dots-menu__item:hover{background:#1b1b1b!important}.dots-menu__label{padding:.48rem 1rem .32rem;color:#9a9a9a!important}.dots-menu__divider{margin:.3rem .65rem;background:#2a2a2a!important}.release-card-v__poster img,.release-card-h__poster img,.collection-card__image{transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .22s}.release-card-v__link:hover .release-card-v__poster img,.release-card-h__link:hover .release-card-h__poster img,.collection-card__link:hover .collection-card__image{transform:scale(1.045)}.release-page__related-row .related-release-row--current{border-radius:8px;padding-inline:.7rem;background:#101010!important;border:1px solid #363636!important}.collection-stats__random{color:#000!important;background:#d8d8d8!important;border:1px solid #d8d8d8!important}.collection-stats__random:hover{color:#fff!important;background:#2a2a2a!important;border-color:#fff!important}.collection-stats__random-icon,.collection-stats__random-icon svg{align-items:center;width:1rem;height:1rem;display:inline-flex}.steam-hero__dots{display:none!important}html[data-anix-theme] body,html[data-anix-theme] #app{color:var(--color-text)!important;background-color:var(--color-bg)!important;background-image:var(--anix-bg-image)!important}html[data-anix-theme] .titlebar,html[data-anix-theme] .titlebar__search,html[data-anix-theme] .search-dropdown,html[data-anix-theme] .dots-menu__list{background-color:var(--color-surface)!important;border-color:var(--color-border)!important}html[data-anix-theme] .titlebar,html[data-anix-theme] .titlebar__search,html[data-anix-theme] .search-dropdown__release-item,html[data-anix-theme] .release-page__rating-block,html[data-anix-theme] .release-page__rating-main,html[data-anix-theme] .dots-menu__item:hover{border-color:var(--color-border)!important}html[data-anix-theme] a,html[data-anix-theme] body,html[data-anix-theme] button,html[data-anix-theme] .titlebar__brand,html[data-anix-theme] .search-dropdown__release-item,html[data-anix-theme] .search-dropdown__release-title,html[data-anix-theme] .release-page__rating-bar-label,html[data-anix-theme] .dots-menu__item{color:var(--color-text)!important}html[data-anix-theme] input,html[data-anix-theme] textarea,html[data-anix-theme] select{color:var(--color-text)!important;background-color:var(--color-bg)!important;border-color:var(--color-border)!important}html[data-anix-theme] input::placeholder,html[data-anix-theme] textarea::placeholder,html[data-anix-theme] .search-dropdown__release-meta,html[data-anix-theme] .search-dropdown__loading,html[data-anix-theme] .dots-menu__label,html[data-anix-theme] .anix-comments__subtitle{color:var(--color-text-muted)!important}html[data-anix-theme] [class*=badge],html[data-anix-theme] [class*=pill],html[data-anix-theme] [class*=chip],html[data-anix-theme] [class*=tag],html[data-anix-theme] [class*=status]{color:var(--color-text)!important;background-color:var(--color-surface-hover)!important;border-color:var(--color-border)!important}html[data-anix-theme] [class*=primary],html[data-anix-theme] [class*=submit],html[data-anix-theme] .release-page__btn--play,html[data-anix-theme] .collection-stats__random{color:var(--color-accent-contrast)!important;background-color:var(--color-accent)!important;border-color:var(--color-accent)!important}html[data-anix-theme] [class*=primary] svg,html[data-anix-theme] [class*=primary] svg *,html[data-anix-theme] [class*=submit] svg,html[data-anix-theme] [class*=submit] svg *,html[data-anix-theme] .release-page__btn--play svg,html[data-anix-theme] .release-page__btn--play svg *,html[data-anix-theme] .collection-stats__random svg,html[data-anix-theme] .collection-stats__random svg *{color:var(--color-accent-contrast)!important;stroke:var(--color-accent-contrast)!important}html[data-anix-theme] .profile__friend-btn--add,html[data-anix-theme] .profile-v2__friend-btn{color:var(--color-accent-contrast)!important;background-color:var(--color-accent)!important;border-color:var(--color-accent)!important}html[data-anix-theme] .profile__friend-btn--add svg,html[data-anix-theme] .profile__friend-btn--add svg *,html[data-anix-theme] .profile-v2__friend-btn svg,html[data-anix-theme] .profile-v2__friend-btn svg *{color:var(--color-accent-contrast)!important;stroke:var(--color-accent-contrast)!important}html[data-anix-theme] .release-page__rating-bar-fill{background:var(--color-accent)!important}html[data-anix-theme] .release-page__rating-bar-track,html[data-anix-theme] .release-page__rating-vote,html[data-anix-theme] .release-page__rating-summary{border-color:var(--color-border)!important}html[data-anix-theme] .settings-theme-tile,html[data-anix-theme] .settings-theme-tile__action-btn{color:var(--color-text)!important;background-color:var(--color-surface-hover)!important;border-color:var(--color-border)!important}html[data-anix-theme] .settings-panel,html[data-anix-theme] .settings-sidebar,html[data-anix-theme] .settings-content,html[data-anix-theme] .settings-content__header,html[data-anix-theme] .settings-sidebar__footer-section,html[data-anix-theme] .settings-nav__sep{border-color:var(--color-border)!important}html[data-anix-theme] .settings-nav__sep,html[data-anix-theme] .settings-content__header,html[data-anix-theme] .settings-sidebar__footer-section{background:0 0!important}html[data-anix-theme] .acc-field{border-bottom:0!important}html[data-anix-theme] .titlebar__search-input{color:var(--color-text)!important;background:0 0!important;border:0!important}.release-card-v--status-watching .release-card-v__badge,.release-card-h--status-watching .release-card-h__status-badge{color:#0a0a0a!important;text-shadow:none!important;background:#7fcf9b!important;border-color:#7fcf9b!important}.release-card-v--status-planned .release-card-v__badge,.release-card-h--status-planned .release-card-h__status-badge{color:#0a0a0a!important;text-shadow:none!important;background:#d7bc68!important;border-color:#d7bc68!important}.release-card-v--status-completed .release-card-v__badge,.release-card-h--status-completed .release-card-h__status-badge{color:#0a0a0a!important;text-shadow:none!important;background:#9caedb!important;border-color:#9caedb!important}.release-card-v--status-on_hold .release-card-v__badge,.release-card-h--status-on_hold .release-card-h__status-badge{color:#0a0a0a!important;text-shadow:none!important;background:#bd9bd3!important;border-color:#bd9bd3!important}.release-card-v--status-dropped .release-card-v__badge,.release-card-h--status-dropped .release-card-h__status-badge{color:#0a0a0a!important;text-shadow:none!important;background:#d58d8d!important;border-color:#d58d8d!important}@media (width>=621px){.titlebar__nav{display:none!important}}@media (width<=620px){.titlebar__nav{display:none!important}}@media (width<=840px){.release-page__rating-content{grid-template-columns:1fr;gap:1.25rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;height:100%;font-size:16px;overflow:hidden}body{height:100%;font-family:var(--font-sans);background:var(--color-surface);color:var(--color-text);margin:0;overflow:hidden}#app{flex-direction:column;height:100%;display:flex;overflow:hidden}a{color:var(--color-accent);text-decoration:none;transition:color .2s}a:hover{color:var(--color-accent-hover)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}
