:root {
    --bg: #0d1423;
    --bg-2: #111b2b;
    --card: rgba(23, 34, 52, .82);
    --card-2: rgba(17, 27, 43, .96);
    --text: #f4f7fb;
    --muted: #a7b1c0;
    --line: rgba(255,255,255,.10);
    --accent: #ff9f24;
    --accent-2: #ffbd5a;
    --blue: #284869;
    --shadow: 0 24px 70px rgba(0,0,0,.42);
    --radius: 18px;
    --container: 1240px;
}
/** .season-card[data-is_active="false"][ data-noone="false"], **/
.episodes.hidden,.scrolltop,.mobile-menu-close{display: none !important}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
            radial-gradient(circle at 20% 0%, rgba(255,159,36,.10), transparent 28%),
            radial-gradient(circle at 80% 12%, rgba(50,92,132,.22), transparent 32%),
            linear-gradient(180deg, #07111c 0%, var(--bg) 42%, #0b1220 100%);
    overflow-x: hidden;
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image:
            linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
    width: min(var(--container), calc(100% - 42px));
    margin: 0 auto;
}

.topbar {
    position: fixed;
    z-index: 50;
    inset: 0 0 auto;
    height: 86px;
    display: flex;
    align-items: center;
    background: rgba(10, 17, 30, .84);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 165px;
    font-weight: 900;
    letter-spacing: .02em;
}

.brand-logo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
            radial-gradient(circle at 38% 32%, #fff2 0 16%, transparent 17%),
            linear-gradient(145deg, #ffae34, #0b1220 58%);
    border: 2px solid rgba(255,159,36,.7);
    box-shadow: 0 0 0 6px rgba(255,159,36,.08);
    font-size: 25px;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 4vw, 70px);
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .08em;
}

.menu a {
    position: relative;
    display: inline-flex;
    padding: 18px 0;
    color: #d9e2ee;
}

.menu a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 3px;
    border-radius: 10px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: .24s ease;
}

.menu a:hover,
.menu a.active { color: var(--accent-2); }
.menu a:hover:after,
.menu a.active:after { transform: scaleX(1); }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    cursor: pointer;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 7px;
    background: var(--accent);
    color: #111827;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .04em;
    box-shadow: 0 12px 30px rgba(255,159,36,.22);
    clip-path: polygon(0 7px, 7px 7px, 7px 0, calc(100% - 7px) 0, calc(100% - 7px) 7px, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 7px calc(100% - 7px), 0 calc(100% - 7px));
    transition: transform .2s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); }

.hero {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    padding: 140px 0 72px;
    isolation: isolate;
    overflow: hidden;
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
            linear-gradient(90deg, rgba(7,13,23,.94) 0%, rgba(7,13,23,.62) 38%, rgba(7,13,23,.30) 64%, rgba(7,13,23,.78) 100%),
            linear-gradient(180deg, rgba(7,13,23,.12) 0%, rgba(7,13,23,.08) 55%, var(--bg) 100%),
            url("https://images.unsplash.com/photo-1480714378408-67cf0d13bc1b?auto=format&fit=crop&w=2200&q=82") center/cover no-repeat;
    filter: saturate(.82) contrast(1.12);
    transform: scale(1.2);
}

.hero:after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 9px;
    background:
            linear-gradient(90deg, transparent, var(--accent), transparent),
            repeating-linear-gradient(90deg, var(--accent) 0 18px, transparent 18px 32px);
    opacity: .85;
    z-index: 2;
}

