.koopo-watch-page {
    min-height: 100vh;
    padding: clamp(0.75rem, 1.8vw, 1.25rem);
}

.koopo-watch-layout {
    margin: 0 18px;
    border: 1px solid #e3e7f1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(25, 34, 66, 0.16);
    overflow: hidden;
}

.koopo-watch-topbar {
    display: grid;
    grid-template-columns: auto 1fr minmax(180px, 360px) auto;
    gap: 1rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #edf0f6;
}

.koopo-watch-topbar__brand a {
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.02em;
    font-size: 1.12rem;
}

.koopo-watch-topbar__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.koopo-watch-topbar__nav a {
    text-decoration: none;
    color: #4f5a76;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.74rem;
    font-weight: 700;
}

.koopo-watch-topbar__search input {
    width: 100%;
    border: 1px solid #e2e7f1;
    border-radius: 999px;
    background: #f7f9fc;
    padding: 0.55rem 0.9rem;
    font-size: 0.87rem;
}

.koopo-watch-topbar__utilities {
    display: inline-flex;
    align-items: center;
    gap: 0.62rem;
    color: #607094;
    font-size: 0.76rem;
    white-space: nowrap;
}

.koopo-watch-topbar__utilities p {
    margin: 0;
}

.koopo-watch-topbar__utilities strong {
    color: #202741;
}

.watch-header{
    justify-content:space-between;
}

