/* ============================================
   RESOURCES.CSS — Luxury Casino Theme (List, News, Show)
   ============================================ */

.page-container {
    padding-top: 0;
    min-height: 80vh;
}

/* ── Page Hero ── */
.page-hero {
    padding: 12rem 0 5rem;
    background: linear-gradient(180deg, rgba(10,22,40,0.9) 0%, rgba(5,12,22,1) 100%);
    text-align: center;
    border-bottom: 1px solid rgba(201,162,39,0.12);
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), transparent);
}

.breadcrumb-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 2rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.breadcrumb-nav a { color: var(--text-muted); transition: color 0.3s; }
.breadcrumb-nav a:hover { color: var(--gold); }
.breadcrumb-nav span { opacity: 0.3; }

.page-title,
.landing-title,
.article-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    background: linear-gradient(135deg, #fff 20%, var(--gold) 60%, var(--gold-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
    line-height: 1.1;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.hero-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
    font-size: 0.88rem;
    color: var(--text-muted);
    flex-wrap: wrap;
}

.hero-badge {
    background: rgba(201,162,39,0.15);
    color: var(--gold-light);
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid rgba(201,162,39,0.3);
}

.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-meta-item i { color: var(--gold); }

/* ── Article Container ── */
.article-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1.5rem 8rem;
}

.article-main-visual {
    width: 100%;
    margin-bottom: 4rem;
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(201,162,39,0.2);
    border: 1px solid rgba(201,162,39,0.15);
}

.article-main-visual img {
    width: 100%;
    display: block;
    transition: transform 0.8s ease;
}

.article-main-visual:hover img { transform: scale(1.02); }

.article-body {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #b8aed4;
}

.article-body p {
    margin-bottom: 2rem;
    text-align: justify;
}

.article-body h2,
.article-body h3 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin: 4rem 0 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #fff, var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-body blockquote {
    margin: 3rem 0;
    padding: 2rem 3rem;
    background: rgba(201,162,39,0.06);
    border-left: 3px solid var(--gold);
    font-style: italic;
    font-size: 1.3rem;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    color: var(--gold-light);
}

/* ── News Grid ── */
.news-grid-glow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.news-card-glow {
    background: rgba(15,31,54,0.7);
    border: 1px solid rgba(201,162,39,0.12);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.news-card-glow::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    opacity: 0;
    transition: opacity 0.3s;
}

.news-card-glow:hover {
    transform: translateY(-8px);
    border-color: rgba(201,162,39,0.4);
    box-shadow: 0 25px 60px rgba(0,0,0,0.5), var(--shadow-gold);
}

.news-card-glow:hover::before { opacity: 1; }

.news-glow-img {
    height: 210px;
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 1.5rem;
    position: relative;
}

.news-glow-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.news-card-glow:hover .news-glow-img img { transform: scale(1.06); }

.news-badge-glow {
    position: absolute;
    top: 12px; left: 12px;
    background: rgba(201,162,39,0.9);
    padding: 4px 12px;
    border-radius: var(--radius-sm);
    color: var(--navy-dark);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.news-glow-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    font-weight: 700;
}

.news-glow-content h3 a { color: #fff; }
.news-glow-content h3 a:hover { color: var(--gold-light); }

.news-glow-content p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-glow-footer { margin-top: auto; }

.read-more-glow {
    color: var(--gold);
    font-weight: 700;
    font-size: 0.82rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.read-more-glow:hover { color: var(--gold-light); gap: 14px; }

/* ── Pagination ── */
.pagination {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.page-btn {
    padding: 0.9rem 2.5rem;
    background: rgba(201,162,39,0.08);
    border: 1px solid rgba(201,162,39,0.25);
    border-radius: var(--radius-md);
    color: var(--gold-light);
    font-weight: 700;
    font-size: 0.9rem;
    transition: var(--transition);
    letter-spacing: 0.5px;
}

.page-btn:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-color: transparent;
    color: var(--navy-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
}

/* ── List Section ── */
.list-section { padding: 0 0 4rem; }

/* ── Section Header ── */
.section-header { margin-bottom: 3rem; }

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.5rem;
    background: linear-gradient(135deg, #fff 30%, var(--gold) 70%, var(--gold-light) 100%);
    -webkit-background-clip: text;
    background: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

.section-prefix {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
    display: block;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
    .news-grid-glow { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
    .page-hero { padding: 10rem 0 4rem; }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 8rem 0 3rem;
        margin-bottom: 2rem;
    }

    .breadcrumb-nav {
        font-size: 0.7rem;
        gap: 6px;
        letter-spacing: 0.5px;
        flex-wrap: wrap;
        padding: 0 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-align: center;
    }

    .breadcrumb-nav a {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
    }

    .breadcrumb-nav a,
    .breadcrumb-nav span { display: inline; }

    .page-title,
    .landing-title,
    .article-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
        letter-spacing: -0.5px;
        padding: 0 1rem;
        line-height: 1.2;
    }

    .hero-meta {
        gap: 0.75rem;
        margin-top: 1.2rem;
        padding: 0 1rem;
        font-size: 0.8rem;
        flex-direction: column;
    }

    .hero-badge {
        font-size: 0.65rem;
        padding: 5px 12px;
        min-height: 32px;
        display: inline-flex;
        align-items: center;
    }

    .ad-wrapper { margin-top: 1rem; }

    .article-main-visual {
        border-radius: var(--radius-lg);
        margin-bottom: 2rem;
    }

    .article-main-visual img { min-height: 180px; object-fit: cover; }

    .news-grid-glow { grid-template-columns: 1fr; gap: 1.5rem; }
    .article-body { font-size: 1rem; }
    .article-container { padding: 0 1rem 4rem; }
    .article-body blockquote { padding: 1.2rem 1.2rem; font-size: 1rem; }

    .page-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.85rem;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .pagination { gap: 0.8rem; flex-wrap: wrap; }
    .page-btn { padding: 0.8rem 1.5rem; font-size: 0.85rem; }

    .read-more-glow {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
    .news-glow-content h3 a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .page-hero { padding: 7.5rem 0 2.75rem; }

    .page-title,
    .landing-title,
    .article-title { font-size: clamp(1.35rem, 8vw, 1.75rem); }

    .news-glow-img { height: 190px; }
    .article-body { font-size: 0.95rem; }
    .article-container { padding: 0 1rem 3.5rem; }
    .article-body blockquote { padding: 1rem 1rem; font-size: 0.95rem; }
    .pagination { gap: 0.6rem; }
    .page-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.82rem;
        min-height: 46px;
    }
}

@media (max-width: 400px) {
    .page-hero { padding: 7rem 0 2.5rem; }

    .page-title,
    .landing-title,
    .article-title { font-size: 1.3rem; }

    .news-glow-img { height: 180px; }
    .article-body { font-size: 0.92rem; }
    .article-container { padding: 0 1rem 3rem; }
    .pagination { gap: 0.5rem; }
    .page-btn {
        padding: 0.7rem 1rem;
        font-size: 0.8rem;
        min-height: 44px;
    }
}
