/*
Theme Name: ILYBD Neon v1 Pro
Theme URI: https://iloveyoubd.com/
Author: Gemini & ILYBD Team
Description: 2040 Cyber-Civilization Theme. Facebook Hybrid UI, 3D Neon VFX, AdSense & SEO Ready.
Version: 1.0.0
Text Domain: ilybd-neon
*/

/* [FUTURE_READY_CSS_START] - নতুন সিএসএস এর নিচে যোগ করবেন */

:root {
    /* Cyber Neon Palette */
    --primary-neon: #00ff41; /* Matrix Green */
    --secondary-neon: #ff003c; /* Cyber Red */
    --bg-dark: #050505;
    --card-bg: rgba(15, 15, 15, 0.9);
    --text-main: #e0e0e0;
    --fb-header: #18191a;
    
    /* Responsive Breakpoints */
    --mobile: 768px;
    --tablet: 1024px;
}

/* Global Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: 'Rajdhani', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* 3D Glassmorphism Effect */
.neon-card {
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.2);
}

/* [ADD_NEW_STYLES_BELOW] */
.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}
.app-card {
    background: #0d0d0d;
    border: 1px solid #39ff14; /* Neon Green */
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    transition: 0.4s;
}
.app-card:hover {
    box-shadow: 0 0 20px #39ff14;
    transform: scale(1.05);
}
.cyber-btn-download {
    display: block;
    background: linear-gradient(45deg, #39ff14, #008000);
    color: #000;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0;
    text-decoration: none;
}
/* CyberX App Store Grid Fix */
.app-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

.app-card {
    background: #111;
    border: 1px solid #39ff14; /* নিওন গ্রিন বর্ডার */
    border-radius: 12px;
    padding: 15px;
    width: calc(50% - 10px); /* মোবাইলে ২ কলামে দেখাবে */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.app-card a {
    text-decoration: none !important;
    color: #fff !important;
}

.app-card h3 {
    font-size: 14px;
    margin: 10px 0;
    color: #39ff14;
}

.app-version-tag {
    background: #222;
    color: #00ff00;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 30px;
}

.update-info {
    font-size: 10px;
    color: #888;
    margin-top: 8px;
}

/* আইকন যদি না থাকে তবে একটি ডিফল্ট গ্লো ইফেক্ট */
.app-icon {
    width: 60px;
    height: 60px;
    background: #222;
    border-radius: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
