html {
    scrollbar-color: rgba(255, 255, 255, .2) transparent;
}

body {
    padding-top: 74px;
    background: #06080f;
    color: #f8f8fb;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 8%, rgba(25, 211, 197, .14), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(255, 211, 45, .08), transparent 32%),
        linear-gradient(180deg, #06080f, #080b12 42%, #05070d);
}

.homepage__bg {
    opacity: 0;
    visibility: hidden;
}

.Content--Wrapper {
    width: min(100% - 56px, 1280px);
}

.Main--Header.cimaar-ott-header {
    min-height: 74px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(5, 7, 13, .94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
    backdrop-filter: blur(20px);
}

.cimaar-ott-header .Content--Wrapper {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.Logo--Area {
    width: auto;
    margin-inline-start: 0;
    order: 1;
}

.Logo--Area .site-logo {
    font-size: 30px;
    letter-spacing: 0;
}

.Logo--Area .site-logo span {
    color: #19d3c5;
}

.Logo--Area .site-logo em {
    color: #9aa3b8;
    font-size: 13px;
}

.cimaar-ott-nav {
    flex: 1;
    order: 2;
}

.cimaar-ott-nav ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.cimaar-ott-nav li {
    list-style: none;
}

.cimaar-ott-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    color: #d9deea;
    font-size: 14px;
    font-weight: 800;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.cimaar-ott-nav .current-menu-item > a,
.cimaar-ott-nav a:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    transform: translateY(-1px);
}

.Header--Search.cimaar-ott-search-toggle {
    width: auto;
    min-width: 64px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(25, 211, 197, .28);
    background: rgba(25, 211, 197, .1);
    color: #19d3c5;
    font-size: 13px;
    font-weight: 900;
    box-shadow: none;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
    order: 3;
}

header.Main--Header.cimaar-ott-header .Header--Search.cimaar-ott-search-toggle {
    border-color: rgba(25, 211, 197, .28) !important;
    background: rgba(25, 211, 197, .1) !important;
    color: #19d3c5 !important;
    box-shadow: none !important;
}

.Header--Search.cimaar-ott-search-toggle:hover {
    border-color: rgba(25, 211, 197, .48);
    background: rgba(25, 211, 197, .18);
    color: #fff;
    transform: translateY(-1px);
}

header.Main--Header.cimaar-ott-header .Header--Search.cimaar-ott-search-toggle:hover {
    border-color: rgba(25, 211, 197, .5) !important;
    background: rgba(25, 211, 197, .18) !important;
    color: #fff !important;
}

.cimaar-header-search {
    position: absolute;
    top: calc(100% + 10px);
    left: 24px;
    width: min(420px, calc(100vw - 48px));
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(8, 11, 18, .96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.cimaar-ott-hero,
.cimaar-ott-single-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: flex-end;
    margin-top: -74px;
    padding: 148px 0 58px;
    isolation: isolate;
}

.cimaar-ott-hero-slider {
    display: block;
    overflow: hidden;
}

.cimaar-ott-hero::before,
.cimaar-ott-single-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(6, 8, 15, .9) 0%, rgba(6, 8, 15, .72) 44%, rgba(6, 8, 15, .34) 74%, rgba(6, 8, 15, .82) 100%),
        linear-gradient(0deg, #06080f 0%, rgba(6, 8, 15, .12) 46%, rgba(6, 8, 15, .74) 100%),
        var(--hero-image) center / cover no-repeat;
    filter: saturate(1.04) contrast(1.02) brightness(1.12);
}

.cimaar-ott-hero-slider::before {
    display: none;
}

.cimaar-ott-hero::after,
.cimaar-ott-single-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 170px;
    z-index: -1;
    background: linear-gradient(0deg, #06080f, rgba(6, 8, 15, 0));
}

.cimaar-ott-hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 118px 0 128px;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.015);
    transition: opacity .55s ease, visibility .55s ease, transform 1.8s ease;
    pointer-events: none;
}

.cimaar-ott-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(6, 8, 15, .9) 0%, rgba(6, 8, 15, .68) 38%, rgba(6, 8, 15, .3) 68%, rgba(6, 8, 15, .82) 100%),
        linear-gradient(0deg, #06080f 0%, rgba(6, 8, 15, .12) 52%, rgba(6, 8, 15, .7) 100%),
        var(--hero-image) center / cover no-repeat;
    filter: saturate(1.08) contrast(1.03) brightness(1.14);
}

