body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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: #FF6B35; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        nav { background: #F7EDE2; padding: 15px; margin-bottom: 30px; }
        nav ul { list-style: none; padding: 0; display: flex; justify-content: space-around; }
        nav li { display: inline; }
        nav a { color: #333; text-decoration: none; font-weight: bold; }
        .mobile-nav-btn { display: none; background: #FF6B35; color: white; border: none; padding: 10px; cursor: pointer; }
        h1 { color: #8B4513; border-bottom: 3px solid #FF6B35; padding-bottom: 10px; }
        h2 { color: #A0522D; margin-top: 30px; }
        h3 { color: #CD853F; }
        .download-btn { background: #4CAF50; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; display: inline-block; margin: 20px 0; }
        .login-btn { background: #2196F3; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; display: inline-block; margin: 20px 0; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        footer { background: #F7EDE2; padding: 20px; margin-top: 50px; }
        @media (max-width: 768px) {
            nav ul { display: none; flex-direction: column; }
            .mobile-nav-btn { display: block; }
            .show { display: flex !important; }
        }
