body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #FF4500; }
        h1 { font-size: 2.2em; }
        h2 { font-size: 1.8em; margin-top: 30px; }
        h3 { font-size: 1.4em; margin-top: 25px; }
        .logo { font-size: 2.5em; font-weight: bold; color: #FF4500; text-align: center; margin: 20px 0; }
        .nav { background: #FF4500; color: white; padding: 10px; text-align: center; position: relative; }
        .nav-mobile { display: none; }
        .nav-links { display: flex; justify-content: center; flex-wrap: wrap; }
        .nav-links a { color: white; padding: 10px 15px; text-decoration: none; }
        .download-btn, .login-btn { display: inline-block; background: #006400; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .image-container { text-align: center; margin: 25px 0; }
        .image-container img { max-width: 100%; height: auto; border: 2px solid #FF4500; }
        .stats { background: #FFF8DC; padding: 15px; border-radius: 5px; margin: 20px 0; }
        .tag { background: #FF4500; color: white; padding: 5px 10px; border-radius: 3px; margin: 5px; display: inline-block; }
        .footer { text-align: center; margin-top: 40px; padding: 20px; background: #333; color: white; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .nav-mobile { display: block; background: #006400; color: white; padding: 10px; text-align: center; cursor: pointer; }
            .show { display: flex !important; }
            body { padding: 10px; }
        }