.hero-art {
    position: absolute;
    right: max(24px, calc((100vw - var(--container))/2));
    bottom: 64px;
    width: min(44vw, 520px);
    aspect-ratio: 1 / 1.08;
    z-index: -1;
    border-radius: 40% 60% 46% 54% / 50% 45% 55% 50%;
    background:
            radial-gradient(circle at 50% 38%, rgba(255,255,255,.18), transparent 16%),
            radial-gradient(circle at 48% 46%, rgba(255,159,36,.25), transparent 34%),
            linear-gradient(135deg, rgba(255,159,36,.22), rgba(40,72,105,.24));
    border: 1px solid rgba(255,159,36,.24);
    box-shadow: inset 0 0 100px rgba(0,0,0,.45), 0 30px 90px rgba(0,0,0,.4);
    opacity: .82;
    mask-image: linear-gradient(to bottom, #000 45%, transparent 100%);
}

.hero-content {
    max-width: 700px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .17em;
    margin-bottom: 22px;
}

.eyebrow:before {
    content: "";
    width: 42px;
    height: 2px;
    background: var(--accent);
}

.hero-title {
    margin: 0;
    font-family: Oswald, Impact, sans-serif;
    font-size: clamp(68px, 11vw, 156px);
    line-height: .82;
    text-transform: uppercase;
    letter-spacing: -.055em;
    text-shadow: 0 10px 34px rgba(0,0,0,.65);
}

.hero-title span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255,255,255,.86);
    text-shadow: none;
}

.hero-lead {
    margin: 28px 0 0;
    max-width: 590px;
    color: #d5dde8;
    font-size: 18px;
    line-height: 1.7;
}

.hero-actions {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn.secondary {
    color: #f3f7fb;
    background: rgba(42, 69, 100, .82);
    box-shadow: none;
    border: 1px solid rgba(255,255,255,.08);
}

section { padding: 72px 0; }

.section-title, .titorigname {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Oswald, sans-serif;
    color: var(--accent);
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -.025em;
}

.section-title:after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(255,159,36,.75), transparent);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr .78fr;
    gap: 46px;
    align-items: center;
}

.about-text {
    color: #d8e0ea;
    font-size: 17px;
    line-height: 1.75;
    max-width: 720px;
}

.facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 34px;
}

.fact {
    padding: 20px;
    border-radius: 14px;
    background: rgba(18, 28, 44, .72);
    border: 1px solid var(--line);
}

.fact b {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 26px;
    color: #fff;
    margin-top: 8px;
}

.fact small {
    color: var(--muted);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: .11em;
}

.neutral-art {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 340px;
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(circle at 24% 28%, rgba(255,159,36,.42), transparent 13%),
            radial-gradient(circle at 70% 70%, rgba(255,189,90,.24), transparent 19%),
            linear-gradient(135deg, rgba(255,159,36,.18), rgba(40,72,105,.3)),
            rgba(16, 26, 42, .88);
    border: 1px solid rgba(255,159,36,.18);
    box-shadow: var(--shadow);
}

.neutral-art:before {
    content: "";
    position: absolute;
    inset: 34px;
    border: 2px solid rgba(255,255,255,.12);
    border-radius: 50%;
    transform: rotate(-16deg);
}

.neutral-art:after {
    content: "SERIES";
    position: absolute;
    right: 28px;
    bottom: 18px;
    font-family: Oswald, sans-serif;
    font-size: 92px;
    line-height: .8;
    color: rgba(255,255,255,.055);
    letter-spacing: -.05em;
}

.seasons-list {
    display: grid;
    gap: 28px;
}

.season-card {
    display: grid;
    grid-template-columns: 310px 1fr auto;
    gap: 36px;
    align-items: center;
    padding: 26px;
    border-radius: 16px;
    background: linear-gradient(110deg, rgba(22, 34, 52, .96), rgba(13, 22, 37, .9));
    border: 1px solid rgba(255,255,255,.075);
    box-shadow: 0 18px 60px rgba(0,0,0,.22);
    overflow: hidden;
}
.season-card[data-is_active="true"] {
    display: grid;
    grid-template-columns: 310px 1fr auto;
    gap: 36px;
    align-items: center;
    padding: 26px;
    border-radius: 16px;
    background: linear-gradient(110deg, rgba(22, 34, 52, .96), rgba(50, 43, 16, 0.9));
    border: 1px solid rgba(255,255,255,.075);
    box-shadow: 0 18px 60px rgba(0,0,0,.22);
    overflow: hidden;
}

