/* ==============================================
   BARI PLUX COMPREHENSIVE STYLES
   All styles consolidated from all pages
   ============================================== */

/* ========================
   BASE STYLES (from index.html)
   ======================== */
:root {
    --bg-1: #0f1115;
    --bg-2: #15171b;
    --glass-bg: rgba(255,255,255,0.06);
    --glass-strong: rgba(255,255,255,0.08);
    --glass-accent: rgba(108,99,255,0.12);
    --accent: #6C63FF;
    --accent-2: #00BFA6;
    --text: #e8eef8;
    --muted: rgba(232,238,248,0.65);
    --radius-lg: 20px;
    --radius: 12px;
    --transition: 300ms cubic-bezier(.2,.9,.2,1);
    --glass-border: rgba(255,255,255,0.08);
    --glass-inner-shadow: rgba(0,0,0,0.35);
    --success: #4CAF50;
    --warning: #FF9800;
    --danger: #F44336;
    --shadow: 0 8px 30px rgba(0,0,0,0.35);
    --shadow-hover: 0 24px 50px rgba(0,0,0,0.45);
    
    /* Original page variables */
    --primary: #ff4d00;
    --secondary: #00a8ff;
    --dark: #0d0d12;
    --darker: #08080c;
    --light: #f0f0f5;
    --lighter: #ffffff;
    --text-dark: #1a1a1f;
    --bg: #14141a;
    --card-bg: #1e1e26;
    --header-bg: rgba(13, 13, 18, 0.96);
    --nav-width: 280px;
    --section-gap: 80px;
    --glow: 0 0 15px rgba(255, 77, 0, 0.5);
}

[data-theme="light"] {
    --bg-1: #f6f8fb;
    --bg-2: #eef2f7;
    --glass-bg: rgba(255,255,255,0.85);
    --glass-strong: rgba(255,255,255,0.95);
    --glass-accent: rgba(108,99,255,0.08);
    --accent: #5748E8;
    --accent-2: #07bfa0;
    --text: #111827;
    --muted: rgba(17,24,39,0.6);
    --glass-border: rgba(0,0,0,0.04);
    --glass-inner-shadow: rgba(255,255,255,0.6);
    --dark: #f0f0f5;
    --darker: #e0e0e5;
    --light: #14141a;
    --lighter: #0d0d12;
    --text: #1a1a1f;
    --text-dark: #e0e0e5;
    --bg: #ffffff;
    --card-bg: #f5f5fa;
    --header-bg: rgba(240, 240, 245, 0.96);
}

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    html { scroll-behavior: auto; }
}

.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 20px; }

@supports (padding: max(0px)) {
    .header, .footer, .fixed-bottom, .container { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); }
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }

body {
    margin: 0;
    font-family: 'Poppins', 'Rajdhani', sans-serif;
    background: 
        radial-gradient(800px 400px at 10% 20%, rgba(108,99,255,0.08), transparent 10%),
        radial-gradient(600px 300px at 90% 80%, rgba(0,191,166,0.06), transparent 12%),
        linear-gradient(180deg, var(--bg-1), var(--bg-2));
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    transition: color var(--transition);
    padding-bottom: 80px;
    background-attachment: fixed;
    position: relative;
    overflow-x: hidden;
    padding-top: 90px;
}

#particles-js { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; pointer-events: none; }

.bg-animation { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: -2; overflow: hidden; }
.floating-circle { position: absolute; border-radius: 50%; background: radial-gradient(circle, var(--accent), transparent 70%); opacity: 0.05; animation: float 20s infinite ease-in-out; }
.circle-1 { width: 300px; height: 300px; top: 10%; left: 5%; animation-delay: 0s; }
.circle-2 { width: 200px; height: 200px; top: 60%; right: 10%; animation-delay: 5s; background: radial-gradient(circle, var(--accent-2), transparent 70%); }
.circle-3 { width: 150px; height: 150px; bottom: 20%; left: 20%; animation-delay: 10s; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(180deg); } }

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', 'Oxanium', sans-serif; font-weight: 700; line-height: 1.2; text-transform: uppercase; letter-spacing: 1px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }

