:root {
    --daar-watch-bg: #07080d;
    --daar-watch-panel: #101119;
    --daar-watch-panel-2: #14151f;
    --daar-watch-border: rgba(159, 137, 207, .18);
    --daar-watch-border-strong: rgba(151, 91, 255, .34);
    --daar-watch-text: #f7f6fb;
    --daar-watch-muted: #aaa7b6;
    --daar-watch-purple: #8f42f4;
    --daar-watch-purple-2: #b04cff;
    --daar-watch-blue: #2d74f3;
    --daar-watch-red: #ff493e;
}

body.daar-stream-watch-page {
    background:
        radial-gradient(circle at 87% 7%, rgba(112, 45, 196, .10), transparent 23rem),
        var(--daar-watch-bg);
}

.daar-watch-page {
    width: min(1420px, calc(100% - 36px));
    margin: 22px auto 70px;
    color: var(--daar-watch-text);
}

.daar-watch-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.daar-watch-main {
    min-width: 0;
}

.daar-watch-player-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(151, 91, 255, .20);
    border-radius: 16px;
    background: #000;
    box-shadow: 0 22px 72px rgba(0, 0, 0, .36);
}

.daar-watch-player-shell .dsbs-player {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #000;
}

.daar-watch-player-shell .dsbs-player iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.daar-watch-poster {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #050509;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    transition: opacity .28s ease, visibility .28s ease;
}

