.gvp-player {
    max-width: 640px;
    margin: 20px auto;
    background: rgba(12, 10, 10, 0.92);
    border: 1px solid #8b2e2e;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 25px rgba(139, 46, 46, 0.35), inset 0 0 40px rgba(0,0,0,0.6);
    color: #e6e0e0;
    font-family: 'Segoe UI', sans-serif;
}

.gvp-title {
    font-family: 'Cinzel Decorative', serif;
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
    color: #c9302c;
    text-shadow: 0 0 8px rgba(201, 48, 44, 0.7), 0 0 2px #000;
    margin-bottom: 16px;
    border-bottom: 1px solid #5a1a1a;
    padding-bottom: 12px;
}

.gvp-empty {
    text-align: center;
    color: #a08d8d;
}

.gvp-screen {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
    border: 2px solid #c9302c;
    border-radius: 6px;
    box-shadow: 0 0 14px rgba(201, 48, 44, 0.5);
    overflow: hidden;
    margin-bottom: 14px;
}

.gvp-native,
.gvp-yt-wrap,
.gvp-yt-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.gvp-yt-wrap iframe {
    pointer-events: none;
}

.gvp-ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.92);
    color: #fff;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
    font-family: 'Segoe UI', sans-serif;
}

.gvp-ad-overlay.active {
    display: flex;
}

.gvp-ad-overlay .gvp-ad-label {
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #c9302c;
    margin-bottom: 8px;
}

.gvp-ad-overlay .gvp-ad-title {
    font-size: 15px;
    margin-bottom: 6px;
}

.gvp-ad-overlay .gvp-ad-time {
    font-size: 12px;
    opacity: .7;
}

.gvp-pay-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8,4,4,.96);
    color: #fff;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 6;
    font-family: 'Segoe UI', sans-serif;
    padding: 20px;
    box-sizing: border-box;
}

.gvp-pay-overlay.active {
    display: flex;
}

.gvp-pay-overlay .gvp-pay-label {
    font-family: 'Cinzel Decorative', serif;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    color: #c9302c;
    margin-bottom: 10px;
}

.gvp-pay-overlay .gvp-pay-info {
    font-size: 14px;
    margin-bottom: 14px;
    color: #e6e0e0;
}

.gvp-pay-overlay .gvp-pay-btn {
    font-family: 'Cinzel Decorative', serif;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(180deg, #c9302c, #7a1a1a);
    border: 1px solid #ff4d4d;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 0 14px rgba(201, 48, 44, 0.6);
}

.gvp-pay-overlay .gvp-pay-btn:hover {
    box-shadow: 0 0 22px rgba(255, 77, 77, 0.85);
}

.gvp-pay-overlay .gvp-pay-btn:disabled {
    opacity: .5;
    cursor: wait;
}

.gvp-pay-overlay .gvp-pay-status {
    margin-top: 12px;
    font-size: 12px;
    color: #a08d8d;
    min-height: 16px;
}

.gvp-nowplaying {
    margin-bottom: 14px;
}

.gvp-track-title {
    font-weight: bold;
    color: #e6e0e0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gvp-track-artist,
.gvp-track-album {
    font-size: 13px;
    color: #a08d8d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gvp-select {
    width: 100%;
    background: rgba(0,0,0,0.4);
    border: 1px solid #5a1a1a;
    color: #e6e0e0;
    padding: 6px 8px;
    border-radius: 4px;
    margin-bottom: 14px;
}

.gvp-select option {
    background: #1a1414;
    color: #e6e0e0;
}

.gvp-progress-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.gvp-time {
    font-size: 12px;
    color: #a08d8d;
    min-width: 34px;
}

@keyframes gvp-blood-flow {
    0%   { background-position: 0% 0%; }
    100% { background-position: -200% 0%; }
}

@keyframes gvp-blood-pulse {
    0%, 100% { box-shadow: 0 0 4px rgba(255, 77, 77, 0.7), 0 0 0px rgba(201, 48, 44, 0); }
    50%      { box-shadow: 0 0 10px rgba(255, 77, 77, 1), 0 0 14px rgba(201, 48, 44, 0.8); }
}

.gvp-progress,
.gvp-volume {
    -webkit-appearance: none;
    appearance: none;
    flex: 1;
    height: 6px;
    border-radius: 3px;
    background: repeating-linear-gradient(
        90deg,
        #2a0606 0%,
        #6e1616 12%,
        #c9302c 22%,
        #ff4d4d 28%,
        #c9302c 34%,
        #6e1616 44%,
        #2a0606 56%
    );
    background-size: 220% 100%;
    animation: gvp-blood-flow 2.6s linear infinite;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.85);
}

.gvp-progress::-webkit-slider-runnable-track,
.gvp-volume::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 3px;
    background: transparent;
}

.gvp-progress::-moz-range-track,
.gvp-volume::-moz-range-track {
    height: 6px;
    border-radius: 3px;
    background: repeating-linear-gradient(
        90deg,
        #2a0606 0%,
        #6e1616 12%,
        #c9302c 22%,
        #ff4d4d 28%,
        #c9302c 34%,
        #6e1616 44%,
        #2a0606 56%
    );
    background-size: 220% 100%;
    animation: gvp-blood-flow 2.6s linear infinite;
}

.gvp-progress::-webkit-slider-thumb,
.gvp-volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    margin-top: -4.5px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ff8080, #c9302c 60%, #6e1616 100%);
    border: 1px solid #ff6b6b;
    cursor: pointer;
    animation: gvp-blood-pulse 1.4s ease-in-out infinite;
}

.gvp-progress::-moz-range-thumb,
.gvp-volume::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ff8080, #c9302c 60%, #6e1616 100%);
    border: 1px solid #ff6b6b;
    cursor: pointer;
    animation: gvp-blood-pulse 1.4s ease-in-out infinite;
}

.gvp-progress:disabled,
.gvp-volume:disabled {
    animation: none;
    opacity: .4;
}

.gvp-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
}

.gvp-btn {
    background: rgba(0,0,0,0.4);
    border: 1px solid #8b2e2e;
    color: #e6e0e0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, box-shadow 0.15s;
}

.gvp-btn:hover {
    background: #c9302c;
    box-shadow: 0 0 10px rgba(201, 48, 44, 0.6);
}

.gvp-btn:disabled {
    opacity: .35;
    cursor: not-allowed;
}
.gvp-btn:disabled:hover {
    background: rgba(0,0,0,0.4);
    box-shadow: none;
}

.gvp-btn.gvp-play {
    width: 54px;
    height: 54px;
    font-size: 20px;
    background: #c9302c;
}
.gvp-btn.gvp-play:hover {
    background: #a02622;
}

.gvp-btn.gvp-shuffle.active {
    background: #c9302c;
    box-shadow: 0 0 10px rgba(201, 48, 44, 0.8);
}

.gvp-volume-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.gvp-volume {
    max-width: 100px;
}
