    @media (max-width: 767px) {
        /* iPhone / Safari üst kontrollerini mümkün olduğunca gizle */
        .vrp-main-video::-webkit-media-controls-fullscreen-button,
        .vrp-main-video::-webkit-media-controls-picture-in-picture-button,
        .vrp-main-video::-webkit-media-controls-airplay-button,
        .vrp-main-video::-webkit-media-controls-overflow-button,
        .vrp-main-video::-webkit-media-controls-toggle-closed-captions-button {
            display: none !important;
            -webkit-appearance: none !important;
        }
    }
    .vrp-mobile-native-top-mask {
        display: none;
    } 
    @media (max-width: 991px) {
        .vrp-wrap[data-player-type="server"] .vrp-mobile-native-top-mask {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 0;
            background: #000;
            z-index: 999998;
            pointer-events: auto;
        }
    }

    .vrp-wrap {
        width: 100%;
        --vrp-app-height: 100vh;
    }

.vrp-box {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .vrp-media-slot {
        display: none;
    }

    .vrp-main-video::-webkit-media-controls-fullscreen-button {
        display: none !important;
    }

    .vrp-main-video::-webkit-media-controls-picture-in-picture-button {
        display: none !important;
    }

    .vrp-wrap[data-player-type="server"] .vrp-main-video::-webkit-media-controls,
    .vrp-wrap[data-player-type="server"] .vrp-main-video::-webkit-media-controls-enclosure,
    .vrp-wrap[data-player-type="server"] .vrp-main-video::-webkit-media-controls-panel,
    .vrp-wrap[data-player-type="server"] .vrp-main-video::-webkit-media-controls-overlay-play-button,
    .vrp-wrap[data-player-type="server"] .vrp-main-video::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .vrp-overlay-play {
        cursor: pointer;
    }

    .vrp-overlay-play span {
        user-select: none;
        -webkit-user-select: none;
    }

    .vrp-wrap[data-player-type="server"] .vrp-media-area::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 132px;
        z-index: 18;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 18%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.84) 100%);
    }

    .vrp-topbar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 18px 22px 23px;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-14px);
        transition: opacity .28s ease, transform .34s cubic-bezier(0.22, 1, 0.36, 1), visibility .28s ease;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.38) 42%, rgba(0, 0, 0, 0) 100%);
    }

    .vrp-wrap[data-player-type="server"].vrp-is-paused .vrp-topbar,
    .vrp-wrap[data-player-type="server"].vrp-server-started.vrp-server-ui-visible .vrp-topbar,
    .vrp-wrap[data-player-type="server"].vrp-server-started .vrp-media-area:hover .vrp-topbar,
    .vrp-wrap[data-player-type="server"].vrp-server-started .vrp-media-area:focus-within .vrp-topbar,
    .vrp-wrap[data-player-type="youtube"] .vrp-topbar {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal .vrp-topbar {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-14px);
    }

    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing:not(.vrp-server-ui-visible) .vrp-topbar,
    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing:not(.vrp-server-ui-visible) .vrp-media-area:hover .vrp-topbar,
    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing:not(.vrp-server-ui-visible) .vrp-media-area:focus-within .vrp-topbar {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(-14px) !important;
        pointer-events: none !important;
    }

    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-server-ui-visible .vrp-topbar {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing.vrp-server-ui-visible .vrp-topbar,
    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing.vrp-server-ui-visible .vrp-media-area:hover .vrp-topbar,
    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing.vrp-server-ui-visible .vrp-media-area:focus-within .vrp-topbar {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        pointer-events: none !important;
    }

    .vrp-topbar-logo {
        width: 38px;
        height: 38px;
        min-width: 38px;
        border-radius: 999px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    }

    .vrp-topbar-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .vrp-topbar-copy {
        min-width: 0;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .vrp-topbar-title {
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
    }

    .vrp-topbar-subtitle {
        margin-top: 2px;
        color: rgba(255, 255, 255, 0.92);
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        text-transform: lowercase;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
    }

    .vrp-server-controls {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 35;
        padding: 0 12px 12px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(24px);
        transition: opacity .34s ease, transform .42s cubic-bezier(0.22, 1, 0.36, 1), visibility .34s ease;
    }

    .vrp-wrap[data-player-type="server"].vrp-server-started.vrp-server-ui-visible .vrp-server-controls,
    .vrp-wrap[data-player-type="server"].vrp-server-started .vrp-media-area:hover .vrp-server-controls,
    .vrp-wrap[data-player-type="server"].vrp-server-started .vrp-media-area:focus-within .vrp-server-controls,
    .vrp-wrap[data-player-type="server"].vrp-server-started .vrp-media-area:fullscreen .vrp-server-controls,
    .vrp-wrap[data-player-type="server"].vrp-server-started .vrp-media-area:-webkit-full-screen .vrp-server-controls {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal .vrp-server-controls {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(24px);
    }

    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing:not(.vrp-server-ui-visible) .vrp-server-controls,
    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing:not(.vrp-server-ui-visible) .vrp-media-area:hover .vrp-server-controls,
    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing:not(.vrp-server-ui-visible) .vrp-media-area:focus-within .vrp-server-controls {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(24px) !important;
    }

    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-server-ui-visible .vrp-server-controls {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing.vrp-server-ui-visible .vrp-server-controls,
    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing.vrp-server-ui-visible .vrp-media-area:hover .vrp-server-controls,
    .vrp-wrap[data-player-type="server"].vrp-in-mobile-modal.vrp-is-playing.vrp-server-ui-visible .vrp-media-area:focus-within .vrp-server-controls {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    .vrp-server-controls-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 36px;
    }

    .vrp-server-controls-left,
    .vrp-server-controls-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .vrp-server-controls-right {
        flex-shrink: 0;
    }

    .vrp-server-expand-hit {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 44px;
        margin-right: -4px;
        cursor: pointer;
        border-radius: 999px;
    }

    .vrp-server-btn {
        border: 0;
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 999px;
        background: transparent;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
    }

    .vrp-server-btn svg {
        width: 22px;
        height: 22px;
        display: block;
        fill: currentColor;
    }

    .vrp-server-time {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        min-width: 94px;
        white-space: nowrap;
        letter-spacing: .01em;
    }

    .vrp-server-progress-wrap {
        position: relative;
        width: 100%;
        height: 18px;
        margin-bottom: 6px;
        display: flex;
        align-items: center;
    }

    .vrp-server-progress-track,
    .vrp-server-progress-fill {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 4px;
        border-radius: 999px;
        pointer-events: none;
    }

    .vrp-server-progress-track {
        width: 100%;
        background: rgba(255, 255, 255, 0.28);
    }

    .vrp-server-progress-fill {
        width: 0;
        background: #ff0033;
    }

    .vrp-server-progress {
        position: relative;
        width: 100%;
        height: 18px;
        cursor: pointer;
        background: transparent;
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
    }

    .vrp-server-progress::-webkit-slider-runnable-track {
        height: 4px;
        border-radius: 999px;
        background: transparent;
    }

    .vrp-server-progress::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        margin-top: -5px;
        width: 14px;
        height: 14px;
        border-radius: 999px;
        border: 0;
        background: #ff0033;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
    }

    .vrp-server-progress::-moz-range-track {
        height: 4px;
        border-radius: 999px;
        background: transparent;
    }

    .vrp-server-progress::-moz-range-thumb {
        width: 14px;
        height: 14px;
        border: 0;
        border-radius: 999px;
        background: #ff0033;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
    }

.vrp-media-area {
        position: relative;
        width: 100%; 
        aspect-ratio: 16 / 9;
        height: auto;
        min-height: 0;
        background: #000;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
        transition: transform .22s ease;
    }

    .vrp-main-video,
    .vrp-youtube-holder,
    .vrp-youtube-holder iframe {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        border: 0;
    }

    .vrp-main-video {
        object-fit: cover;
        background: #000;
    }

    .vrp-wrap[data-player-type="server"] .vrp-main-video {
        pointer-events: none;
    }

    .vrp-youtube-holder {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .vrp-youtube-player {
        width: 100%;
        height: 100%;
    }

    .vrp-youtube-activity-hit {
        position: absolute;
        inset: 0;
        z-index: 59;
        display: none;
        background: transparent;
        pointer-events: none;
    }

    .vrp-wrap[data-player-type="youtube"] .vrp-custom-fullscreen {
        position: absolute;
        right: 12px;
        bottom: 12px;
        z-index: 60;
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 10px;
        background: transparent;
        color: #fff;
        font-size: 0;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(6px);
        transition: background-color .2s ease, opacity .22s ease, visibility .22s ease, transform .22s ease;
        -webkit-tap-highlight-color: transparent;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    }

    .vrp-wrap[data-player-type="youtube"] .vrp-custom-fullscreen img,
    .vrp-wrap[data-player-type="youtube"] .vrp-custom-fullscreen svg {
        width: 19px;
        height: 19px;
        display: block;
        color: #fff;
    }

    .vrp-wrap[data-player-type="youtube"] .vrp-custom-fullscreen:hover,
    .vrp-wrap[data-player-type="youtube"] .vrp-custom-fullscreen:focus-visible {
        background: transparent;
    }

    .vrp-wrap[data-player-type="youtube"].vrp-youtube-fs-visible .vrp-custom-fullscreen {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .vrp-media-area:fullscreen,
    .vrp-media-area:-webkit-full-screen {
        width: 100vw !important;
        height: 100vh !important;
        max-width: none !important;
        max-height: none !important;
        border-radius: 0 !important;
    }

    .vrp-media-area:fullscreen .vrp-main-video,
    .vrp-media-area:-webkit-full-screen .vrp-main-video,
    .vrp-media-area:fullscreen .vrp-youtube-holder,
    .vrp-media-area:-webkit-full-screen .vrp-youtube-holder,
    .vrp-media-area:fullscreen .vrp-youtube-holder iframe,
    .vrp-media-area:-webkit-full-screen .vrp-youtube-holder iframe {
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
    }

    .vrp-media-area:fullscreen .vrp-custom-fullscreen,
    .vrp-media-area:-webkit-full-screen .vrp-custom-fullscreen {
        right: 16px;
        bottom: 16px;
    }

    .vrp-wrap.vrp-in-mobile-modal .vrp-media-area {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: #000 !important;
        z-index: 999997 !important;
        will-change: transform;
    }

    .vrp-wrap[data-player-type="youtube"].vrp-in-mobile-modal .vrp-media-area {
        position: fixed !important;
    }

    .vrp-wrap[data-player-type="youtube"].vrp-in-mobile-modal .vrp-custom-fullscreen {
        right: max(12px, env(safe-area-inset-right, 0px) + 12px) !important;
        bottom: max(16px, env(safe-area-inset-bottom, 0px) + 16px) !important;
        z-index: 999999 !important;
    }

    @media (max-width: 991px) {
        .vrp-wrap[data-player-type="youtube"]:not(.vrp-youtube-fs-visible):not(.vrp-ad-showing) .vrp-youtube-activity-hit {
            display: block;
            pointer-events: auto;
            z-index: 58;
        }

        .vrp-wrap[data-player-type="youtube"].vrp-in-mobile-modal:not(.vrp-youtube-fs-visible):not(.vrp-ad-showing) .vrp-youtube-activity-hit {
            z-index: 999998;
        }
    }

    .vrp-wrap.vrp-in-mobile-modal.vrp-mobile-swipe-active .vrp-media-area {
        transition: none !important;
        transform: translateY(var(--vrp-mobile-swipe-offset, 0px)) !important;
    }

    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-layer {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 999997 !important;
    }

    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-body {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 999997 !important;
    }

    .vrp-wrap.vrp-in-mobile-modal .vrp-main-video,
    .vrp-wrap.vrp-in-mobile-modal .vrp-youtube-holder,
    .vrp-wrap.vrp-in-mobile-modal .vrp-youtube-holder iframe,
    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-image-link,
    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-image,
    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-video,
    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-html {
        width: 100% !important;
        min-width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        background: #000 !important;
        left: 0 !important;
        transform: none !important;
    }

    .vrp-wrap.vrp-in-mobile-modal .vrp-main-video {
        object-fit: contain !important;
        object-position: center center !important;
    }

    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-image,
    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-video {
        object-fit: contain !important;
        object-position: center center !important;
    }

    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-bottom-ui {
        left: 10px !important;
        right: 10px !important;
        bottom: 72px !important;
        z-index: 999998 !important;
    }

    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-progress {
        bottom: 56px !important;
        z-index: 999998 !important;
    }

    .vrp-wrap.vrp-in-mobile-modal .vrp-server-controls {
        left: 0 !important;
        right: 0 !important;
        bottom: max(12px, env(safe-area-inset-bottom, 0px) + 12px) !important;
        z-index: 999999 !important;
    }

    .vrp-overlay-play {
        position: absolute;
        inset: 0;
        z-index: 24;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        opacity: 1;
        transition: .2s ease;
    }

    .vrp-wrap[data-player-type="server"] .vrp-overlay-play {
        z-index: 42;
        pointer-events: auto;
    }

    .vrp-wrap.vrp-ad-showing .vrp-topbar,
    .vrp-wrap.vrp-ad-showing .vrp-server-controls,
    .vrp-wrap.vrp-ad-showing .vrp-overlay-play,
    .vrp-wrap.vrp-ad-showing .vrp-custom-fullscreen,
    .vrp-wrap.vrp-ad-showing .vrp-server-expand-hit {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .vrp-wrap.vrp-ad-showing .vrp-server-controls {
        transform: translateY(24px) !important;
    }

    .vrp-wrap.vrp-ad-showing .vrp-topbar {
        transform: translateY(-14px) !important;
    }

    .vrp-overlay-play.vrp-hidden {
        opacity: 0;
        visibility: hidden;
        pointer-events: none !important;
    }

    .vrp-overlay-play-btn {
        border: 0;
        padding: 0;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        color: #fff;
    }

    .vrp-overlay-play-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 92px;
        height: 64px;
        border-radius: 18px;
        background: rgba(0, 0, 0, .18);
        color: #fff;
        font-size: 34px;
        line-height: 1;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
        transition: transform .18s ease, opacity .18s ease;
    }

    .vrp-wrap[data-player-type="server"] .vrp-overlay-play-btn:hover {
        transform: scale(1.04);
    }

    .vrp-overlay-play-btn svg {
        display: block;
        width: 68px;
        height: 48px;
    }

    .vrp-wrap[data-player-type="server"].vrp-overlay-compact .vrp-overlay-play-btn {
        width: 76px;
        height: 76px;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.56);
    }

    .vrp-wrap[data-player-type="server"].vrp-overlay-compact .vrp-overlay-play-btn svg {
        width: 30px;
        height: 30px;
    }

    .vrp-ad-layer {
        position: absolute;
        inset: 0;
        z-index: 90;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .94);
        overflow: hidden;
        border-radius: inherit;
    }

    .vrp-ad-layer[hidden] {
        display: none !important;
    }

    .vrp-ad-layer[data-ad-type="image"],
    .vrp-ad-layer[data-ad-type="html"] {
        background: transparent;
    }

    .vrp-ad-body {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: #000;
        overflow: hidden;
        border-radius: inherit;
    }

    .vrp-ad-layer[data-ad-type="image"] .vrp-ad-body,
    .vrp-ad-layer[data-ad-type="html"] .vrp-ad-body,
    .vrp-ad-layer[data-ad-type="image"] .vrp-ad-image,
    .vrp-ad-layer[data-ad-type="html"] .vrp-ad-html {
        background: transparent;
    }

    .vrp-ad-image-link,
    .vrp-ad-image,
    .vrp-ad-video,
    .vrp-ad-html {
        width: 100%;
        height: 100%;
        border-radius: inherit;
    }

    .vrp-ad-image-link {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-decoration: none;
    }

    .vrp-ad-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
        background: #000;
    }

    .vrp-ad-video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
        background: #000;
    }

    .vrp-ad-video-link {
        position: absolute;
        inset: 0;
        z-index: 115;
        display: block;
        background: transparent;
        text-decoration: none;
    }

    .vrp-ad-html {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: auto;
        width: 100%;
        height: 100%;
        padding: 20px;
        background: #000;
        box-sizing: border-box;
    }

    .vrp-ad-sound-btn {
        position: absolute;
        left: 14px;
        bottom: 68px;
        z-index: 155;
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        min-height: 34px;
        padding: 7px 12px;
        border-radius: 999px;
        background: #fcd23e;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .vrp-ad-sound-btn[hidden] {
        display: none !important;
    }

    .vrp-wrap.vrp-in-mobile-modal .vrp-ad-sound-btn {
        left: 10px !important;
        bottom: 110px !important;
        z-index: 999998 !important;
    }

    .vrp-ad-info-chip {
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 146;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 24px;
        max-width: calc(100% - 132px);
        padding: 3px 7px;
        border: 0;
        border-radius: 999px;
        background: rgba(0, 0, 0, .9);
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
        cursor: pointer;
        pointer-events: auto;
    }

    .vrp-ad-info-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #fcd13d;
        color: #111;
        font-size: 9px;
        font-weight: 800;
        flex: 0 0 auto;
    }

    .vrp-ad-bottom-ui {
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 27px;
        z-index: 140;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        flex-wrap: nowrap;
        pointer-events: none;
    }

    .vrp-ad-bottom-left {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
        pointer-events: auto;
        flex: 1 1 auto;
        min-width: 0;
        max-width: 267px;
    }

    .vrp-ad-cta-card,
    .vrp-ad-time {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
        padding: 8px 10px;
        border-radius: 14px;
        background: rgba(255, 255, 255, .94);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
        max-width: none;
        color: #fff;
        pointer-events: auto;
        cursor: pointer;
        flex: 1 1 auto;
        min-width: 0;
        text-decoration: none;
    }

    .vrp-ad-cta-card[hidden] {
        display: none !important;
    }

    .vrp-ad-cta-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        background: #111;
        color: #fff;
        flex: 0 0 auto;
        margin-right: 7px;
    }

    .vrp-ad-cta-icon svg {
        width: 17px;
        height: 17px;
        display: block;
    }

    .vrp-ad-cta-copy {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 1px;
        color: #161616;
        flex: 1 1 auto;
    }

    .vrp-ad-cta-title {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vrp-ad-cta-link {
        display: inline-flex;
        align-items: center;
        padding: 0;
        border: 0;
        background: transparent;
        color: #6a6a6a;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.2;
        white-space: nowrap;
        cursor: inherit;
        text-decoration: none;
        text-align: left;
    }

    .vrp-ad-time {
        display: none;
    }

    .vrp-ad-skip {
        display: none;
        border: none !important;
        outline: 0 !important;
        box-shadow: none !important;
        min-height: 38px;
        padding: 8px 12px;
        border-radius: 999px;
        background: #000;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        pointer-events: auto;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .vrp-ad-skip[disabled] {
        opacity: 1;
        cursor: default;
    }

    .vrp-ad-progress {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 10px;
        background: rgba(255, 255, 255, .18);
        z-index: 150;
        overflow: hidden;
    }

    .vrp-ad-progress-bar {
        width: 0%;
        height: 100%;
        background: #fcd13d;
        transition: width .15s linear;
    }

    .vrp-media-area:fullscreen .vrp-ad-layer,
    .vrp-media-area:-webkit-full-screen .vrp-ad-layer {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .vrp-media-area:fullscreen .vrp-ad-body,
    .vrp-media-area:-webkit-full-screen .vrp-ad-body {
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .vrp-media-area:fullscreen .vrp-ad-bottom-ui,
    .vrp-media-area:-webkit-full-screen .vrp-ad-bottom-ui {
        left: 16px !important;
        right: 16px !important;
        bottom: 16px !important;
    }

    .vrp-media-area:fullscreen .vrp-ad-progress,
    .vrp-media-area:-webkit-full-screen .vrp-ad-progress {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    .vrp-mobile-modal {
        position: fixed;
        inset: 0;
        top: 0;
        left: 0;
        width: 100vw;
        width: 100dvw;
        height: 100vh;
        height: 100dvh;
        min-height: var(--vrp-app-height, 100vh);
        background: #000;
        z-index: 999996;
        overflow: hidden;
        pointer-events: auto;
    }

    .vrp-mobile-modal[hidden] {
        display: none !important;
    }

    .vrp-mobile-modal-backdrop {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1;
    }

    .vrp-mobile-modal-inner {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        overflow: hidden;
        z-index: 2;
        pointer-events: auto;
    }

    html.vrp-mobile-modal-open,
    body.vrp-mobile-modal-open {
        width: 100%;
        height: 100%;
        overflow: hidden !important;
        background: #000 !important;
        overscroll-behavior: none;
        touch-action: manipulation;
    }

    .vrp-error {
        width: 100%;
        min-height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #111;
        color: #fff;
        font-size: 18px;
        padding: 30px;
        text-align: center;
    }

    .vrp-info-modal {
        position: fixed;
        inset: 0;
        z-index: 999999999999;
    }

    .vrp-info-modal[hidden] {
        display: none !important;
    }

    .vrp-info-modal-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .65);
    }

    .vrp-info-modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 32px);
        max-width: 460px;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 18px;
        padding: 22px 20px 18px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    }

    .vrp-info-modal-close {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 34px;
        height: 34px;
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        border-radius: 999px;
        background: #f3f3f3;
        color: #111;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
    }

    .vrp-info-modal-title {
        margin: 0 28px 12px 0;
        font-size: 20px;
        font-weight: 800;
        color: #111;
    }

    .vrp-info-modal-text {
        font-size: 15px;
        line-height: 1.6;
        color: #333;
    }

    .vrp-ad-info-btn {
        margin-left: 8px;
        width: 6px;
        height: 12px;
        min-width: 13px;
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        border-radius: 999px;
        background: #fcd13d;
        color: #000;
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        vertical-align: middle;
        pointer-events: auto;
    }

    @media (max-width: 767px) {
        .vrp-topbar {
            gap: 8px;
            padding: 10px 12px 18px 17px;
        }

        .vrp-topbar-logo {
            width: 34px;
            height: 34px;
            min-width: 34px;
        }

        .vrp-topbar-title {
            font-size: 15px;
        }

        .vrp-topbar-subtitle {
            font-size: 11px;
        }

        .vrp-server-controls {
            padding: 0 10px 10px;
        }

        .vrp-server-controls-row {
            gap: 8px;
        }

        .vrp-server-btn {
            width: 36px;
            height: 36px;
            min-width: 36px;
        }

        .vrp-server-expand-hit {
            width: 48px;
            height: 40px;
            margin-right: -2px;
        }

        .vrp-server-btn svg {
            width: 20px;
            height: 20px;
        }

        .vrp-server-time {
            min-width: 78px;
            font-size: 11px;
        }

        .vrp-server-progress-wrap {
            height: 16px;
            margin-bottom: 4px;
        }

        .vrp-server-progress::-webkit-slider-thumb,
        .vrp-server-progress::-moz-range-thumb {
            width: 12px;
            height: 12px;
        }

        .vrp-overlay-play-btn {
            width: 78px;
            height: 56px;
        }

        .vrp-overlay-play-btn svg {
            width: 56px;
            height: 40px;
        }

        .vrp-wrap[data-player-type="server"].vrp-overlay-compact .vrp-overlay-play-btn {
            width: 64px;
            height: 64px;
        }

        .vrp-wrap[data-player-type="server"].vrp-overlay-compact .vrp-overlay-play-btn svg {
            width: 26px;
            height: 26px;
        }

        .vrp-wrap[data-player-type="youtube"] .vrp-custom-fullscreen {
            right: 10px;
            bottom: 16px;
            width: 36px;
            height: 36px;
            border-radius: 9px;
        }

        .vrp-wrap[data-player-type="youtube"] .vrp-custom-fullscreen img,
        .vrp-wrap[data-player-type="youtube"] .vrp-custom-fullscreen svg {
            width: 18px;
            height: 18px;
        }

        .vrp-ad-bottom-ui {
            left: 10px;
            right: 10px;
            bottom: 28px;
            gap: 8px;
        }

        .vrp-media-area:fullscreen .vrp-ad-bottom-ui,
        .vrp-media-area:-webkit-full-screen .vrp-ad-bottom-ui {
            left: 10px !important;
            right: 10px !important;
            bottom: 22px !important;
        }

        .vrp-ad-info-chip {
            display: inline-flex;
            top: 10px;
            left: 10px;
            max-width: calc(100% - 118px);
            min-height: 22px;
            padding: 3px 6px;
            font-size: 9px;
            z-index: 99999999;
        }

        .vrp-ad-skip {
            font-size: 12px;
            min-height: 36px;
        }

        .vrp-ad-cta-card {
            min-height: 40px;
            padding: 7px 9px;
            gap: 8px;
        }

        .vrp-ad-cta-icon {
            width: 28px;
            height: 28px;
        }

        .vrp-ad-cta-link {
            font-size: 10px;
        }

        .vrp-ad-sound-btn {
            left: 10px;
            bottom: 58px;
            font-size: 11px;
            min-height: 32px;
            padding: 6px 11px;
        }
    }
    .vrp-ios-fix {
    display: none;
    }
    
    @media (max-width: 767px) {
        .vrp-wrap[data-player-type="server"] .vrp-ios-fix {
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 72px;
            height: 56px;
            z-index: 20;
            background: rgba(0, 0, 0, 0.18);
            pointer-events: none;
        }
    
        .vrp-wrap.vrp-in-mobile-modal .vrp-ios-fix {
            right: 0;
            bottom: 0;
            width: 78px;
            height: 60px;
            z-index: 999990;
            background: rgba(0, 0, 0, 0.22);
            pointer-events: none;
        }
    }
