

:root {
    --art-accent: #7c4dff;
    --art-accent-hover: #651fff;
    --art-accent-light: #b388ff;
    --art-bg-dark: #0a0a0a;
    --art-bg-surface: #1a1a1a;
    --art-text-primary: #ffffff;
    --art-text-secondary: #b3b3b3;
}

.art-setting-item[data-setting="info"],
.art-setting-item[data-value="info"],
.art-info,
.art-info-panel,
.art-info-item,
.art-setting-item:has([data-value="info"]),
.art-settings .art-setting-item:nth-last-child(2),
.art-settings .art-setting-item:last-child {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.art-bottom .art-control[data-index="version"],
[class*="art-info"],
[class*="artplayer-app"] [data-info] {
    display: none !important;
}

.artplayer-app {
    width: 100% !important;
    height: 100% !important;
    background: #000 !important;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.art-bottom {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.95) 0%,
            rgba(0, 0, 0, 0.8) 50%,
            transparent 100%) !important;
    padding-bottom: 8px !important;
}

.art-controls {
    background: transparent !important;
}

.art-progress {
    height: 4px !important;
}

.art-progress:hover {
    height: 6px !important;
}

.art-progress .art-loaded {
    background: rgba(255, 255, 255, 0.3) !important;
}

.art-progress .art-played {
    background: var(--art-accent) !important;
}

.art-progress .art-played::after {
    background: var(--art-accent) !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    box-shadow: 0 0 10px rgba(124, 77, 255, 0.5) !important;
}

.art-progress .art-indicator {
    background: var(--art-accent) !important;
}

.art-control {
    opacity: 0.9 !important;
    transition: all 0.2s ease !important;
}

.art-control:hover {
    opacity: 1 !important;
    color: var(--art-accent) !important;
}

.art-control-progress .art-control-time {
    color: var(--art-text-primary) !important;
}

.art-control-backward,
.art-control-forward {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
    opacity: 0.9 !important;
    transition: all 0.2s ease !important;
}

.art-control-backward:hover,
.art-control-forward:hover {
    opacity: 1 !important;
    transform: scale(1.1) !important;
}

.art-control-backward svg,
.art-control-forward svg {
    width: 22px !important;
    height: 22px !important;
    fill: white !important;
}

.art-volume-panel {
    background: rgba(0, 0, 0, 0.9) !important;
    border-radius: 4px !important;
}

.art-volume-slider .art-volume-inner {
    background: var(--art-accent) !important;
}

.art-settings {
    background: rgba(20, 20, 20, 0.98) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(124, 77, 255, 0.2) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
}

.art-setting-item:hover {
    background: rgba(124, 77, 255, 0.3) !important;
}

.art-setting-item.art-current {
    color: var(--art-accent) !important;
}

.art-skip-intro-btn {
    position: absolute;
    bottom: 80px;
    right: 25px;
    background: rgba(124, 77, 255, 0.95);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(124, 77, 255, 0.5);
}

.art-skip-intro-btn:hover {
    background: var(--art-accent-hover);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateX(0) scale(1.05);
    box-shadow: 0 6px 25px rgba(124, 77, 255, 0.7);
}

.art-skip-intro-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    animation: skipIntroPulse 2s ease-in-out infinite;
}

@keyframes skipIntroPulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(124, 77, 255, 0.5);
    }

    50% {
        box-shadow: 0 4px 30px rgba(124, 77, 255, 0.8);
    }
}

.art-skip-intro-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.art-next-episode-container {
    position: absolute;
    bottom: 80px;
    right: 25px;
    background: rgba(26, 26, 26, 0.98);
    backdrop-filter: blur(10px);
    color: white;
    border-radius: 12px;
    padding: 18px 22px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 220px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(124, 77, 255, 0.3);
}

.art-next-episode-container.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.art-next-episode-title {
    font-size: 11px;
    color: var(--art-text-secondary);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.art-next-episode-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--art-accent);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    justify-content: center;
}

.art-next-episode-btn:hover {
    background: var(--art-accent-hover);
    transform: scale(1.02);
}

.art-countdown-circle {
    width: 38px;
    height: 38px;
    position: relative;
}

.art-countdown-circle svg {
    transform: rotate(-90deg);
    width: 38px;
    height: 38px;
}

.art-countdown-circle circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
}

.art-countdown-circle .bg {
    stroke: rgba(255, 255, 255, 0.2);
}

.art-countdown-circle .progress {
    stroke: var(--art-accent-light);
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
}

.art-countdown-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 700;
}

body.lights-off .lights-off-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999;
    pointer-events: none;
}

body.lights-off .video-container,
body.lights-off .video-wrapper {
    position: relative;
    z-index: 1000;
}

body.lights-off .artplayer-app {
    z-index: 1001;
    box-shadow: 0 0 80px rgba(124, 77, 255, 0.3);
}

.art-resume-indicator {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(124, 77, 255, 0.9);
    color: white;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    z-index: 50;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.art-resume-indicator.visible {
    opacity: 1;
    transform: translateY(0);
}

.art-loading-icon svg {
    fill: var(--art-accent) !important;
}

.art-state {
    background: rgba(124, 77, 255, 0.9) !important;
    border-radius: 50% !important;
    width: 80px !important;
    height: 80px !important;
}

.art-state:hover {
    background: var(--art-accent) !important;
    transform: scale(1.1) !important;
}

@media (max-width: 480px) {
    .art-skip-intro-btn {
        bottom: 60px;
        right: 10px;
        padding: 10px 16px;
        font-size: 12px;
    }

    .art-next-episode-container {
        bottom: 60px;
        right: 10px;
        left: 10px;
        min-width: auto;
    }

    .art-control-backward,
    .art-control-forward {
        width: 36px !important;
        height: 36px !important;
    }

    .art-control-backward svg,
    .art-control-forward svg {
        width: 18px !important;
        height: 18px !important;
    }
}

.art-fullscreen .art-skip-intro-btn {
    bottom: 100px;
    right: 40px;
}

.art-fullscreen .art-next-episode-container {
    bottom: 100px;
    right: 40px;
}

.embed-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.embed-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}