.poster {
    min-height: 220px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #192437;
    box-shadow: 0 16px 40px rgba(0,0,0,.36);
}

.poster img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    filter: saturate(.82) contrast(1.08);
}

.poster:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.75));
}

.poster-label {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    font-family: Oswald, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 6px 18px #000;
}

.season-info h3 {
    margin: 0 0 16px;
    font-family: Oswald, sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    text-transform: uppercase;
    letter-spacing: -.03em;
}

.season-info p {
    margin: 0;
    max-width: 660px;
    color: #c7d0dc;
    line-height: 1.65;
    font-size: 15px;
}

.meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    margin-top: 24px;
    color: #dce5ef;
    font-size: 14px;
    font-weight: 700;
}

.meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.meta i {
    font-style: normal;
    color: var(--accent);
    font-size: 18px;
}


.episodes {
    padding-top: 10px;
}

.episodes-panel {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(9, 15, 26, .72);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 22px 70px rgba(0,0,0,.26);
}

.episode-row {
    display: grid;
    grid-template-columns: 48px 210px minmax(0, 1fr) 90px;
    gap: 24px;
    align-items: center;
    padding: 24px 26px;
    border-bottom: 1px solid rgba(255,255,255,.09);
    transition: background .2s ease, transform .2s ease;
}

.episode-row:last-child {
    border-bottom: 0;
}

.episode-row:hover {
    background: rgba(255,159,36,.055);
}
.episode-row.currepi {
    background: rgba(248, 214, 4, 0.1);
}

.episode-num {
    font-family: Oswald, sans-serif;
    font-size: 46px;
    line-height: 1;
    color: #fff;
    text-shadow: 3px 3px 0 rgba(255,159,36,.75);
}

.episode-thumb {
    position: relative;
    height: 118px;
    border-radius: 10px;
    overflow: hidden;
    background: #172235;
    box-shadow: 0 14px 34px rgba(0,0,0,.32);
}

.episode-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.86) contrast(1.08);
    transition: transform .24s ease;
}

.episode-row:hover .episode-thumb img {
    transform: scale(1.045);
}

.episode-thumb:after {
    content: "▶";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    background: radial-gradient(circle, rgba(255,159,36,.95) 0 20px, transparent 21px);
    opacity: 0;
    transform: scale(.86);
    transition: .22s ease;
}

.episode-row:hover .episode-thumb:after {
    opacity: 1;
    transform: scale(1);
}

.episode-info h3 {
    margin: 0 0 10px;
    font-family: Oswald, sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1;
    letter-spacing: -.02em;
}

.episode-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
    color: var(--accent);
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 900;
    vertical-align: middle;
}

.episode-info p {
    margin: 0;
    color: #d4dce7;
    line-height: 1.55;
    font-size: 15px;
}

.episode-time {
    justify-self: end;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    white-space: nowrap;
}

.watch {
    padding: 74px 0;
    background:
            linear-gradient(90deg, rgba(255,159,36,.08), transparent 34%, rgba(40,72,105,.18)),
            rgba(7, 13, 23, .35);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.watch-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 36px;
    border-radius: var(--radius);
    background: rgba(18, 28, 44, .72);
    border: 1px solid rgba(255,255,255,.08);
}

.watch-box h2 {
    margin: 0 0 10px;
    font-family: Oswald, sans-serif;
    font-size: clamp(34px, 5vw, 62px);
    text-transform: uppercase;
    letter-spacing: -.035em;
}

.watch-box p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
    max-width: 720px;
}

