/**
 * MakkiPlay production homepage.
 *
 * Sole visual owner for the editorial Hero, News support rail, share/notice
 * strip, ranked discovery and curated Collection Builder shelves.
 */

.mp-home{padding-top:var(--mp-space-2)}
.mp-home-shell{width:min(calc(100% - 64px),var(--mp-home-container));margin-inline:auto}

/* Editorial Hero --------------------------------------------------------- */
.mp-home-hero{display:block}
.mp-home-hero__stage{position:relative;width:100%;min-width:0;box-sizing:border-box;aspect-ratio:1170/405;overflow:hidden;border-radius:0;background:var(--mp-surface);isolation:isolate;touch-action:pan-y}
.mp-home-hero__slide{position:absolute;inset:0;z-index:1;display:block;overflow:hidden;color:#fff;opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.006);transition:opacity var(--mp-motion-slow) var(--mp-ease),transform 680ms var(--mp-ease),visibility 0s linear var(--mp-motion-slow)}
.mp-home-hero__slide.is-active{z-index:2;opacity:1;visibility:visible;pointer-events:auto;transform:scale(1);transition-delay:0s}
.mp-home-hero__slide>img,.mp-home-hero__placeholder{position:absolute;inset:0;display:block;width:100%;height:100%}
.mp-home-hero__slide>img{object-fit:cover;object-position:var(--mp-hero-focus-x,50%) var(--mp-hero-focus-y,50%)}
.mp-home-hero__placeholder{background:linear-gradient(135deg,var(--mp-surface),var(--mp-surface-2))}
.mp-home-hero__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.5) 31%,rgba(0,0,0,.12) 65%,rgba(0,0,0,.05) 100%)}
.mp-home-hero__details{position:absolute;z-index:3;top:0;right:-380px;display:grid;align-content:start;box-sizing:border-box;width:min(380px,100%);height:100%;min-width:0;gap:10px;padding:20px 30px;overflow:hidden;background:rgba(0,0,0,.78);color:#fff;opacity:0;transform:translateX(12px);transition:right var(--mp-motion-feature) var(--mp-ease),opacity var(--mp-motion-feature) var(--mp-ease),transform var(--mp-motion-feature) var(--mp-ease)}
.mp-home-hero__stage:hover .mp-home-hero__slide.is-active .mp-home-hero__details,.mp-home-hero__stage:focus-within .mp-home-hero__slide.is-active .mp-home-hero__details{right:0;opacity:1;transform:none}
.mp-home-hero__title{display:block;min-width:0;max-width:100%;margin:0;overflow-wrap:anywhere;font-family:var(--mp-font-display);font-size:var(--mp-fs-home-hero);line-height:var(--mp-lh-11);font-weight:var(--mp-weight-extrabold);letter-spacing:var(--mp-track-neg-026);text-wrap:balance}
.mp-home-hero__details .mp-home-hero__title{font-size:var(--mp-fs-24);line-height:var(--mp-lh-115);letter-spacing:var(--mp-track-neg-02);color:var(--mp-accent)}
.mp-home-hero__excerpt{display:-webkit-box;min-width:0;max-width:100%;overflow:hidden;overflow-wrap:anywhere;font-size:var(--mp-type-body-size);line-height:var(--mp-lh-148);font-weight:var(--mp-weight-regular);color:rgba(255,255,255,.94);-webkit-box-orient:vertical;-webkit-line-clamp:2;text-wrap:pretty}
.mp-home-hero__facts{display:grid;gap:0;margin-top:3px;padding:10px 15px;border:1px solid rgba(255,255,255,.2);border-radius:var(--mp-radius-control);background:rgba(0,0,0,.38);font-size:var(--mp-fs-11);line-height:var(--mp-lh-145)}
.mp-home-hero__facts>span{display:grid;grid-template-columns:80px minmax(0,1fr);gap:7px;min-width:0}
.mp-home-hero__facts strong{font-weight:var(--mp-weight-bold);color:rgba(255,255,255,.88)}
.mp-home-hero__facts em{overflow:hidden;color:var(--mp-accent);font-style:normal;white-space:nowrap;text-overflow:ellipsis}
.mp-home-hero__watch{display:inline-flex;align-items:center;justify-content:center;justify-self:start;align-self:start;height:35px;min-height:35px;margin-top:2px;padding:0 13px;border-radius:var(--mp-radius-control);background:var(--mp-accent);color:var(--mp-button-ink,var(--mp-selected-ink));font-family:var(--mp-font-compact);font-size:var(--mp-fs-11);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-1)}
.mp-home-hero__status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mp-home-hero__dots{position:absolute;z-index:5;left:28px;bottom:20px;display:flex;align-items:center;gap:8px}
.mp-home-hero__dot{display:block;width:8px;height:8px;padding:0;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:transparent;cursor:pointer;transition:background-color var(--mp-motion-fast) ease,border-color var(--mp-motion-fast) ease,transform var(--mp-motion-fast) ease}
.mp-home-hero__dot.is-active,.mp-home-hero__dot:hover,.mp-home-hero__dot:focus-visible{border-color:var(--mp-accent);background:var(--mp-accent);outline:0;transform:scale(1.18)}
.mp-home-hero__dot:focus-visible{box-shadow:0 0 0 3px rgba(255,255,255,.36)}
.mp-home-hero-empty{box-sizing:border-box;display:grid;justify-items:start;gap:9px;min-height:260px;padding:40px;border:1px dashed var(--mp-line);border-radius:var(--mp-radius-card);background:var(--mp-surface)}
.mp-home-hero-empty>strong{font-size:var(--mp-fs-24);line-height:var(--mp-lh-115)}
.mp-home-hero-empty>p{max-width:650px;margin:0 0 8px;color:var(--mp-muted)}

