/*
Theme Name: SlotsZentrum
Description: Dark premium slots review theme
Version: 1.0
Author: Anirudha
Text Domain: slotzentrum
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --bg: #0B0E17;
    --bg2: #111827;
    --card: #1A1F35;
    --card-hover: #222842;
    --accent: #FFD700;
    --accent2: #E94560;
    --text: #E8E8ED;
    --muted: #8B8FA3;
    --border: rgba(255,255,255,0.08);
    --radius: 14px;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: var(--bg); color: var(--text); font-family: var(--font); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

/* Header */
.header { background: var(--bg2); border-bottom: 1px solid var(--border); padding: 14px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 1.5rem; font-weight: 900; color: #fff; }
.logo span { color: var(--accent); }
.nav { display: flex; gap: 20px; align-items: center; }
.nav a { color: var(--muted); font-size: 0.85rem; font-weight: 500; transition: color 0.2s; }
.nav a:hover { color: var(--accent); }

/* Nav Dropdowns */
.nav-dropdown { position: relative; }
.nav-trigger { color: var(--muted); font-size: 0.85rem; font-weight: 500; cursor: default; transition: color 0.2s; display: flex; align-items: center; gap: 4px; }
.nav-trigger:hover { color: var(--accent); }
.nav-trigger .arrow { font-size: 0.6rem; transition: transform 0.2s; }
.nav-dd-menu { display: none; position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 8px 0; min-width: 200px; box-shadow: 0 15px 40px rgba(0,0,0,0.5); z-index: 200; }
.nav-dd-menu::before { content: ''; position: absolute; top: -8px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid var(--card); }
.nav-dd-menu a { display: block; padding: 8px 18px; color: var(--muted); font-size: 0.82rem; transition: all 0.15s; white-space: nowrap; }
.nav-dd-menu a:hover { color: var(--accent); background: rgba(255,215,0,0.05); }
.nav-dropdown:hover .nav-dd-menu { display: block; }
.nav-dropdown:hover .nav-trigger { color: var(--accent); }
.nav-dropdown:hover .arrow { transform: rotate(180deg); }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); margin: 5px 0; transition: 0.3s; }

/* Mobile Menu */
.mobile-menu { display: none; position: fixed; top: 0; left: 0; width: 80%; height: 100vh; background: var(--bg2); z-index: 200; padding: 60px 24px 24px; transform: translateX(-100%); transition: transform 0.3s ease; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { display: block; padding: 14px 0; color: var(--text); font-size: 1rem; border-bottom: 1px solid var(--border); }
.mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 199; }
.mobile-close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: var(--text); font-size: 24px; cursor: pointer; }
.mobile-section { margin-bottom: 8px; }
.mobile-heading { color: var(--accent); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 14px 0 6px; border-bottom: none; }
.mobile-sub { padding: 10px 0 10px 16px !important; font-size: 0.9rem !important; color: var(--muted) !important; border-bottom: 1px solid var(--border) !important; }

/* Hero */
.hero { padding: 56px 24px; text-align: center; background: linear-gradient(180deg, rgba(233,69,96,0.06) 0%, transparent 100%); }
.hero h1 { font-size: 2.6rem; font-weight: 900; margin-bottom: 14px; line-height: 1.15; }
.hero h1 span { color: var(--accent); }
.hero p { color: var(--muted); max-width: 600px; margin: 0 auto 28px; font-size: 1rem; }
.hero-stats { display: flex; justify-content: center; gap: 40px; margin-top: 20px; }
.hero-stat .num { font-size: 1.8rem; font-weight: 800; color: var(--accent); }
.hero-stat .label { font-size: 0.75rem; color: var(--muted); margin-top: 2px; }

/* Section */
.section { max-width: 1200px; margin: 0 auto; padding: 40px 24px; }
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.section-title { font-size: 1.3rem; font-weight: 800; }
.section-link { color: var(--accent); font-size: 0.82rem; font-weight: 600; }

/* Provider Pills */
.provider-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.pill { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 8px 16px; font-size: 0.8rem; font-weight: 600; color: var(--text); cursor: pointer; transition: all 0.2s; }
.pill:hover, .pill.active { border-color: var(--accent); color: var(--accent); box-shadow: 0 0 12px rgba(255,215,0,0.1); }