.footer {
    padding: 40px 0;
    color: var(--muted);
    border-top: 1px solid var(--line);
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hamburger { display: none; }

@media (max-width: 980px) {
    .topbar { height: auto; padding: 14px 0; }
    .nav { align-items: flex-start; }
    .hamburger {
        display: inline-flex;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid var(--line);
        background: rgba(255,255,255,.05);
        color: #fff;
        font-size: 24px;
    }
    .menu {
        position: fixed;
        top: 76px;
        left: 21px;
        right: 21px;
        display: grid;
        gap: 0;
        padding: 12px 18px;
        border-radius: 16px;
        background: rgba(11, 18, 32, .98);
        border: 1px solid var(--line);
        box-shadow: var(--shadow);
        transform: translateY(-18px);
        opacity: 0;
        pointer-events: none;
        transition: .22s ease;
    }
    body.menu-open .menu {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .nav > .btn { display: none; }
    .hero { min-height: 720px; padding-top: 122px; }
    .hero-art { width: 60vw; opacity: .45; }
    .about-grid { grid-template-columns: 1fr; }
    .neutral-art { min-height: 260px; }
    .season-card {
        grid-template-columns: 210px 1fr;
        gap: 24px;
    }
    .season-card .btn {
        grid-column: 2;
        width: max-content;
    }
    .watch-box,
    .footer-row {
        flex-direction: column;
        align-items: flex-start;
    }
}


.episode-row {
    grid-template-columns: 38px 150px 1fr;
    gap: 18px;
    padding: 38px 20px 20px;
    margin-top:-18px;
}

.episode-time {
    grid-column: 3;
    justify-self: start;
    font-size: 20px;
    color: var(--accent-2);
}

.episode-thumb {
    height: 96px;
}

@media (max-width: 680px) {
    .container { width: min(100% - 28px, var(--container)); }
    .brand span {
        transform: translateY(0px);
    }
    .brand { min-width: auto; }
    .hero {
        min-height: 660px;
        padding-bottom: 48px;
    }
    .hero-title span { -webkit-text-stroke-width: 1px; }
    .hero-lead { font-size: 15px; }
    .hero-actions .btn { width: 100%; }
    section { padding: 52px 0; }
    .facts { grid-template-columns: 1fr; }
    .season-card {
        grid-template-columns: 1fr;
        padding: 18px;
    }
    .poster,
    .poster img { min-height: 300px; }
    .season-card .btn {
        grid-column: auto;
        width: 100%;
    }
    .watch-box { padding: 24px; }

    .episode-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .episode-num {
        font-size: 38px;
    }

    .episode-thumb {
        height: 190px;
    }

    .episode-time {
        grid-column: auto;
    }

    .share-buttons,
    .share-buttons .btn { width: 100%; }
    .poster-label{display: none}
}



.people-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
    margin:42px auto;
}

.people-card{
    position:relative;
    padding:28px;
    border-radius:18px;

    background:
            linear-gradient(135deg,
            rgba(255,159,36,.08),
            rgba(40,72,105,.18));

    border:1px solid rgba(255,255,255,.08);

    overflow:hidden;
}

.people-card:before{
    content:"";
    position:absolute;

    top:0;
    left:0;

    width:4px;
    height:100%;

    background:var(--accent);
}

.people-title{
    margin-bottom:18px;

    font-family:Oswald,sans-serif;

    font-size:34px;

    text-transform:uppercase;

    color:var(--accent);

    letter-spacing:-.02em;
}

.people-list{

    color:#d7dfe9;

    font-size:16px;

    line-height:1.9;
}

.people-list span{

    display:inline-block;

    margin-left:8px;

    color:var(--accent-2);

    font-weight:800;
}

@media (max-width:768px){

    .people-grid{

        grid-template-columns:1fr;

        gap:16px;
    }

    .people-card{

        padding:22px;
    }

    .people-title{

        font-size:28px;
    }

    .people-list{

        font-size:15px;

        line-height:1.75;
    }

}
iframe{border:0;width:100%}
.wide-big.movieplayer.pmovie__player{width:100%}

section {
    scroll-margin-top: 80px;
}

html {
    scroll-behavior: smooth;
}