/* Hero support rail ------------------------------------------------------ */
.mp-home-hero__layout{display:grid;grid-template-columns:minmax(0,3.08fr) minmax(300px,1fr);gap:0;align-items:stretch}
.mp-home-hero__news{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;border:0;border-radius:0;background:var(--mp-home-news-bg);color:var(--mp-home-news-text)}
.mp-home-hero__news-header{display:flex;align-items:center;gap:12px;min-height:40px;padding:0 16px;border-bottom:1px solid var(--mp-home-news-line)}
.mp-home-hero__news-header h2{margin:0;color:var(--mp-home-news-text);font-family:var(--mp-font-compact);font-size:var(--mp-type-section-size);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-105);text-transform:uppercase}
.mp-home-hero__news-header h2::before{content:"";display:inline-block;width:3px;height:16px;margin-right:9px;background:var(--mp-accent);vertical-align:-2px}
.mp-home-hero__news-header a{margin-left:auto;color:var(--mp-home-news-muted);font-size:var(--mp-type-meta-size);font-weight:var(--mp-weight-semibold);text-decoration:none;white-space:nowrap}
.mp-home-hero__news-header a:hover,.mp-home-hero__news-header a:focus-visible{color:var(--mp-accent)}
.mp-home-hero__news-list{display:grid;flex:1;gap:0;min-height:0;overflow:auto;padding:0 15px}
.mp-home-news-item{min-width:0;border-bottom:1px solid var(--mp-home-news-line)}
.mp-home-news-item:last-child{border-bottom:0}
.mp-home-news-item>a{display:grid;grid-template-columns:100px minmax(0,1fr);gap:15px;align-items:center;padding:15px 0;color:var(--mp-home-news-text);text-decoration:none}
.mp-home-news-item__media,.mp-home-news-item__media img,.mp-home-news-item__placeholder{display:block;width:100px;aspect-ratio:5/3;overflow:hidden;border-radius:0;background:var(--mp-surface-2)}
.mp-home-news-item__media img{height:100%;object-fit:cover;transition:transform var(--mp-motion-feature) var(--mp-ease)}
.mp-home-news-item__placeholder{display:grid;place-items:center;color:var(--mp-muted)}
.mp-home-news-item__placeholder svg{width:20px;height:20px}
.mp-home-news-item__copy{display:grid;gap:3px;min-width:0}
.mp-home-news-item__copy small{overflow:hidden;color:var(--mp-accent);font-size:var(--mp-fs-9);font-weight:var(--mp-weight-bold);line-height:var(--mp-lh-1);text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis}
.mp-home-news-item__copy strong{display:-webkit-box;overflow:hidden;font-family:var(--mp-font-compact);font-size:var(--mp-fs-13);font-weight:var(--mp-weight-regular);line-height:var(--mp-lh-14);-webkit-box-orient:vertical;-webkit-line-clamp:3}
.mp-home-news-item__copy time{color:var(--mp-home-news-muted);font-size:var(--mp-fs-9);line-height:var(--mp-lh-1)}
.mp-home-news-item>a:hover,.mp-home-news-item>a:focus-visible{color:var(--mp-accent);outline:0}
.mp-home-news-item>a:hover img,.mp-home-news-item>a:focus-visible img{transform:scale(1.03)}
.mp-home-news-item>a:focus-visible{box-shadow:var(--mp-focus-ring)}