.cimaar-ott-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    pointer-events: auto;
}

.cimaar-ott-hero__content,
.MasterSingleMeta {
    width: min(640px, 100%);
    text-shadow: 0 3px 24px rgba(0, 0, 0, .42);
}

.cimaar-ott-hero__content {
    margin: 0;
    text-align: right;
    direction: rtl;
    padding-bottom: 24px;
}

.cimaar-ott-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 11px;
    border: 1px solid rgba(25, 211, 197, .24);
    border-radius: 999px;
    background: rgba(25, 211, 197, .08);
    color: #19d3c5;
    font-size: 14px;
    font-weight: 900;
}

.cimaar-ott-hero h1,
.post-title,
.post-title a {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 3.45vw, 50px);
    line-height: 1.08;
    font-weight: 900;
    max-width: 18ch;
}

.cimaar-ott-hero p,
.story p {
    max-width: 680px;
    color: #d4d9e6;
    font-size: 16px;
    line-height: 1.8;
}

.cimaar-ott-hero p {
    display: -webkit-box;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cimaar-ott-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
    padding: 0;
}

.cimaar-ott-meta li {
    list-style: none;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: #ecf1f8;
    font-size: 13px;
    font-weight: 800;
    text-shadow: none;
}

.cimaar-ott-actions,
.BTNSDownWatch {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.cimaar-app-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 20px;
}

.cimaar-app-cta {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-align: center;
}

.cimaar-app-cta small {
    display: block;
    color: inherit;
    font-size: 11px;
    font-weight: 800;
    opacity: .72;
}

.cimaar-ott-primary,
.cimaar-ott-secondary,
.BTNSDownWatch a.watch {
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 900;
}

.cimaar-ott-primary,
.BTNSDownWatch a.watch {
    background: #19d3c5;
    color: #03100f;
    align-items: center;
    display: flex;
    box-shadow: 0 16px 34px rgba(25, 211, 197, .22);
}

.cimaar-ott-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.cimaar-ott-primary:hover,
.cimaar-ott-secondary:hover,
.BTNSDownWatch a.watch:hover {
    transform: translateY(-1px);
}

.cimaar-hero-controls {
    position: absolute;
    inset-inline: 0;
    bottom: 26px;
    z-index: 4;
    pointer-events: none;
}

.cimaar-hero-dots {
    display: flex;
    gap: 8px;
    width: min(720px, calc(100% - 580px));
    margin: 0;
    overflow-x: auto;
    overflow-y: visible;
    padding: 6px 0 6px 2px;
    scrollbar-width: none;
    direction: ltr;
    pointer-events: auto;
}

.cimaar-ott-hero-slide .Content--Wrapper {
    display: flex;
    justify-content: flex-end;
    direction: ltr;
}

.cimaar-hero-controls {
    display: flex;
    justify-content: flex-start;
    direction: ltr;
}

.cimaar-hero-dots::-webkit-scrollbar {
    display: none;
}

.cimaar-hero-dot {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    flex: 0 0 132px;
    gap: 8px;
    align-items: center;
    min-width: 0;
    min-height: 58px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 12px;
    background: rgba(7, 10, 16, .62);
    color: #dfe5ef;
    text-align: right;
    direction: rtl;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.cimaar-hero-dot:hover,
.cimaar-hero-dot.is-active {
    border-color: rgba(25, 211, 197, .48);
    background: rgba(25, 211, 197, .15);
    transform: translateY(-1px);
}

.cimaar-hero-dot__poster {
    width: 34px;
    aspect-ratio: 2 / 3;
    border-radius: 8px;
    overflow: hidden;
    background: #101722;
}

.cimaar-hero-dot__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cimaar-hero-dot__text {
    min-width: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cimaar-ott-rail {
    position: relative;
    margin: 0 0 54px;
}

.cimaar-ott-home .cimaar-ott-rail,
.cimaar-ott-recommendations {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, .04);
    background: linear-gradient(180deg, rgba(7, 10, 16, .22), rgba(7, 10, 16, .06));
}

.cimaar-ott-rail__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.cimaar-ott-rail__head h2 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.25;
}

.cimaar-ott-rail__head a {
    color: #9aa3b8;
    font-size: 14px;
    font-weight: 800;
}

.cimaar-ott-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(174px, 198px);
    gap: 16px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2px 0 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none !important;
    scrollbar-color: transparent transparent !important;
    -ms-overflow-style: none;
}

