/* =====================================================
   StadiumRush_Olahraga - Sports Stadium Green Theme
   Color: Green #A855F7, White, Dark #1A0A2A
   Font: Montserrat (headings), Source Sans Pro (body)
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.px-body { font-family: 'Nunito', sans-serif; background: #1A0A2A; color: #D1D5DB; line-height: 1.7; font-size: 15px; overflow-x: hidden; }
a { color: #A855F7; text-decoration: none; transition: all 0.3s; }
a:hover { color: #F9A8D4; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.d-none { display: none !important; }
.d-lg-flex { display: flex !important; }

/* === Header === */
.px-header { position: sticky; top: 0; z-index: 9999; background: rgba(15,10,35,0.95); backdrop-filter: blur(10px); border-bottom: 2px solid #A855F7; }
.px-header-inner { display: flex; align-items: center; justify-content: space-between; height: 62px; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.px-logo img { height: 34px; }
.px-nav { display: flex; align-items: center; gap: 2px; }
.px-nav-link { color: #6B7280; padding: 8px 14px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 4px; transition: all 0.3s; font-family: 'Press Start 2P', sans-serif; }
.px-nav-link:hover, .px-nav-link.px-active { color: #FFF; background: rgba(34,197,94,0.15); }
.px-dropdown { position: relative; }
.px-dropdown-btn { background: #A855F7; color: #1A0A2A; border: none; padding: 7px 16px; font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; border-radius: 4px; font-family: 'Press Start 2P', sans-serif; }
.px-dropdown-panel { display: none; position: absolute; top: calc(100% + 8px); right: 0; background: #1A0A2A; border: 1px solid rgba(34,197,94,0.3); min-width: 460px; padding: 20px; z-index: 10000; box-shadow: 0 12px 40px rgba(0,0,0,0.5); border-radius: 6px; }
.px-dropdown.open .px-dropdown-panel { display: block; }
.px-dropdown-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.px-dropdown-heading { color: #A855F7; font-weight: 700; font-size: 13px; padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px solid rgba(34,197,94,0.2); display: block; }
.px-dropdown-item { color: #6B7280; font-size: 12px; padding: 3px 0; display: block; }
.px-dropdown-item:hover { color: #F9A8D4; }
.px-header-actions { display: flex; gap: 8px; }

/* === Buttons === */
.px-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 24px; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; border: 2px solid transparent; border-radius: 6px; transition: all 0.3s; font-family: 'Press Start 2P', sans-serif; text-decoration: none; }
.px-btn-green { background: #A855F7; color: #1A0A2A; border-color: #A855F7; }
.px-btn-green:hover { box-shadow: 0 0 20px rgba(34,197,94,0.4); color: #1A0A2A; }
.px-btn-outline { background: transparent; color: #A855F7; border-color: rgba(34,197,94,0.4); }
.px-btn-outline:hover { background: rgba(34,197,94,0.1); border-color: #A855F7; }
.px-btn-sm { padding: 6px 14px; font-size: 11px; }
.px-btn-block { display: flex; width: 100%; }

/* === Mobile === */
.px-mobile-bar { display: none; position: sticky; top: 0; z-index: 9998; background: rgba(15,10,35,0.95); backdrop-filter: blur(10px); height: 56px; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 2px solid #A855F7; }
.px-mobile-bar-logo img { height: 28px; }
.px-mobile-bar-toggle { background: none; border: 1px solid rgba(34,197,94,0.4); width: 40px; height: 40px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-radius: 6px; }
.px-mobile-bar-toggle .px-toggle-bar { width: 20px; height: 2px; background: #A855F7; }
.px-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 10002; }
.px-overlay.active { display: block; }
.px-sidebar { position: fixed; top: 0; left: -300px; width: 280px; height: 100vh; background: #1A0A2A; border-right: 2px solid #A855F7; z-index: 10003; transition: left 0.3s; overflow-y: auto; }
.px-sidebar.open { left: 0; }
.px-sidebar-top { display: flex; align-items: center; justify-content: space-between; padding: 18px; border-bottom: 1px solid rgba(34,197,94,0.15); }
.px-sidebar-logo { height: 36px; display: block; }
.px-sidebar-close { background: none; border: none; color: #A855F7; font-size: 24px; cursor: pointer; }
.px-sidebar-menu { padding: 12px 0; }
.px-sidebar-link { display: flex; align-items: center; gap: 10px; padding: 12px 20px; color: #6B7280; font-size: 14px; border-left: 3px solid transparent; transition: all 0.3s; }
.px-sidebar-link:hover { background: rgba(34,197,94,0.06); border-left-color: #A855F7; color: #A855F7; }
.px-sidebar-link i { width: 20px; text-align: center; color: #A855F7; }
.px-sidebar-divider { height: 1px; background: rgba(34,197,94,0.1); margin: 8px 20px; }
.px-sidebar-auth { padding: 16px 20px; display: flex; gap: 8px; border-top: 1px solid rgba(34,197,94,0.08); }
.px-sidebar-auth .px-btn { flex: 1; font-size: 12px; padding: 8px 12px; }
.px-sidebar-cta { padding: 12px 20px; }

/* === Main === */
.px-content { min-height: 60vh; }

/* === Hero - Left text, Right image with diagonal clip === */
.px-hero { padding: 80px 0 60px; position: relative; background: linear-gradient(135deg, #1A0A2A 0%, #0F2F0F 50%, #1A0A2A 100%); overflow: hidden; }
.px-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, #A855F7, transparent); }
.px-hero-inner { display: flex; align-items: center; gap: 40px; }
.px-hero-text { flex: 1; }
.px-hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 5px 14px; background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.3); border-radius: 20px; color: #A855F7; font-size: 12px; font-weight: 700; margin-bottom: 16px; }
.px-hero-badge .px-pulse { width: 8px; height: 8px; background: #A855F7; border-radius: 50%; animation: srPulse 2s infinite; }
@keyframes srPulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:0.5;transform:scale(1.5);} }
.px-hero h1 { font-family: 'Press Start 2P', sans-serif; font-size: 44px; font-weight: 900; color: #FFF; margin: 0 0 16px; line-height: 1.1; }
.px-hero h1 span { color: #A855F7; }
.px-hero-desc { color: #6B7280; font-size: 16px; max-width: 480px; margin-bottom: 28px; line-height: 1.8; }
.px-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.px-hero-img { flex-shrink: 0; max-width: 340px; }
.px-hero-img img { border-radius: 12px; clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%); box-shadow: 0 20px 50px rgba(34,197,94,0.15); }
.px-hero-promo { display: flex; align-items: center; gap: 16px; background: rgba(34,197,94,0.06); border: 1px solid rgba(34,197,94,0.2); border-radius: 8px; padding: 16px 20px; }
.px-hero-promo-icon { width: 48px; height: 48px; background: #A855F7; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #1A0A2A; font-size: 20px; flex-shrink: 0; }
.px-hero-promo h3 { color: #FFF; font-size: 17px; font-weight: 800; margin: 0 0 2px; font-family: 'Press Start 2P', sans-serif; }
.px-hero-promo p { color: #6B7280; font-size: 13px; margin: 0; }

/* === Live Score Ticker === */
.px-ticker { background: #1A0A2A; border-top: 1px solid rgba(34,197,94,0.15); border-bottom: 1px solid rgba(34,197,94,0.15); padding: 14px 0; overflow: hidden; }
.px-ticker-inner { display: flex; gap: 32px; animation: srScroll 30s linear infinite; }
@keyframes srScroll { 0%{transform:translateX(0);} 100%{transform:translateX(-50%);} }
.px-ticker-item { display: flex; align-items: center; gap: 12px; white-space: nowrap; flex-shrink: 0; }
.px-ticker-teams { color: #FFF; font-weight: 700; font-size: 13px; }
.px-ticker-score { background: #A855F7; color: #1A0A2A; font-weight: 800; font-size: 12px; padding: 2px 8px; border-radius: 3px; }
.px-ticker-time { color: #6B7280; font-size: 11px; }

/* === Sections === */
.px-section { padding: 60px 0; }
.px-section-alt { background: rgba(34,197,94,0.02); }
.px-section-title { margin-bottom: 40px; padding-left: 16px; border-left: 4px solid #A855F7; }
.px-section-title h2 { font-family: 'Press Start 2P', sans-serif; font-size: 26px; font-weight: 800; color: #FFF; margin: 0 0 4px; text-transform: uppercase; }
.px-section-title p { color: #6B7280; font-size: 14px; margin: 0; }

/* === Game Grid === */
.px-game-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.px-game-card { background: rgba(34,197,94,0.04); border: 1px solid rgba(34,197,94,0.1); border-radius: 8px; padding: 22px 10px; text-align: center; transition: all 0.3s; cursor: pointer; }
.px-game-card:hover { border-color: #A855F7; transform: translateY(-4px); box-shadow: 0 8px 20px rgba(34,197,94,0.1); }
.px-game-card img { width: 52px; height: 52px; object-fit: contain; margin-bottom: 10px; }
.px-game-card h3 { color: #FFF; font-size: 14px; font-weight: 700; margin: 0 0 2px; }
.px-game-card p { color: #6B7280; font-size: 11px; margin: 0; }

/* === Featured Match - Big match card === */
.px-match-card { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 0; background: linear-gradient(135deg, #1A0A2A, #1A0A2A); border: 1px solid rgba(34,197,94,0.2); border-radius: 10px; overflow: hidden; }
.px-match-team { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px 20px; }
.px-match-team i { font-size: 40px; color: #A855F7; margin-bottom: 10px; }
.px-match-team h3 { color: #FFF; font-size: 18px; font-weight: 800; font-family: 'Press Start 2P', sans-serif; }
.px-match-center { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; background: rgba(34,197,94,0.05); border-left: 1px solid rgba(34,197,94,0.1); border-right: 1px solid rgba(34,197,94,0.1); }
.px-match-vs { font-family: 'Press Start 2P', sans-serif; font-size: 28px; font-weight: 900; color: #A855F7; margin-bottom: 6px; }
.px-match-info { color: #6B7280; font-size: 12px; text-align: center; }
.px-match-odds { display: flex; gap: 8px; margin-top: 12px; }
.px-match-odd { padding: 6px 14px; background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.3); border-radius: 4px; color: #A855F7; font-size: 13px; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.px-match-odd:hover { background: #A855F7; color: #1A0A2A; }

/* === Sports Grid === */
.px-sport-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.px-sport-card { background: rgba(34,197,94,0.04); border: 1px solid rgba(34,197,94,0.1); border-radius: 8px; padding: 26px 16px; text-align: center; transition: all 0.3s; }
.px-sport-card:hover { border-color: #A855F7; transform: translateY(-3px); }
.px-sport-icon { width: 50px; height: 50px; margin: 0 auto 12px; background: rgba(34,197,94,0.1); border: 2px solid rgba(34,197,94,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #A855F7; transition: all 0.3s; }
.px-sport-card:hover .px-sport-icon { background: #A855F7; color: #1A0A2A; }
.px-sport-card h3 { color: #FFF; font-size: 15px; font-weight: 700; margin: 0 0 4px; }
.px-sport-card p { color: #6B7280; font-size: 12px; margin: 0 0 14px; }

/* === Featured Games (imgapp/) === */
.px-featured { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 12px; }
.px-featured-item { position: relative; overflow: hidden; border: 1px solid rgba(34,197,94,0.1); border-radius: 8px; }
.px-featured-item.px-lg { grid-column: span 2; grid-row: span 2; }
.px-featured-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; filter: brightness(0.7); }
.px-featured-item:hover img { transform: scale(1.05); filter: brightness(0.9); }
.px-featured-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px; background: linear-gradient(transparent, rgba(10,26,10,0.9)); }
.px-featured-cap h4 { color: #FFF; font-size: 14px; margin: 0 0 6px; }

/* === Banner Trio (img/) === */
.px-banner-trio { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 12px; }
.px-banner-item { position: relative; overflow: hidden; border-radius: 8px; min-height: 200px; }
.px-banner-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; filter: brightness(0.6); }
.px-banner-item:hover img { transform: scale(1.06); filter: brightness(0.8); }
.px-banner-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px; background: linear-gradient(transparent, rgba(10,26,10,0.9)); }
.px-banner-cap h3 { color: #FFF; font-size: 16px; margin: 0; font-family: 'Press Start 2P', sans-serif; }

/* === Live Casino === */
.px-live-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.px-live-card { border: 1px solid rgba(34,197,94,0.1); border-radius: 8px; overflow: hidden; background: #1A0A2A; transition: all 0.3s; }
.px-live-card:hover { border-color: #A855F7; transform: translateY(-3px); }
.px-live-card img { width: 100%; height: 150px; object-fit: cover; }
.px-live-info { padding: 12px; }
.px-live-badge { display: inline-block; background: #EF4444; color: #FFF; font-size: 9px; font-weight: 800; padding: 2px 6px; border-radius: 3px; margin-bottom: 4px; }
.px-live-info h4 { color: #FFF; font-size: 14px; margin: 0 0 2px; }
.px-live-info p { color: #6B7280; font-size: 11px; margin: 0; }

/* === App Download === */
.px-appdownload { padding: 60px 0; background: rgba(34,197,94,0.03); border-top: 1px solid rgba(34,197,94,0.1); border-bottom: 1px solid rgba(34,197,94,0.1); }
.px-appdownload-inner { display: flex; align-items: center; gap: 40px; }
.px-appdownload-text { flex: 1; }
.px-appdownload-text h2 { font-family: 'Press Start 2P', sans-serif; font-size: 24px; color: #FFF; margin: 0 0 12px; }
.px-appdownload-text h2 i { color: #A855F7; margin-right: 8px; }
.px-appdownload-text p { color: #6B7280; margin: 0 0 20px; line-height: 1.7; }
.px-appdownload-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.px-appdownload-img img { max-width: 240px; border-radius: 12px; border: 1px solid rgba(34,197,94,0.2); }

/* === Articles === */
.px-article-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
.px-article-cat { border: 1px solid rgba(34,197,94,0.1); background: rgba(255,255,255,0.02); border-radius: 8px; margin-bottom: 20px; overflow: hidden; }
.px-article-cat-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; background: linear-gradient(90deg, rgba(34,197,94,0.08), transparent); border-bottom: 1px solid rgba(34,197,94,0.06); }
.px-article-cat-header h3 { color: #FFF; font-size: 15px; font-weight: 800; margin: 0; font-family: 'Press Start 2P', sans-serif; }
.px-article-cat-header a { color: #A855F7; font-size: 12px; }
.px-article-list { list-style: none; }
.px-article-list li { display: flex; justify-content: space-between; padding: 10px 18px; border-bottom: 1px solid rgba(255,255,255,0.03); }
.px-article-list li:last-child { border-bottom: none; }
.px-article-list li a { color: #D1D5DB; font-size: 14px; flex: 1; }
.px-article-list li a:hover { color: #F9A8D4; }
.px-article-list li time { color: #374151; font-size: 11px; flex-shrink: 0; margin-left: 12px; }

/* Sidebar Widget */
.px-sidebar-widget { border: 1px solid rgba(34,197,94,0.1); background: rgba(255,255,255,0.02); border-radius: 8px; margin-bottom: 20px; overflow: hidden; }
.px-sidebar-widget-header { padding: 12px 16px; background: linear-gradient(90deg, rgba(34,197,94,0.08), transparent); border-bottom: 1px solid rgba(34,197,94,0.06); }
.px-sidebar-widget-header h3 { color: #FFF; font-size: 13px; font-weight: 800; margin: 0; font-family: 'Press Start 2P', sans-serif; }
.px-sidebar-widget ul { list-style: none; }
.px-sidebar-widget li { padding: 8px 16px; border-bottom: 1px solid rgba(255,255,255,0.02); }
.px-sidebar-widget li:last-child { border-bottom: none; }
.px-sidebar-widget li a { color: #D1D5DB; font-size: 13px; }
.px-sidebar-widget li a:hover { color: #F9A8D4; }
.px-sidebar-widget li span { color: #374151; font-size: 11px; display: block; margin-top: 2px; }
.px-tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 16px; }
.px-tags a { padding: 3px 10px; background: rgba(34,197,94,0.06); border: 1px solid rgba(34,197,94,0.2); border-radius: 4px; color: #6B7280; font-size: 11px; }
.px-tags a:hover { background: #A855F7; color: #1A0A2A; border-color: #A855F7; }

/* === Breadcrumb/Detail/Search/Tag === */
.px-breadcrumb { padding: 14px 0; margin-bottom: 20px; border-bottom: 1px solid rgba(34,197,94,0.1); }
.px-breadcrumb .breadcrumb { background: transparent; padding: 0; margin: 0; }
.px-breadcrumb .breadcrumb-item a { color: #A855F7; font-size: 13px; }
.px-breadcrumb .breadcrumb-item.active { color: #374151; font-size: 13px; }
.px-detail-title { font-family: 'Press Start 2P', sans-serif; font-size: 28px; font-weight: 800; color: #FFF; line-height: 1.3; margin: 0 0 14px; }
.px-detail-meta { display: flex; gap: 16px; flex-wrap: wrap; padding-bottom: 16px; margin-bottom: 24px; border-bottom: 1px solid rgba(34,197,94,0.1); font-size: 12px; color: #6B7280; }
.px-detail-meta i { color: #A855F7; margin-right: 4px; }
.px-detail-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.px-detail-tags a { padding: 2px 8px; background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.2); border-radius: 4px; color: #6B7280; font-size: 11px; }
.px-detail-body { color: #D1D5DB; font-size: 15px; line-height: 1.9; }
.px-detail-body img { border: 1px solid rgba(34,197,94,0.15); border-radius: 6px; margin: 14px 0; }
.px-detail-body h2, .px-detail-body h3 { color: #FFF; font-family: 'Press Start 2P', sans-serif; margin: 28px 0 12px; }
.px-detail-body a { color: #A855F7; border-bottom: 1px dotted #A855F7; }
.px-detail-body blockquote { border-left: 3px solid #A855F7; padding: 14px 20px; margin: 20px 0; background: rgba(34,197,94,0.04); border-radius: 0 6px 6px 0; }
.px-page-nav { display: flex; gap: 14px; padding: 20px 0; margin-top: 24px; border-top: 1px solid rgba(34,197,94,0.1); }
.px-page-nav-item { flex: 1; padding: 14px 18px; border: 1px solid rgba(34,197,94,0.1); border-radius: 6px; background: rgba(255,255,255,0.02); }
.px-page-nav-item:hover { border-color: #A855F7; }
.px-page-nav-item span { color: #6B7280; font-size: 11px; display: block; margin-bottom: 4px; }
.px-page-nav-item a { color: #D1D5DB; font-size: 14px; }
.px-pagination { display: flex; justify-content: center; padding: 28px 0; }
.px-pagination .pagination { list-style: none; display: flex; gap: 6px; }
.px-pagination .page-item .page-link { background: rgba(255,255,255,0.02); border: 1px solid rgba(34,197,94,0.2); color: #6B7280; padding: 7px 14px; font-size: 13px; border-radius: 4px; }
.px-pagination .page-item.active .page-link { background: #A855F7; color: #1A0A2A; border-color: #A855F7; }
.px-search-header { padding: 30px 0; margin-bottom: 24px; }
.px-search-header h1 { font-family: 'Press Start 2P', sans-serif; font-size: 24px; color: #FFF; margin: 0 0 4px; }
.px-search-header p { color: #6B7280; font-size: 14px; margin: 0; }
.px-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; padding: 20px 0; }
.px-tag-cloud a { padding: 6px 16px; background: rgba(34,197,94,0.06); border: 1px solid rgba(34,197,94,0.2); border-radius: 20px; color: #6B7280; font-size: 13px; }
.px-tag-cloud a:hover { background: #A855F7; color: #1A0A2A; }
.px-tag-header { display: flex; gap: 20px; align-items: center; padding: 24px; margin-bottom: 24px; border: 1px solid rgba(34,197,94,0.15); background: rgba(34,197,94,0.03); border-radius: 8px; }
.px-tag-header-icon { width: 56px; height: 56px; border: 2px solid #A855F7; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #A855F7; flex-shrink: 0; }
.px-tag-header h2 { color: #FFF; font-size: 22px; margin: 0 0 4px; font-family: 'Press Start 2P', sans-serif; }
.px-tag-header p { color: #6B7280; font-size: 14px; margin: 0; }

/* === Article Item Block === */
.px-article-item { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.03); }
.px-article-item:last-child { border-bottom: none; }
.px-article-thumb { width: 140px; height: 95px; flex-shrink: 0; overflow: hidden; border-radius: 6px; border: 1px solid rgba(34,197,94,0.12); }
.px-article-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.px-article-thumb:hover img { transform: scale(1.04); }
.px-article-info h4 { margin: 0 0 6px; }
.px-article-info h4 a { color: #E5E7EB; font-size: 16px; font-weight: 600; }
.px-article-info h4 a:hover { color: #A855F7; }
.px-article-info .px-desc { color: #6B7280; font-size: 13px; margin: 0 0 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.px-article-info .px-date { color: #374151; font-size: 11px; }

/* === SO Search === */
.px-so-page { min-height: 100vh; background: #1A0A2A; }
.px-so-hero { text-align: center; padding: 80px 0 40px; }
.px-so-hero h2 { font-family: 'Press Start 2P', sans-serif; font-size: 30px; color: #FFF; margin: 0 0 20px; }
.px-so-form { display: flex; max-width: 520px; margin: 0 auto; border: 2px solid #A855F7; border-radius: 6px; overflow: hidden; }
.px-so-form input { flex: 1; padding: 14px 18px; background: rgba(255,255,255,0.03); border: none; color: #FFF; font-size: 15px; outline: none; }
.px-so-form input::placeholder { color: #374151; }
.px-so-form button { padding: 14px 24px; background: #A855F7; border: none; color: #1A0A2A; font-weight: 800; cursor: pointer; font-size: 14px; font-family: 'Press Start 2P', sans-serif; }
.px-so-hot { max-width: 520px; margin: 24px auto 0; }
.px-so-hot h4 { color: #A855F7; font-size: 14px; margin: 0 0 12px; }
.px-so-hot-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.px-so-hot-list a { color: #6B7280; font-size: 13px; }
.px-so-result-item { padding: 16px 0; border-bottom: 1px solid rgba(34,197,94,0.08); }
.px-so-result-item h3 a { color: #A855F7; font-size: 17px; }
.px-so-result-item p { color: #6B7280; font-size: 13px; margin: 6px 0 0; }

/* === Footer === */
.px-footer { background: #1A0A2A; border-top: 2px solid #A855F7; padding-top: 50px; margin-top: 40px; }
.px-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(34,197,94,0.08); }
.px-footer-col h4 { color: #A855F7; font-size: 13px; font-weight: 800; margin: 0 0 14px; font-family: 'Press Start 2P', sans-serif; text-transform: uppercase; letter-spacing: 0.5px; }
.px-footer-col a { display: block; color: #4B5563; font-size: 13px; padding: 3px 0; }
.px-footer-col a:hover { color: #A855F7; padding-left: 4px; }
.px-footer-brand p { color: #374151; font-size: 13px; line-height: 1.7; margin: 12px 0 14px; }
.px-footer-logo { height: 30px; filter: brightness(10); }
.px-footer-social { display: flex; gap: 8px; }
.px-footer-social a { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(34,197,94,0.3); border-radius: 6px; color: #6B7280; font-size: 14px; padding: 0; }
.px-footer-social a:hover { background: #A855F7; color: #1A0A2A; border-color: #A855F7; padding-left: 0; }
.px-footer-games { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.px-footer-games img { width: 100%; aspect-ratio: 1; object-fit: contain; border: 1px solid rgba(34,197,94,0.1); border-radius: 6px; padding: 6px; background: rgba(255,255,255,0.02); }
.px-footer-games img:hover { border-color: #A855F7; }
.px-footer-friends { padding: 20px 0; border-bottom: 1px solid rgba(34,197,94,0.06); }
.px-footer-friends h4 { color: #A855F7; font-size: 12px; margin: 0 0 10px; font-weight: 700; }
.px-friend-list { display: flex; flex-wrap: wrap; gap: 6px 14px; }
.px-friend-list a { color: #374151; font-size: 12px; display: inline; }
.px-friend-list a:hover { color: #A855F7; padding-left: 0; }
.px-footer-bottom { padding: 16px 0; text-align: center; }
.px-footer-bottom p { color: #1F2937; font-size: 12px; margin: 0; }
.px-footer-bottom a { color: #A855F7; }

/* === Responsive === */
@media (max-width: 991px) {
    .px-mobile-bar { display: flex; }
    .px-header-desktop { display: none !important; }
    .px-hero { padding: 50px 0 40px; }
    .px-hero h1 { font-size: 28px; }
    .px-hero-inner { flex-direction: column; text-align: center; }
    .px-hero-desc { margin: 0 auto 24px; }
    .px-hero-btns { justify-content: center; }
    .px-hero-img { max-width: 240px; }
    .px-hero-promo { flex-direction: column; text-align: center; }
    .px-game-grid { grid-template-columns: repeat(3, 1fr); }
    .px-match-card { grid-template-columns: 1fr; }
    .px-sport-grid { grid-template-columns: repeat(2, 1fr); }
    .px-featured { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
    .px-banner-trio { grid-template-columns: 1fr; }
    .px-live-grid { grid-template-columns: repeat(2, 1fr); }
    .px-article-grid { grid-template-columns: 1fr; }
    .px-appdownload-inner { flex-direction: column; text-align: center; }
    .px-appdownload-btns { justify-content: center; }
    .px-footer-grid { grid-template-columns: 1fr 1fr; }
    .px-dropdown-panel { min-width: 280px; }
    .px-dropdown-grid { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
    .px-hero h1 { font-size: 22px; }
    .px-hero-btns { flex-direction: column; }
    .px-btn { width: 100%; justify-content: center; }
    .px-game-grid { grid-template-columns: repeat(2, 1fr); }
    .px-sport-grid { grid-template-columns: 1fr; }
    .px-featured { grid-template-columns: 1fr; }
    .px-featured-item.px-lg { grid-column: span 1; grid-row: span 1; }
    .px-live-grid { grid-template-columns: 1fr; }
    .px-section-title h2 { font-size: 20px; }
    .px-footer-grid { grid-template-columns: 1fr; }
    .px-article-item { flex-direction: column; }
    .px-article-thumb { width: 100%; height: 180px; }
    .px-detail-title { font-size: 22px; }
    .px-page-nav { flex-direction: column; }
    .px-so-form { flex-direction: column; }
    .px-appdownload-img img { max-width: 180px; }
}

@keyframes srFadeIn { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
.px-hero-inner { animation: srFadeIn 0.8s ease; }
.px-game-card, .px-sport-card, .px-live-card { animation: srFadeIn 0.5s ease; }


/* === Intro & FAQ === */
.px-intro-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; align-items: start; }
.px-intro-text h2 { font-family: 'Press Start 2P', sans-serif; font-size: 24px; font-weight: 800; color: #FFF; margin: 0 0 14px; text-transform: uppercase; }
.px-intro-text p { color: #6B7280; line-height: 1.8; margin: 0 0 20px; }
.px-intro-features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.px-intro-feat { color: #D1D5DB; font-size: 14px; padding: 6px 0; }
.px-intro-feat i { color: #A855F7; margin-right: 8px; }
.px-intro-stat-box { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.px-intro-stat { background: rgba(34,197,94,0.04); border: 1px solid rgba(34,197,94,0.1); border-radius: 8px; padding: 18px; text-align: center; }
.px-intro-stat-num { display: block; font-family: 'Press Start 2P', sans-serif; font-size: 24px; font-weight: 700; color: #A855F7; margin-bottom: 4px; }
.px-intro-stat span:last-child { color: #6B7280; font-size: 12px; }
.px-faq-list { max-width: 800px; margin: 0 auto; }
.px-faq-item { border: 1px solid rgba(34,197,94,0.1); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.px-faq-q { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 14px 18px; background: rgba(34,197,94,0.03); border: none; color: #FFF; font-size: 15px; font-weight: 700; cursor: pointer; text-align: left; font-family: 'Nunito', sans-serif; }
.px-faq-q:hover { background: rgba(34,197,94,0.06); }
.px-faq-q i { color: #A855F7; font-size: 12px; transition: transform 0.3s; }
.px-faq-q.open i { transform: rotate(180deg); }
.px-faq-a { display: none; padding: 14px 18px; border-top: 1px solid rgba(34,197,94,0.06); }
.px-faq-a p { color: #6B7280; font-size: 14px; line-height: 1.7; margin: 0; }
@media (max-width: 991px) { .px-intro-grid { grid-template-columns: 1fr; } .px-intro-features { grid-template-columns: 1fr; } }

/* === SR Unique: Game tags === */
.px-game-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.px-game-tag { display: flex; align-items: center; gap: 10px; padding: 12px 20px; background: rgba(34,197,94,0.04); border: 1px solid rgba(34,197,94,0.12); border-radius: 8px; transition: all 0.3s; }
.px-game-tag:hover { border-color: #A855F7; background: rgba(34,197,94,0.1); transform: translateY(-2px); }
.px-game-tag img { width: 32px; height: 32px; object-fit: contain; }
.px-game-tag span { color: #FFF; font-size: 14px; font-weight: 600; }
.px-game-tag em { font-style: normal; color: #A855F7; font-size: 11px; font-weight: 700; padding: 2px 6px; background: rgba(34,197,94,0.1); border-radius: 4px; }