/* Share and notice strip ------------------------------------------------- */
.mp-home-utility{display:grid;gap:14px;padding-top:0}
.mp-home-sharebar{display:flex;align-items:center;justify-content:flex-start;gap:14px;min-width:0;padding:10px 16px;border:1px solid var(--mp-line);border-radius:var(--mp-radius-card);background:var(--mp-surface)}
.mp-home-sharebar__total{display:grid;align-content:center;flex:0 0 auto;min-width:38px;line-height:var(--mp-lh-1)}
.mp-home-sharebar__total strong{color:var(--mp-text);font-family:var(--mp-font-body);font-size:var(--mp-fs-18);font-weight:var(--mp-weight-regular);line-height:var(--mp-lh-1)}
.mp-home-sharebar__total span{color:var(--mp-muted);font-size:var(--mp-fs-9);line-height:var(--mp-lh-1)}
.mp-home-sharebar__links{display:flex;align-items:center;justify-content:flex-start;gap:7px;min-width:0;overflow-x:auto;scrollbar-width:none}
.mp-home-sharebar__link{display:grid;place-items:center;flex:0 0 42px;width:42px;height:32px;border:0;border-radius:var(--mp-radius-control);background:var(--mp-selected);color:var(--mp-selected-ink);text-decoration:none;transition:filter var(--mp-motion-fast) ease,transform var(--mp-motion-fast) ease}
.mp-home-sharebar__link-icon,.mp-home-sharebar__link-icon svg{display:block;width:15px;height:15px}
.mp-home-sharebar__link:focus-visible{outline:0;box-shadow:var(--mp-focus-ring)}
.mp-home-sharebar__link--x{background:var(--mp-text);color:var(--mp-bg)}
.mp-home-sharebar__link--facebook{background:#4667a9;color:#fff}
.mp-home-sharebar__link--reddit{background:#f4511e;color:#fff}
.mp-home-sharebar__link--whatsapp{background:#25d366;color:#fff}
.mp-home-sharebar__link--email{background:var(--mp-accent);color:var(--mp-accent-ink)}
.mp-home-notice{position:relative;display:block;min-width:0;padding:10px 58px;border:1px solid var(--mp-line);border-radius:var(--mp-radius-card);background:var(--mp-home-notice-bg,var(--mp-selected-soft,var(--mp-surface)))}
.mp-home-notice__copy{display:grid;justify-items:center;gap:4px;min-width:0;text-align:center}
.mp-home-notice__copy h2{color:var(--mp-home-notice-text)}
.mp-home-notice__content{color:var(--mp-home-notice-text);font-size:var(--mp-type-body-size);line-height:var(--mp-lh-145)}
.mp-home-notice__content p{margin:0}
.mp-home-notice__content p+p{margin-top:4px}
.mp-home-notice__content a{color:var(--mp-accent);font-weight:var(--mp-weight-bold);text-decoration:underline;text-underline-offset:2px}
.mp-home-notice__close{position:absolute;top:50%;right:16px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid var(--mp-line);border-radius:var(--mp-radius-control);background:transparent;color:var(--mp-muted);cursor:pointer;transform:translateY(-50%);transition:border-color var(--mp-motion-fast) ease,color var(--mp-motion-fast) ease,background-color var(--mp-motion-fast) ease}
.mp-home-notice__close-placeholder{position:absolute;top:50%;right:16px;width:28px;height:28px;transform:translateY(-50%)}
.mp-home-notice__close svg{display:block;width:14px;height:14px}
.mp-home-notice__close:hover,.mp-home-notice__close:focus-visible{border-color:var(--mp-accent);background:var(--mp-accent);color:var(--mp-accent-ink);outline:0}
.mp-home-notice__close:focus-visible{box-shadow:var(--mp-focus-ring)}
.mp-home-notice[hidden]{display:none}

/* Discovery structure ---------------------------------------------------- */
.mp-home-discovery{display:grid;gap:30px;padding-top:34px;padding-bottom:62px}
.mp-home-discovery__body{display:grid;grid-template-columns:minmax(0,3.13fr) minmax(300px,1fr);gap:20px;align-items:start;min-width:0}
.mp-home-discovery__body--wide{grid-template-columns:1fr}
.mp-home-discovery__main{display:grid;gap:30px;min-width:0}
.mp-home-section{min-width:0}
.mp-home-collection{min-width:0}
.mp-home-section[id]{scroll-margin-top:84px}
.mp-home-section__header{display:flex;align-items:flex-start;gap:14px;margin:0 0 14px;padding:0 0 10px}
.mp-home-section__header h2{position:relative;margin:0;padding-bottom:13px;color:var(--mp-accent);font-family:var(--mp-font-compact);font-size:var(--mp-fs-22);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-105);letter-spacing:var(--mp-track-neg-018);text-transform:uppercase}
.mp-home-section__header h2::after{content:"";position:absolute;left:0;bottom:-11px;width:46px;height:3px;border-radius:999px;background:var(--mp-accent);box-shadow:12px 0 0 color-mix(in srgb,var(--mp-accent) 34%,transparent)}
.mp-home-section__header a{margin-left:auto;padding-top:3px;color:var(--mp-muted);font-family:var(--mp-font-body);font-size:var(--mp-type-meta-size);font-weight:var(--mp-weight-semibold);line-height:var(--mp-lh-12);text-decoration:none;white-space:nowrap;transition:color var(--mp-motion-fast) ease}
.mp-home-section__header a:hover{color:var(--mp-accent)}
.mp-home-section__header a:focus-visible{color:var(--mp-accent);outline:2px solid var(--mp-accent);outline-offset:3px;border-radius:3px}
.mp-home-section__actions{display:flex;align-items:center;gap:10px;margin-left:auto;min-width:0}
.mp-home-section__actions>a{margin-left:0}
.mp-home-rail-controls{display:flex;align-items:center;gap:5px}
.mp-home-rail-controls[hidden]{display:none}
.mp-home-rail-controls button{display:grid;place-items:center;width:32px;height:32px;margin:0;padding:0;border:1px solid var(--mp-line);border-radius:var(--mp-radius-control);background:var(--mp-bg);color:var(--mp-text);cursor:pointer;transition:border-color var(--mp-motion-fast) ease,color var(--mp-motion-fast) ease,opacity var(--mp-motion-fast) ease}
.mp-home-rail-controls button svg{display:block;width:15px;height:15px}
.mp-home-rail-controls button:hover,.mp-home-rail-controls button:focus-visible{border-color:var(--mp-accent);color:var(--mp-accent);outline:0}
.mp-home-rail-controls button:focus-visible{box-shadow:var(--mp-focus-ring)}
.mp-home-rail-controls button:disabled{opacity:.32;cursor:default;pointer-events:none}
[data-mp-content-rail]:focus-visible{outline:2px solid var(--mp-accent);outline-offset:3px;border-radius:var(--mp-radius-control)}
.mp-home-section__header--classic{align-items:baseline;margin-bottom:10px;padding:0}
.mp-home-section__header--classic h2{position:relative;padding:0 0 0 12px;color:var(--mp-text);font-family:var(--mp-font-section);font-size:var(--mp-type-section-size);font-weight:var(--mp-type-section-weight)}
.mp-home-section__header--classic h2::before{content:"";position:absolute;left:0;top:50%;width:3px;height:18px;border-radius:999px;background:var(--mp-accent);transform:translateY(-50%)}
.mp-home-section__header--classic h2::after{content:none}
.mp-home-section__header--classic a{padding-top:0}

/* Top 10 ----------------------------------------------------------------- */
.mp-home-rank-shelf{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 100px)/6);gap:20px;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:0 0 12px;scrollbar-width:none}
.mp-home-rank-shelf::-webkit-scrollbar{display:none}
.mp-home-rank{position:relative;min-width:0;padding-left:27px;scroll-snap-align:start}
.mp-home-rank__number{position:absolute;z-index:0;left:0;bottom:-8px;color:transparent;font-family:var(--mp-font-compact);font-size:var(--mp-fs-home-rank);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-088);letter-spacing:var(--mp-track-neg-055);-webkit-text-stroke:2px var(--mp-accent);text-shadow:none;pointer-events:none}
.mp-home-rank__poster{position:relative;z-index:1;display:block;aspect-ratio:2/3;overflow:hidden;border-radius:var(--mp-radius-media);background:var(--mp-surface);box-shadow:0 4px 12px rgba(0,0,0,.08)}
.mp-home-rank__poster img,.mp-home-rank__poster .mp-home-show__placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--mp-poster-focus-x,50%) var(--mp-poster-focus-y,50%);transition:transform var(--mp-motion-feature) var(--mp-ease)}
.mp-home-rank:hover .mp-home-rank__poster img,.mp-home-rank:focus-within .mp-home-rank__poster img{transform:scale(1.025)}
.mp-home-rank__poster:focus-visible{outline:2px solid var(--mp-accent);outline-offset:3px}