.cimaar-ott-scroll::-webkit-scrollbar,
.cimaar-episode-grid::-webkit-scrollbar,
.cimaar-ott-scroll *::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.cimaar-ott-scroll::after {
    content: "";
    width: 1px;
}

.cimaar-ott-small-card,
.cimaar-ott-scroll .Small--Box {
    width: auto;
    min-width: 0;
    max-width: none;
}

.Small--Box a.recent--block,
.cimaar-ott-card a {
    width: 100%;
    min-height: 0;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    scroll-snap-align: start;
}

.Small--Box a.recent--block:hover,
.cimaar-ott-card a:hover {
    transform: translateY(-4px);
}

.Small--Box a.recent--block .Poster,
.cimaar-ott-card .Poster--Block {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 2 / 3;
    background: #101722;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
}

.Small--Box a.recent--block .Poster img[src*="cover.jpg"] {
    object-fit: cover;
}

.Small--Box a.recent--block .Poster::after,
.cimaar-ott-card .Poster--Block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .28));
    opacity: .8;
    pointer-events: none;
}

.Small--Box a.recent--block .Poster img,
.cimaar-ott-card .Poster--Block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease, filter .25s ease;
}

.Small--Box a.recent--block:hover .Poster img,
.cimaar-ott-card a:hover .Poster--Block img {
    transform: scale(1.045);
    filter: brightness(1.08);
}

