@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-8.ttf) format('truetype');
}

:root{color-scheme:dark;--bg:#101012;--surface:#1b1b1f;--text:#f6f5f2;--muted:#a4a4ac;--lime:#c6f36b;--border:#ffffff18;--pad:clamp(22px,4.2vw,76px)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 'DM Sans',sans-serif}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button{color:inherit}button:disabled{cursor:default}a{color:inherit;text-decoration:none}button{border:0}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--lime);outline-offset:5px}button:hover{filter:brightness(1.09)}[hidden]{display:none!important}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.skip{position:fixed;left:20px;top:-80px;z-index:20;background:var(--lime);color:#111;padding:12px}.skip:focus{top:15px}
.header{height:90px;display:flex;align-items:center;gap:60px;padding:0 var(--pad);position:absolute;top:0;left:0;right:0;z-index:5;background:linear-gradient(#101012cc,transparent)}.brand{font:800 42px/1 'Manrope',sans-serif;letter-spacing:-3px}.brand-dot{color:var(--lime)}.nav{display:flex;align-items:center;gap:30px;height:100%;font-size:14px;font-weight:500}.nav a{position:relative;color:#cccbd1;white-space:nowrap;padding:32px 0}.nav a.active{color:white}.nav a.active:after{content:'';position:absolute;height:3px;width:17px;border-radius:2px;background:var(--lime);bottom:21px;left:0}.nav a:hover{color:var(--lime)}#list-count{font-size:12px;color:var(--lime)}.header-tools{display:flex;gap:22px;align-items:center;margin-left:auto}.icon-button{background:none;display:grid;place-items:center;padding:8px}.family-pill{font-size:12px;display:flex;align-items:center;gap:7px;white-space:nowrap;color:#dedee2}.family-pill svg{width:17px;height:17px;color:var(--lime)}.avatar{width:34px;height:34px;border-radius:9px;background:#77778c;display:grid;place-items:center;font-weight:700;font-size:14px}.search-panel{position:relative;z-index:6;margin-top:90px;background:#19191e;padding:24px var(--pad);border-bottom:1px solid var(--border)}.search-panel label{font-size:14px;color:var(--muted)}.search-input-wrap{display:flex;gap:20px;align-items:center}.search-input-wrap input{background:none;border:0;border-bottom:1px solid #666;width:100%;font-size:24px;padding:12px 0;color:#fff}
.hero{position:relative;min-height:690px;height:min(760px,85vh);isolation:isolate;overflow:hidden;background:#16232d}.hero-art{position:absolute;width:100%;height:100%;object-fit:cover;object-position:70% 48%;z-index:-3}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#101012f5 0%,#101012c7 27%,#10101250 54%,#10101203 85%),linear-gradient(0deg,#101012 0%,#10101245 22%,transparent 50%,#10101233 100%)}.hero-content{padding:clamp(150px,15vh,185px) var(--pad) 90px;max-width:730px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2.2px;color:var(--lime);margin:0 0 23px}.tiny-play{font-size:12px;margin-right:10px}.hero h1{font:800 clamp(60px,6.5vw,100px)/1.05 'Manrope',sans-serif;letter-spacing:-5px;margin:0 0 17px;max-width:650px}.hero h1 span{color:var(--lime)}.hero-subtitle{font-size:21px;font-weight:500;margin:0 0 20px}.metadata{font-size:13px;display:flex;align-items:center;flex-wrap:wrap;gap:13px;color:#d0d0d5}.outline-label{border:1px solid #b3b3bd60;font-size:11px;border-radius:3px;padding:0 5px}.hero-description{font-size:15px;line-height:1.8;max-width:420px;color:#c1c1ca;margin:18px 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{padding:13px 24px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:11px;border-radius:5px;line-height:1.7;transition:transform .15s,background .15s}.button:hover{transform:translateY(-2px)}.primary{background:var(--lime);color:#151710}.secondary{background:#ffffff16;border:1px solid #ffffff21;backdrop-filter:blur(15px)}.info-icon{display:inline-grid;place-items:center;border:1.5px solid currentColor;border-radius:50%;font:700 12px/1 serif;width:17px;height:17px}.hero-credit{font-size:10px;color:#aaaab4;letter-spacing:1.65px;margin-top:27px}.hero-credit span{margin:0 10px}.hero-bottom{position:absolute;bottom:35px;left:var(--pad);right:var(--pad);display:flex;align-items:center;justify-content:space-between}.hero-bottom>span{display:flex;align-items:center;gap:12px;font-size:10px;letter-spacing:2px;color:#a8a8b0}.lime-line{display:inline-block;background:var(--lime);width:28px;height:2px}.hero-pagination{display:flex;gap:15px;align-items:center}.hero-pagination button{font-size:11px;padding:10px 0;background:none;color:#a4a4ac;display:flex;align-items:center;gap:12px}.hero-pagination .selected{color:#fff}.hero-pagination .selected:after{content:'';height:2px;width:48px;background:var(--lime)}
.catalog-wrap{padding:0 var(--pad)}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);padding:15px 0 27px;margin-bottom:33px}.filter-list{display:flex;gap:9px;overflow:auto;padding:4px}.filter{flex:none;border:1px solid #ffffff20;border-radius:30px;font-size:12px;background:none;color:#b8b8c1;padding:7px 17px;white-space:nowrap}.filter.active{color:#111;background:var(--text);border-color:var(--text);font-weight:600}.catalog-note{font-size:12px;color:#87878f;white-space:nowrap}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:0 0 20px}.section-heading h2{font:700 23px/1.35 'Manrope',sans-serif;margin:0;letter-spacing:-.7px}.section-heading p{font-size:12px;color:var(--muted);margin:4px 0 0}.section-actions{display:flex;align-items:center;gap:20px;color:#9d9da7;font-size:12px}.section-actions button{background:none;color:inherit;font-size:12px;padding:8px}.section-actions button:hover{color:var(--lime)}.shelf{margin-bottom:39px}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.card{min-width:0;position:relative}.card-cover{position:relative;width:100%;aspect-ratio:16/10;border-radius:7px;overflow:hidden;background:#22222a;display:block;text-align:left;padding:0;isolation:isolate;border:1px solid #ffffff09}.card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .4s;position:absolute;inset:0;z-index:-2}.card-cover:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 35%,#0009 100%);z-index:-1}.card-cover:hover img{transform:scale(1.05)}.card-overline{position:absolute;top:13px;left:13px;font-size:9px;color:#fff;letter-spacing:1.6px;text-shadow:0 1px 8px #000}.card-badge{position:absolute;right:11px;top:11px;font-size:9px;background:#0009;padding:3px 6px;border-radius:3px;letter-spacing:.3px}.art-title{position:absolute;left:16px;right:14px;bottom:13px;color:#fff;font:800 clamp(20px,2vw,33px)/1.05 'Manrope',sans-serif;text-shadow:0 2px 18px #0005;letter-spacing:-.9px}.card-cover[data-slug="wing-it"] .art-title{font-size:36px;letter-spacing:-2px}.card-cover[data-slug^="caminandes"] .art-title{font-size:26px}.art-title small{display:block;font:600 10px/1.5 'DM Sans',sans-serif;letter-spacing:3px;margin-bottom:5px}.cover-play{position:absolute;width:42px;height:42px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;background:var(--lime);color:#131710;opacity:0;transition:opacity .2s}.card-cover:hover .cover-play,.card-cover:focus-visible .cover-play{opacity:1}.card-line{display:flex;align-items:start;justify-content:space-between;gap:8px;margin-top:11px}.card-title{font-size:14px;font-weight:600;margin:0}.card-meta{color:#8e8e99;font-size:11px;margin-top:2px;display:flex;align-items:center;gap:7px}.card-save{padding:0;background:none;font-size:22px;line-height:1.2;color:#aaaab2;width:27px;height:28px;flex:none}.card-save[aria-pressed=true]{color:var(--lime)}.card-progress{height:3px;background:#ffffff30;position:absolute;bottom:0;left:0;right:0}.card-progress span{display:block;height:100%;background:var(--lime)}
.collection-banner{margin:46px 0;min-height:295px;border-radius:9px;overflow:hidden;position:relative;isolation:isolate;padding:40px;display:flex;align-items:center;background:#253c42}.collection-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 53%;z-index:-3}.collection-banner:after{content:'';position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#172329f5,#172329c0 36%,#1723290c 80%)}.collection-banner .eyebrow{margin-bottom:10px;font-size:10px}.collection-banner h2{font:700 39px/1.2 'Manrope',sans-serif;letter-spacing:-1.5px;max-width:420px;margin:0 0 14px}.collection-banner p{font-size:14px;color:#cdced1;max-width:345px;margin:0 0 22px}.collection-banner .button{font-size:12px;padding:10px 19px}.open-cinema{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:38px 0;display:flex;align-items:center;gap:25px;margin-top:40px}.open-symbol{font-size:43px;width:70px;height:70px;background:#c6f36b0b;border:1px solid #c6f36b30;border-radius:50%;color:var(--lime);display:grid;place-items:center;flex:none}.open-cinema .eyebrow{font-size:9px;letter-spacing:1.6px;margin:0 0 7px;color:#9999a1}.open-cinema h2{font:600 22px/1.4 'Manrope',sans-serif;margin:0 0 5px;letter-spacing:-.6px}.open-cinema p:last-child{font-size:12px;color:#9999a5;margin:0}.text-button{background:none;padding:7px 0;font-size:12px;color:var(--lime);white-space:nowrap}.text-button span{margin-left:12px}.open-cinema>.text-button{margin-left:auto}footer{padding:35px var(--pad) 28px;display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}footer>div:first-child{display:flex;gap:22px;align-items:center}footer .brand{font-size:29px;letter-spacing:-2px}footer span:not(.brand-dot),footer p{font-size:11px;color:#7d7d89}footer p{margin:0}.footer-links{display:flex;gap:24px}.footer-links button{font-size:11px;color:#9797a2;background:none;padding:6px 0}.footer-links button:hover{color:white}
body.filtered .header{position:relative;background:#101012}body.filtered .hero{display:none}body.filtered .catalog-wrap{padding-top:25px}body.filtered .search-panel{margin-top:0}.empty{padding:65px 20px;text-align:center;color:var(--muted);border:1px dashed #ffffff1b;border-radius:8px}.empty h2{color:#fff;margin-top:0;font-size:24px}.empty p{max-width:520px;margin:10px auto 25px}.empty .button{margin-top:10px}.result-heading{font-size:32px!important}.view-description{color:var(--muted);margin-bottom:28px;max-width:700px}.toast{position:fixed;z-index:30;left:50%;bottom:25px;transform:translateX(-50%);padding:12px 23px;border:1px solid #c6f36b50;background:#222821;color:#e6f7ce;border-radius:6px;box-shadow:0 10px 50px #0006;font-size:14px;max-width:calc(100% - 30px);text-align:center}
dialog{color:var(--text);background:#18181c;border:1px solid #ffffff18;padding:0;border-radius:12px;width:min(850px,calc(100% - 32px));max-height:90dvh;box-shadow:0 30px 120px #000c}dialog::backdrop{background:#000c;backdrop-filter:blur(7px)}body:has(dialog[open]){overflow:hidden}.close-button{background:#141419c9;border:1px solid #ffffff2a;border-radius:50%;width:36px;height:36px;font-size:26px;line-height:1;position:absolute;right:16px;top:16px;z-index:2;display:grid;place-items:center}.detail-image{width:100%;height:300px;object-fit:cover;display:block;mask-image:linear-gradient(#000 70%,transparent)}.detail-body{padding:0 35px 35px;position:relative;margin-top:-15px}.detail-body h2{font:800 38px/1.2 'Manrope',sans-serif;letter-spacing:-1px;margin:0 0 15px}.detail-body>p{color:#c1c1ca;font-size:15px}.detail-body .hero-actions{margin:23px 0}.detail-info{font-size:12px;color:#a2a2ae;line-height:1.9;border-top:1px solid var(--border);padding-top:19px}.detail-info p{margin:8px 0}.detail-info a,.legal-content a,#legal-content a,#player-info a{color:var(--lime);text-decoration:underline;text-underline-offset:3px}.detail-info strong{font-weight:500;color:#d4d4de}.episodes{margin-top:22px}.episodes h3{font-size:17px}.episode{display:flex;gap:14px;align-items:center;text-align:left;width:100%;padding:12px;background:#ffffff06;border-radius:5px;margin:8px 0}.episode img{width:90px;height:54px;object-fit:cover;border-radius:3px}.episode>span:first-child{color:#85858c}.episode strong{font-size:14px}.episode small{display:block;color:var(--muted)}.episode>span:last-child{margin-left:auto;color:var(--lime)}.player-dialog{width:min(1100px,calc(100% - 25px));background:#101012}.player-top{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;min-height:75px}.player-top>div{display:flex;align-items:center;gap:25px}.small{font-size:29px;letter-spacing:-2px}.player-top h2{font-size:16px;margin:0;padding-right:45px}.player-top .close-button{top:19px}.player-frame{width:100%;aspect-ratio:16/9;display:block;border:0;background:#000}#player-info{padding:20px 25px;font-size:12px;color:var(--muted)}#player-info p{margin:0 0 8px}.player-error{padding:50px 20px;text-align:center;background:#222}.player-notice{color:#d5d5df}.legal-dialog{width:min(770px,calc(100% - 32px));padding:35px}.legal-dialog h2{font:700 27px/1.3 'Manrope',sans-serif;padding-right:30px}.legal-dialog p,.legal-dialog li{font-size:14px;color:#b8b8c4}.legal-dialog h3{font-size:17px;margin:25px 0 7px}.license-entry{padding:15px 0;border-top:1px solid var(--border)}.license-entry h3{margin:0 0 6px}.license-entry p{margin:5px 0}.no-script{position:fixed;bottom:0;background:#19191c;padding:20px;z-index:50}
@media(min-width:1600px){.hero-content{max-width:790px}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-art{object-position:70% 44%}}
@media(max-width:1100px){.header{gap:35px}.nav{gap:20px}.header-tools{gap:15px}.family-pill{display:none}.catalog-note{display:none}.hero{min-height:650px;height:690px}.hero-content{padding-top:160px}.hero h1{font-size:77px}.card-grid{gap:15px}.art-title{font-size:24px}.card-cover[data-slug^="caminandes"] .art-title{font-size:20px}.open-cinema .eyebrow{font-size:8px}.footer-links{gap:16px}footer p{display:none}}
@media(max-width:760px){.header{height:112px;flex-wrap:wrap;gap:0;align-content:center;justify-content:space-between}.brand{font-size:34px}.header-tools{gap:12px;margin-left:0}.avatar{width:30px;height:30px}.nav{order:3;width:100%;height:42px;gap:25px;overflow-x:auto;font-size:12px;scrollbar-width:none}.nav a{padding:13px 0 8px}.nav a.active:after{bottom:0}.header-tools .icon-button{padding:4px}.hero{min-height:670px;height:730px;max-height:850px}.hero-art{object-position:63% top;height:68%;object-fit:cover}.hero-shade{background:linear-gradient(0deg,#101012 0%,#101012 18%,#101012db 41%,#10101220 76%,#10101285 100%)}.hero-content{padding:350px var(--pad) 65px;max-width:100%}.hero h1{font-size:60px;letter-spacing:-3px;margin-bottom:10px}.hero .eyebrow{font-size:9px;letter-spacing:1.6px;margin-bottom:14px}.hero-subtitle{font-size:17px;margin-bottom:12px}.hero-description{font-size:13px;margin:13px 0 19px;max-width:390px;line-height:1.7}.metadata{font-size:11px;gap:10px}.hero-credit{display:none}.hero-bottom{bottom:18px}.hero-bottom>span{font-size:8px;letter-spacing:1px}.hero-pagination{gap:12px}.hero-pagination .selected:after{width:25px}.button{font-size:12px;padding:11px 17px;gap:8px}.search-panel{margin-top:112px}.search-input-wrap input{font-size:18px}.catalog-toolbar{padding:7px 0 20px;margin-bottom:25px}.filter-list{margin:0 -4px}.filter{font-size:11px;padding:6px 13px}.section-heading h2{font-size:21px}.section-heading p{font-size:11px}.section-actions{gap:4px}.section-actions button{font-size:11px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 13px}.card-cover{aspect-ratio:16/11}.card-overline{top:9px;left:9px;font-size:7px}.card-badge{font-size:8px;top:8px;right:8px}.art-title{left:11px;bottom:11px;font-size:23px}.card-cover[data-slug="wing-it"] .art-title{font-size:29px}.art-title small{font-size:8px;letter-spacing:1.8px}.card-title{font-size:12px}.card-meta{font-size:10px;gap:5px}.card-save{font-size:20px}.collection-banner{padding:28px;min-height:280px;margin:32px 0}.collection-banner h2{font-size:30px;max-width:260px}.collection-banner p{font-size:12px;max-width:225px}.collection-banner>img{object-position:65%}.collection-banner:after{background:linear-gradient(90deg,#172329f0,#172329b0 50%,#17232930)}.collection-banner .eyebrow{font-size:8px;letter-spacing:1.3px}.open-cinema{padding:30px 0;gap:16px;flex-wrap:wrap;margin-top:25px}.open-symbol{width:44px;height:44px;font-size:30px}.open-cinema>div:nth-child(2){flex:1}.open-cinema h2{font-size:18px}.open-cinema .eyebrow{font-size:7px;letter-spacing:1px}.open-cinema p:last-child{font-size:11px}.open-cinema>.text-button{margin-left:60px;font-size:11px}.footer-links{flex-wrap:wrap;gap:15px}.footer-links button{font-size:10px}footer{gap:17px;padding-top:28px}footer>div:first-child{width:100%}.detail-image{height:220px}.detail-body{padding:0 22px 25px}.detail-body h2{font-size:29px}.legal-dialog{padding:25px}.player-top{padding:16px}.player-top>div{gap:15px}.player-top h2{font-size:13px}.player-top .brand{display:none}.player-top .close-button{top:17px}#player-info{padding:16px}.result-heading{font-size:27px!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}

/* Keep compact metadata readable, including on smaller screens. */
.filter-list{scrollbar-width:none}.filter-list::-webkit-scrollbar{display:none}
.filter{font-size:14px}.card-meta,.section-heading p,.section-actions button,.catalog-note,.footer-links button,footer span:not(.brand-dot),footer p,.hero-credit{font-size:12px}
.card-title{font-size:14px}.detail-info{font-size:14px}.text-button{font-size:14px}
@media(max-width:760px){.hero-description{font-size:14px}.metadata{font-size:12px}.card-meta{flex-wrap:wrap;gap:4px}.filter{font-size:12px}.footer-links button{font-size:12px}.card-title{font-size:13px}}