/* Poster shelves --------------------------------------------------------- */
.mp-home-poster-shelf{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:clamp(20px,2vw,31px);min-width:0}
.mp-home-poster-shelf--rail{grid-auto-flow:column;grid-auto-columns:calc((100% - 217px)/8);grid-template-columns:none;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding-bottom:8px;scrollbar-width:none}
.mp-home-poster-shelf::-webkit-scrollbar{display:none}
.mp-home-poster-shelf--grid{overflow:visible}
.mp-home-show{min-width:0}
.mp-home-show__poster{position:relative;display:block;height:clamp(200px,13.55vw,260px);overflow:hidden;border-radius:var(--mp-radius-media);background:var(--mp-surface);isolation:isolate}
.mp-home-show__poster img,.mp-home-show__placeholder{display:block;width:100%;height:100%}
.mp-home-show__poster img{object-fit:cover;object-position:var(--mp-poster-focus-x,50%) var(--mp-poster-focus-y,50%);transition:transform var(--mp-motion-feature) var(--mp-ease),filter var(--mp-motion-feature) var(--mp-ease)}
.mp-home-show__placeholder{display:grid;place-items:center;background:linear-gradient(145deg,var(--mp-surface),var(--mp-surface-2));color:var(--mp-muted)}
.mp-home-show__placeholder svg{width:28px;height:28px}
.mp-home-show:hover .mp-home-show__poster img,.mp-home-show:focus-within .mp-home-show__poster img{transform:scale(1.025);filter:saturate(1.03)}
.mp-home-show__poster:focus-visible{outline:2px solid var(--mp-accent);outline-offset:3px}
.mp-home-quality-badge{position:absolute;z-index:4;top:8px;left:8px;display:inline-flex;align-items:center;justify-content:center;min-height:20px;box-sizing:border-box;padding:4px 6px;border-radius:3px;background:var(--mp-quality-badge-bg);color:var(--mp-quality-badge-ink);font-family:var(--mp-font-body);font-size:var(--mp-fs-11);font-weight:var(--mp-weight-medium);line-height:var(--mp-lh-1);text-transform:uppercase}
.mp-home-show__info{position:absolute;z-index:3;right:0;bottom:0;left:0;display:block;box-sizing:border-box;min-width:0;padding:28px 10px 10px;background:linear-gradient(to bottom,transparent,var(--mp-overlay-strong) 38%,var(--mp-overlay-dialog-soft));border-radius:0 0 var(--mp-radius-media) var(--mp-radius-media);color:var(--mp-on-image);pointer-events:none}
.mp-home-show__info h3{display:-webkit-box;overflow:hidden;margin:0;color:var(--mp-on-image);font-family:var(--mp-font-body);font-size:var(--mp-fs-14);font-weight:var(--mp-weight-regular);line-height:var(--mp-lh-11);letter-spacing:var(--mp-track-zero);text-shadow:0 0 2px var(--mp-overlay-dialog);-webkit-box-orient:vertical;-webkit-line-clamp:2}
.mp-home-show__poster:hover .mp-home-show__info h3,.mp-home-show__poster:focus-visible .mp-home-show__info h3{color:var(--mp-on-image)}
.mp-home-episode__poster{isolation:isolate}
.mp-home-episode__badge{position:absolute;z-index:4;top:10px;right:10px;display:block;box-sizing:border-box;width:40px;height:40px;padding:8px 0 0;border-radius:50%;background:color-mix(in srgb,var(--mp-accent) 90%,transparent);color:var(--mp-on-image);font-family:var(--mp-font-body);font-size:var(--mp-fs-10);font-weight:var(--mp-weight-regular);line-height:var(--mp-lh-1);letter-spacing:var(--mp-track-zero);text-align:center}
.mp-home-episode__badge span,.mp-home-episode__badge i{display:block}
.mp-home-episode__badge i{margin-top:3px;color:var(--mp-on-image);font-size:var(--mp-fs-16);font-style:normal;font-weight:var(--mp-weight-bold);line-height:var(--mp-lh-1)}
.mp-home-upcoming-episode__meta{display:flex;align-items:center;gap:6px;min-width:0;margin-top:5px;color:var(--mp-on-image-soft);font-size:var(--mp-fs-9);font-weight:var(--mp-weight-medium);line-height:var(--mp-lh-125);white-space:nowrap;overflow:hidden}
.mp-home-upcoming-episode__meta>*{min-width:0;overflow:hidden;text-overflow:ellipsis}
.mp-home-upcoming-episode__meta time{color:var(--mp-on-image-muted)}
.mp-home-upcoming-episode__meta span{color:var(--mp-on-image-soft)}
.mp-home-upcoming-episode__meta>*+*::before{content:"·";margin-right:6px;color:var(--mp-on-image-soft)}

