body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#030710;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{--theme-primary:#9270c4;--theme-primary-rgb:146 112 196;--theme-bright:#b193da;--theme-bright-rgb:177 147 218;--theme-deep:#4c3769;--theme-deep-rgb:76 55 105;--theme-surface:#17131f;--theme-surface-rgb:23 19 31;--theme-on-primary:#fff;--theme-on-surface:#fff}:root[data-media-theme-loading=true] #root{visibility:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body,#root,.app,.Home{width:100%;height:100%;margin:0;padding:0}*{box-sizing:border-box}.centered{justify-content:center;align-items:center;display:flex}.capitalize-first-letter{text-transform:capitalize}.movie-result{z-index:1;color:#f8f5ff;text-align:left;background:linear-gradient(145deg,#181825f0,#0a0c17eb);border:1px solid #b1a6cb38;border-radius:15px;min-width:0;min-height:174px;padding:16px;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #0000003d}.movie-result:hover,.movie-result:focus-visible{color:#fff;border-color:rgb(var(--theme-primary-rgb)/.72);box-shadow:0 18px 48px rgb(var(--theme-deep-rgb)/.3);outline:none;transform:translateY(-3px)}.movie-result.working{pointer-events:none}.movie-result.working>:not(.loading){opacity:.34}.movie-result__details{flex-direction:column;min-width:0;margin-left:16px;display:flex}.movie-result__details__title{color:#f8f5ff;margin:3px 0 10px;font-size:20px;font-weight:700;line-height:1.25}.movie-result__details__overview{color:#b9b4c8;-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.movie-result__poster{flex-direction:column;flex:0 0 92px;width:92px;display:inline-flex}.movie-result__poster .ant-image,.movie-result__poster .ant-skeleton-image{background:#17131f;border-radius:9px;display:block;overflow:hidden}.movie-result__poster .ant-image-img{object-fit:cover;border-radius:9px}.movie-result__poster__tags{justify-content:center;display:flex}.movie-result__poster .media-type-tag{max-width:100%;margin:7px 0 0}.movie-result .loading{z-index:2;color:var(--theme-bright);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a0c1775;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@media only screen and (width<=520px){.movie-result{min-height:166px;padding:13px}.movie-result__details{margin-left:13px}.movie-result__details__title{font-size:17px}.movie-result__details__overview{-webkit-line-clamp:4;font-size:13px}}.search-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;margin:0 auto;display:grid}@media only screen and (width<=820px){.search-grid{grid-template-columns:1fr}}.random-examples{text-align:left;width:min(1480px,100% - 64px);margin:56px auto 48px}.random-examples__heading{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.random-examples__heading h2{letter-spacing:-.01em;align-items:center;gap:11px;margin:0;font-size:18px;font-weight:650;display:flex}.random-examples__heading svg{fill:none;width:24px;height:24px;stroke:var(--theme-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.random-examples__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.example-card{color:#f8f5ff;background:linear-gradient(145deg,#181825f0,#0a0c17eb);border:1px solid #b1a6cb38;border-radius:15px;grid-template-columns:116px minmax(0,1fr);min-height:258px;padding:16px;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 45px #0000003d}.example-card:hover,.example-card:focus-visible{color:#fff;border-color:rgb(var(--theme-primary-rgb)/.72);box-shadow:0 18px 48px rgb(var(--theme-deep-rgb)/.3);outline:none;transform:translateY(-3px)}.example-card__poster{object-fit:cover;background:#17131f;border-radius:9px;width:100%;height:190px;margin-top:1px}.example-card__content{flex-direction:column;min-width:0;padding-left:16px;display:flex}.example-card__content h3{text-overflow:ellipsis;white-space:nowrap;margin:5px 0 4px;font-size:16px;font-weight:700;line-height:1.25;overflow:hidden}.example-card__meta{color:#b9b4c8;margin:0;font-size:13px}.example-card__total{flex-direction:column;margin-top:18px;display:flex}.example-card__total span{color:#9892a8;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:650}.example-card__total strong{color:var(--theme-bright);margin-top:1px;font-size:24px;font-weight:750;line-height:1.1}.example-card__categories{border-top:1px solid #ffffff1a;margin:10px 0 0;padding-top:9px}.example-card__categories div{justify-content:space-between;align-items:center;gap:8px;padding:3px 0;display:flex}.example-card__categories dt,.example-card__categories dd{margin:0;font-size:12px}.example-card__categories dt{color:#d9d5e3;white-space:nowrap;align-items:center;min-width:0;display:flex}.example-card__categories dd{color:rgb(var(--theme-bright-rgb)/.9);font-weight:600}.example-card__arrow{fill:none;stroke:#d5cfdf;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:20px;height:20px;position:absolute;bottom:14px;right:15px}.category-dot{border-radius:50%;flex:none;width:9px;height:9px;margin-right:8px}.category-dot--purple{background:var(--theme-primary)}.category-dot--blue{background:#3b82f6}.category-dot--orange{background:#f97316}@media (width<=1240px){.random-examples__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.random-examples{width:min(100% - 32px,480px);margin-top:42px}.random-examples__grid{grid-template-columns:1fr}.example-card{grid-template-columns:106px minmax(0,1fr)}}.random-examples__message{color:#aaa4b7;text-align:center;background:#0c101894;border:1px solid #b1a6cb29;border-radius:15px;min-height:120px;margin:0;padding:40px 24px}.example-card--loading{pointer-events:none}.example-card--loading .example-card__poster,.example-card--loading .example-card__loading-lines i{background:linear-gradient(100deg, #ffffff0a 25%, rgb(var(--theme-primary-rgb)/.11) 45%, #ffffff0a 65%);background-size:220% 100%;animation:1.5s ease-in-out infinite example-loading}.example-card--loading .example-card__loading-lines{flex-direction:column;gap:14px;padding:8px 0 0 16px;display:flex}.example-card--loading .example-card__loading-lines i{border-radius:7px;width:88%;height:14px;display:block}.example-card--loading .example-card__loading-lines i:nth-child(2){width:62%}.example-card--loading .example-card__loading-lines i:nth-child(3){width:74%;height:52px;margin-top:14px}@keyframes example-loading{0%{background-position:120% 0}to{background-position:-120% 0}}@media (prefers-reduced-motion:reduce){.example-card--loading .example-card__poster,.example-card--loading .example-card__loading-lines i{animation:none}}.language-switcher{color:#fff;font:inherit;cursor:pointer;pointer-events:auto;background:0 0;border:0;align-items:center;gap:7px;padding:8px 2px;font-size:14px;font-weight:600;transition:color .16s;display:inline-flex}.language-switcher:hover{color:rgb(var(--theme-bright-rgb))}.language-switcher:focus-visible{outline-offset:3px;border-radius:3px;outline:2px solid #fff}.language-switcher svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:10px;height:7px;transition:transform .16s}.language-switcher[aria-expanded=true] svg{transform:rotate(180deg)}.language-switcher-menu.ant-dropdown-menu{border:1px solid rgb(var(--theme-bright-rgb)/.28);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#080b16f5;border-radius:10px;min-width:130px;padding:6px;box-shadow:0 16px 38px #00000061}.Home{color:#f8f5ff;text-align:center;background:radial-gradient(ellipse 72% 54% at 50% -7%, rgb(var(--theme-primary-rgb)/.78) 0%, rgb(var(--theme-deep-rgb)/.46) 36%, #0a0c1a00 72%), radial-gradient(ellipse 55% 42% at 50% 43%, rgb(var(--theme-primary-rgb)/.18), transparent 72%), #030710;min-height:100%;position:relative;overflow-x:hidden}.Home:before{pointer-events:none;content:"";background:linear-gradient(90deg,#00000061,#0000 24% 76%,#00000061);position:absolute;inset:0}.home-header{z-index:1;justify-content:space-between;align-items:center;width:min(1540px,100% - 64px);height:86px;margin:0 auto;display:flex;position:relative}.home-header__label{color:#c8c2d6;font-size:14px}.home-brand{letter-spacing:-.025em;align-items:center;gap:12px;font-size:21px;font-weight:750;display:inline-flex}.home-brand__mark{width:38px;height:38px;color:var(--theme-on-primary);background:linear-gradient(145deg, var(--theme-bright), var(--theme-deep) 72%);box-shadow:0 7px 22px rgb(var(--theme-primary-rgb)/.42);border-radius:12px 12px 12px 4px;place-items:center;font-size:23px;font-style:italic;display:grid}.home-content{z-index:1;padding:30px 0 32px;position:relative}.home-content--results{padding-top:44px}.home-intro{max-width:920px;margin:0 auto 34px;padding:0 24px}.home-intro h1{color:#fff;letter-spacing:-.045em;text-wrap:balance;max-width:850px;margin:20px auto 12px;font-size:clamp(38px,4.8vw,68px);font-weight:780;line-height:1.04}.home-intro p{color:#d2ccdf;text-wrap:balance;max-width:690px;margin:0 auto;font-size:clamp(16px,1.5vw,20px);line-height:1.48}.home-kicker{color:#d8c5f5;letter-spacing:.025em;border:1px solid rgb(var(--theme-bright-rgb)/.28);background:#ffffff0b;border-radius:999px;padding:9px 21px;font-size:13px;display:inline-flex}.home-error{color:#ff9a9a;width:min(1100px,100% - 40px);margin:0 auto 15px}.search-area{background:linear-gradient(110deg, var(--theme-bright), var(--theme-primary) 50%, var(--theme-bright));width:min(1160px,100% - 48px);box-shadow:0 0 23px rgb(var(--theme-primary-rgb)/.47), 0 18px 60px rgb(var(--theme-deep-rgb)/.35);border-radius:35px;margin:0 auto;padding:3px}.search-area .search-title{color:#fff;background:linear-gradient(100deg, rgb(var(--theme-deep-rgb)/.95), #0d0e23fa);border-radius:32px;height:108px;padding:9px 20px 9px 31px;font-size:27px}.search-area .search-title>.ant-input-prefix{margin-right:22px}.search-area .search-title>.ant-input-prefix svg{fill:none;width:37px;height:37px;stroke:var(--theme-bright);stroke-linecap:round;stroke-width:1.8px}.search-area .search-title input{color:#fff;font-size:inherit}.search-area .search-title input::placeholder{color:#aaa4bd}.search-area .search-title .ant-input-clear-icon{color:#a9a1b9}.search-submit{width:70px;height:70px;color:var(--theme-on-primary);cursor:pointer;background:linear-gradient(145deg, var(--theme-bright), var(--theme-deep));box-shadow:inset 0 1px 1px #ffffff59, 0 9px 24px rgb(var(--theme-deep-rgb)/.38);border:0;border-radius:50%;place-items:center;padding:0;transition:filter .16s,transform .16s;display:grid}.search-submit:hover{filter:brightness(1.12);transform:scale(1.03)}.search-submit:focus-visible{outline-offset:2px;outline:2px solid #fff}.search-submit:disabled{cursor:wait;opacity:.65}.search-submit svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2px;width:31px;height:31px}.search-results{width:min(1100px,100% - 64px);margin:34px auto 0}.search-results h2{font-size:23px}@media (width<=720px){.search-results{width:calc(100% - 32px)}.home-header{width:calc(100% - 32px);height:72px}.home-header__label{display:none}.home-content{padding-top:35px}.home-intro{margin-bottom:28px}.home-kicker{padding:7px 15px;font-size:12px}.search-area{border-radius:27px;width:calc(100% - 32px)}.search-area .search-title{border-radius:24px;height:76px;padding:7px 10px 7px 19px;font-size:18px}.search-area .search-title>.ant-input-prefix{margin-right:12px}.search-area .search-title>.ant-input-prefix svg{width:27px;height:27px}.search-submit{width:52px;height:52px}.search-submit svg{width:24px;height:24px}}@media (width<=1040px){.media-wrapper{align-items:flex-start;padding:96px 28px 28px}.media-detail{grid-template-columns:240px minmax(0,1fr)}.media-poster .ant-image-img,.media-poster .ant-skeleton-image{object-fit:cover;width:240px!important;height:360px!important}}@media (width<=760px){.media-wrapper{padding:80px 12px 18px}.media-detail{border-radius:17px;grid-template-columns:1fr;gap:28px;padding:24px 18px}.media-poster{justify-content:center;display:flex}.media-poster .ant-image-img,.media-poster .ant-skeleton-image{aspect-ratio:2/3;width:min(280px,100vw - 72px)!important;height:auto!important}.media-summary{text-align:center}.media-summary h1{font-size:clamp(34px,11vw,52px)}.media-meta{justify-content:center}.media-overview{margin-inline:auto}.breakdown-heading{flex-direction:column;align-items:stretch}.breakdown-heading h2{justify-content:center}.total-profanity{align-self:center}}@media (height<=900px) and (width>=1041px){.media-wrapper{align-items:flex-start}}.scan-indicator{color:inherit;font:inherit;cursor:help;background:0 0;border:0;padding:0;font-size:20px;line-height:1;display:inline-flex}.scan-indicator--processing{color:rgb(var(--theme-bright-rgb));filter:drop-shadow(0 0 5px rgb(var(--theme-primary-rgb)/.32))}.scan-indicator--complete{color:color-mix(in srgb, #79a989 84%, rgb(var(--theme-bright-rgb)) 16%);filter:drop-shadow(0 0 4px #578b6833)}.scan-indicator--warning{color:#faad14}.scan-indicator:is(button){cursor:pointer}.scan-issues{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.scan-issues li{flex-wrap:wrap;gap:0 5px;display:flex}.scan-issues span{flex-basis:100%;margin-top:2px}.centered{flex:1;justify-content:center;align-items:center;display:flex}.centered.large{font-size:20px}.centered.extreme{font-size:40px}.category{text-align:center;border:1px solid rgb(var(--theme-bright-rgb)/.25);background:#0c10189e;border-radius:13px;justify-content:center;align-items:center;min-width:0;min-height:108px;padding:18px 20px;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex;box-shadow:inset 0 1px #ffffff0d}.category:hover{border-color:rgb(var(--theme-bright-rgb)/.58);box-shadow:0 10px 28px rgb(var(--theme-deep-rgb)/.2);transform:translateY(-2px)}.category .ant-statistic{width:100%}.category .ant-statistic-title{min-height:24px;color:var(--theme-on-surface);opacity:.76;margin-bottom:8px;font-size:13px;font-weight:650;line-height:1.3}.category .ant-statistic-content{color:var(--theme-on-surface);font-size:30px;font-weight:760;line-height:1}.category .category-count-button{appearance:none;color:inherit;cursor:pointer;font:inherit;line-height:inherit;background:0 0;border:0;border-bottom:1px solid #0000;padding:0}.category .category-count-button:hover,.category .category-count-button:focus-visible{color:var(--theme-on-surface);border-bottom-color:#0000}.category .category-count-button:focus-visible{outline:2px solid var(--theme-primary);outline-offset:3px}.category-matches .category{--theme-on-surface:#f7f4fb;color:#f7f4fb;border-color:rgb(var(--theme-primary-rgb)/.22);background:#0c1018}.category-matches .category .ant-statistic-title{color:#f7f4fb}.categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.category-matches{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:12px 0 4px;display:grid}@media only screen and (width<=760px){.categories,.category-matches{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (width<=480px){.categories{grid-template-columns:1fr}}.category-modal .ant-modal-content{color:#fff;border:1px solid rgb(var(--theme-bright-rgb)/.48)!important;box-shadow:0 34px 90px #0000007a, 0 0 50px rgb(var(--theme-primary-rgb)/.2), inset 0 1px 0 #ffffff14!important;-webkit-backdrop-filter:blur(16px)saturate(1.14)!important;backdrop-filter:blur(16px)saturate(1.14)!important;background:#030710b8!important}.category-modal .ant-modal-header{background:0 0}.category-modal .ant-modal-title,.category-modal .ant-modal-close{color:#fff}.category-modal .ant-modal-close:hover{color:#fff;background:#ffffff14}.categories-skeleton{gap:12px;min-height:70px}.categories-skeleton .category{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.categories-skeleton .ant-skeleton-input{height:16px;display:block;width:110px!important}.categories-skeleton .ant-skeleton-input.ant-skeleton-input-lg{height:32px;width:55px!important}.category-results-empty{justify-content:center;display:flex}.loading_wrapper{opacity:.7;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.loading_spinner{border:6px solid #eaeaea40;border-top-color:#eaeaea;border-radius:50%;width:64px;height:64px;animation:.8s linear infinite loading-spin}@keyframes loading-spin{to{transform:rotate(360deg)}}.not-found-404{isolation:isolate;color:#fff;background:radial-gradient(circle at 50% -10%, rgb(var(--theme-primary-rgb)/.34), transparent 46%), radial-gradient(circle at 18% 85%, rgb(var(--theme-deep-rgb)/.2), transparent 38%), #030710;justify-content:center;align-items:center;min-height:100vh;padding:96px 24px 36px;display:flex;position:relative;overflow:hidden}.not-found-404:before{z-index:-1;aspect-ratio:1;content:"";background:rgb(var(--theme-primary-rgb)/.08);filter:blur(90px);border-radius:50%;width:min(680px,82vw);position:absolute}.not-found-404__panel{text-align:center;border:1px solid rgb(var(--theme-bright-rgb)/.42);width:min(660px,100%);box-shadow:0 34px 90px #0000007a, 0 0 50px rgb(var(--theme-primary-rgb)/.18), inset 0 1px 0 #ffffff14;-webkit-backdrop-filter:blur(16px)saturate(1.14);backdrop-filter:blur(16px)saturate(1.14);background:#030710b8;border-radius:22px;padding:clamp(38px,7vw,76px) clamp(24px,6vw,64px);position:relative;overflow:hidden}.not-found-404__panel h1{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.not-found-404__code{color:var(--theme-bright);letter-spacing:-.08em;text-shadow:0 0 46px rgb(var(--theme-primary-rgb)/.34);font-size:clamp(88px,18vw,168px);font-weight:820;line-height:.82}.not-found-404__message{margin:clamp(32px,5vw,48px) 0 0}.not-found-404__message p{color:#fff;text-wrap:balance;margin:0;font-size:clamp(20px,3vw,30px);font-weight:650;line-height:1.42}.not-found-404__message cite{color:#ffffff9e;letter-spacing:.04em;margin-top:18px;font-size:14px;font-style:normal;display:block}@media (height<=620px){.not-found-404{align-items:flex-start}}@media (width<=600px){.not-found-404{padding:82px 12px 18px}.not-found-404__panel{border-radius:17px;padding-block:44px}}.header{z-index:20;pointer-events:none;align-items:center;gap:12px;width:min(840px,100% - 48px);display:flex;position:absolute;top:18px;left:50%;transform:translate(-50%)}.header .input-wrapper{pointer-events:auto;border:1px solid rgb(var(--theme-bright-rgb)/.3);min-width:0;box-shadow:0 16px 42px #00000047, 0 0 28px rgb(var(--theme-primary-rgb)/.1), inset 0 1px 0 #ffffff12;-webkit-backdrop-filter:blur(18px)saturate(1.12);backdrop-filter:blur(18px)saturate(1.12);background:#0307106b;border-radius:999px;flex:1;padding:3px}.header .search-title.ant-input-affix-wrapper{color:#fff;border-radius:inherit;background:0 0;height:50px;padding:4px 6px 4px 17px}.header .search-title.ant-input-affix-wrapper>.ant-input-prefix{color:#ffffffad;margin-right:11px}.header .search-title.ant-input-affix-wrapper>.ant-input-prefix svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8px;width:22px;height:22px}.header .search-title.ant-input-affix-wrapper .ant-input-clear-icon{color:#ffffff94}.header .search-title.ant-input-affix-wrapper .ant-input-clear-icon:hover{color:#fff}.header input.ant-input{color:#fff;text-align:left;font-size:16px}.header input.ant-input::placeholder{color:#ffffff85}.header-search-submit{color:#fff;cursor:pointer;background:rgb(var(--theme-primary-rgb)/.7);border:1px solid rgb(var(--theme-bright-rgb)/.38);width:40px;height:40px;box-shadow:0 7px 20px rgb(var(--theme-deep-rgb)/.3);border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background-color .18s,transform .18s;display:inline-flex}.header-search-submit:hover{background:rgb(var(--theme-bright-rgb)/.8);transform:scale(1.04)}.header-search-submit:focus-visible{outline-offset:2px;outline:2px solid #fff}.header-search-submit svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2px;width:21px;height:21px}.language-switcher{flex:none}@media (width<=600px){.header{width:calc(100% - 24px);top:12px}.header .search-title.ant-input-affix-wrapper{height:46px;padding-left:14px}.header-search-submit{width:36px;height:36px}}.app{flex-direction:column;min-height:100%;display:flex;position:relative}.media-wrapper{isolation:isolate;background-color:#030710;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;padding:clamp(96px,8vw,120px) clamp(28px,5vw,74px) clamp(28px,5vw,74px);display:flex;position:relative}.media-wrapper:before{z-index:0;content:"";background:linear-gradient(115deg, #030710b8, rgb(var(--theme-deep-rgb)/.22)), linear-gradient(#03071029, #030710a8);position:absolute;inset:0}.media-detail{--theme-on-surface:#fff;z-index:1;color:#fff;border:1px solid rgb(var(--theme-bright-rgb)/.48);width:min(1400px,100%);box-shadow:0 34px 90px #0000007a, 0 0 50px rgb(var(--theme-primary-rgb)/.2), inset 0 1px 0 #ffffff14;-webkit-backdrop-filter:blur(16px)saturate(1.14);backdrop-filter:blur(16px)saturate(1.14);background:#030710b8;border-radius:22px;grid-template-columns:300px minmax(0,1fr);gap:clamp(36px,4vw,64px);padding:clamp(28px,3vw,46px);display:grid;position:relative}.media-detail__body{flex-direction:column;min-width:0;display:flex}.media-poster{align-self:start}.media-poster .ant-image{display:block}.media-poster .ant-image-img,.media-poster .ant-skeleton-image{border:2px solid rgb(var(--theme-bright-rgb)/.65);box-shadow:0 22px 55px #00000073, 0 0 32px rgb(var(--theme-primary-rgb)/.24);border-radius:16px}.media-summary h1{color:var(--theme-on-surface);letter-spacing:-.045em;text-shadow:0 2px 24px #0000002e;text-wrap:balance;margin:0 0 18px;font-size:clamp(38px,4.2vw,64px);font-weight:790;line-height:1.02}.media-meta{flex-wrap:wrap;gap:9px;margin-bottom:23px;display:flex}.media-chip{min-height:36px;color:var(--theme-on-surface);border:1px solid rgb(var(--theme-bright-rgb)/.34);background:#0c101894;border-radius:999px;align-items:center;gap:8px;padding:7px 13px;font-size:13px;font-weight:620;display:inline-flex;box-shadow:inset 0 1px #ffffff0f}.media-chip>i{color:var(--theme-bright)}.media-chip--status .scan-indicator{font-size:15px}.media-overview{max-width:780px;color:var(--theme-on-surface);opacity:.88;text-wrap:pretty;margin:0;font-size:clamp(15px,1.25vw,18px);line-height:1.65}.media-divider{background:linear-gradient(90deg, rgb(var(--theme-bright-rgb)/.32), rgb(var(--theme-bright-rgb)/.08));width:100%;height:1px;margin:30px 0 26px}.profanity-breakdown{min-width:0}.breakdown-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.breakdown-heading h2{color:var(--theme-on-surface);letter-spacing:-.025em;align-items:center;gap:13px;margin:0;font-size:clamp(20px,2vw,28px);display:flex}.breakdown-icon{align-items:end;gap:3px;height:26px;display:inline-flex}.breakdown-icon i{background:var(--theme-bright);width:5px;box-shadow:0 0 10px rgb(var(--theme-primary-rgb)/.48);border-radius:4px;display:block}.breakdown-icon i:first-child{height:13px}.breakdown-icon i:nth-child(2){height:25px}.breakdown-icon i:nth-child(3){height:18px}.total-profanity{min-width:154px;color:var(--theme-on-surface);border:1px solid rgb(var(--theme-bright-rgb)/.68);box-shadow:0 10px 30px rgb(var(--theme-deep-rgb)/.2);background:#0c1018ad;border-radius:14px;flex-direction:column;align-items:center;padding:13px 20px;display:flex}.total-profanity span{opacity:.76;font-size:12px;font-weight:650}.total-profanity strong{color:var(--theme-on-surface);margin-top:2px;font-size:31px;line-height:1}.category-results-empty,.episode-no-profanity{justify-content:center;align-items:center;min-height:96px;display:flex}@media (width<=1040px){.media-wrapper{align-items:flex-start;padding:96px 28px 28px}.media-detail{grid-template-columns:240px minmax(0,1fr)}.media-poster .ant-image-img,.media-poster .ant-skeleton-image{object-fit:cover;width:240px!important;height:360px!important}}@media (width<=760px){.media-wrapper{padding:80px 12px 18px}.media-detail{border-radius:17px;grid-template-columns:1fr;gap:28px;padding:24px 18px}.media-poster{justify-content:center;display:flex}.media-poster .ant-image-img,.media-poster .ant-skeleton-image{aspect-ratio:2/3;width:min(280px,100vw - 72px)!important;height:auto!important}.media-summary{text-align:center}.media-summary h1{font-size:clamp(34px,11vw,52px)}.media-meta{justify-content:center}.media-overview{margin-inline:auto}.breakdown-heading{flex-direction:column;align-items:stretch}.breakdown-heading h2{justify-content:center}.total-profanity{align-self:center}}.episode-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:610px;margin-top:24px;display:grid}.episode-filters label{flex-direction:column;gap:7px;min-width:0;display:flex}.episode-filters label>span{color:var(--theme-on-surface);opacity:.76;font-size:12px;font-weight:700}.episode-filters select{min-width:0;height:42px;color:var(--theme-on-surface);border:1px solid rgb(var(--theme-bright-rgb)/.42);background:#0c1018c7;border-radius:9px;padding:0 12px}.episode-filters select:focus-visible{border-color:var(--theme-bright);outline:2px solid rgb(var(--theme-primary-rgb)/.32);outline-offset:2px}.episode-filters select:disabled{cursor:not-allowed;opacity:.5}.episode-filters select option{color:#f8f5ff;background:#0c1018}@media (width<=560px){.episode-filters{grid-template-columns:1fr}}@media (height<=900px) and (width>=1041px){.media-wrapper{align-items:flex-start}}