.daar-watch-poster.is-playing {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.daar-watch-poster.is-loading .daar-watch-brand-play {
    animation: daarWatchPulse 1s ease-in-out infinite alternate;
}

@keyframes daarWatchPulse {
    to { transform: scale(.93); opacity: .78; }
}

.daar-watch-brand-play {
    position: relative;
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 50%;
    background:
        linear-gradient(145deg, var(--daar-watch-blue), var(--daar-watch-purple) 56%, var(--daar-watch-red));
    box-shadow:
        0 17px 50px rgba(115, 55, 220, .48),
        inset 0 1px 0 rgba(255,255,255,.28);
    transition: transform .18s ease;
}

.daar-watch-brand-play::before {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: inherit;
}

.daar-watch-brand-play svg {
    width: 30px;
    height: 30px;
    margin-left: 4px;
    fill: #fff;
}

.daar-watch-poster:hover .daar-watch-brand-play {
    transform: scale(1.07);
}

.daar-watch-brand-label {
    position: absolute;
    left: 17px;
    bottom: 15px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    background: rgba(7, 8, 13, .76);
    color: #fff;
    font-size: 11px;
    font-weight: 850;
    backdrop-filter: blur(12px);
}

.daar-watch-info {
    padding: 16px 5px 0;
}

.daar-watch-content-header {
    margin-bottom: 14px;
}

.daar-watch-kicker {
    display: block;
    margin-bottom: 5px;
    color: #b778ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.daar-watch-content-header h1 {
    margin: 0;
    color: var(--daar-watch-text);
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.daar-watch-creator-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid var(--daar-watch-border);
    border-bottom: 1px solid var(--daar-watch-border);
}

.daar-watch-creator-group,
.daar-watch-creator {
    display: flex;
    align-items: center;
}

.daar-watch-creator-group {
    min-width: 0;
    gap: 12px;
}

.daar-watch-creator {
    gap: 10px;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.daar-watch-avatar {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 2px solid rgba(151, 91, 255, .65);
    border-radius: 50%;
    object-fit: cover;
}

.daar-watch-creator > span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.daar-watch-creator strong {
    overflow: hidden;
    max-width: 210px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daar-watch-creator small {
    color: var(--daar-watch-muted);
    font-size: 11px;
}

.daar-watch-follow {
    padding: 9px 16px;
    border: 1px solid rgba(164, 75, 255, .65);
    border-radius: 999px;
    background: rgba(142, 58, 245, .10);
    color: #ca8cff;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.daar-watch-follow:hover {
    background: rgba(142, 58, 245, .19);
    color: #fff;
}

.daar-watch-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.daar-watch-actions > button,
.daar-watch-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 11px;
    background: #151620;
    color: #ece9f3;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 780;
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.daar-watch-actions > button:hover,
.daar-watch-more-button:hover,
.daar-watch-actions > button.is-active {
    transform: translateY(-1px);
    border-color: rgba(151, 91, 255, .48);
    background: rgba(144, 66, 244, .16);
    color: #fff;
}

.daar-action-icon {
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}

.daar-action-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.daar-watch-more-button .daar-action-icon svg {
    fill: currentColor;
    stroke: none;
}

.daar-action-count {
    color: #c8b9dc;
    font-size: 10px;
}

.daar-watch-more-wrap {
    position: relative;
}

.daar-watch-more-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 20;
    display: grid;
    min-width: 190px;
    padding: 7px;
    border: 1px solid var(--daar-watch-border-strong);
    border-radius: 12px;
    background: #151620;
    box-shadow: 0 18px 45px rgba(0,0,0,.42);
}

.daar-watch-more-menu[hidden] {
    display: none;
}

.daar-watch-more-menu button,
.daar-watch-more-menu a {
    padding: 10px 11px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #eeeaf5;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}

.daar-watch-more-menu button:hover,
.daar-watch-more-menu a:hover {
    background: rgba(145,71,255,.13);
}

.daar-watch-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 14px;
    padding: 12px 2px 2px;
    color: var(--daar-watch-muted);
    font-size: 12px;
}

.daar-watch-description {
    margin-top: 14px;
    padding: 16px 17px;
    border: 1px solid var(--daar-watch-border);
    border-radius: 13px;
    background:
        linear-gradient(135deg, rgba(145,71,255,.05), transparent 55%),
        var(--daar-watch-panel);
    color: #ddd9e5;
    font-size: 13px;
    line-height: 1.62;
}

.daar-watch-description-copy {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.daar-watch-description.is-expanded .daar-watch-description-copy {
    display: block;
    overflow: visible;
}

.daar-watch-description-copy p {
    margin-top: 0;
}

.daar-watch-description-copy p:last-child {
    margin-bottom: 0;
}

.daar-watch-description-toggle {
    margin-top: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #bc8cff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
}

.daar-watch-next-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 15px;
    padding: 14px 16px;
    border: 1px solid var(--daar-watch-border);
    border-radius: 13px;
    background: var(--daar-watch-panel);
}

.daar-watch-next-strip-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.daar-watch-next-strip-copy span {
    color: #b276ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.daar-watch-next-strip-copy strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daar-watch-next-strip-actions a {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--daar-watch-purple), var(--daar-watch-blue));
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.daar-watch-comments {
    scroll-margin-top: 84px;
    margin-top: 25px;
}

.daar-watch-sidebar {
    position: sticky;
    top: 78px;
    display: grid;
    gap: 14px;
    max-height: calc(100vh - 94px);
    overflow-y: auto;
    padding-right: 3px;
    scrollbar-width: thin;
}

.daar-watch-sidebar-panel {
    padding: 16px;
    border: 1px solid var(--daar-watch-border);
    border-radius: 15px;
    background:
        radial-gradient(circle at 100% 0, rgba(120,57,210,.08), transparent 12rem),
        rgba(15,16,24,.91);
}

.daar-watch-sidebar-panel > h2 {
    margin: 0 0 13px;
    font-size: 17px;
    letter-spacing: -.02em;
}

.daar-watch-sidebar-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.daar-watch-sidebar-heading > div {
    display: grid;
    gap: 3px;
}

.daar-watch-sidebar-heading h2 {
    margin: 0;
    font-size: 17px;
}

.daar-watch-sidebar-heading span {
    color: var(--daar-watch-muted);
    font-size: 10px;
}

.daar-watch-autoplay input {
    position: absolute;
    opacity: 0;
}

.daar-watch-autoplay > span {
    position: relative;
    display: block;
    width: 42px;
    height: 23px;
    border-radius: 999px;
    background: #292a34;
    cursor: pointer;
    transition: background .18s ease;
}

.daar-watch-autoplay > span::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    transition: transform .18s ease;
}

.daar-watch-autoplay input:checked + span {
    background: var(--daar-watch-purple);
}

.daar-watch-autoplay input:checked + span::after {
    transform: translateX(19px);
}

.daar-watch-recommendations {
    display: grid;
    gap: 8px;
}

.daar-watch-card {
    display: grid;
    grid-template-columns: 137px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: inherit;
    text-decoration: none;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.daar-watch-card:hover {
    transform: translateY(-1px);
    border-color: rgba(145,71,255,.23);
    background: rgba(145,71,255,.07);
}

.daar-watch-card.is-featured {
    padding: 0;
}

.daar-watch-card-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 9px;
    background:
        radial-gradient(circle at 35% 35%, rgba(145,71,255,.42), transparent 37%),
        linear-gradient(135deg, #1a1730, #0b0c13);
    background-position: center;
    background-size: cover;
}

.daar-watch-card-play {
    position: absolute;
    inset: 50% auto auto 50%;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(145,71,255,.92);
    color: #fff;
    font-size: 10px;
}

.daar-watch-card-duration {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 3px 5px;
    border-radius: 5px;
    background: rgba(0,0,0,.80);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
}

.daar-watch-card-copy {
    display: grid;
    align-content: center;
    gap: 3px;
    min-width: 0;
}

.daar-watch-card-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: #f4f1f8;
    font-size: 12px;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.daar-watch-card-copy small {
    overflow: hidden;
    color: var(--daar-watch-muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daar-watch-next-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 10px;
    padding: 28px;
    text-align: center;
    background: rgba(5, 5, 9, .90);
    backdrop-filter: blur(12px);
}

.daar-watch-next-overlay[hidden] {
    display: none;
}

.daar-watch-next-overlay > span {
    color: #bdb6cc;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.daar-watch-next-overlay > strong {
    max-width: 600px;
    font-size: clamp(22px, 4vw, 38px);
    line-height: 1.1;
}

.daar-watch-countdown {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 6px 0;
    border: 3px solid rgba(145,71,255,.34);
    border-top-color: var(--daar-watch-purple);
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
}

.daar-watch-next-actions {
    display: flex;
    gap: 10px;
}

.daar-watch-next-actions button,
.daar-watch-next-actions a {
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.daar-watch-next-actions a {
    border-color: transparent;
    background: linear-gradient(135deg, var(--daar-watch-purple), var(--daar-watch-blue));
}

@media (max-width: 1120px) {
    .daar-watch-grid {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .daar-watch-actions {
        max-width: 390px;
    }
}

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

    .daar-watch-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
    }

    .daar-watch-sidebar-panel:last-child .daar-watch-recommendations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .daar-watch-sidebar-panel:last-child .daar-watch-card {
        grid-template-columns: minmax(120px, 42%) minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    .daar-watch-page {
        width: min(100%, calc(100% - 18px));
        margin-top: 12px;
    }

    .daar-watch-player-shell {
        border-radius: 11px;
    }

    .daar-watch-info {
        padding-top: 13px;
    }

    .daar-watch-content-header h1 {
        font-size: clamp(21px, 7vw, 29px);
    }

    .daar-watch-creator-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .daar-watch-creator-group {
        width: 100%;
    }

    .daar-watch-follow {
        margin-left: auto;
    }

    .daar-watch-actions {
        width: 100%;
        max-width: none;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 7px;
    }

    .daar-watch-actions > button,
    .daar-watch-more-button {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        flex: 0 0 44px;
        padding: 0;
        border-radius: 50%;
    }

    .daar-action-label,
    .daar-action-count {
        display: none !important;
    }

    .daar-action-icon,
    .daar-action-icon svg {
        width: 20px;
        height: 20px;
    }

    .daar-watch-more-menu {
        right: -3px;
    }

    .daar-watch-next-strip {
        align-items: flex-start;
        flex-direction: column;
    }

    .daar-watch-next-strip-actions {
        width: 100%;
    }

    .daar-watch-next-strip-actions a {
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }

    .daar-watch-sidebar-panel:last-child .daar-watch-recommendations {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 440px) {
    .daar-watch-brand-play {
        width: 62px;
        height: 62px;
    }

    .daar-watch-brand-play svg {
        width: 25px;
        height: 25px;
    }

    .daar-watch-brand-label {
        left: 10px;
        bottom: 9px;
        padding: 5px 8px;
        font-size: 9px;
    }

    .daar-watch-creator strong {
        max-width: 125px;
    }

    .daar-watch-follow {
        padding: 8px 11px;
        font-size: 11px;
    }

    .daar-watch-card {
        grid-template-columns: 124px minmax(0, 1fr);
    }
}


/* DaAr Stream Studio 0.4.3 — seguidores */
.daar-watch-creator-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.daar-watch-creator-name-row {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.daar-watch-creator-name-row strong {
    min-width: 0;
}

.daar-watch-creator-copy small {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--daar-watch-muted);
    font-size: 11px;
}

.daar-watch-creator-copy small b {
    color: #d7c6ee;
    font-size: inherit;
    font-weight: 800;
}

button.daar-watch-follow {
    appearance: none;
    border: 1px solid rgba(164, 75, 255, .72);
    background: linear-gradient(135deg, rgba(142,58,245,.18), rgba(45,116,243,.10));
    color: #d8adff;
    cursor: pointer;
    font: inherit;
}

button.daar-watch-follow:hover {
    border-color: rgba(185, 118, 255, .9);
    background: linear-gradient(135deg, rgba(142,58,245,.28), rgba(45,116,243,.17));
    color: #fff;
}

button.daar-watch-follow.is-loading,
button.daar-watch-follow.is-following {
    cursor: default;
    opacity: .82;
}

button.daar-watch-follow.is-following {
    border-color: rgba(80, 200, 140, .45);
    background: rgba(80, 200, 140, .10);
    color: #9be0bd;
}

@media (max-width: 720px) {
    .daar-watch-creator-group {
        gap: 9px;
    }

    button.daar-watch-follow {
        min-height: 36px;
        padding: 8px 12px;
        font-size: 11px;
    }
}


/* DaAr Stream Studio 0.4.4 — seguimiento persistente */
button.daar-watch-follow.is-following {
    border-color: rgba(80, 200, 140, .48);
    background: rgba(80, 200, 140, .11);
    color: #a9e8c7;
}

button.daar-watch-follow.is-following:hover {
    border-color: rgba(255, 105, 105, .48);
    background: rgba(255, 80, 80, .10);
    color: #ffc0c0;
}

button.daar-watch-follow:disabled {
    cursor: wait;
    opacity: .68;
}

/* DaAr Stream Studio 0.4.5 — detalle ordenado y responsive */
.daar-watch-info {
    padding: 15px 4px 0;
}

.daar-watch-content-header {
    margin-bottom: 12px;
}

.daar-watch-content-header h1 {
    margin: 0;
    font-size: clamp(23px, 2.7vw, 34px);
    line-height: 1.14;
    letter-spacing: -.03em;
}

.daar-watch-title-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
    color: var(--daar-watch-muted);
    font-size: 12px;
    line-height: 1.4;
}

.daar-watch-title-meta strong {
    color: #d7d2df;
    font-weight: 750;
}

.daar-watch-meta-separator {
    color: rgba(255,255,255,.35);
}

.daar-watch-creator-actions {
    gap: 12px;
    padding: 13px 0;
}

.daar-watch-creator-group {
    flex: 1 1 auto;
    min-width: 230px;
}

.daar-watch-creator {
    flex: 0 1 auto;
}

.daar-watch-creator-copy small {
    line-height: 1.3;
}

.daar-watch-actions {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    gap: 7px;
}

.daar-watch-actions > button,
.daar-watch-more-button {
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 999px;
}

.daar-watch-description {
    margin-top: 13px;
}

@media (max-width: 1120px) and (min-width: 961px) {
    .daar-watch-actions > button,
    .daar-watch-more-button {
        width: 42px;
        min-width: 42px;
        padding: 0;
        border-radius: 50%;
    }

    .daar-watch-actions .daar-action-label,
    .daar-watch-actions .daar-action-count {
        display: none;
    }
}

@media (max-width: 720px) {
    .daar-watch-page {
        width: calc(100% - 12px);
        margin-top: 8px;
        margin-bottom: 44px;
    }

    .daar-watch-info {
        padding: 13px 5px 0;
    }

    .daar-watch-content-header {
        margin-bottom: 11px;
    }

    .daar-watch-content-header h1 {
        font-size: clamp(21px, 6.7vw, 28px);
    }

    .daar-watch-title-meta {
        margin-top: 5px;
        font-size: 11.5px;
    }

    .daar-watch-creator-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 11px;
        padding: 12px 0;
    }

    .daar-watch-creator-group {
        width: 100%;
        min-width: 0;
        gap: 9px;
    }

    .daar-watch-creator {
        flex: 1 1 auto;
        min-width: 0;
    }

    .daar-watch-avatar {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }

    .daar-watch-follow {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .daar-watch-actions {
        width: 100%;
        max-width: 100%;
        padding-bottom: 1px;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 8px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .daar-watch-actions::-webkit-scrollbar {
        display: none;
    }

    .daar-watch-actions > button,
    .daar-watch-more-button {
        width: 46px;
        min-width: 46px;
        height: 46px;
        min-height: 46px;
        flex: 0 0 46px;
        padding: 0;
        border-radius: 50%;
    }

    .daar-watch-actions .daar-action-label,
    .daar-watch-actions .daar-action-count {
        display: none !important;
    }

    .daar-watch-more-wrap {
        flex: 0 0 auto;
    }

    .daar-watch-more-menu {
        right: 0;
    }

    .daar-watch-description {
        margin-top: 12px;
        padding: 14px;
    }
}

@media (max-width: 440px) {
    .daar-watch-page {
        width: calc(100% - 8px);
    }

    .daar-watch-player-shell {
        border-radius: 9px;
    }

    .daar-watch-creator strong {
        max-width: 150px;
        font-size: 14px;
    }

    .daar-watch-creator-copy small,
    .daar-watch-creator-copy small b {
        font-size: 10.5px;
    }

    button.daar-watch-follow {
        min-height: 35px;
        padding: 7px 11px;
        font-size: 10.5px;
    }
}


/* DaAr Stream Watch 0.5.0 */
.daar-watch-page{max-width:1460px}
.daar-watch-grid{grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:22px}
.daar-watch-player-shell{border-radius:20px;box-shadow:0 28px 76px rgba(0,0,0,.42)}
.daar-watch-poster{background-position:center}
.daar-watch-brand-play{width:72px;height:72px}
.daar-watch-info{padding-top:18px}
.daar-watch-title{letter-spacing:-.045em}
.daar-watch-creator-card,.daar-watch-description,.daar-watch-comments{border-radius:18px}
.daar-watch-sidebar{position:sticky;top:88px;max-height:calc(100vh - 108px);overflow:auto;padding-right:3px}
.daar-watch-recommendation{border-radius:14px;padding:7px}
@media(max-width:980px){
  .daar-watch-grid{grid-template-columns:1fr}
  .daar-watch-sidebar{position:relative;top:auto;max-height:none}
}
@media(max-width:640px){
  .daar-watch-page{width:100%;margin-top:0}
  .daar-watch-player-shell{border-radius:0;border-inline:0;box-shadow:none}
  .daar-watch-info,.daar-watch-sidebar{width:calc(100% - 24px);margin-inline:auto}
}


/* DaAr Stream Watch 0.5.1 — viewer-first discovery and community */
.daar-watch-contextbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 2px 9px;color:var(--daar-watch-muted);font-size:11px}
.daar-watch-contextbar span{display:inline-flex;align-items:center;gap:7px;color:var(--daar-watch-text);font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.daar-watch-contextbar span:before{content:"";width:7px;height:7px;border-radius:50%;background:#a855f7;box-shadow:0 0 0 4px rgba(168,85,247,.13)}
.daar-watch-sidebar-intro{padding:15px 15px 17px;margin-bottom:12px;border:1px solid var(--daar-watch-border);border-radius:18px;background:linear-gradient(145deg,rgba(143,66,244,.12),var(--daar-watch-panel));box-shadow:0 14px 38px rgba(0,0,0,.2)}
.daar-watch-sidebar-intro>span,.daar-watch-comments-heading>span{display:block;color:#c4b5fd;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.daar-watch-sidebar-intro h2{margin:5px 0 6px;font-size:20px;letter-spacing:-.035em}
.daar-watch-sidebar-intro p{margin:0;color:var(--daar-watch-muted);font-size:12px;line-height:1.5}
.daar-watch-comments-heading{padding:3px 2px 18px;margin-bottom:14px;border-bottom:1px solid var(--daar-watch-border)}
.daar-watch-comments-heading h2{margin:6px 0 6px;font-size:clamp(20px,2.4vw,28px);letter-spacing:-.035em}
.daar-watch-comments-heading h2 small{color:var(--daar-watch-muted);font-size:.62em}
.daar-watch-comments-heading p{margin:0;color:var(--daar-watch-muted);font-size:13px}
.daar-watch-creator-copy small{max-width:min(46vw,520px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:720px){
  .daar-watch-contextbar{width:calc(100% - 24px);margin:0 auto 8px}
  .daar-watch-contextbar small{max-width:52vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .daar-watch-creator-copy small{max-width:50vw}
  .daar-watch-sidebar-intro{margin-inline:0}
  .daar-watch-comments-heading{padding-inline:2px}
}