/* Landscape and compact collection layouts ----------------------------- */
.mp-home-landscape-shelf{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;scrollbar-width:none}
.mp-home-landscape-shelf::-webkit-scrollbar{display:none}
.mp-home-landscape{display:grid;grid-template-columns:48% minmax(0,1fr);min-width:0;overflow:hidden;border:1px solid var(--mp-line);border-radius:var(--mp-radius-card);background:var(--mp-bg)}
.mp-home-landscape__media{display:block;min-height:170px;overflow:hidden;background:var(--mp-surface)}
.mp-home-landscape__media img,.mp-home-landscape__media .mp-landscape-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--mp-motion-feature) var(--mp-ease)}
.mp-home-landscape:hover .mp-home-landscape__media img,.mp-home-landscape:focus-within .mp-home-landscape__media img{transform:scale(1.02)}
.mp-home-landscape__body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;min-width:0;padding:18px}
.mp-home-landscape__body h3{margin:0;font-size:var(--mp-fs-17);line-height:var(--mp-lh-125);font-weight:var(--mp-weight-bold)}
.mp-home-landscape__body h3 a{color:var(--mp-text);text-decoration:none}
.mp-home-landscape__body h3 a:hover,.mp-home-landscape__body h3 a:focus-visible{color:var(--mp-accent)}
.mp-home-landscape__body p{display:-webkit-box;overflow:hidden;margin:0;color:var(--mp-muted);font-size:var(--mp-fs-13);line-height:var(--mp-lh-145);-webkit-box-orient:vertical;-webkit-line-clamp:3}
.mp-home-landscape__action{margin-top:3px;color:var(--mp-accent);font-family:var(--mp-font-compact);font-size:var(--mp-fs-11);font-weight:var(--mp-weight-extrabold);text-decoration:none;text-transform:uppercase}.mp-home-landscape__action:hover,.mp-home-landscape__action:focus-visible{color:var(--mp-accent-hover)}
.mp-home-landscape__media:focus-visible,.mp-home-landscape__action:focus-visible{outline:2px solid var(--mp-accent);outline-offset:2px}
.mp-home-compact-shelf{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}

/* Article Builder -------------------------------------------------------- */
.mp-home-article-list{display:grid;gap:16px;min-width:0}
.mp-home-article-section--editorial .mp-home-article-list{grid-template-columns:repeat(2,minmax(0,1fr))}
.mp-home-article-section--grid .mp-home-article-list{grid-template-columns:repeat(3,minmax(0,1fr))}
.mp-home-article-section--compact .mp-home-article-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
.mp-home-article-card{display:grid;min-width:0;overflow:hidden;border:1px solid var(--mp-line);border-radius:var(--mp-radius-card);background:var(--mp-bg)}
.mp-home-article-card__media{display:block;min-width:0;aspect-ratio:16/9;overflow:hidden;background:var(--mp-surface)}
.mp-home-article-card__media img,.mp-home-article-card__media .mp-landscape-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--mp-motion-feature) var(--mp-ease)}
.mp-home-article-card:hover .mp-home-article-card__media img,.mp-home-article-card:focus-within .mp-home-article-card__media img{transform:scale(1.02)}
.mp-home-article-card__media:focus-visible,.mp-home-article-card__body h3 a:focus-visible,.mp-home-article-card__action:focus-visible{outline:2px solid var(--mp-accent);outline-offset:2px}
.mp-home-article-card__body{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:16px}
.mp-home-article-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-bottom:7px;color:var(--mp-muted);font-size:var(--mp-type-meta-size);font-weight:var(--mp-weight-medium);line-height:var(--mp-lh-12)}
.mp-home-article-card__meta a{color:var(--mp-accent);font-weight:var(--mp-weight-semibold);text-decoration:none}
.mp-home-article-card__meta a:hover,.mp-home-article-card__meta a:focus-visible{color:var(--mp-accent);text-decoration:underline;text-underline-offset:2px}
.mp-home-article-card__body h3{margin:0;font-family:var(--mp-font-body);font-size:var(--mp-fs-17);font-weight:var(--mp-weight-bold);line-height:var(--mp-lh-125);letter-spacing:var(--mp-track-neg-012)}
.mp-home-article-card__body h3 a{color:var(--mp-text);text-decoration:none;transition:color var(--mp-motion-fast) ease}
.mp-home-article-card__body h3 a:hover{color:var(--mp-accent)}
.mp-home-article-card__body p{display:-webkit-box;overflow:hidden;margin:9px 0 0;color:var(--mp-muted);font-size:var(--mp-fs-13);line-height:var(--mp-lh-15);-webkit-box-orient:vertical;-webkit-line-clamp:3}
.mp-home-article-card__action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;margin-top:14px;padding:0 14px;border-radius:var(--mp-radius-control);background:var(--mp-accent);color:var(--mp-button-ink,var(--mp-selected-ink));font-family:var(--mp-font-compact);font-size:var(--mp-fs-11);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-1);text-decoration:none;text-transform:uppercase;transition:filter var(--mp-motion-fast) ease,transform var(--mp-motion-fast) ease}
.mp-home-article-card__action:hover{color:var(--mp-button-ink,var(--mp-selected-ink));filter:brightness(.96);transform:translateY(-1px)}
.mp-home-article-section--editorial .mp-home-article-card{grid-template-columns:44% minmax(0,1fr)}
.mp-home-article-section--editorial .mp-home-article-card__media{height:100%;aspect-ratio:auto;min-height:190px}
.mp-home-article-section--grid .mp-home-article-card__body h3{font-size:var(--mp-fs-15)}
.mp-home-article-section--compact .mp-home-article-card{grid-template-columns:120px minmax(0,1fr);align-items:center;padding:10px 0;border-width:0 0 1px;border-radius:0;background:transparent}
.mp-home-article-section--compact .mp-home-article-card__media{width:120px;aspect-ratio:16/10;border-radius:var(--mp-radius-media)}
.mp-home-article-section--compact .mp-home-article-card__body{padding:8px 12px}
.mp-home-article-section--compact .mp-home-article-card__body h3{font-size:var(--mp-fs-14)}
.mp-home-article-section--compact .mp-home-article-card__body p,.mp-home-article-section--compact .mp-home-article-card__action{display:none}

