/* Pro1 Play Page - Extracted Inline Styles */

/* Main content area */
[class~="container"].play-page-main {
    padding-top: 2rem;
}

/* Breadcrumb */
.play-breadcrumb {
    margin-bottom: 2rem;
    color: var(--text-secondary);
}

/* Synopsis block */
.synopsis-block {
    margin-top: 1.5rem;
}

.synopsis-block h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

/* Main content + sidebar grid layout */
[class~="play-content-layout"] {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
    margin-top: 2rem;
}

/* Player aspect ratio container */
.player-aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

/* Player placeholder overlay */
.player-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Video social actions bar */
[class~="video-actions"] {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Action item (relative positioning for popup) */
.action-item {
    position: relative;
}

/* Rating popup dropdown */
.rating-popup {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: var(--secondary-color);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    z-index: 100;
    white-space: nowrap;
    margin-bottom: 10px;
}

/* Rating stars */
.rating-stars {
    cursor: pointer;
}

/* Rating tip text */
.rating-tip {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin-top: 5px;
}

/* Play sources section */
.play-sources-section {
    margin-top: 2rem;
}

/* Play source box container */
[class~="play-source-box"] {
    background: var(--detail-bg);
    padding: 1.5rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255,255,255,0.05);
}

/* Play navigation tabs */
[class~="play-nav"] {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

/* Episode grid */
[class~="source-content"] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.75rem;
}

/* Plot commentary */
[class~="plot-commentary"] {
    background: var(--secondary-color);
    padding: 1.5rem;
    border-radius: var(--radius-md);
    line-height: 1.8;
    color: var(--text-secondary);
}

/* Copyright/disclaimer section */
[class~="copyright-section"] {
    background: rgba(255, 0, 0, 0.05);
    border: 1px dashed rgba(255, 0, 0, 0.2);
    padding: 1rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    color: var(--text-muted);
    text-align: center;
}

/* Sidebar rank list box */
[class~="rank-list-vertical"] {
    background: var(--secondary-color);
    padding: 1rem;
    border-radius: var(--radius-md);
}

/* Sidebar section spacing */
.sidebar-section-spaced {
    margin-top: 2rem;
}

/* Sticky sidebar section */
.sidebar-section-sticky {
    position: sticky;
    top: 1rem;
    margin-top: 2rem;
}

/* News sidebar grid */
.sidebar-news-grid {
    background: var(--secondary-color);
    padding: 1rem;
    border-radius: var(--radius-md);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

/* News more link in section header */
.section-more-link {
    font-size: 13px;
    color: var(--text-accent);
    text-decoration: none;
    margin-left: auto;
}

/* FAQ section */
[class~="section"].faq-section {
    color: var(--text-secondary);
    font-size: 0.9rem;
    background: var(--secondary-color);
    padding: 2rem;
    border-radius: var(--radius-md);
    margin-top: 2rem;
}

/* Footer */
.site-footer {
    background-color: #050914;
    padding: 4rem 0 2rem;
    margin-top: 4rem;
    border-top: 1px solid rgba(255,255,255,0.05);
    text-align: center;
}

/* Footer partners block */
[class~="partners"] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
}

/* Footer accent label */
.footer-label {
    margin-right: 1rem;
}

/* Footer partner/sitemap links */
.footer-link {
    margin: 0 10px;
    opacity: 0.7;
}

.footer-sitemap-link {
    margin: 0 15px;
    opacity: 0.7;
}

/* Footer friend links block */
.footer-friend-links {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
}

/* Footer sitemap links block */
.footer-sitemap-block {
    margin-bottom: 2rem;
}

/* Footer copyright disclaimer box */
.footer-disclaimer {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    font-size: 0.75rem;
    line-height: 1.9;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-disclaimer-cn {
    margin-bottom: 0.8rem;
    color: rgba(255,255,255,0.7);
}

.footer-disclaimer-cn strong {
    color: rgba(255,255,255,0.9);
}

.footer-disclaimer-en {
    color: rgba(255,255,255,0.5);
}

.footer-disclaimer-en strong {
    color: rgba(255,255,255,0.7);
}

/* Template copyright bar */
[class~="vt-template-copyright"] {
    margin-top: 36px;
    padding: 18px 14px;
    border-top: 1px solid rgba(148,163,184,.35);
    font-size: 13px;
    line-height: 1.9;
    color: #8b949e;
    text-align: center;
}

/* Action button icon */
.btn-action-icon {
    font-size: 1.2rem;
    margin-right: 5px;
}

/* Like count badge */
.like-count-badge {
    font-size: 0.9em;
    opacity: 0.7;
}

/* Responsive: collapse to single column on mobile */
@media (max-width: 768px) {
    [class~="play-content-layout"] {
        grid-template-columns: 1fr;
    }
}

/* 新增推荐区块样式 */
.movie-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.movie-grid a,
.movie-grid li {
    display: block;
    background: var(--secondary-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
}

.movie-grid a:hover,
.movie-grid li:hover {
    transform: translateY(-4px);
    box-shadow: var(--glow-accent);
}

@media (max-width: 768px) {
    .movie-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .movie-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