/* Slot Cards */
.slots-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.slot-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }
.slot-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.4); border-color: rgba(255,215,0,0.15); }
.slot-img { width: 100%; height: 150px; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; position: relative; overflow: hidden; }
.slot-badge { position: absolute; top: 8px; left: 8px; color: #fff; font-size: 0.62rem; font-weight: 700; padding: 3px 8px; border-radius: 6px; text-transform: uppercase; }
.slot-badge.new { background: #4CAF50; }
.slot-badge.hot { background: var(--accent2); }
.slot-badge.rtp { background: #0088cc; }
.slot-info { padding: 12px 14px; }
.slot-name { font-weight: 700; font-size: 0.9rem; margin-bottom: 3px; color: #fff; }
.slot-provider { color: var(--muted); font-size: 0.75rem; margin-bottom: 6px; }
.slot-meta { display: flex; justify-content: space-between; align-items: center; }
.slot-rtp { font-size: 0.75rem; color: var(--accent); font-weight: 600; }
.slot-stars { color: var(--accent); font-size: 0.7rem; }
.slot-play { display: block; background: linear-gradient(135deg, var(--accent), #FFA500); color: var(--bg); padding: 8px 14px; border-radius: 8px; font-weight: 700; font-size: 0.75rem; margin-top: 10px; text-align: center; text-transform: uppercase; transition: box-shadow 0.2s; }
.slot-play:hover { box-shadow: 0 4px 15px rgba(255,215,0,0.3); }

/* Category Cards */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px; }
.cat-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; text-align: center; transition: all 0.25s; cursor: pointer; }
.cat-card:hover { border-color: rgba(255,215,0,0.2); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }
.cat-icon { font-size: 1.8rem; margin-bottom: 6px; }
.cat-name { font-weight: 700; font-size: 0.88rem; margin-bottom: 3px; }
.cat-count { color: var(--muted); font-size: 0.72rem; }

/* RTP Table */
.rtp-table { width: 100%; border-collapse: collapse; }
.rtp-table th { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 0.75rem; font-weight: 600; text-transform: uppercase; }
.rtp-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); font-size: 0.85rem; }
.rtp-table tr:hover td { background: rgba(255,255,255,0.02); }
.rtp-bar { height: 6px; background: rgba(255,255,255,0.06); border-radius: 3px; overflow: hidden; width: 120px; }
.rtp-fill { height: 100%; background: var(--accent); border-radius: 3px; }

/* Single Slot Page */
.slot-single { max-width: 900px; margin: 0 auto; padding: 32px 24px; }
.slot-single-header { text-align: center; margin-bottom: 32px; }
.slot-single-header h1 { font-size: 2rem; font-weight: 900; margin-bottom: 8px; }
.slot-single-meta { display: flex; justify-content: center; gap: 20px; color: var(--muted); font-size: 0.85rem; margin-top: 12px; flex-wrap: wrap; }
.slot-single-meta span { background: var(--card); padding: 6px 14px; border-radius: 8px; border: 1px solid var(--border); }
.slot-single-img { width: 100%; max-width: 500px; height: 250px; margin: 0 auto 32px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 4rem; }
.slot-single-content { line-height: 1.8; }
.slot-single-content h2 { font-size: 1.4rem; font-weight: 800; margin: 28px 0 12px; color: #fff; }
.slot-single-content h3 { font-size: 1.1rem; font-weight: 700; margin: 20px 0 10px; color: #fff; }
.slot-single-content p { margin-bottom: 14px; color: var(--text); }
.slot-single-content ul, .slot-single-content ol { margin: 0 0 14px 24px; }
.slot-single-content li { margin-bottom: 6px; }
.info-box { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; margin: 24px 0; }
.info-box h3 { margin-top: 0; color: var(--accent); font-size: 1rem; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 12px; }
.info-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 0.85rem; }
.info-label { color: var(--muted); }
.info-value { font-weight: 600; }

/* Archive/Category */
.archive-header { padding: 40px 24px; text-align: center; }
.archive-header h1 { font-size: 2rem; font-weight: 900; margin-bottom: 8px; }
.archive-header p { color: var(--muted); max-width: 600px; margin: 0 auto; }
.archive-article { max-width: 900px; margin: 0 auto; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 32px; line-height: 1.8; color: var(--text); }
.archive-article h2 { font-size: 1.3rem; font-weight: 800; margin: 24px 0 10px; color: #fff; }
.archive-article h3 { font-size: 1.05rem; font-weight: 700; margin: 18px 0 8px; color: #fff; }
.archive-article p { margin-bottom: 12px; color: var(--text); font-size: 0.92rem; }
.archive-article ul, .archive-article ol { margin: 0 0 12px 24px; }
.archive-article li { margin-bottom: 6px; font-size: 0.92rem; }

/* Footer */
.footer { background: var(--bg2); border-top: 1px solid var(--border); padding: 48px 24px 24px; margin-top: 40px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 32px; }
.footer-col h4 { color: var(--accent); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; font-weight: 700; }
.footer-col a { display: block; color: var(--muted); font-size: 0.82rem; margin-bottom: 8px; transition: color 0.2s; }
.footer-col a:hover { color: var(--accent); }
.footer-col p { color: var(--muted); font-size: 0.82rem; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 0.75rem; flex-wrap: wrap; gap: 12px; }
.age-badge { background: var(--accent2); color: #fff; padding: 2px 8px; border-radius: 4px; font-weight: 800; font-size: 0.72rem; margin-right: 6px; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.pagination a, .pagination span { padding: 8px 14px; background: var(--card); border: 1px solid var(--border); border-radius: 8px; font-size: 0.85rem; color: var(--text); transition: all 0.2s; }
.pagination a:hover, .pagination .current { background: var(--accent); color: var(--bg); border-color: var(--accent); }

/* Responsive */
@media (max-width: 768px) {
    .nav { display: none; }
    .hamburger { display: block; }
    .hero h1 { font-size: 1.7rem; }
    .hero-stats { gap: 20px; }
    .hero-stat .num { font-size: 1.4rem; }
    .slots-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .slot-single-header h1 { font-size: 1.5rem; }
    .info-grid { grid-template-columns: 1fr; }
    .section { padding: 28px 16px; }
}

@media (max-width: 480px) {
    .slots-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .slot-img { height: 120px; }
    .footer-grid { grid-template-columns: 1fr; }
}