/* Desktop discovery sidebar --------------------------------------------- */
.mp-home-sidebar{position:sticky;top:82px;display:grid;gap:30px;min-width:0}
.mp-home-widget{min-width:0;scroll-margin-top:84px}
.mp-home-widget>h2{position:relative;margin:0 0 13px;padding-left:13px;color:var(--mp-text);font-family:var(--mp-font-compact);font-size:var(--mp-fs-15);line-height:var(--mp-lh-12);font-weight:var(--mp-weight-extrabold);text-transform:uppercase;letter-spacing:var(--mp-track-neg-015)}
.mp-home-widget>h2::before{content:"";position:absolute;left:0;top:0;width:3px;height:18px;background:var(--mp-accent)}
.mp-home-side-list,.mp-home-schedule-list{display:grid}
.mp-home-side-show{display:grid;grid-template-columns:auto 62px minmax(0,1fr);gap:10px;align-items:center;min-width:0;padding:8px 0;border-bottom:1px solid var(--mp-line);color:var(--mp-text);text-decoration:none}
.mp-home-side-show:first-child{padding-top:0}
.mp-home-side-show__rank{width:22px;color:var(--mp-accent);font-family:var(--mp-font-compact);font-size:var(--mp-fs-20);font-weight:var(--mp-weight-extrabold);text-align:center}
.mp-home-side-show__poster{display:block;width:62px;aspect-ratio:2/3;overflow:hidden;border-radius:4px;background:var(--mp-surface)}
.mp-home-side-show__poster img,.mp-home-side-show__poster .mp-home-show__placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--mp-poster-focus-x,50%) var(--mp-poster-focus-y,50%)}
.mp-home-side-show__copy{display:grid;gap:4px;min-width:0}
.mp-home-side-show__copy strong{display:-webkit-box;overflow:hidden;font-family:var(--mp-font-compact);font-size:var(--mp-fs-12);line-height:var(--mp-lh-125);font-weight:var(--mp-weight-bold);-webkit-box-orient:vertical;-webkit-line-clamp:3}
.mp-home-side-show__copy small{overflow:hidden;color:var(--mp-muted);font-size:var(--mp-fs-9);white-space:nowrap;text-overflow:ellipsis}
.mp-home-side-episode{display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px;align-items:center;min-width:0;padding:10px 0;border-bottom:1px solid var(--mp-line);color:var(--mp-text);text-decoration:none}
.mp-home-side-episode:first-child{padding-top:0}
.mp-home-side-episode__poster{position:relative;display:block;width:84px;aspect-ratio:2/3;overflow:hidden;border-radius:4px;background:var(--mp-surface)}
.mp-home-side-episode__poster img,.mp-home-side-episode__poster .mp-home-show__placeholder{display:block;width:100%;height:100%;object-fit:cover}
.mp-home-side-episode__number{position:absolute;z-index:2;top:6px;right:6px;display:grid;place-items:center;min-width:28px;height:28px;padding:0 7px;border-radius:5px;background:var(--mp-accent);color:var(--mp-episode-badge-ink,var(--mp-button-ink,var(--mp-selected-ink)));font-family:var(--mp-font-compact);font-size:var(--mp-fs-12);font-weight:var(--mp-weight-extrabold);line-height:var(--mp-lh-1);box-shadow:0 2px 7px rgba(0,0,0,.2)}
.mp-home-side-episode__copy{display:grid;gap:4px;min-width:0}
.mp-home-side-episode__copy strong{display:-webkit-box;overflow:hidden;font-family:var(--mp-font-compact);font-size:var(--mp-fs-13);line-height:var(--mp-lh-125);font-weight:var(--mp-weight-bold);-webkit-box-orient:vertical;-webkit-line-clamp:2}
.mp-home-side-episode__copy small{color:var(--mp-accent);font-size:var(--mp-fs-11);font-weight:var(--mp-weight-bold)}
.mp-home-side-episode:hover,.mp-home-side-episode:focus-visible{color:var(--mp-accent);outline:0}
.mp-home-side-show:hover strong,.mp-home-side-show:focus-visible strong{color:var(--mp-accent)}
.mp-home-side-show:focus-visible{outline:2px solid var(--mp-accent);outline-offset:2px}
.mp-home-schedule-item{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--mp-line);color:var(--mp-text);text-decoration:none}
.mp-home-schedule-item:first-child{padding-top:0}
.mp-home-schedule-item time{display:grid;place-items:center;min-height:54px;border-radius:5px;background:var(--mp-surface);font-family:var(--mp-font-compact);text-align:center}
.mp-home-schedule-item time strong{color:var(--mp-accent);font-size:var(--mp-fs-13);line-height:var(--mp-lh-1)}
.mp-home-schedule-item time span{color:var(--mp-muted);font-size:var(--mp-fs-10);line-height:var(--mp-lh-1)}
.mp-home-schedule-item>span{display:grid;gap:4px;min-width:0}
.mp-home-schedule-item>span strong{display:-webkit-box;overflow:hidden;font-family:var(--mp-font-compact);font-size:var(--mp-fs-12);line-height:var(--mp-lh-125);font-weight:var(--mp-weight-bold);-webkit-box-orient:vertical;-webkit-line-clamp:2}
.mp-home-schedule-item>span small{color:var(--mp-muted);font-size:var(--mp-fs-9)}
.mp-home-schedule-item:hover>span strong{color:var(--mp-accent)}
.mp-home-widget__more{display:inline-block;margin-top:12px;color:var(--mp-accent);font-family:var(--mp-font-compact);font-size:var(--mp-fs-11);font-weight:var(--mp-weight-extrabold);text-decoration:none;text-transform:uppercase}.mp-home-widget__more:hover,.mp-home-widget__more:focus-visible{color:var(--mp-accent-hover)}
.mp-home-sidebar__promo{display:grid;place-items:center;min-width:0;overflow:hidden}
.mp-home-sidebar__promo img,.mp-home-sidebar__promo iframe{display:block;max-width:100%;height:auto}
.mp-home-section--posts{padding-top:2px}
.mp-home-post-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;min-width:0}
.mp-home-article-popular-list{grid-template-columns:repeat(4,minmax(0,1fr))}
.mp-home-discovery__body--wide .mp-home-article-popular-list{grid-template-columns:repeat(5,minmax(0,1fr))}
.mp-home-post-item{display:grid;min-width:0;color:var(--mp-text);text-decoration:none}
.mp-home-post-item__media{display:block;width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:var(--mp-radius-media);background:var(--mp-surface)}
.mp-home-post-item__media img,.mp-home-post-item__media .mp-landscape-placeholder{display:block;width:100%;height:100%;object-fit:cover}
.mp-home-post-item__copy{display:grid;gap:5px;min-width:0;padding-top:8px}
.mp-home-post-item__copy strong{display:-webkit-box;overflow:hidden;font-size:var(--mp-fs-13);line-height:var(--mp-lh-135);font-weight:var(--mp-weight-bold);letter-spacing:var(--mp-track-neg-008);-webkit-box-orient:vertical;-webkit-line-clamp:3}
.mp-home-post-item__copy time{color:var(--mp-muted);font-size:var(--mp-type-meta-size);line-height:var(--mp-lh-115)}
.mp-home-post-item:hover,.mp-home-post-item:focus-visible{color:var(--mp-accent);outline:0}
.mp-home-post-item:focus-visible{box-shadow:var(--mp-focus-ring)}
.mp-home-widget__more:focus-visible{outline:2px solid var(--mp-accent);outline-offset:2px}