::-webkit-scrollbar { width: 8px; height: 8px; background: transparent !important; }
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece { background: transparent !important; border: none !important; box-shadow: none !important; }
::-webkit-scrollbar-thumb {
  background: rgba(129, 140, 248, 0.5) !important;
  border-radius: 999px;
  border: 2px solid transparent !important;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover { background: rgba(165, 180, 252, 0.65) !important; }
::-webkit-scrollbar-corner { background: transparent !important; }
html { scrollbar-width: thin; scrollbar-color: rgba(129, 140, 248, 0.55) transparent; }
::selection { background: var(--accent); color: white; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.scroll-progress { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); z-index: 10001; transition: width 0.1s ease-out; box-shadow: 0 0 10px var(--accent); }

.glass {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    box-shadow: var(--shadow), inset 0 1px 0 var(--glass-inner-shadow);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    position: relative;
    overflow: hidden;
}

/* ========================
   HEADER STYLES
   ======================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin: 12px auto;
    padding: 10px 18px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.35);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
}
.header.scrolled { margin: 6px auto; box-shadow: 0 8px 30px rgba(0,0,0,0.45); }
.header .left { display: flex; align-items: center; gap: 14px; }
.logo-img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.12); }
.logo-text { font-weight: 800; font-size: 1.2rem; background: linear-gradient(90deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }

.nav-links { display: flex; gap: 25px; }
.nav-link { position: relative; font-weight: 500; padding: 10px 0; color: var(--text); text-decoration: none !important; transition: all 0.3s; }
.nav-link::before { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: linear-gradient(to right, var(--accent), var(--accent-2)); transition: all 0.3s; border-radius: 3px; }
.nav-link:hover, .nav-link.active { color: var(--accent); }
.nav-link:hover::before, .nav-link.active::before { width: 100%; }

.search-container { position: relative; }
.collapsible-search { display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 25px; background: rgba(255,255,255,0.05); border: 1px solid var(--glass-border); transition: all 0.3s; }
.collapsible-search:focus-within { border-color: var(--accent); box-shadow: 0 0 15px rgba(108,99,255,0.2); }
.search-icon { color: rgba(232,238,248,0.5); }
.search-input { background: transparent; border: none; color: var(--text); font-size: 0.85rem; width: 150px; outline: none; }
.search-input::placeholder { color: rgba(232,238,248,0.4); }

.theme-toggle { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; background: rgba(255,255,255,0.05); border: 1px solid var(--glass-border); transition: all 0.3s; font-size: 1.1rem; }
.theme-toggle:hover { background: rgba(108,99,255,0.2); transform: scale(1.1); }
.theme-toggle .moon-icon { opacity: 1; }
.theme-toggle .sun-icon { opacity: 0; display: none; }
[data-theme="light"] .theme-toggle .moon-icon { opacity: 0; }
[data-theme="light"] .theme-toggle .sun-icon { opacity: 1; display: block; }

.login-btn-header { display: flex; align-items: center; gap: 8px; padding: 10px 20px; background: var(--glass-bg); border: 1px solid var(--glass-border); color: var(--text); border-radius: 25px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.3s ease; cursor: pointer; }
.login-btn-header:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); color: var(--text); }
.login-btn-header.logged-in { cursor: pointer; }

/* ========================
   HERO SECTION
   ======================== */
.hero { min-height: calc(100vh - 90px); display: flex; align-items: center; justify-content: center; padding: 120px 20px 80px; position: relative; }
.hero-content { max-width: 900px; width: 100%; margin: 0 auto; text-align: center; }
.hero-card { padding: 50px; border-radius: 30px; text-align: center; }
.hero-profile { display: flex; flex-direction: column; align-items: center; gap: 25px; margin-bottom: 35px; }
.profile-container { width: 180px; height: 180px; border-radius: 50%; padding: 6px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.profile-img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 4px solid var(--bg-1); }
.hero-title { font-size: 3.5rem; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; gap: 15px; flex-wrap: wrap; }
.name-gradient { background: linear-gradient(135deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pro-badge { font-size: 0.9rem; padding: 6px 16px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); border-radius: 50px; color: white; font-weight: 600; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.hero-subtitle { font-size: 1.4rem; opacity: 0.85; margin-bottom: 30px; }

.specializations { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 40px; }
.spec-item { display: flex; align-items: center; gap: 15px; padding: 20px; border-radius: 15px; background: rgba(255,255,255,0.03); }
.spec-icon { width: 50px; height: 50px; border-radius: 12px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.spec-content h4 { font-size: 1rem; font-weight: 600; }

.hero-actions { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 35px; border-radius: 50px; font-weight: 600; font-size: 1rem; transition: all 0.3s; cursor: pointer; border: none; text-decoration: none; }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; box-shadow: 0 8px 25px rgba(108,99,255,0.35); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(108,99,255,0.45); }
.btn-secondary { background: rgba(255,255,255,0.08); color: var(--text); border: 1px solid var(--glass-border); }
.btn-secondary:hover { background: rgba(255,255,255,0.12); transform: translateY(-3px); }

/* ========================
   SECTIONS COMMON
   ======================== */
.section { padding: 100px 0; }
.section-title { font-size: 2.5rem; text-align: center; margin-bottom: 60px; padding: 25px 50px; display: inline-block; }

/* ========================
   ABOUT SECTION
   ======================== */
.about-content { display: grid; grid-template-columns: 350px 1fr; gap: 50px; align-items: start; }
.about-image { position: relative; }
.about-img { width: 100%; border-radius: 20px; }
.about-badge { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); padding: 12px 25px; border-radius: 50px; display: flex; align-items: center; gap: 10px; font-weight: 600; white-space: nowrap; }
.about-badge i { color: #FFD700; }
.about-stats { display: flex; gap: 15px; margin-top: 20px; }
.stat-item { flex: 1; padding: 20px; border-radius: 15px; text-align: center; }
.stat-number { font-size: 2rem; font-weight: 700; background: linear-gradient(135deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-label { font-size: 0.85rem; opacity: 0.7; }

.about-intro h3 { font-size: 1.8rem; margin-bottom: 15px; }
.about-intro p { font-size: 1.1rem; line-height: 1.8; opacity: 0.85; margin-bottom: 30px; }
.about-highlights { display: grid; gap: 20px; }
.highlight-item { display: flex; gap: 20px; padding: 25px; border-radius: 15px; }
.highlight-icon { width: 60px; height: 60px; border-radius: 15px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.highlight-content h4 { margin-bottom: 8px; }
.highlight-content p { opacity: 0.75; font-size: 0.95rem; }

.about-details { display: grid; gap: 30px; }
.about-story h3 { margin-bottom: 20px; }
.about-story p { line-height: 1.8; opacity: 0.8; margin-bottom: 15px; }
.achievements-card h3 { margin-bottom: 25px; }
.achievements-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.achievement { display: flex; align-items: center; gap: 15px; padding: 20px; border-radius: 15px; }
.achievement-icon { width: 50px; height: 50px; border-radius: 12px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.achievement-title { display: block; font-weight: 700; font-size: 1.1rem; }
.achievement-desc { display: block; font-size: 0.85rem; opacity: 0.7; }

.platforms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 25px; }
.platform-card { display: flex; align-items: center; gap: 20px; padding: 25px; border-radius: 15px; transition: all 0.3s; }
.platform-card:hover { transform: translateY(-5px); }
.platform-icon { width: 60px; height: 60px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; }
.platform-info h4 { margin-bottom: 5px; }
.platform-info p { font-size: 0.9rem; opacity: 0.7; margin-bottom: 8px; }
.platform-stats { font-size: 0.85rem; font-weight: 600; opacity: 0.8; }

/* ========================
   DOWNLOADS SECTION
   ======================== */
.downloads-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.download-card { padding: 35px; border-radius: 20px; text-align: center; transition: all 0.3s; }
.download-card:hover { transform: translateY(-8px); }
.download-icon { width: 80px; height: 80px; border-radius: 20px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 20px; }
.download-card h3 { margin-bottom: 12px; }
.download-card p { opacity: 0.75; margin-bottom: 25px; font-size: 0.95rem; }
.download-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 30px; border-radius: 50px; font-weight: 600; transition: all 0.3s; }
.download-btn:hover { transform: scale(1.05); }

/* ========================
   VIDEOS SECTION
   ======================== */
.videos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; }
.video-card { border-radius: 20px; overflow: hidden; transition: all 0.3s; }
.video-card:hover { transform: translateY(-8px); }
.video-thumbnail { position: relative; aspect-ratio: 16/9; background: var(--bg-2); }
.video-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.video-duration { position: absolute; bottom: 10px; right: 10px; padding: 5px 12px; border-radius: 8px; font-size: 0.85rem; font-weight: 600; background: rgba(0,0,0,0.8); }
.video-content { padding: 25px; }
.video-content h3 { margin-bottom: 10px; font-size: 1.2rem; }
.video-meta { display: flex; gap: 20px; font-size: 0.9rem; opacity: 0.7; }

/* ========================
   OPTIMIZATION QUIZ
   ======================== */
.quiz-container { max-width: 700px; margin: 0 auto; }
.quiz-card { padding: 40px; border-radius: 25px; text-align: center; }
.quiz-question { font-size: 1.4rem; margin-bottom: 30px; }
.quiz-options { display: grid; gap: 15px; }
.quiz-option { padding: 20px; border-radius: 15px; border: 2px solid var(--glass-border); cursor: pointer; transition: all 0.3s; text-align: left; }
.quiz-option:hover { border-color: var(--accent); background: rgba(108,99,255,0.1); }
.quiz-option.selected { border-color: var(--accent); background: rgba(108,99,255,0.2); }
.quiz-result { margin-top: 30px; padding: 25px; border-radius: 15px; display: none; }
.quiz-result.show { display: block; }

/* ========================
   PUBG CONTENT SECTION
   ======================== */
.pubg-content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.pubg-card { padding: 30px; border-radius: 20px; transition: all 0.3s; }
.pubg-card:hover { transform: translateY(-5px); }
.pubg-card-icon { width: 70px; height: 70px; border-radius: 18px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 20px; }
.pubg-card h3 { margin-bottom: 12px; }
.pubg-card p { opacity: 0.8; font-size: 0.95rem; margin-bottom: 20px; }
.pubg-card .btn { padding: 12px 25px; font-size: 0.9rem; }

/* ========================
   PLUX TIMES SECTION
   ======================== */
.plux-times-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
.plux-times-card { border-radius: 18px; overflow: hidden; transition: all 0.3s; }
.plux-times-card:hover { transform: translateY(-5px); }
.plux-times-img { aspect-ratio: 4/3; }
.plux-times-img img { width: 100%; height: 100%; object-fit: cover; }
.plux-times-content { padding: 20px; }
.plux-times-date { font-size: 0.85rem; opacity: 0.7; margin-bottom: 8px; }
.plux-times-content h3 { font-size: 1.1rem; margin-bottom: 10px; }

/* ========================
   CONTACT SECTION
   ======================== */
.contact-container { max-width: 600px; margin: 0 auto; }
.contact-card { padding: 45px; border-radius: 25px; }
.contact-form { display: grid; gap: 20px; }
.form-group { display: grid; gap: 8px; }
.form-group label { font-weight: 600; font-size: 0.95rem; }
.form-group input, .form-group textarea { padding: 16px 20px; border-radius: 12px; border: 2px solid var(--glass-border); background: rgba(255,255,255,0.05); color: var(--text); font-size: 1rem; transition: all 0.3s; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--accent); outline: none; }
.form-group textarea { min-height: 150px; resize: vertical; }
.contact-btn { padding: 18px 40px; font-size: 1.1rem; margin-top: 10px; }

/* ========================
   MAPS PAGE STYLES
   ======================== */
.maps-container { display: grid; gap: 40px; }
.map-card { display: grid; grid-template-columns: 400px 1fr; border-radius: 25px; overflow: hidden; }
.map-img { position: relative; }
.map-img img { width: 100%; height: 100%; object-fit: cover; min-height: 300px; }
.map-badge { position: absolute; top: 15px; left: 15px; padding: 8px 18px; border-radius: 50px; font-weight: 600; font-size: 0.85rem; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.map-content { padding: 35px; }
.map-content h3 { font-size: 1.8rem; margin-bottom: 15px; }
.map-content p { opacity: 0.8; line-height: 1.7; margin-bottom: 25px; }
.map-stats { display: flex; gap: 25px; margin-bottom: 25px; }
.stat-item { display: flex; align-items: center; gap: 10px; }
.stat-item i { color: var(--accent); }
.map-loot h4 { margin-bottom: 15px; }
.loot-items { display: flex; gap: 10px; flex-wrap: wrap; }
.loot-item { padding: 8px 18px; border-radius: 50px; background: rgba(108,99,255,0.15); border: 1px solid var(--glass-border); font-size: 0.9rem; }

/* ========================
   WEAPON TIER LIST
   ======================== */
.tier-section { margin-bottom: 50px; }
.tier-header { display: flex; align-items: center; gap: 15px; padding: 20px 30px; border-radius: 15px 15px 0 0; }
.tier-header.s { background: linear-gradient(135deg, #FFD700, #FFA500); }
.tier-header.a { background: linear-gradient(135deg, #4CAF50, #8BC34A); }
.tier-header.b { background: linear-gradient(135deg, #2196F3, #03A9F4); }
.tier-header.c { background: linear-gradient(135deg, #FF9800, #FFC107); }
.tier-header.d { background: linear-gradient(135deg, #F44336, #E91E63); }
.tier-label { font-size: 1.5rem; font-weight: 700; }
.tier-weapons { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 15px; padding: 25px; border-radius: 0 0 15px 15px; background: rgba(255,255,255,0.03); }
.weapon-card { display: flex; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: rgba(255,255,255,0.05); transition: all 0.3s; }
.weapon-card:hover { transform: translateX(5px); background: rgba(255,255,255,0.08); }
.weapon-icon { width: 50px; height: 50px; border-radius: 12px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.weapon-info h4 { margin-bottom: 5px; }
.weapon-stats { font-size: 0.85rem; opacity: 0.7; }

/* ========================
   NEWS PAGE STYLES
   ======================== */
.news-container { display: grid; gap: 30px; }
.news-item { display: grid; grid-template-columns: 350px 1fr; border-radius: 20px; overflow: hidden; }
.news-img { position: relative; }
.news-img img { width: 100%; height: 100%; object-fit: cover; min-height: 250px; }
.news-content { padding: 30px; display: flex; flex-direction: column; }
.news-date { font-size: 0.9rem; opacity: 0.7; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.news-content h3 { font-size: 1.4rem; margin-bottom: 12px; }
.news-content p { opacity: 0.8; line-height: 1.7; flex-grow: 1; margin-bottom: 20px; }
.news-tags { display: flex; gap: 10px; margin-bottom: 20px; }
.news-tag { padding: 6px 15px; border-radius: 50px; font-size: 0.8rem; background: rgba(108,99,255,0.15); border: 1px solid var(--glass-border); }

/* ========================
   UPDATES PAGE STYLES
   ======================== */
.updates-container { display: grid; gap: 30px; }
.update-card { display: grid; grid-template-columns: 200px 1fr; border-radius: 20px; overflow: hidden; }
.update-version { padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.version-number { font-size: 2rem; font-weight: 700; background: linear-gradient(135deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.version-date { font-size: 0.9rem; opacity: 0.7; margin-top: 10px; }
.update-content { padding: 30px; }
.update-content h3 { font-size: 1.4rem; margin-bottom: 15px; }
.update-content p { opacity: 0.8; line-height: 1.7; margin-bottom: 20px; }
.update-features { margin-bottom: 20px; }
.update-features li { padding: 10px 0; border-bottom: 1px solid var(--glass-border); display: flex; align-items: center; gap: 12px; }
.update-features li i { color: var(--accent); }
.update-features li:last-child { border-bottom: none; }

/* ========================
   EVENTS PAGE STYLES
   ======================== */
.events-hero { padding: 40px 0 20px; text-align: center; position: relative; }
.events-title { font-size: 3.2rem; margin: 10px 0; background: linear-gradient(90deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.events-subtitle { font-size: 1.2rem; opacity: 0.8; max-width: 700px; margin: 0 auto 30px; }
.time-display { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.time-card { padding: 20px 30px; border-radius: 15px; display: flex; flex-direction: column; align-items: center; gap: 10px; min-width: 180px; }
.time-card i { font-size: 1.5rem; color: var(--accent); }
.time-label { font-size: 0.9rem; opacity: 0.7; }
.time-value { font-size: 1.8rem; font-weight: 700; }

.events-grid { display: grid; gap: 25px; }
.event-card { display: grid; grid-template-columns: 150px 1fr auto; gap: 25px; padding: 25px; border-radius: 20px; align-items: center; }
.event-date { text-align: center; padding: 15px; border-radius: 12px; background: rgba(108,99,255,0.1); }
.event-day { font-size: 2rem; font-weight: 700; }
.event-month { font-size: 0.9rem; opacity: 0.8; text-transform: uppercase; }
.event-info h3 { margin-bottom: 8px; }
.event-info p { opacity: 0.75; font-size: 0.95rem; }
.event-status { padding: 10px 20px; border-radius: 50px; font-weight: 600; font-size: 0.9rem; }
.event-status.active { background: rgba(76, 175, 80, 0.2); color: #4CAF50; }
.event-status.upcoming { background: rgba(255, 152, 0, 0.2); color: #FF9800; }
.event-status.ended { background: rgba(244, 67, 54, 0.2); color: #F44336; }

/* ========================
   DOWNLOAD PAGES STYLES
   ======================== */
.version-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }
.version-card { padding: 30px; border-radius: 20px; text-align: center; transition: all 0.3s; }
.version-card:hover { transform: translateY(-8px); }
.version-icon { width: 80px; height: 80px; border-radius: 20px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 20px; }
.version-card h3 { margin-bottom: 10px; }
.version-card .version { font-size: 1.5rem; font-weight: 700; background: linear-gradient(135deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 10px; }
.version-card p { opacity: 0.75; font-size: 0.9rem; margin-bottom: 20px; }
.version-features { text-align: left; margin-bottom: 25px; }
.version-features li { padding: 8px 0; display: flex; align-items: center; gap: 10px; font-size: 0.9rem; }
.version-features li i { color: var(--accent); }

/* ========================
   TOOLS/KEYMAPPINGS STYLES
   ======================== */
.tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
.tool-card { padding: 30px; border-radius: 20px; text-align: center; transition: all 0.3s; }
.tool-card:hover { transform: translateY(-8px); }
.tool-icon { width: 70px; height: 70px; border-radius: 18px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 20px; }
.tool-card h3 { margin-bottom: 10px; font-size: 1.2rem; }
.tool-card p { opacity: 0.75; font-size: 0.9rem; margin-bottom: 20px; }

/* ========================
   LOGIN PAGE STYLES
   ======================== */
.login-container { max-width: 450px; margin: 120px auto 50px; padding: 0 20px; }
.login-card { padding: 45px; border-radius: 25px; text-align: center; }
.login-logo { width: 100px; height: 100px; border-radius: 50%; margin-bottom: 20px; object-fit: cover; border: 4px solid var(--accent); }
.login-title { font-size: 1.8rem; margin-bottom: 10px; }
.login-subtitle { opacity: 0.75; margin-bottom: 30px; }
.login-tabs { display: flex; gap: 15px; margin-bottom: 25px; }
.login-tab { flex: 1; padding: 15px; border-radius: 12px; background: rgba(255,255,255,0.05); cursor: pointer; transition: all 0.3s; font-weight: 600; }
.login-tab.active { background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.login-form { display: grid; gap: 20px; }
.login-form input { padding: 16px 20px; border-radius: 12px; border: 2px solid var(--glass-border); background: rgba(255,255,255,0.05); color: var(--text); font-size: 1rem; }
.login-form input:focus { border-color: var(--accent); outline: none; }
.login-submit { padding: 16px; border-radius: 12px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; font-weight: 600; font-size: 1rem; border: none; cursor: pointer; transition: all 0.3s; }
.login-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(108,99,255,0.35); }
.social-login { margin-top: 25px; }
.social-login-btn { width: 100%; padding: 14px; border-radius: 12px; background: rgba(255,255,255,0.08); border: 2px solid var(--glass-border); color: var(--text); font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 12px; transition: all 0.3s; }
.social-login-btn:hover { background: rgba(255,255,255,0.12); }
.back-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 50px; background: var(--glass-bg); border: 1px solid var(--glass-border); color: var(--text); text-decoration: none; transition: all 0.3s; }
.back-btn:hover { background: rgba(255,255,255,0.1); transform: translateX(-3px); }

/* ========================
   FOOTER
   ======================== */
.footer { padding: 50px 0 30px; border-top: 1px solid var(--glass-border); margin-top: 80px; }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-logo img { width: 50px; height: 50px; border-radius: 50%; }
.footer-logo span { font-size: 1.3rem; font-weight: 700; background: linear-gradient(90deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { opacity: 0.75; transition: all 0.3s; }
.footer-links a:hover { opacity: 1; color: var(--accent); }
.footer-social { display: flex; gap: 15px; }
.social-link { width: 45px; height: 45px; border-radius: 12px; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: all 0.3s; }
.social-link:hover { background: var(--accent); transform: translateY(-3px); }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid var(--glass-border); opacity: 0.6; font-size: 0.9rem; }

/* ========================
   RESPONSIVE
   ======================== */
@media (max-width: 768px) {
    .header { padding: 8px 12px; margin: 8px auto; }
    .nav-links { display: none; }
    .search-input { width: 100px; }
    .hero { padding: 100px 15px 60px; }
    .hero-card { padding: 30px 20px; }
    .hero-title { font-size: 2rem; }
    .hero-subtitle { font-size: 1.1rem; }
    .specializations { grid-template-columns: 1fr; }
    .hero-actions { flex-direction: column; }
    .btn { width: 100%; justify-content: center; }
    .about-content { grid-template-columns: 1fr; }
    .about-stats { flex-wrap: wrap; }
    .section { padding: 60px 0; }
    .section-title { font-size: 1.8rem; }
    .downloads-grid, .videos-grid, .pubg-content-grid, .maps-container { grid-template-columns: 1fr; }
    .map-card, .news-item, .update-card, .event-card { grid-template-columns: 1fr; }
    .map-img img { min-height: 200px; }
    .news-img { height: 200px; }
    .news-img img { height: 100%; }
    .tier-weapons { grid-template-columns: 1fr; }
    .login-container { margin-top: 100px; }
}

/* ========================
   ANIMATIONS
   ======================== */
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { animation: fadeIn 0.6s ease-out; }
.fade-in-delay-1 { animation-delay: 0.1s; }
.fade-in-delay-2 { animation-delay: 0.2s; }
.fade-in-delay-3 { animation-delay: 0.3s; }
.fade-in-delay-4 { animation-delay: 0.4s; }

.scale-in { animation: scaleIn 0.5s ease-out; }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }

/* ========================
   SEARCH RESULTS
   ======================== */
.search-results-dropdown { position: absolute; top: 100%; left: 0; width: 100%; max-height: 400px; overflow-y: auto; background: var(--bg-1); border: 1px solid var(--glass-border); border-radius: 15px; margin-top: 10px; display: none; z-index: 1000; box-shadow: 0 10px 40px rgba(0,0,0,0.3); }
.search-results-dropdown.show { display: block; }
.search-result-item { padding: 15px 20px; border-bottom: 1px solid var(--glass-border); cursor: pointer; transition: all 0.2s; }
.search-result-item:hover { background: rgba(108,99,255,0.1); }
.search-result-item:last-child { border-bottom: none; }
.search-result-title { font-weight: 600; margin-bottom: 5px; }
.search-result-desc { font-size: 0.85rem; opacity: 0.7; }

/* ========================
   UTILITY CLASSES
   ======================== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.p-1 { padding: 10px; }
.p-2 { padding: 20px; }
.p-3 { padding: 30px; }
.d-none { display: none; }
.d-block { display: block; }
.d-flex { display: flex; }
.align-center { align-items: center; }
.justify-center { justify-content: center; }
.gap-1 { gap: 10px; }
.gap-2 { gap: 20px; }
.gap-3 { gap: 30px; }
.w-100 { width: 100%; }
.h-100 { height: 100%; }
.opacity-75 { opacity: 0.75; }
.opacity-50 { opacity: 0.5; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.text-gradient { background: linear-gradient(135deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Floating Login Button */
.floating-login-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.floating-login-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(108, 99, 255, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}

.floating-login-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(108, 99, 255, 0.6);
}

.floating-login-btn i {
    font-size: 1.2rem;
}

/* User Dropdown - Outside Header - Fixed Position */
#userDropdown,
.glass.user-dropdown,
.user-dropdown.glass {
    position: fixed !important;
    top: 70px !important;
    right: 20px !important;
    overflow: visible !important;
    z-index: 99998 !important;
    min-width: 250px;
    background: var(--bg-1) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5) !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.95);
    transition: all 0.3s ease;
}

#userDropdown.active,
.glass.user-dropdown.active,
.user-dropdown.glass.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1);
}

/* Dropdown Elements */
.dropdown-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border-bottom: 1px solid var(--glass-border);
}

.user-avatar-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.user-quick-info {
    flex: 1;
    min-width: 0;
}

.user-name-dropdown {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text);
}

.user-email-dropdown {
    font-size: 0.75rem;
    color: var(--muted);
}

.dropdown-divider {
    height: 1px;
    background: var(--glass-border);
    margin: 5px 0;
}

.dropdown-actions {
    padding: 10px;
}

.dropdown-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 15px;
    border: none;
    background: transparent;
    color: var(--text);
    font-size: 0.9rem;
    font-family: inherit;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s;
    text-align: left;
}

.dropdown-btn:hover {
    background: rgba(108, 99, 255, 0.15);
    color: var(--accent);
}

.dropdown-btn i {
    width: 18px;
    text-align: center;
}

.dropdown-btn.logout-btn {
    color: #ff6b6b;
}

.dropdown-btn.logout-btn:hover {
    background: rgba(255, 107, 107, 0.15);
}
