/* ============================================================
   MONTECARLO WordPress Theme - Main Stylesheet
   Navy Blue + Champagne Gold Casino Aesthetic
   ============================================================ */

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    background: linear-gradient(180deg, #0D1B2A 0%, #1B2838 100%);
    color: #f5f5f5;
    font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a { color: #F7E7CE; text-decoration: none; transition: color 0.3s, background 0.3s, border-color 0.3s; }
a:hover { color: #fff; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; color: #f5f5f5; font-family: 'Playfair Display', serif; }
p { margin-bottom: 10px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
::selection { background: #F7E7CE; color: #0D1B2A; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0D1B2A; }
::-webkit-scrollbar-thumb { background: #2a3f5a; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #F7E7CE; }

/* ============================================================
   Header
   ============================================================ */
.site-header { width: 100%; background: #0a1420; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.header-top { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.logo a { display: inline-flex; align-items: center; }
.logo img { max-height: 50px; width: auto; }
.header-time { color: #F7E7CE; font-size: 14px; font-weight: 500; background: rgba(247,231,206,0.08); padding: 6px 14px; border-radius: 20px; border: 1px solid rgba(247,231,206,0.2); letter-spacing: 1px; }
.header-btn-group { display: flex; align-items: center; gap: 10px; }
.btn-login, .btn-register, .btn-demo {
    display: inline-flex; align-items: center; gap: 6px; padding: 8px 20px; border-radius: 4px;
    font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s; text-decoration: none; border: none; letter-spacing: 0.3px;
}
.btn-login { background: transparent; color: #F7E7CE; border: 1.5px solid #F7E7CE; }
.btn-login:hover { background: #F7E7CE; color: #0D1B2A; box-shadow: 0 0 15px rgba(247,231,206,0.3); }
.btn-register { background: linear-gradient(135deg, #F7E7CE, #d4b896); color: #0D1B2A; font-weight: 700; }
.btn-register:hover { background: linear-gradient(135deg, #d4b896, #F7E7CE); box-shadow: 0 4px 15px rgba(247,231,206,0.4); transform: translateY(-1px); color: #0D1B2A; }
.btn-demo { background: transparent; color: #f5f5f5; border: 1.5px solid #f5f5f5; }
.btn-demo:hover { background: #f5f5f5; color: #0D1B2A; box-shadow: 0 0 15px rgba(245,245,245,0.3); }

/* ============================================================
   Navigation
   ============================================================ */
.main-navigation { background: #0a1420; border-top: 1px solid #2a3f5a; border-bottom: 1px solid #2a3f5a; }
.nav-menu { display: flex; list-style: none; padding: 0; flex-wrap: wrap; }
.nav-item { position: relative; }
.nav-link { display: flex; align-items: center; padding: 12px 18px; color: #f5f5f5; text-transform: uppercase; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; transition: all 0.3s; text-decoration: none; white-space: nowrap; font-family: 'Roboto', sans-serif; }
.nav-link:hover { color: #F7E7CE; background: rgba(247,231,206,0.08); }
.nav-icon { margin-right: 6px; font-size: 14px; color: #F7E7CE; }
.nav-item.has-dropdown .nav-link::after { content: '\f107'; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-left: 6px; font-size: 10px; }
.nav-dropdown, .sub-menu { position: absolute; top: 100%; left: 0; background: #152238; min-width: 200px; border: 1px solid #2a3f5a; border-top: 2px solid #F7E7CE; box-shadow: 0 8px 24px rgba(0,0,0,0.5); opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s; z-index: 100; list-style: none; padding: 0; }
.nav-item.has-dropdown:hover .nav-dropdown, .nav-item.has-dropdown:hover .sub-menu, .nav-item:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown li a, .sub-menu li a { display: block; padding: 10px 18px; color: #ccc; font-size: 13px; border-bottom: 1px solid #2a3f5a; transition: all 0.3s; }
.nav-dropdown li a:hover, .sub-menu li a:hover { color: #F7E7CE; background: rgba(247,231,206,0.05); padding-left: 22px; }
.mobile-menu-toggle { display: none; background: transparent; border: 1px solid #2a3f5a; color: #F7E7CE; font-size: 20px; padding: 8px 12px; cursor: pointer; border-radius: 4px; }

/* Notification Bar */
.notification-bar { background: linear-gradient(90deg, #152238, #0a1420); border-top: 1px solid #2a3f5a; padding: 8px 0; overflow: hidden; }
.notification-content { display: flex; gap: 40px; white-space: nowrap; animation: scroll-notification 30s linear infinite; color: #ccc; font-size: 13px; }
.notification-content span { flex-shrink: 0; color: #ddd; }
@keyframes scroll-notification { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   MONTECARLO 独有: 大理石纹理Hero
   ============================================================ */
.marble-hero {
    min-height: 450px; display: flex; align-items: center; justify-content: center; position: relative;
    background: linear-gradient(135deg, #0D1B2A 25%, #1B2838 25%, #1B2838 50%, #0D1B2A 50%, #0D1B2A 75%, #1B2838 75%);
    background-size: 40px 40px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.marble-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 40%, rgba(247,231,206,0.05) 0%, transparent 50%), radial-gradient(ellipse at 70% 60%, rgba(247,231,206,0.03) 0%, transparent 40%); }
.marble-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,27,42,0.3) 0%, rgba(13,27,42,0.7) 100%); }
.marble-hero-content { position: relative; z-index: 2; text-align: center; padding: 40px 20px; max-width: 700px; }
.hero-brand { font-size: 52px; color: #F7E7CE; text-transform: uppercase; letter-spacing: 8px; margin-bottom: 15px; text-shadow: 0 2px 20px rgba(247,231,206,0.3); font-family: 'Playfair Display', serif; }
.hero-tagline { font-size: 22px; color: #f5f5f5; margin-bottom: 15px; font-weight: 300; letter-spacing: 2px; }
.hero-desc { font-size: 15px; color: #aaa; line-height: 1.7; margin-bottom: 30px; }
.hero-cta-group { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.hero-cta { padding: 14px 40px; font-size: 16px; letter-spacing: 1px; }
.hero-cta-secondary { padding: 14px 40px; font-size: 16px; letter-spacing: 1px; }

/* ============================================================
   MONTECARLO 独有: 波浪曲线分割
   ============================================================ */
.wave-divider { position: relative; height: 60px; overflow: hidden; }
.wave-divider::before { content: ''; position: absolute; bottom: 0; left: -5%; width: 110%; height: 60px; background: #152238; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

/* ============================================================
   MONTECARLO 独有: 优雅卡片
   ============================================================ */
.elegant-card { background: #152238; border: 1px solid #2a3f5a; border-radius: 20px; padding: 30px; transition: all 0.4s; text-decoration: none; color: #f5f5f5; display: block; }
.elegant-card:hover { border-color: #F7E7CE; box-shadow: 0 15px 40px rgba(247,231,206,0.1); transform: translateY(-5px); color: #f5f5f5; }

/* 分类卡片区 */
.elegant-categories-section { padding: 40px 0; }
.elegant-categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.category-card { text-align: center; }
.category-card-icon { width: 70px; height: 70px; border-radius: 50%; background: linear-gradient(135deg, #1B2838, #2a3f5a); border: 2px solid #2a3f5a; display: flex; align-items: center; justify-content: center; font-size: 28px; color: #F7E7CE; margin: 0 auto 15px; transition: all 0.4s; }
.category-card:hover .category-card-icon { border-color: #F7E7CE; box-shadow: 0 0 20px rgba(247,231,206,0.2); }
.category-card h3 { font-size: 18px; margin-bottom: 8px; color: #F7E7CE; }
.category-card p { font-size: 13px; color: #999; margin-bottom: 0; }

/* ============================================================
   MONTECARLO 独有: 装饰轮盘
   ============================================================ */
.deco-roulette-section { padding: 50px 0; }
.deco-roulette-wrapper { display: flex; align-items: center; gap: 40px; padding: 40px; background: #152238; border-radius: 20px; border: 1px solid #2a3f5a; }
.deco-roulette {
    width: 200px; height: 200px; border-radius: 50%; border: 4px solid #F7E7CE; flex-shrink: 0; position: relative;
    background: conic-gradient(#F7E7CE 0deg 10deg, transparent 10deg 20deg, #F7E7CE 20deg 30deg, transparent 30deg 40deg, #F7E7CE 40deg 50deg, transparent 50deg 60deg, #F7E7CE 60deg 70deg, transparent 70deg 80deg, #F7E7CE 80deg 90deg, transparent 90deg 100deg, #F7E7CE 100deg 110deg, transparent 110deg 120deg, #F7E7CE 120deg 130deg, transparent 130deg 140deg, #F7E7CE 140deg 150deg, transparent 150deg 160deg, #F7E7CE 160deg 170deg, transparent 170deg 180deg, #F7E7CE 180deg 190deg, transparent 190deg 200deg, #F7E7CE 200deg 210deg, transparent 210deg 220deg, #F7E7CE 220deg 230deg, transparent 230deg 240deg, #F7E7CE 240deg 250deg, transparent 250deg 260deg, #F7E7CE 260deg 270deg, transparent 270deg 280deg, #F7E7CE 280deg 290deg, transparent 290deg 300deg, #F7E7CE 300deg 310deg, transparent 310deg 320deg, #F7E7CE 320deg 330deg, transparent 330deg 340deg, #F7E7CE 340deg 350deg, transparent 350deg 360deg);
    opacity: 0.3;
}
.deco-roulette::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 30px; height: 30px; border-radius: 50%; background: #F7E7CE; }
.deco-roulette-text h2 { color: #F7E7CE; font-size: 28px; margin-bottom: 15px; letter-spacing: 1px; }
.deco-roulette-text p { color: #aaa; font-size: 15px; line-height: 1.7; margin-bottom: 25px; }

/* ============================================================
   Banner Slider
   ============================================================ */
.hero-slider { width: 100%; overflow: hidden; position: relative; border-radius: 12px; margin-bottom: 30px; }
.hero-slider .swiper-slide img { width: 100%; height: 400px; object-fit: cover; }
.hero-slider .swiper-pagination-bullet { background: rgba(247,231,206,0.5); opacity: 1; width: 10px; height: 10px; }
.hero-slider .swiper-pagination-bullet-active { background: #F7E7CE; width: 28px; border-radius: 5px; }
.hero-slider .swiper-button-next, .hero-slider .swiper-button-prev { color: #F7E7CE; background: rgba(0,0,0,0.5); width: 40px; height: 40px; border-radius: 50%; }
.hero-slider .swiper-button-next::after, .hero-slider .swiper-button-prev::after { font-size: 16px; font-weight: bold; }
.hero-slider::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent 60%, rgba(13,27,42,0.8) 100%); z-index: 1; pointer-events: none; }

/* ============================================================
   Section Title
   ============================================================ */
.section-title { font-size: 22px; font-weight: 700; color: #F7E7CE; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid rgba(247,231,206,0.2); text-transform: uppercase; letter-spacing: 0.5px; display: flex; align-items: center; font-family: 'Playfair Display', serif; }
.section-title i { margin-right: 10px; font-size: 20px; }
.section-title::before { content: ''; display: inline-block; width: 4px; height: 22px; background: linear-gradient(180deg, #F7E7CE, #2a3f5a); margin-right: 12px; border-radius: 2px; }

/* ============================================================
   Hot Games
   ============================================================ */
.hot-games-section { padding: 30px 0; }
.hot-games-swiper { padding-bottom: 40px; }
.game-item { display: block; text-align: center; transition: all 0.3s; position: relative; overflow: hidden; border-radius: 12px; background: #152238; }
.game-item:hover { transform: scale(1.05); box-shadow: 0 8px 25px rgba(247,231,206,0.15); }
.game-item img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.game-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.85)); padding: 30px 8px 10px; font-size: 11px; font-weight: 600; color: #f5f5f5; text-align: center; text-transform: uppercase; opacity: 0; transition: opacity 0.3s; }
.game-item:hover .game-overlay { opacity: 1; }
.hot-games-swiper .swiper-pagination-bullet { background: rgba(247,231,206,0.4); opacity: 1; }
.hot-games-swiper .swiper-pagination-bullet-active { background: #F7E7CE; }

/* ============================================================
   Poster Section
   ============================================================ */
.poster-section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding: 30px 0; }
.poster-item { border-radius: 12px; overflow: hidden; transition: all 0.3s; border: 1px solid #2a3f5a; }
.poster-item:hover { transform: scale(1.02); box-shadow: 0 8px 25px rgba(0,0,0,0.4); border-color: #F7E7CE; }
.poster-item img { width: 100%; height: auto; object-fit: cover; }

/* ============================================================
   Download Section
   ============================================================ */
.download-section { background: linear-gradient(135deg, #152238 0%, #0D1B2A 50%, #0a1420 100%); border: 1px solid #2a3f5a; border-radius: 16px; padding: 40px; text-align: center; margin: 30px 0; }
.download-section h2 { font-size: 26px; color: #F7E7CE; margin-bottom: 10px; text-transform: uppercase; }
.download-section p { color: #aaa; font-size: 15px; margin-bottom: 25px; max-width: 600px; margin-left: auto; margin-right: auto; }
.download-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.download-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 30px; background: linear-gradient(135deg, #F7E7CE, #d4b896); color: #0D1B2A; border-radius: 6px; font-size: 15px; font-weight: 600; transition: all 0.3s; text-decoration: none; }
.download-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(247,231,206,0.3); color: #0D1B2A; }
.download-btn i { font-size: 20px; }

/* ============================================================
   News Section
   ============================================================ */
.home-news-section { padding: 30px 0; }
.home-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 25px; }
.home-news-grid .article-card { display: block; text-decoration: none; color: inherit; background: #152238; border-radius: 12px; overflow: hidden; border: 1px solid #2a3f5a; transition: all 0.3s; }
.home-news-grid .article-card:hover { border-color: #F7E7CE; transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.4); color: inherit; }
.home-news-grid .article-card-thumb img { width: 100%; height: 180px; object-fit: cover; transition: transform 0.4s; }
.home-news-grid .article-card:hover .article-card-thumb img { transform: scale(1.05); }
.home-news-grid .article-card-title { padding: 14px 16px 6px; font-size: 15px; font-weight: 600; line-height: 1.4; color: #f5f5f5; font-family: 'Roboto', sans-serif; }
.home-news-grid .article-card:hover .article-card-title { color: #F7E7CE; }
.home-news-grid .article-card-meta { padding: 0 16px; font-size: 12px; color: #888; }
.home-news-grid .article-card-excerpt { padding: 8px 16px 18px; font-size: 13px; color: #aaa; line-height: 1.5; }
.home-news-placeholder { display: contents; }
.view-more-btn { display: block; text-align: center; padding: 12px 30px; background: transparent; border: 2px solid #F7E7CE; color: #F7E7CE; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.3s; max-width: 200px; margin: 0 auto; letter-spacing: 1px; }
.view-more-btn:hover { background: #F7E7CE; color: #0D1B2A; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(247,231,206,0.3); }
.view-more-btn i { margin-left: 6px; font-size: 12px; }

/* ============================================================
   Partners
   ============================================================ */
.partners-section { padding: 30px 0; border-top: 1px solid #2a3f5a; overflow: hidden; }
.partners-scroll { display: flex; gap: 15px; overflow: hidden; animation: scroll-partners 25s linear infinite; white-space: nowrap; }
.partner-item { padding: 12px 28px; background: #152238; border: 1px solid #2a3f5a; border-radius: 8px; color: #888; font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; flex-shrink: 0; transition: all 0.3s; cursor: default; opacity: 1; }
.partner-item:hover { color: #F7E7CE; border-color: #F7E7CE; background: rgba(247,231,206,0.05); }
@keyframes scroll-partners { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   Breadcrumb
   ============================================================ */
.breadcrumb { padding: 15px 0; font-size: 13px; color: #888; display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
.breadcrumb a { color: #F7E7CE; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { margin: 0 4px; color: #555; }

/* ============================================================
   Category Page
   ============================================================ */
.category-header { padding: 20px 0; border-bottom: 1px solid #2a3f5a; margin-bottom: 10px; }
.category-title { font-size: 28px; color: #F7E7CE; display: flex; align-items: center; gap: 10px; }
.category-desc { color: #aaa; font-size: 14px; margin-top: 10px; margin-bottom: 0; }
.provider-tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 20px 0; border-bottom: 1px solid #2a3f5a; margin-bottom: 10px; }
.provider-tab { padding: 8px 16px; background: #152238; border: 1px solid #2a3f5a; border-radius: 20px; color: #ccc; cursor: pointer; transition: all 0.3s; font-size: 13px; font-family: inherit; }
.provider-tab:hover { background: rgba(247,231,206,0.1); border-color: #F7E7CE; color: #F7E7CE; }
.provider-tab.active { background: linear-gradient(135deg, #F7E7CE, #d4b896); color: #0D1B2A; border-color: #F7E7CE; font-weight: 600; }
.content-area { display: flex; gap: 30px; padding: 30px 0; }
.content-area .main-content { flex: 1; min-width: 0; }
.sidebar-area { width: 300px; flex-shrink: 0; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { background: #152238; border-radius: 10px; overflow: hidden; border: 1px solid #2a3f5a; transition: all 0.3s; }
.article-card:hover { border-color: #F7E7CE; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.3); }
.article-card-thumb { overflow: hidden; }
.article-card-thumb img { width: 100%; height: 160px; object-fit: cover; transition: transform 0.4s; }
.article-card:hover .article-card-thumb img { transform: scale(1.05); }
.article-card-thumb a { display: block; }
.article-card-title { padding: 12px 15px 5px; font-size: 15px; font-weight: 600; line-height: 1.4; font-family: 'Roboto', sans-serif; }
.article-card-title a { color: #f5f5f5; }
.article-card-title a:hover { color: #F7E7CE; }
.article-card-meta { padding: 0 15px; font-size: 12px; color: #888; display: flex; flex-wrap: wrap; gap: 15px; }
.article-card-meta i { margin-right: 4px; color: #666; }
.article-card-excerpt { padding: 8px 15px 15px; font-size: 13px; color: #aaa; line-height: 1.5; }
.article-card-more { display: inline-block; padding: 0 15px 15px; color: #F7E7CE; font-size: 13px; font-weight: 500; }
.article-card-more:hover { color: #fff; }
.pagination { padding: 30px 0; text-align: center; }
.pagination .nav-links { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.nav-links a, .nav-links .current, .nav-links span.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 8px 14px; border-radius: 4px; font-size: 14px; font-weight: 500; transition: all 0.3s; text-decoration: none; }
.nav-links a { background: #152238; color: #f5f5f5; border: 1px solid #2a3f5a; }
.nav-links a:hover { background: rgba(247,231,206,0.1); border-color: #F7E7CE; color: #F7E7CE; }
.nav-links .current { background: linear-gradient(135deg, #F7E7CE, #d4b896); color: #0D1B2A; font-weight: 700; border: none; }
.no-posts { text-align: center; padding: 60px 20px; color: #888; font-size: 16px; grid-column: 1 / -1; }

/* ============================================================
   Single Article
   ============================================================ */
.single-article { background: #152238; border-radius: 10px; padding: 30px; border: 1px solid #2a3f5a; margin-bottom: 30px; }
.article-header { margin-bottom: 20px; }
.article-header h1 { font-size: 28px; line-height: 1.4; color: #f5f5f5; margin-bottom: 15px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 15px; padding: 15px 0; font-size: 13px; color: #888; border-bottom: 1px solid #2a3f5a; }
.article-meta span { display: inline-flex; align-items: center; gap: 5px; }
.article-meta i { color: #666; font-size: 13px; }
.article-content { font-size: 16px; line-height: 1.8; color: #ddd; padding: 20px 0; }
.article-content p { margin-bottom: 15px; }
.article-content h2 { color: #F7E7CE; font-size: 22px; margin: 25px 0 15px; }
.article-content h3 { color: #f5f5f5; font-size: 18px; margin: 20px 0 12px; }
.article-content img { border-radius: 8px; margin: 15px 0; }
.article-content blockquote { border-left: 3px solid #F7E7CE; padding: 15px 20px; margin: 20px 0; background: rgba(247,231,206,0.05); border-radius: 0 6px 6px 0; color: #ccc; font-style: italic; }
.article-content ul, .article-content ol { padding-left: 25px; margin-bottom: 15px; list-style: disc; }
.article-content ol { list-style: decimal; }
.article-content li { margin-bottom: 6px; color: #ccc; }
.article-tags { padding: 15px 0; border-top: 1px solid #2a3f5a; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.article-tags i { color: #F7E7CE; }
.article-tags span { background: #1B2838; padding: 4px 12px; border-radius: 4px; font-size: 12px; color: #ccc; }
.article-nav { display: flex; justify-content: space-between; padding: 20px 0; border-top: 1px solid #2a3f5a; gap: 20px; }
.article-nav a { color: #F7E7CE; font-size: 14px; }
.related-posts { margin-top: 40px; margin-bottom: 30px; }
.related-posts-title { font-size: 20px; color: #F7E7CE; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #2a3f5a; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.related-item { background: #152238; border-radius: 8px; overflow: hidden; border: 1px solid #2a3f5a; transition: all 0.3s; text-decoration: none; color: #f5f5f5; }
.related-item:hover { border-color: #F7E7CE; transform: translateY(-3px); }
.related-item-thumb img { width: 100%; height: 120px; object-fit: cover; }
.related-item-title { padding: 10px; font-size: 13px; font-weight: 500; line-height: 1.4; font-family: 'Roboto', sans-serif; }

/* ============================================================
   Floating Sidebar
   ============================================================ */
.floating-sidebar { position: fixed; right: 15px; top: 50%; transform: translateY(-50%); z-index: 900; display: flex; flex-direction: column; gap: 6px; }
.sidebar-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 55px; height: 55px; background: linear-gradient(135deg, #152238, #1B2838); border: 1px solid #2a3f5a; border-radius: 10px; color: #F7E7CE; font-size: 18px; transition: all 0.3s; text-decoration: none; }
.sidebar-btn:hover { background: linear-gradient(135deg, #F7E7CE, #d4b896); color: #0D1B2A; border-color: #F7E7CE; transform: scale(1.1); box-shadow: 0 4px 15px rgba(247,231,206,0.3); }
.sidebar-label { font-size: 8px; margin-top: 2px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2px; color: inherit; line-height: 1; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: #060e18; border-top: 1px solid #2a3f5a; margin-top: 30px; }
.footer-columns-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 30px; padding: 40px 0; border-bottom: 1px solid #2a3f5a; }
.footer-col h4 { color: #F7E7CE; font-size: 15px; text-transform: uppercase; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #F7E7CE; letter-spacing: 0.5px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { padding: 6px 0; border-bottom: 1px solid rgba(42,63,90,0.5); }
.footer-col ul li:last-child { border-bottom: none; }
.footer-col ul li a { color: #aaa; font-size: 13px; transition: all 0.3s; display: inline-block; }
.footer-col ul li a:hover { color: #F7E7CE; padding-left: 5px; }
.footer-brand-logo { margin-bottom: 10px; }
.footer-brand-logo img { max-height: 45px; width: auto; }
.footer-brand-text { color: #888; font-size: 13px; line-height: 1.7; margin: 15px 0; }
.footer-18plus { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; border: 2px solid #ff4444; color: #ff4444; font-weight: 700; font-size: 14px; margin-bottom: 12px; }
.footer-social-links { display: flex; gap: 10px; margin-top: 5px; }
.footer-social-links a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: #152238; border: 1px solid #2a3f5a; color: #ccc; font-size: 16px; transition: all 0.3s; text-decoration: none; }
.footer-social-links a:hover { background: #F7E7CE; color: #0D1B2A; border-color: #F7E7CE; transform: translateY(-3px); }
.footer-license-bar { padding: 25px 0; text-align: center; border-bottom: 1px solid #2a3f5a; }
.footer-license-bar h4 { font-size: 14px; color: #F7E7CE; text-transform: uppercase; margin-bottom: 18px; letter-spacing: 1px; }
.footer-license-bar .license-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.license-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 15px 20px; background: #152238; border: 1px solid #2a3f5a; border-radius: 8px; transition: all 0.3s; min-width: 100px; }
.license-item:hover { border-color: #F7E7CE; transform: translateY(-3px); }
.license-item i { font-size: 28px; color: #F7E7CE; }
.license-item span { font-size: 12px; color: #ccc; font-weight: 600; text-transform: uppercase; }
.footer-bottom { border-top: 1px solid #2a3f5a; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; }
.footer-copyright { color: #666; font-size: 13px; margin-bottom: 0; }
.footer-disclaimer { color: #666; font-size: 12px; margin-top: 8px; }

/* ============================================================
   Announcement Modal
   ============================================================ */
.announcement-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; }
.announcement-modal.hidden { display: none; }
.announcement-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.75); backdrop-filter: blur(4px); }
.announcement-content { position: relative; background: linear-gradient(145deg, #152238, #0D1B2A, #0a1420); border: 2px solid #F7E7CE; border-radius: 16px; padding: 30px 28px; max-width: 500px; width: 90%; z-index: 1; animation: modalSlideIn 0.4s cubic-bezier(0.22,1,0.36,1); box-shadow: 0 0 40px rgba(247,231,206,0.15), 0 20px 60px rgba(0,0,0,0.5); }
@keyframes modalSlideIn { from { transform: translateY(-30px) scale(0.95); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
.announcement-close { position: absolute; top: 8px; right: 12px; background: none; border: none; color: #F7E7CE; font-size: 28px; cursor: pointer; transition: transform 0.3s; z-index: 2; padding: 5px; }
.announcement-close:hover { transform: rotate(90deg); color: #fff; }
.announcement-header-icon { text-align: center; margin-bottom: 10px; }
.announcement-header-icon i { font-size: 32px; color: #F7E7CE; }
.announcement-title { color: #F7E7CE; font-size: 17px; text-align: center; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #2a3f5a; letter-spacing: 1px; font-weight: 700; }
.announcement-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.announcement-item { display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: rgba(247,231,206,0.04); border: 1px solid #2a3f5a; border-radius: 8px; color: #ddd; font-size: 13px; transition: all 0.3s; text-decoration: none; line-height: 1.4; }
.announcement-item:hover { border-color: #F7E7CE; background: rgba(247,231,206,0.1); color: #F7E7CE; transform: translateX(5px); }
.announcement-badge { padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; background: #2a3f5a; color: #aaa; flex-shrink: 0; }
.announcement-badge.hot { background: #ff4444; color: #fff; }
.announcement-badge.new { background: #F7E7CE; color: #0D1B2A; }
.announcement-badge.info { background: #4a90d9; color: #fff; }
.announcement-text { flex: 1; }
.announcement-item i.fa-chevron-right { color: #F7E7CE; font-size: 11px; flex-shrink: 0; }
.announcement-footer { text-align: center; }
.announcement-cta { display: inline-block; padding: 12px 50px; font-size: 16px; font-weight: 700; letter-spacing: 1px; border-radius: 8px; animation: ctaPulse 2s ease-in-out infinite; }
@keyframes ctaPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(247,231,206,0.4); } 50% { box-shadow: 0 0 0 10px rgba(247,231,206,0); } }

/* ============================================================
   Widget Styles
   ============================================================ */
.widget { background: #152238; border-radius: 8px; padding: 20px; margin-bottom: 20px; border: 1px solid #2a3f5a; }
.widget .widget-title { font-size: 16px; font-weight: 700; color: #F7E7CE; padding-bottom: 12px; border-bottom: 1px solid #2a3f5a; margin-bottom: 15px; }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget ul li { padding: 8px 0; border-bottom: 1px solid #2a3f5a; }
.widget ul li:last-child { border-bottom: none; }
.widget ul li a { color: #ccc; font-size: 14px; transition: all 0.3s; }
.widget ul li a:hover { color: #F7E7CE; padding-left: 4px; }
.widget_search .search-form { display: flex; }
.widget_search .search-field { flex: 1; padding: 10px 14px; background: #1B2838; border: 1px solid #2a3f5a; border-right: none; border-radius: 4px 0 0 4px; color: #fff; font-size: 14px; height: 40px; }
.widget_search .search-field::placeholder { color: #888; }
.widget_search .screen-reader-text { display: none; }
.widget_search .search-submit { padding: 10px 16px; background: #F7E7CE; color: #0D1B2A; border: 1px solid #F7E7CE; border-radius: 0 4px 4px 0; cursor: pointer; font-size: 14px; font-weight: 600; height: 40px; }

/* ============================================================
   Page Article
   ============================================================ */
.page-article { background: #152238; border-radius: 10px; padding: 30px; border: 1px solid #2a3f5a; }
.page-title { font-size: 28px; color: #F7E7CE; margin-bottom: 20px; }
.page-featured-img { border-radius: 8px; overflow: hidden; margin-bottom: 20px; }
.page-content { font-size: 16px; line-height: 1.8; color: #ddd; }
.page-content p { margin-bottom: 15px; }
.page-content h2 { color: #F7E7CE; margin: 25px 0 15px; }
.page-content img { border-radius: 8px; margin: 15px 0; }

/* ============================================================
   Utilities
   ============================================================ */
.scroll-top-btn { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; border-radius: 50%; background: linear-gradient(135deg, #F7E7CE, #d4b896); color: #0D1B2A; border: none; cursor: pointer; font-size: 18px; display: none; z-index: 999; box-shadow: 0 4px 15px rgba(247,231,206,0.3); transition: all 0.3s; }
.scroll-top-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(247,231,206,0.4); }