/* Responsive contract ---------------------------------------------------- */
@media(max-width:1280px){
  .mp-home-discovery__body:not(.mp-home-discovery__body--wide){grid-template-columns:minmax(0,1fr) 300px;gap:18px}
  .mp-home-poster-shelf{gap:12px}
  .mp-home-poster-shelf--rail{grid-auto-columns:calc((100% - 84px)/8)}
  .mp-home-landscape__body{padding:15px}
  .mp-home-post-list{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mp-home-article-popular-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mp-home-discovery__body--wide .mp-home-article-popular-list{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:1180px){
  .mp-home-discovery__body:not(.mp-home-discovery__body--wide){grid-template-columns:1fr}
  .mp-home-sidebar{display:none}
  .mp-home-poster-shelf{grid-template-columns:repeat(6,minmax(0,1fr))}
  .mp-home-poster-shelf--rail{grid-template-columns:none;grid-auto-columns:calc((100% - 60px)/6)}
  .mp-home-article-section--grid .mp-home-article-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mp-home-article-popular-list,.mp-home-discovery__body--wide .mp-home-article-popular-list{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:960px){
  .mp-home-hero__details{right:-320px;width:min(320px,100%);padding:18px 22px}
  .mp-home-hero__title{font-size:var(--mp-fs-24);line-height:var(--mp-lh-115);letter-spacing:var(--mp-track-neg-02)}
  .mp-home-hero__excerpt{font-size:var(--mp-fs-13);line-height:var(--mp-lh-145)}
  .mp-home-hero__layout{grid-template-columns:1fr}
  .mp-home-rank-shelf{grid-auto-columns:152px}
  .mp-home-poster-shelf{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mp-home-poster-shelf--rail{grid-auto-columns:calc((100% - 36px)/4);grid-template-columns:none}
  .mp-home-landscape-shelf{grid-template-columns:1fr}
  .mp-home-post-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mp-home-article-popular-list,.mp-home-discovery__body--wide .mp-home-article-popular-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mp-home-article-section--grid .mp-home-article-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .mp-home{padding-top:var(--mp-space-2)}
  .mp-home-shell{width:min(calc(100% - 32px),var(--mp-home-container))}
  .mp-home-hero__stage{aspect-ratio:1/1;min-height:0}
  .mp-home-hero__news{display:none}
  .mp-home-hero__details{display:none}
  .mp-home-hero__dots{left:16px;bottom:16px}
  .mp-home-sharebar{align-items:flex-start}
  .mp-home-sharebar{gap:12px}
  .mp-home-sharebar__links{justify-content:flex-start}
  .mp-home-notice{padding-inline:50px}
  .mp-home-notice__close,.mp-home-notice__close-placeholder{right:12px}
  .mp-home-discovery{gap:26px;padding-top:28px;padding-bottom:46px}
  .mp-home-discovery__main{gap:28px}
  .mp-home-section__header{margin-bottom:10px;padding-bottom:7px}
  .mp-home-section__header h2{padding-bottom:12px;font-size:var(--mp-fs-20)}
  .mp-home-section__header a{font-size:var(--mp-fs-10)}
  .mp-home-section__header--classic{margin-bottom:9px;padding:0}
  .mp-home-section__header--classic h2{padding-left:11px;font-size:var(--mp-fs-20)}
  .mp-home-rail-controls{display:none}
  .mp-home-rank-shelf{grid-auto-columns:152px;gap:20px;margin-inline:-16px;padding:0 16px 11px}
  .mp-home-rank{padding-left:24px}
  .mp-home-rank__number{font-size:var(--mp-fs-home-rank-mobile);-webkit-text-stroke-width:1.5px}
  .mp-home-poster-shelf{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;overflow:visible;overscroll-behavior:auto;scroll-snap-type:none;margin-inline:0;padding:0}
  .mp-home-poster-shelf--rail{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto}
  .mp-home-show{scroll-snap-align:start}
  .mp-home-landscape-shelf{display:flex;gap:12px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;margin-inline:-16px;padding:0 16px 8px;scrollbar-width:none}
  .mp-home-landscape{flex:0 0 min(86vw,330px);display:block;scroll-snap-align:start}
  .mp-home-landscape__media{aspect-ratio:16/9;min-height:0}
  .mp-home-landscape__body{gap:7px;padding:15px}
  .mp-home-landscape__body h3{font-size:var(--mp-fs-15)}
  .mp-home-landscape__body p{font-size:var(--mp-fs-12);-webkit-line-clamp:2}
  .mp-home-compact-shelf{grid-template-columns:1fr}
  .mp-home-post-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}
  .mp-home-article-popular-list,.mp-home-discovery__body--wide .mp-home-article-popular-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mp-home-article-section--editorial .mp-home-article-list,.mp-home-article-section--grid .mp-home-article-list,.mp-home-article-section--compact .mp-home-article-list{grid-template-columns:1fr;gap:14px}
  .mp-home-article-section--editorial .mp-home-article-card{grid-template-columns:1fr}
  .mp-home-article-section--editorial .mp-home-article-card__media{min-height:0;aspect-ratio:16/9}
  .mp-home-article-card__body{padding:15px}
  .mp-home-article-card__body h3{font-size:var(--mp-fs-16)}
  .mp-home-article-section--grid .mp-home-article-card__body p{-webkit-line-clamp:2}
  .mp-home-article-section--compact .mp-home-article-card{grid-template-columns:112px minmax(0,1fr);padding:0 0 14px}
  .mp-home-article-section--compact .mp-home-article-card__media{width:112px}
}
@media(max-width:520px){
  .mp-home-show__poster{height:260px}
  .mp-home-poster-shelf{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mp-home-poster-shelf--rail{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:480px){
  .mp-home-hero__title{font-size:var(--mp-fs-21)}
  .mp-home-discovery{padding-top:27px;padding-bottom:40px}
  .mp-home-section__header h2{font-size:var(--mp-fs-19)}
  .mp-home-section__header--classic h2{padding-left:10px;font-size:var(--mp-fs-19)}
  .mp-home-rank-shelf{grid-auto-columns:148px}
  .mp-home-poster-shelf{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mp-home-poster-shelf--rail{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mp-home-post-item__copy strong{font-size:var(--mp-fs-12)}
  .mp-home-hero-empty{padding:28px 22px}
  .mp-home-article-card__body h3{font-size:var(--mp-fs-15)}
  .mp-home-article-card__action{min-height:32px;padding-inline:12px;font-size:var(--mp-fs-10)}
  .mp-home-article-section--compact .mp-home-article-card{grid-template-columns:104px minmax(0,1fr)}
  .mp-home-article-section--compact .mp-home-article-card__media{width:104px}
  .mp-home-article-section--compact .mp-home-article-card__body{padding:6px 10px}
}
@media(max-width:359px){
  .mp-home-show__poster{height:230px}
}
@media(prefers-reduced-motion:reduce){
  .mp-home-hero__slide,.mp-home-show__poster img,.mp-home-rank__poster img,.mp-home-landscape__media img,.mp-home-article-card__media img,.mp-home-article-card__action,.mp-home-section__header a,.mp-home-rail-controls button{transition:none;transform:none}
  .mp-home-show:hover .mp-home-show__poster img,.mp-home-show:focus-within .mp-home-show__poster img,.mp-home-rank:hover .mp-home-rank__poster img,.mp-home-rank:focus-within .mp-home-rank__poster img,.mp-home-landscape:hover .mp-home-landscape__media img,.mp-home-landscape:focus-within .mp-home-landscape__media img,.mp-home-article-card:hover .mp-home-article-card__media img,.mp-home-article-card:focus-within .mp-home-article-card__media img{transform:none}
}
