/**
 * MakkiPlay Discovery — v1.23.0
 * Sole visual owner for /explore/, Genre, Network, Country and /networks/.
 */
.mp-discovery-empty a:hover,.mp-discovery-empty a:focus-visible{color:var(--mp-accent-hover)}
.mp-discovery-page{width:min(calc(100% - 44px),var(--mp-container));padding:34px 0 72px}.mp-discovery-header{padding-bottom:23px;border-bottom:1px solid var(--mp-line)}.mp-discovery-header h1{margin:0 0 9px;color:var(--mp-text);font-size:var(--mp-fs-36);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-108);letter-spacing:var(--mp-track-neg-045)}.mp-discovery-header p{max-width:1180px;margin:0;color:var(--mp-text);font-size:var(--mp-fs-15);line-height:var(--mp-lh-155)}.mp-discovery-layout{display:grid;grid-template-columns:221px minmax(0,1fr);gap:32px;align-items:start;padding-top:40px}.mp-discovery-filters{min-width:0}.mp-discovery-filters__heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin-bottom:21px}.mp-discovery-filters__heading h2{margin:0;font-size:var(--mp-fs-16);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-12);letter-spacing:var(--mp-track-neg-02)}.mp-discovery-filters__heading>a{color:var(--mp-accent);font-size:var(--mp-fs-11);font-weight:var(--mp-weight-regular)}.mp-discovery-filters__heading>a:hover,.mp-discovery-filters__heading>a:focus-visible{color:var(--mp-accent-hover)}.mp-discovery-filters__toggle{display:none;place-items:center;width:34px;height:34px;margin:0;padding:0;border:1px solid var(--mp-line);border-radius:var(--mp-radius-control);background:var(--mp-surface);color:var(--mp-text);cursor:pointer}.mp-discovery-filters__toggle svg{display:block;width:17px;height:17px;transition:transform var(--mp-motion-quick) var(--mp-ease)}.mp-discovery-filter-form{display:grid;gap:0}.mp-discovery-sort{display:block;margin-bottom:24px}.mp-discovery-sort select,.mp-discovery-keyword input{display:block;width:100%;box-sizing:border-box;border:1px solid transparent;border-radius:var(--mp-radius-control);background:var(--mp-surface);color:var(--mp-text);font-size:var(--mp-fs-13);line-height:var(--mp-lh-14);outline:0}.mp-discovery-sort select{height:36px;padding:0 14px;cursor:pointer}.mp-discovery-keyword input{height:38px;margin-top:20px;padding:0 15px}.mp-discovery-sort select:hover,.mp-discovery-keyword input:hover{border-color:var(--mp-line)}.mp-discovery-sort select:focus-visible,.mp-discovery-keyword input:focus-visible{border-color:var(--mp-accent);box-shadow:var(--mp-focus-ring)}.mp-discovery-keyword input::placeholder{color:var(--mp-muted)}.mp-discovery-filter-block{min-width:0;margin:0;padding:0 0 20px;border:0;border-bottom:1px solid var(--mp-line)}.mp-discovery-filter-block+.mp-discovery-filter-block{padding-top:13px}.mp-discovery-filter-label,.mp-discovery-filter-block legend{display:block;width:100%;margin:0;padding:0;color:var(--mp-text);font-size:var(--mp-fs-14);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-12);letter-spacing:var(--mp-track-neg-015)}.mp-discovery-filter-mark{display:block;width:28px;height:6px;margin-top:8px;background:var(--mp-accent)}.mp-discovery-range{padding-bottom:15px}.mp-dual-range{position:relative;height:30px;margin-top:7px}.mp-dual-range__track{position:absolute;left:7px;right:7px;top:13px;height:4px;border-radius:99px;background:linear-gradient(to right,var(--mp-line) 0,var(--mp-line) var(--mp-range-start),var(--mp-accent) var(--mp-range-start),var(--mp-accent) var(--mp-range-end),var(--mp-line) var(--mp-range-end),var(--mp-line) 100%)}.mp-dual-range input[type="range"]{position:absolute;inset:0;width:100%;height:30px;margin:0;padding:0;border:0;background:transparent;appearance:none;-webkit-appearance:none;pointer-events:none}.mp-dual-range input[type="range"]:focus{outline:0}.mp-dual-range input[type="range"]::-webkit-slider-runnable-track{height:4px;background:transparent;border:0}.mp-dual-range input[type="range"]::-webkit-slider-thumb{width:15px;height:15px;margin-top:-6px;border:3px solid var(--mp-accent);border-radius:50%;background:var(--mp-bg);appearance:none;-webkit-appearance:none;box-shadow:none;cursor:pointer;pointer-events:auto}.mp-dual-range input[type="range"]::-moz-range-track{height:4px;background:transparent;border:0}.mp-dual-range input[type="range"]::-moz-range-progress{height:4px;background:transparent}.mp-dual-range input[type="range"]::-moz-range-thumb{width:11px;height:11px;border:3px solid var(--mp-accent);border-radius:50%;background:var(--mp-bg);box-shadow:none;cursor:pointer;pointer-events:auto}.mp-dual-range input[type="range"]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px color-mix(in srgb,var(--mp-accent) 22%,transparent)}.mp-dual-range input[type="range"]:focus-visible::-moz-range-thumb{box-shadow:0 0 0 3px color-mix(in srgb,var(--mp-accent) 22%,transparent)}.mp-dual-range__values{display:flex;align-items:center;justify-content:space-between;color:var(--mp-text);font-size:var(--mp-fs-13);line-height:var(--mp-lh-14);font-variant-numeric:tabular-nums}.mp-discovery-results{min-width:0}.mp-discovery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:27px 24px}.mp-discovery-card{min-width:0}.mp-discovery-card__poster{display:block;position:relative;aspect-ratio:2/3;overflow:hidden;border-radius:var(--mp-radius-media);background:var(--mp-surface)}.mp-discovery-card__poster-link{display:block;width:100%;height:100%}.mp-discovery-card__poster img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--mp-discovery-poster-x,50%) var(--mp-discovery-poster-y,50%);transition:transform var(--mp-motion-card) var(--mp-ease)}.mp-discovery-card:hover .mp-discovery-card__poster img,.mp-discovery-card:focus-within .mp-discovery-card__poster img{transform:scale(1.02)}.mp-discovery-card__placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--mp-muted);background:linear-gradient(145deg,var(--mp-surface),var(--mp-surface-2))}.mp-discovery-card__placeholder svg{width:28px;height:28px}.mp-discovery-track{position:absolute;z-index:2;top:6px;left:6px;display:grid;place-items:center;box-sizing:border-box;width:20px;height:20px;margin:0;padding:0;border:0;border-radius:50%;background:rgba(23,26,31,.78);color:#fff;line-height:var(--mp-lh-zero);-webkit-appearance:none;appearance:none;box-shadow:0 1px 4px rgba(0,0,0,.18);cursor:pointer;transition:background-color var(--mp-motion-fast) var(--mp-ease),transform var(--mp-motion-fast) var(--mp-ease),opacity var(--mp-motion-fast) var(--mp-ease)}.mp-discovery-track svg{display:block;width:11px;height:11px}.mp-discovery-track:hover,.mp-discovery-track:focus-visible{background:var(--mp-accent);color:var(--mp-button-ink,var(--mp-selected-ink))}.mp-discovery-track.is-active{background:var(--mp-selected);color:var(--mp-selected-ink)}.mp-discovery-track:focus-visible{outline:2px solid currentColor;outline-offset:2px}.mp-discovery-track.is-loading{opacity:.7}.mp-discovery-track:disabled{cursor:wait}.mp-discovery-card h2{margin:10px 0 0;font-size:var(--mp-fs-11);font-weight:var(--mp-weight-regular);line-height:var(--mp-lh-132);letter-spacing:var(--mp-track-zero)}.mp-discovery-card h2 a:hover,.mp-discovery-card h2 a:focus-visible{color:var(--mp-accent)}.mp-discovery-card h2 span{font-weight:var(--mp-weight-regular)}.mp-discovery-pagination{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:38px;padding-top:18px;border-top:1px solid var(--mp-line)}.mp-discovery-pagination span:last-child{text-align:right}.mp-discovery-pagination a{display:inline-flex;align-items:center;min-height:36px;color:var(--mp-text);font-size:var(--mp-fs-12);font-weight:var(--mp-weight-bold)}.mp-discovery-pagination a:hover,.mp-discovery-pagination a:focus-visible{color:var(--mp-accent)}.mp-discovery-empty{padding:30px;border:1px solid var(--mp-line);border-radius:var(--mp-radius-card);background:var(--mp-surface)}.mp-discovery-empty h2{margin:0 0 7px;font-size:var(--mp-fs-18);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-12)}.mp-discovery-empty p{margin:0 0 12px;color:var(--mp-muted);font-size:var(--mp-fs-13);line-height:var(--mp-lh-15)}.mp-discovery-empty a{color:var(--mp-accent);font-size:var(--mp-fs-12);font-weight:var(--mp-weight-bold)}.mp-discovery-filter-submit{margin-top:14px;width:100%}

.mp-network-directory{width:min(calc(100% - 44px),var(--mp-container));padding:34px 0 72px}.mp-network-directory__header{padding-bottom:24px;border-bottom:1px solid var(--mp-line)}.mp-network-directory__header h1{margin:0;font-size:var(--mp-fs-36);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-108);letter-spacing:var(--mp-track-neg-045)}.mp-network-directory__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding-top:30px}.mp-network-card{display:grid;justify-items:center;min-width:0;padding:22px 18px 20px;border:1px solid var(--mp-line);border-radius:var(--mp-radius-card);background:var(--mp-surface);text-align:center}.mp-network-card__logo{display:grid;place-items:center;width:100%;height:92px;margin-bottom:15px;border-radius:var(--mp-radius-media);background:var(--mp-bg)}.mp-network-card__logo img{display:block;max-width:82%;max-height:68px;width:auto;height:auto;object-fit:contain}.mp-network-card__logo>span{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--mp-surface-2);color:var(--mp-muted);font-size:var(--mp-fs-24);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-1)}.mp-network-card h2{margin:0 0 5px;font-size:var(--mp-fs-15);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-12)}.mp-network-card h2 a:hover,.mp-network-card h2 a:focus-visible{color:var(--mp-accent)}.mp-network-card p{margin:0 0 10px;color:var(--mp-muted);font-size:var(--mp-fs-11);line-height:var(--mp-lh-14)}.mp-network-card__link{color:var(--mp-accent);font-size:var(--mp-fs-11);font-weight:var(--mp-weight-bold)}.mp-network-card__link:hover,.mp-network-card__link:focus-visible{color:var(--mp-accent-hover)}