.koopo-watch-subscriptions__self-nav {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.koopo-watch-subscriptions__self-avatar {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3dcef;
    background: #ffffff;
    color: #485a80;
}

.koopo-watch-subscriptions__self-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.koopo-watch-subscriptions__self-link {
    font-size: 0.82rem;
    color: #1f355f;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}

.koopo-watch-topbar__utilities span {
    width: 28px;
    height: 28px;
    border: 1px solid #e1e7f2;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    color: #55668b;
}

.koopo-watch-subscriptions {
    padding: 0.95rem 1rem 1rem;
    border-bottom: 1px solid #edf0f6;
    background:
        radial-gradient(circle at top left, rgba(255, 186, 18, 0.18), transparent 32%),
        linear-gradient(180deg, #fcfdff 0%, #f5f8ff 100%);
    display: grid;
    gap: 5px;
}

.koopo-watch-subscriptions__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.koopo-watch-subscriptions__eyebrow {
    margin: 0 0 0.18rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7584a8;
}

.koopo-watch-subscriptions__head h2 {
    margin: 0;
    font-size: 1rem;
    color: #15203d;
}

.koopo-watch-subscriptions__hint {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid #d7dfef;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #455473;
    padding: 0.38rem 0.72rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.koopo-watch-subscriptions__stack {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0.45rem;
}

.koopo-watch-subscriptions__avatar-link {
    width: 42px;
    height: 42px;
    margin-left: -0.45rem;
    border-radius: 999px;
    overflow: hidden;
    border: 2px solid #ffffff;
    background: #d7dff0;
    box-shadow: 0 10px 22px rgba(27, 40, 77, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.koopo-watch-subscriptions__avatar-link:first-child {
    margin-left: 0;
}

.koopo-watch-subscriptions__avatar-link:hover,
.koopo-watch-subscriptions__avatar-link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(27, 40, 77, 0.2);
}

.koopo-watch-subscriptions__avatar-link.is-current {
    border-color: #ffba12;
    box-shadow: 0 0 0 2px rgba(16, 21, 40, 0.9);
}

.koopo-watch-subscriptions__avatar-link img,
.koopo-watch-subscriptions__creator-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.koopo-watch-subscriptions__more {
    margin: 0;
}

.koopo-watch-subscriptions__more summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    border: 1px solid #d5def0;
    border-radius: 999px;
    background: #ffffff;
    color: #15203d;
    padding: 0.5rem 0.88rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.koopo-watch-subscriptions__more summary::-webkit-details-marker {
    display: none;
}

.koopo-watch-subscriptions__more[open] summary {
    border-color: #ffba12;
    color: #101528;
}

.koopo-watch-subscriptions__expanded {
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.65rem;
}

.koopo-watch-subscriptions__creator {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.68rem 0.78rem;
    border: 1px solid #dbe3f3;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.koopo-watch-subscriptions__creator:hover,
.koopo-watch-subscriptions__creator:focus-visible {
    transform: translateY(-2px);
    border-color: #bcc9e2;
    box-shadow: 0 12px 24px rgba(32, 47, 85, 0.12);
}

.koopo-watch-subscriptions__creator.is-current {
    border-color: #ffba12;
    box-shadow: inset 0 0 0 1px rgba(255, 186, 18, 0.42);
}

.koopo-watch-subscriptions__creator-avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    overflow: hidden;
    background: #d7dff0;
    flex: 0 0 auto;
}

.koopo-watch-subscriptions__creator-text {
    min-width: 0;
    display: grid;
    gap: 0.18rem;
}

.koopo-watch-subscriptions__creator-text strong {
    font-size: 0.84rem;
    color: #15203d;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.koopo-watch-subscriptions__creator-text em {
    font-style: normal;
    font-size: 0.74rem;
    color: #6a7897;
}

.koopo-watch-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 20%);
    gap: 1rem;
    padding: 1rem;
    max-width: 2350px;
    margin: auto;
}

.koopo-watch-player-wrap {
    position: relative;
}

.koopo-watch-home-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.koopo-watch-player-wrap .koopo-video-player-shell {
    max-width: 100%;
}

.koopo-watch-player-wrap .koopo-video-player {
    border: 1px solid #d6dfef;
    border-radius: 12px;
    box-shadow: none;
    background: #000000;
}

.koopo-watch-player-wrap .koopo-video-player__media {
    aspect-ratio: 16 / 9;
}

.koopo-watch-player-wrap .koopo-video-player.koopo-video-player--orientation-portrait .koopo-video-player__media {
    aspect-ratio: 9 / 16;
    width: min(100%, 560px);
    margin: 0 auto;
    max-height:90vh;
}

.koopo-watch-player-wrap .koopo-video-player.koopo-video-player--orientation-portrait .koopo-video-player__locked-media {
    aspect-ratio: 9 / 16;
    width: min(100%, 560px);
    margin: 0 auto;
    max-height: 90vh;
}

.koopo-watch-player-wrap .koopo-video-player.koopo-video-player--orientation-square .koopo-video-player__media {
    aspect-ratio: 1 / 1;
    width: min(100%, 760px);
    margin: 0 auto;
}

.koopo-watch-player-wrap .koopo-video-player.koopo-video-player--orientation-square .koopo-video-player__locked-media {
    aspect-ratio: 1 / 1;
    width: min(100%, 760px);
    margin: 0 auto;
}

.koopo-watch-products-btn {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 3;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111;
    padding: 0.44rem 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.7rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(6, 14, 34, 0.32);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.koopo-watch-product-rail {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 2.9rem;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.koopo-watch-product-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 0.55rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 8px;
    padding: 0.36rem 0.45rem;
    text-decoration: none;
    color: #1a2137;
}

.koopo-watch-product-card__thumb {
    width: 52px;
    height: 52px;
    border-radius: 6px;
    overflow: hidden;
    background: #eef2f8;
}

.koopo-watch-product-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.koopo-watch-product-card__meta {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.koopo-watch-product-card__meta strong {
    font-size: 0.82rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.koopo-watch-product-card__meta em {
    font-style: normal;
    font-size: 0.8rem;
}

.koopo-watch-product-card__arrow {
    font-size: 1.35rem;
}

.koopo-watch-meta {
    display: flex;
    flex-flow:column;
    justify-content: space-between;
    gap: 0.9rem;
}

.koopo-watch-meta__creator {
   padding:10px;
}

.koopo-watch-meta__avatar {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    overflow: hidden;
    background: #d9e2f4;
    display:block;
    flex: 0 0 auto;
}
.channel-meta{
    display:flex;
    justify-content:space-between;
}
.channel-user-info {
    display:flex;
    gap: 7px;
    text-decoration: none;
    color: inherit;
}

.channel-user-info:hover .koopo-watch-meta__avatar,
.channel-user-info:focus-visible .koopo-watch-meta__avatar {
    box-shadow: 0 0 0 3px rgba(238, 180, 38, 0.2);
}
.koopo-watch-meta__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.koopo-watch-meta__text {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.koopo-watch-meta__text h1 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
    color: #101528;
}

.koopo-watch-meta__text p {
    margin: 0.2rem 0 0;
    color: #5e6987;
    font-size: 0.92rem;
    text-transform:capitalize;
}

.koopo-watch-meta__audience {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.85rem;
    color: #5f6d8d;
    font-size: 0.8rem;
    align-items: center;
}

.koopo-watch-meta__audience strong {
    color: #18233f;
}

.koopo-watch-meta__audience em {
    font-style: normal;
    font-size: 0.76rem;
    color: #64779f;
    border: 1px solid #d7dff0;
    border-radius: 999px;
    padding: 0.16rem 0.5rem;
    background: #f8faff;
}

.koopo-watch-meta__audience em.is-member {
    color: #194503;
    border-color: #96c36f;
    background: #f2ffe8;
    font-weight: 700;
}

.koopo-watch-meta__actions {
    gap: 0.45rem;
    justify-items: end;
}

.koopo-watch-subscribe-btn {
    border: 0;
    border-radius: 999px;
    background: #000;
    color: #fff;
    padding: 0.58rem 1.05rem;
    font-size: 0.77rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    margin:8px;
}

.koopo-watch-subscribe-btn.is-active {
    background: #000000;
    color: #d3d3d3;
}

.koopo-watch-add-list-btn {
    border: 0;
    border-radius: 999px;
    background: #ffba12;
    color: #111;
    padding: 0.58rem 1.05rem;
    font-size: 0.77rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.koopo-watch-add-list-btn .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.koopo-watch-share-btn {
    border: 1px solid #d7dff0;
    border-radius: 999px;
    background: #fff;
    color: #15203d;
    width: 44px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.koopo-watch-member-link {
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.koopo-watch-subscribe-status {
    margin: 0;
    min-height: 1rem;
    font-size: 0.76rem;
    color: #6a7794;
}

.koopo-watch-subscribe-modal__panel {
    width: min(520px, 100%);
}

.koopo-watch-subscribe-modal__panel h3,
.koopo-watch-subscribe-modal__panel p {
    margin: 0;
}

.koopo-watch-subscribe-modal__panel p[data-koopo-subscribe-choice-body] {
    color: #556381;
}

.koopo-watch-subscribe-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.koopo-watch-auth-modal .koopo-video-playlist-modal__backdrop {
    backdrop-filter: blur(7px);
    background: rgba(10, 16, 30, 0.55);
}

.koopo-watch-auth-modal__panel {
    width: min(520px, 100%);
}

.koopo-watch-auth-modal__form form {
    display: grid;
    gap: 0.65rem;
}

.koopo-watch-auth-modal__form label {
    display: grid;
    gap: 0.3rem;
}

.koopo-watch-auth-modal__form input[type="text"],
.koopo-watch-auth-modal__form input[type="password"] {
    border: 1px solid #d5def0;
    border-radius: 10px;
    padding: 0.56rem 0.62rem;
}

.koopo-watch-auth-modal__links {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.koopo-watch-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    color: #6b7594;
    font-size: 0.84rem;
}

.koopo-watch-stats span + span::before {
    content: "•";
    margin-right: 0.85rem;
    color: #9aa4be;
}

.koopo-watch-description {
    margin-top: 0.8rem;
    border-top: 1px solid #eceff5;
    padding-top: 0.8rem;
}

.koopo-watch-description p {
    margin: 0;
    color: #2f3852;
    line-height: 1.58;
}

.koopo-watch-description__details {
    margin-top: 0.6rem;
}

.koopo-watch-description__details summary {
    cursor: pointer;
    color: #244487;
    font-size: 0.82rem;
    font-weight: 700;
}

.koopo-watch-description__details[open] summary {
    margin-bottom: 0.42rem;
}

.koopo-watch-description__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.koopo-watch-description__actions button {
    border-radius: 999px;
    background: transparent;
    color: #31405f;
    padding: 0.38rem 0.78rem;
    font-size: 0.79rem;
    cursor: pointer;
}

.koopo-watch-reaction-btn.is-active {
    border-color: #ffba12;
    background: #fff8e3;
    color: #241b00;
}

.koopo-watch-reaction-btn.is-loading {
    opacity: 0.92;
}

.koopo-watch-reaction-status {
    margin: 0.55rem 0 0;
    min-height: 1.1rem;
    font-size: 0.8rem;
    color: #5f6b87;
}

.koopo-watch-store-products {
    margin-top: 0.95rem;
    border: 1px solid #e3e9f4;
    border-radius: 16px;
    background: #fbfcff;
    padding: 0.8rem;
    display: grid;
    gap: 0.7rem;
}

.koopo-watch-store-products__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.koopo-watch-store-products__head h3 {
    margin: 0;
    font-size: 0.98rem;
    color: #17223f;
}

.koopo-watch-store-products__more {
    text-decoration: none;
    color: #1e4fa0;
    font-weight: 700;
    font-size: 0.84rem;
}

.koopo-watch-store-products__carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, calc((100% - 1.1rem) / 3));
    gap: 0.55rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x mandatory;
}

.koopo-watch-store-products__card {
    border: 1px solid #dfe6f3;
    border-radius: 13px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    display: grid;
    grid-template-rows: auto 1fr;
    scroll-snap-align: start;
}

.koopo-watch-store-products__thumb {
    aspect-ratio: 1 / 1;
    display: block;
    background: #f3f6fc;
}

.koopo-watch-store-products__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.koopo-watch-store-products__meta {
    display: grid;
    gap: 0.3rem;
    padding: 0.55rem;
}

.koopo-watch-store-products__meta strong {
    font-size: 0.84rem;
    line-height: 1.4;
    color: #1c2641;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.koopo-watch-store-products__meta em {
    font-style: normal;
    font-size: 0.82rem;
    color: #243d6a;
    font-weight: 700;
}

.koopo-watch-comments {
    margin-top: 0.9rem;
    border: 1px solid #e2e7f2;
    border-radius: 14px;
    padding: 0.85rem;
    background: #fbfcff;
    display: grid;
    gap: 0.7rem;
}

.koopo-watch-comments__head h3 {
    margin: 0;
    font-size: 1rem;
    color: #1b2743;
}

.koopo-watch-comments__composer {
    display: grid;
    gap: 0.55rem;
}

.koopo-watch-comments__composer textarea {
    width: 100%;
    border: 1px solid #d7dfef;
    border-radius: 10px;
    padding: 0.55rem 0.65rem;
    min-height: 82px;
    resize: vertical;
    font: inherit;
    color: #263350;
    background: #fff;
}

.koopo-watch-comments__composer .koopo-video-btn {
    width: fit-content;
}

.koopo-watch-comments__login-note,
.koopo-watch-comments__status {
    margin: 0;
    color: #61708f;
    font-size: 0.84rem;
}

.koopo-watch-comments__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.koopo-watch-comments__load-more {
    margin: 0;
    min-height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #61708f;
    font-size: 0.84rem;
}

.koopo-watch-comments__sentinel {
    width: 100%;
    height: 1px;
}

.koopo-watch-comments__list.is-loading {
    pointer-events: none;
}

.koopo-watch-comment-item--skeleton .koopo-watch-comment-item__avatar {
    border-radius: 999px;
}

.koopo-watch-comment-item--skeleton .koopo-watch-comment-item__body {
    gap: 0.5rem;
}

.koopo-watch-comment-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.55rem;
    align-items: start;
}

.koopo-watch-comment-item__avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    overflow: hidden;
    background: #d8e1f3;
}

.koopo-watch-comment-item__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.koopo-watch-comment-item__body {
    min-width: 0;
    display: grid;
    gap: 0.2rem;
}

.koopo-watch-comment-item__body strong {
    color: #202b46;
    font-size: 0.87rem;
}

.koopo-watch-comment-item__body small {
    color: #6c7a97;
    font-size: 0.76rem;
}

.koopo-watch-comment-item__body p {
    margin: 0.1rem 0 0;
    color: #2f3c5a;
    font-size: 0.88rem;
    line-height: 1.46;
}

.koopo-watch-sidebar {
    align-self: start;
    position: sticky;
    top: 0.85rem;
    max-height: calc(100% - 1.7rem);
    overflow: auto;
}

.koopo-watch-sidebar__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.75rem;
}

.koopo-watch-sidebar__head h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 1;
    color: #181f35;
}

.koopo-watch-autoplay {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #677494;
    font-weight: 700;
    position: relative;
}

.koopo-watch-autoplay input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.koopo-watch-autoplay i {
    width: 34px;
    height: 18px;
    border-radius: 999px;
    background: #d7deed;
    position: relative;
    transition: background 0.2s ease;
}

.koopo-watch-autoplay i::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: transform 0.2s ease;
}

.koopo-watch-autoplay input:checked + i {
    background: #31c25a;
}

.koopo-watch-autoplay input:checked + i::before {
    transform: translateX(16px);
}

.koopo-watch-queue-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    margin: 0 0 0.7rem;
}

.koopo-watch-queue-controls button {
    border: 1px solid #dde5f2;
    background: #f8faff;
    color: #495a7f;
    border-radius: 8px;
    padding: 0.36rem 0.4rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    cursor: pointer;
}

.koopo-watch-queue-controls button.is-active {
    color: #fff;
    background-color:#ffba12;
}

.koopo-watch-now-playing {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 0.65rem;
    align-items: center;
    border: 1px solid #dce6f6;
    border-radius: 10px;
    background: linear-gradient(140deg, #fffef6 0%, #fffced 100%);
    padding: 0.45rem;
    margin-bottom: 0.78rem;
}

.koopo-watch-now-playing__thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
}

.koopo-watch-now-playing__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.koopo-watch-now-playing__thumb i {
    width: 100%;
    height: 100%;
    display: block;
    background: repeating-linear-gradient(-45deg, #3b4258, #3b4258 8px, #2c3346 8px, #2c3346 16px);
}

.koopo-watch-now-playing__thumb em {
    position: absolute;
    right: 0.35rem;
    bottom: 0.35rem;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    font-style: normal;
    font-size: 0.7rem;
    padding: 0.14rem 0.34rem;
    border-radius: 4px;
}

.koopo-watch-now-playing__meta {
    min-width: 0;
    display: grid;
    gap: 0.2rem;
}

.koopo-watch-now-playing__meta small {
    color: #29c455;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.koopo-watch-now-playing__meta strong {
    color: #18213a;
    font-size: 0.88rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.koopo-watch-next-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.koopo-watch-next-list li.is-queued-first .koopo-watch-next-item {
    background: #f5f9ff;
    border: 1px solid #d9e6fb;
    border-radius: 10px;
    padding: 0.35rem;
}

.koopo-watch-next-item-wrap {
    position: relative;
}

.koopo-watch-next-item {
    display: grid;
    grid-template-columns: 165px minmax(0, 1fr);
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
}

.koopo-watch-next-item__menu {
    position: absolute;
    top: 0.34rem;
    right: 1px;
    z-index: 2;
}

.koopo-watch-next-item:hover strong {
    color: #ffba12;
}

.koopo-watch-next-item__thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #111;
    border-radius: 8px;
    overflow: hidden;
}

.koopo-watch-next-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.koopo-watch-next-item__thumb i {
    width: 100%;
    height: 100%;
    display: block;
    background: repeating-linear-gradient(-45deg, #3b4258, #3b4258 8px, #2c3346 8px, #2c3346 16px);
}

.koopo-watch-next-item__thumb em {
    position: absolute;
    right: 0.35rem;
    bottom: 0.35rem;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    font-style: normal;
    font-size: 0.7rem;
    padding: 0.14rem 0.34rem;
    border-radius: 4px;
}

.koopo-watch-next-item__body {
    min-width: 0;
    display: grid;
    gap: 0.2rem;
    align-content: start;
    margin-right:20px;
}

.koopo-watch-next-item__body strong {
    color: #151a2b;
    font-size: 0.95rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.koopo-watch-next-item__body small {
    color: #637091;
    font-size: 0.78rem;
    line-height:1.7;
}

.koopo-watch-sidebar__empty {
    margin: 0;
    color: #657295;
    font-size: 0.86rem;
}

@media (max-width: 700px) {
    .koopo-watch-grid {
        grid-template-columns: 1fr;
    }

    .koopo-watch-sidebar {
        border-left: 0;
        border-top: 1px solid #eef1f7;
        margin-top: 0.9rem;
        padding: 0.9rem 0 0;
        position: static;
        max-height: none;
        overflow: visible;
    }

    .koopo-watch-topbar {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .koopo-watch-subscriptions {
        padding: 0.85rem 0.9rem 0.95rem;
    }

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

    .koopo-watch-topbar__utilities {
        width: 100%;
        justify-content: space-between;
    }

    .koopo-watch-store-products__carousel {
        grid-auto-columns: minmax(155px, 74%);
    }

    .koopo-watch-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .koopo-watch-meta__actions {
        width: 100%;
        justify-items: start;
    }

    .koopo-watch-meta__text h1 {
        font-size: 1.35rem;
    }

    .koopo-watch-sidebar__head h2 {
        font-size: 1.35rem;
    }

    .koopo-watch-next-item {
        grid-template-columns: 122px minmax(0, 1fr);
    }

    .koopo-watch-queue-controls {
        grid-template-columns: 1fr 1fr;
    }

    .koopo-cinema-list-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .koopo-cinema-page {
        padding: 0 0 0.75rem;
    }

    .koopo-cinema-topbar {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .koopo-cinema-nav {
        justify-content: flex-start;
        gap: 0.8rem;
    }

    .koopo-video-loop__stage {
        min-height: 300px;
    }

    .koopo-video-loop--cinema .koopo-video-loop__grid {
        display: flex;
        overflow-x: auto;
        padding-bottom: 0.35rem;
        gap: 0.7rem;
        scroll-snap-type: x mandatory;
    }

    .koopo-video-card--cinema {
        min-width: 134px;
        scroll-snap-align: start;
        transform: none;
    }

    .koopo-video-card--cinema:nth-child(1),
    .koopo-video-card--cinema:nth-child(2),
    .koopo-video-card--cinema:nth-last-child(1),
    .koopo-video-card--cinema:nth-last-child(2) {
        transform: none;
    }

    .koopo-video-modal__panel {
        padding: 0.75rem;
    }

    .koopo-video-player__controls {
        grid-template-columns: auto auto 1fr auto auto;
    }

    .koopo-video-player__time {
        grid-column: 1 / -1;
        text-align: left;
    }

    .koopo-video-player__settings {
        justify-self: auto;
    }

    .koopo-video-player__settings-panel {
        right: auto;
        left: 0;
    }

    .koopo-video-form__actions {
        flex-direction: column;
    }

    .koopo-video-profile__title {
        font-size: 1.2rem;
    }
}
