body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 2.5em; font-weight: bold; color: #ff473e; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); margin: 20px 0; }
        nav { background: #1a1a2e; padding: 15px; border-radius: 8px; margin-bottom: 30px; }
        nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
        nav li { margin: 5px 10px; }
        nav a { color: white; text-decoration: none; font-weight: 500; }
        .mobile-nav-toggle { display: none; background: #ff473e; color: white; border: none; padding: 10px; border-radius: 5px; cursor: pointer; }
        h1 { color: #ff473e; border-bottom: 3px solid #ffe66d; padding-bottom: 10px; }
        h2 { color: #166088; margin-top: 35px; }
        h3 { color: #4fc3f7; }
        .download-btn, .login-btn { display: inline-block; background: #4caf50; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 6px; text-decoration: none; font-weight: bold; }
        .login-btn { background: #2196f3; }
        img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
        .stats-box { background: #f8f9fa; padding: 20px; border-radius: 8px; margin: 25px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 15px; margin: 5px; display: inline-block; }
        footer { margin-top: 50px; padding: 20px; background: #1a1a2e; color: white; border-radius: 8px; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; }
            .mobile-nav-toggle { display: block; }
            .desktop-nav { display: none; }
        }