@media(max-width:1180px){.mp-discovery-layout{grid-template-columns:205px minmax(0,1fr);gap:26px}.mp-discovery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 20px}.mp-network-directory__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:960px){.mp-discovery-header h1,.mp-network-directory__header h1{font-size:var(--mp-fs-32)}.mp-discovery-layout{grid-template-columns:190px minmax(0,1fr);gap:22px}.mp-discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 18px}}
@media(max-width:760px){.mp-discovery-page,.mp-network-directory{width:min(calc(100% - 24px),var(--mp-container));padding-top:28px}.mp-discovery-header{padding-bottom:22px}.mp-discovery-header h1,.mp-network-directory__header h1{font-size:var(--mp-fs-29)}.mp-discovery-header p{font-size:var(--mp-fs-14)}.mp-discovery-layout{display:block;padding-top:24px}.mp-discovery-filters{margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--mp-line)}.mp-discovery-filters__heading{grid-template-columns:minmax(0,1fr) auto auto;margin-bottom:12px}.mp-discovery-filters__toggle{display:grid}.mp-discovery-filters.is-collapsible .mp-discovery-filter-form[hidden]{display:none}.mp-discovery-filters.is-open .mp-discovery-filters__toggle svg{transform:rotate(90deg)}.mp-discovery-sort{margin-bottom:16px}.mp-discovery-filter-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.mp-discovery-sort,.mp-discovery-keyword{grid-column:1/-1}.mp-discovery-filter-block{border-bottom:0;padding-bottom:0}.mp-discovery-filter-block+.mp-discovery-filter-block{padding-top:0}.mp-discovery-keyword input{margin-top:10px}.mp-discovery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 12px}.mp-discovery-card h2{margin-top:8px}.mp-network-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}
@media(max-width:480px){.mp-discovery-filter-form{grid-template-columns:1fr}.mp-discovery-sort,.mp-discovery-keyword{grid-column:auto}.mp-discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 9px}.mp-discovery-card h2{font-size:var(--mp-fs-10)}.mp-network-directory__grid{grid-template-columns:1fr}.mp-network-card{padding-inline:16px}}