.Small--Box a.recent--block h3.title,
.cimaar-ott-card .Block--Info h3 {
    position: static;
    min-height: 0;
    max-height: none;
    margin: 10px 0 0;
    padding: 0;
    color: #f7f8fb;
    font-size: 13px;
    line-height: 1.55;
    background: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Small--Box .liList,
.cimaar-ott-card .Genres {
    position: static;
    display: flex;
    gap: 6px;
    margin: 9px 0 0;
    padding: 0;
}

.Small--Box .liList li,
.cimaar-ott-card .Genres li {
    list-style: none;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #c8d0df;
    font-size: 11px;
    font-weight: 800;
}

.Small--Box .ribbon,
.Block--Item .ribbon,
.Small--Box a .playIcon,
.playIcon,
.reboon,
.News--Bar,
.Slider--Outer {
    display: none !important;
}

.cimaar-ott-single-hero {
    min-height: auto;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 46px;
}

.cimaar-ott-single-hero .MainSingle {
    display: grid;
    grid-template-columns: minmax(210px, 292px) minmax(0, 690px);
    gap: 34px;
    align-items: start;
    justify-content: center;
    direction: ltr;
}

.cimaar-ott-single-hero::before {
    background:
        linear-gradient(90deg, rgba(6, 8, 15, .99) 0%, rgba(6, 8, 15, .82) 42%, rgba(6, 8, 15, .54) 72%, rgba(6, 8, 15, .92) 100%),
        linear-gradient(0deg, #06080f 0%, rgba(6, 8, 15, .2) 46%, rgba(6, 8, 15, .92) 100%),
        var(--hero-image) center / cover no-repeat;
}

.cimaar-ott-single-hero .left {
    order: initial;
    direction: rtl;
}

.MasterSingleMeta {
    direction: rtl;
    text-align: right;
}

.cimaar-ott-single-hero .image {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 58px rgba(0, 0, 0, .44);
}

.cimaar-ott-single-hero .image img {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.breadcrumbs {
    margin: 10px 0 0;
    color: #9aa3b8;
    font-size: 12px;
}

.cimaar-current-episode {
    margin-top: 12px;
    border-radius: 999px;
    background: rgba(25, 211, 197, .12);
    color: #19d3c5;
}

.cimaar-detail-card {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(9, 12, 20, .64);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
    backdrop-filter: blur(10px);
}

.TitleBox {
    margin: 0 0 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.TitleBox::after {
    width: 48px;
    height: 3px;
    margin-top: 9px;
    background: #19d3c5;
}

ul.RightTaxContent,
.RightTaxContent {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    flex-wrap: initial;
    gap: 8px;
    margin: 0;
    padding: 0;
}

ul.RightTaxContent > li,
.RightTaxContent li {
    list-style: none;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 12px;
    background: rgba(255, 255, 255, .055);
    min-height: 42px;
}

.RightTaxContent li span {
    display: block;
    margin-bottom: 4px;
    color: #9aa3b8;
    font-size: 11px;
}

.RightTaxContent li strong {
    color: #f4f6fb;
    line-height: 1.35;
    font-weight: 800;
    font-size: 12px;
}

.cimaar-story-card .story p {
    display: block;
    max-width: none;
    margin: 0;
    overflow: visible;
    white-space: normal;
}

.WatchServersMain {
    margin: 0;
    padding: 0 0 46px;
    background: #06080f;
}

.WatchBar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.WatchBar span {
    display: block;
    color: #19d3c5;
    font-size: 12px;
    font-weight: 900;
}

.WatchBar h2 {
    margin: 2px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.WatchBar a.back {
    margin: 0;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.watch--area {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    direction: ltr;
    align-items: start;
}

.watch--area.has-watch-servers,
.watch--area:has(.watch--servers--list) {
    grid-template-columns: 240px minmax(0, 1fr);
}

.watch--area > * {
    direction: rtl;
}

.watch--servers--list {
    grid-column: 1;
    grid-row: 1;
}

.player--iframe {
    grid-column: 1;
    grid-row: 1;
}

.watch--area.has-watch-servers .player--iframe,
.watch--area:has(.watch--servers--list) .player--iframe {
    grid-column: 2;
}

.player--iframe,
.player--iframe iframe {
    height: 590px;
    min-height: 590px;
}

.player--iframe {
    border: 1px solid rgba(25, 211, 197, .18);
    border-radius: 16px;
    background: #000;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.cimaar-player-loading {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    font-weight: 800;
}

.player--iframe .plyr,
.player--iframe .plyr__video-wrapper,
.player--iframe video,
.player--iframe iframe {
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
}

.player--iframe .plyr {
    align-self: stretch;
    justify-self: stretch;
}

.player--iframe video {
    object-fit: contain;
}

.watch--servers--list {
    width: auto;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
    overflow: hidden;
}

.watch--servers-title {
    margin: 0;
    padding: 12px;
    background: #ff3d4f;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.watch--servers--list ul {
    margin: 0;
    padding: 10px;
}

.watch--servers--list li.server--item {
    margin: 0 0 8px;
    border: 0;
    border-radius: 11px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.watch--servers--list li.server--item.active {
    background: #19d3c5;
    color: #03100f;
}

.cimaar-episodes-panel {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .05);
}

.cimaar-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.cimaar-panel-head h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 18px;
}

.cimaar-panel-head h3 {
    margin: 0;
}

.cimaar-episodes-app-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(25, 211, 197, .12);
    color: #19d3c5;
    font-weight: 900;
    font-size: 13px;
}

.cimaar-app-open {
    min-height: 62vh;
    padding: 90px 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(25, 211, 197, .16), transparent 34%),
        linear-gradient(180deg, #050811 0%, #080b14 100%);
}

.cimaar-app-open__panel {
    max-width: 760px;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.cimaar-app-open__panel h1 {
    margin: 12px 0;
    color: #fff;
    font-size: clamp(34px, 6vw, 58px);
    line-height: 1.05;
}

.cimaar-app-open__panel p {
    max-width: 620px;
    color: #c8cfdb;
    line-height: 1.8;
}

.cimaar-app-open__fallback {
    margin-top: 18px;
    font-size: 13px;
}

.cimaar-episode-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(88px, 112px);
    overflow-x: auto;
    padding-bottom: 10px;
}

.cimaar-episode-button {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.cimaar-episode-button:hover,
.cimaar-episode-button.active {
    background: #19d3c5;
    color: #03100f;
}

.archiveMain {
    padding: 64px 0 72px;
}

.cimaar-ott-recommendations {
    margin-bottom: 0;
    padding-top: 40px;
}

.cimaar-ott-footer {
    margin-top: 0;
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(4, 6, 11, .86);
}

.cimaar-ott-footer .Content--Wrapper {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 24px;
    align-items: center;
}

.cimaar-footer-brand strong {
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.cimaar-footer-brand strong span {
    color: #19d3c5;
}

.cimaar-footer-brand p {
    margin: 8px 0 0;
    color: #9aa3b8;
    font-size: 13px;
}

.cimaar-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cimaar-footer-links a,
.copyrights {
    color: #cbd2df;
    font-size: 13px;
    font-weight: 800;
}

.copyrights {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
}

.archiveMain .archiveTitle,
.archiveMain .cimaar-page-hero,
.archiveMain .cimaar-empty-state {
    position: relative;
    margin: 0 0 28px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
        rgba(9, 13, 22, .78);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .24);
    overflow: hidden;
}

.archiveMain .archiveTitle::before,
.archiveMain .cimaar-page-hero::before,
.archiveMain .cimaar-empty-state::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(25, 211, 197, .16), transparent 42%);
    opacity: .7;
}

.archiveMain .archiveTitle > *,
.archiveMain .cimaar-page-hero > *,
.archiveMain .cimaar-empty-state > * {
    position: relative;
}

.archiveMain .archiveTitle h1,
.archiveMain .cimaar-empty-state h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.15;
    font-weight: 900;
}

.archiveMain .archiveTitle p,
.archiveMain .cimaar-empty-state p {
    max-width: 720px;
    margin: 0 0 18px;
    color: #c5ccda;
    font-size: 15px;
    line-height: 1.85;
}

.cimaar-search-form {
    display: flex;
    gap: 10px;
    width: min(680px, 100%);
    margin-top: 18px;
}

.cimaar-search-form input[type="search"] {
    flex: 1;
    min-width: 0;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: 0 18px;
    font-size: 15px;
    outline: none;
}

.cimaar-search-form input[type="search"]::placeholder {
    color: #9aa3b8;
}

.cimaar-search-form input[type="search"]:focus {
    border-color: rgba(25, 211, 197, .62);
    box-shadow: 0 0 0 4px rgba(25, 211, 197, .12);
}

.cimaar-search-form button,
.cimaar-home-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: #19d3c5;
    color: #03100f;
    font-weight: 900;
    white-space: nowrap;
}

.cimaar-home-link {
    width: fit-content;
    margin-top: 16px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.cimaar-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
    gap: 22px 16px;
    margin: 0 0 34px;
    padding: 0;
}

.cimaar-results-grid .cimaar-ott-small-card {
    list-style: none;
}

.pagination,
.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.page-numbers {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: #d7deea;
    font-weight: 800;
}

.page-numbers.current,
.page-numbers:hover {
    background: #19d3c5;
    color: #03100f;
}

@media (max-width: 970px) {
    body {
        padding-top: 70px;
    }

    .Content--Wrapper {
        width: 100%;
        padding-inline: 16px;
    }

    .cimaar-ott-header .Content--Wrapper {
        justify-content: space-between;
        gap: 12px;
        overflow: visible;
    }

    .Logo--Area {
        order: 1;
        width: auto;
        margin-inline-start: 0;
        text-align: start;
    }

    .Header--Search.cimaar-ott-search-toggle {
        order: 2;
    }

    .cimaar-ott-nav {
        order: 3;
        flex: 0 0 100%;
        overflow-x: auto;
    }

    .cimaar-ott-nav ul {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
    }

    .cimaar-ott-hero,
    .cimaar-ott-single-hero {
        min-height: auto;
        margin-top: 0;
        padding: 128px 0 38px;
    }

    .cimaar-ott-hero-slider {
        min-height: 710px;
        padding: 0;
        margin-top: -70px;
    }

    .cimaar-ott-hero-slide {
        padding: 128px 0 150px;
    }

    .cimaar-ott-hero__content {
        padding-bottom: 86px;
    }

    .cimaar-hero-controls {
        justify-content: flex-end;
    }

    .cimaar-hero-dots {
        display: flex;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
        direction: ltr;
    }

    .cimaar-hero-dots::-webkit-scrollbar {
        display: none;
    }

    .cimaar-hero-dot {
        flex: 0 0 min(230px, 72vw);
    }

    .cimaar-ott-single-hero .MainSingle {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
    }

    .cimaar-ott-single-hero .left {
        width: min(230px, 62vw);
        margin-inline: auto;
    }

.cimaar-ott-hero h1,
.post-title,
.post-title a {
        font-size: clamp(30px, 8vw, 42px);
        max-width: 100%;
    }

    .cimaar-ott-scroll {
        grid-auto-columns: minmax(142px, 40vw);
    }

    ul.RightTaxContent,
    .RightTaxContent {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .cimaar-detail-card {
        padding: 16px;
    }

    .archiveMain {
        padding-top: 36px;
    }

    .archiveMain .archiveTitle,
    .archiveMain .cimaar-page-hero,
    .archiveMain .cimaar-empty-state {
        border-radius: 18px;
        padding: 22px;
    }

    .cimaar-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .watch--area {
        grid-template-columns: 1fr;
    }

    .watch--area.has-watch-servers,
    .watch--area:has(.watch--servers--list) {
        grid-template-columns: 1fr;
    }

    .player--iframe,
    .player--iframe iframe {
        height: min(58vw, 360px);
        min-height: 240px;
    }

    .cimaar-ott-footer .Content--Wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cimaar-footer-links {
        justify-content: center;
    }

    .copyrights {
        justify-self: center;
    }
}

@media (max-width: 768px) {
    .watch--area,
    .watch--area.has-watch-servers,
    .watch--area:has(.watch--servers--list) {
        grid-template-columns: 1fr;
        grid-template-areas:
            "player"
            "servers";
        gap: 12px;
        direction: rtl;
    }

    .watch--area > * {
        direction: rtl;
    }

    .player--iframe,
    .watch--area.has-watch-servers .player--iframe,
    .watch--area:has(.watch--servers--list) .player--iframe {
        grid-area: player;
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
        min-height: 210px;
        border-radius: 14px;
    }

    .player--iframe iframe,
    .player--iframe video,
    .player--iframe .plyr {
        width: 100%;
        height: 100%;
        min-height: 0;
    }

    .watch--servers--list {
        grid-area: servers;
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        border-radius: 14px;
    }

    .watch--servers-title {
        padding: 10px 12px;
        font-size: 14px;
    }

    .watch--servers--list ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        margin: 0;
        padding: 10px;
        list-style: none;
        overflow: visible;
    }

    .watch--servers--list li.server--item {
        display: flex;
        align-items: center;
        justify-content: center;
        float: none;
        width: auto;
        max-width: none;
        min-width: 0;
        height: auto;
        min-height: 42px;
        margin: 0;
        padding: 6px 8px;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.2;
        overflow: hidden;
        text-transform: none;
        white-space: nowrap;
    }

    .watch--servers--list li.server--item:nth-child(2n+0) {
        margin-right: 0;
    }

    .watch--servers--list li.server--item span {
        display: block;
        min-width: 0;
        max-width: 100%;
        font-size: 13px;
        line-height: 1.25;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .watch--servers--list li.server--item i {
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
        margin: 0 0 0 6px;
    }
}

@media (max-width: 430px) {
    .cimaar-ott-header .Content--Wrapper {
        padding-inline: 12px;
    }

    .Logo--Area .site-logo {
        font-size: 27px;
    }

    .cimaar-ott-nav a {
        padding-inline: 12px;
        font-size: 13px;
    }

    .cimaar-ott-single-hero {
        padding-top: 28px;
    }

    .cimaar-ott-hero-slider {
        min-height: 700px;
    }

    .cimaar-ott-hero-slide {
        padding: 126px 0 152px;
    }

    .cimaar-ott-hero__content {
        padding-bottom: 92px;
    }

    .cimaar-hero-controls {
        bottom: 22px;
    }

    .cimaar-hero-dot {
        grid-template-columns: 36px minmax(0, 1fr);
        flex-basis: min(220px, 78vw);
        border-radius: 12px;
    }

    .cimaar-hero-dot__poster {
        width: 36px;
        border-radius: 8px;
    }

    .cimaar-hero-dot__text {
        font-size: 11px;
    }

    .cimaar-ott-scroll {
        grid-auto-columns: minmax(132px, 43vw);
    }

    .cimaar-ott-hero p,
    .story p {
        font-size: 15px;
        line-height: 1.75;
    }

    .WatchServersMain {
        padding: 28px 0 40px;
    }

    .WatchBar {
        align-items: stretch;
        flex-direction: column;
    }

    .WatchBar a.back {
        width: 100%;
        text-align: center;
    }

    .cimaar-ott-actions,
    .BTNSDownWatch {
        gap: 10px;
    }

    .cimaar-ott-primary,
    .cimaar-ott-secondary,
    .BTNSDownWatch a.watch {
        min-height: 44px;
        padding-inline: 18px;
    }

    .archiveMain .archiveTitle h1,
    .archiveMain .cimaar-empty-state h2 {
        font-size: 28px;
    }

    .cimaar-search-form {
        flex-direction: column;
    }

    .cimaar-search-form button,
    .cimaar-home-link {
        width: 100%;
    }
}

.cimaar-ott-single .post-title,
.cimaar-ott-single .post-title a {
    font-size: clamp(29px, 2.45vw, 38px);
    line-height: 1.12;
    max-width: 24ch;
}

@media (max-width: 970px) {
    .cimaar-ott-single .post-title,
    .cimaar-ott-single .post-title a {
        font-size: clamp(28px, 7.2vw, 36px);
    }
}
