body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #ff6b00; font-size: 2.5em; text-align: center; }
        h2 { color: #e74c3c; border-bottom: 2px solid #eee; padding-bottom: 5px; }
        h3 { color: #2980b9; }
        .logo { font-size: 2em; font-weight: bold; text-align: center; margin: 20px 0; color: #ff6b00; }
        .download-btn { background: #2ecc71; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 10px 0; }
        .login-btn { background: #3498db; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 10px 0; }
        .nav { background: #333; overflow: hidden; }
        .nav a { float: left; display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; }
        .nav .icon { display: none; }
        @media screen and (max-width: 600px) {
            .nav a:not(:first-child) { display: none; }
            .nav a.icon { float: right; display: block; }
            .nav.responsive { position: relative; }
            .nav.responsive .icon { position: absolute; right: 0; top: 0; }
            .nav.responsive a { float: none; display: block; text-align: left; }
        }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #eee; padding: 5px 10px; border-radius: 3px; margin: 5px; display: inline-block; }
        .footer { margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; text-align: center; }
